elijaa / phpmemcachedadmin

Graphic stand-alone administration for memcached
Apache License 2.0
261 stars 72 forks source link

PHPMemcachedAdmin

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

Feature list

Statistics

Commands

Live Stats

Configuration

Security

phpMemcachedAdmin does not provide any security system, you need to add this feature by yourself.

Installation

Download latest release Unzip/Untar & Give files permissions

You have to give Read & Execute right to all files, and Read, Write & Execute to configuration files and temporary directory.

More information in https://blog.elijaa.org/phpmemcachedadmin-installation-guide/