Skip to content

Simple web GUI for basic monitoring and interaction with a Memcached server.

Notifications You must be signed in to change notification settings

fquffio/memcached-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memcached-GUI

Simple web GUI for memcached. With this basic tool you can view, add, edit, remove or massively flush every item stored in memcached. You can also filter items by key for a quicker access.

In large systems, pagination will prevent your page from becoming huge. Large values are cropped for the same reason, too, and you can view them in their integrity by clicking on "View Raw" button.

Screenshot

Requirements

The memcached extension of PHP is required for this to work (please note the trailing "d", as PHP has two different extensions for memcached), as well as a running memcached server.

Installation

  • Clone the repository.
  • Rename config.ini.sample to config.ini and edit it if necessary.
  • Enjoy!

Quick install

Unless you have an exotically-configured memcached server, or the server you wish to monitor isn't running on local host, this is enough to get this stuff working:

git clone [email protected]:fquffio/memcached-gui.git && cp memcached-gui/config.ini.sample memcached-gui/config.ini

About

Simple web GUI for basic monitoring and interaction with a Memcached server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%