Monitor Tool

From Brian Nelson Ramblings
Revision as of 20:44, 25 March 2013 by Brian (Talk | contribs) (Created page with "==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....")

(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 how do I install phpMemCachedAdmin

Make the dirtory in your current html directory

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