Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDFGHILMOPQRSTUWXZ
]
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