Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

phpMemcachedAdmin - Graphic stand-alone administration for memcached to monitor and debug purpose

Website:
http://code.google.com/p/phpmemcacheadmin/
Licence:
ASL 2.0
Vendor:
Remi Collet
Description:
Graphic stand-alone administration for memcached to monitor and debug purpose.

This program allows to see in real-time (top-like) or from the start of the
server, stats for get, set, delete, increment, decrement, evictions, reclaimed,
cas command, as well as server stats (network, items, server version) with
googlecharts and server internal configuration.

You can go further to see each server slabs, occupation, memory wasted and
items (key & value).

Another part can execute commands to any memcached server : get, set, delete,
flush_all, as well as execute any commands (like stats) with telnet.

To extract this information, phpMemcacheAdmin uses, as you wish, direct
communication with server, PECL Memcache or PECL Memcached API.

Packages

phpMemcachedAdmin-1.2.2-6.svn262.el6.remi.noarch [44 KiB] Changelog by Remi Collet (2012-11-25):
- simple find (allow backport)