Fork of phpMemcachedAdmin with HTML5 charts enabling a live stream of memcached activity. We have also added MySQL stats too so the two systems can be analysed in parallel.
This repo contains the original phpMemcachedAdmin 1.2.2 (previously on Google Code and unmaintained) with some new additions.
phpMemcachedAdmin is a tool that allows you to monitor a memcached server very easily. It shows automatically refreshing statistics about the server. However, I did not find it initially very useful because I wanted to see trends in the data to optimise how we were using memcached in our projects.
So we added live charts that stream memcached stats onto a everlasting, smooth HTML5-powered line graph.
Assuming your memcached instance is running on port 11211, everything should work straight out of the box. Simple clone this repo then go to /stats.php in your browser.
Example chart showing some memcached stats:
Based on the original phpMemcachedAdmin by Cyrille Mahieux.
For the charts we use the amazing Smoothie Charts https://github.com/joewalnes/smoothie/