Memcached Monitor Tool

From Brian Nelson Ramblings
Revision as of 03:15, 26 March 2013 by Brian (Talk | contribs) (This is a simple guide on how to install phpMemCachedAdmin)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Monitoring And Debugging Memcached Server Using phpMemCachedAdmin

While searching the internet for a better way to watch my memcached instance on my server for debugging. I cam across the following website https://code.google.com/p/phpmemcacheadmin/ and the phpMemCachedAdmin script.

This is one the better scripts I have come across and thought it was worthy enough to put here

This is a simple guide on how to install phpMemCachedAdmin

Make a directory in your current html directory called memcached-admin

mkdir memcached-admin

Download the script from googlecode.com

wget http://phpmemcacheadmin.googlecode.com/files/phpMemcachedAdmin-1.2.1-r233.tar.gz
tar -xvzf phpMemcachedAdmin-1.2.1-r233.tar.gz
chown -R apache:apache *

Now just visit your domain.tld/memcached-admin/

Phpmemcachedadmin-example.png