Difference between revisions of "Memcached Monitor Tool"
From Brian Nelson Ramblings
(→This is a simple guide how do I install phpMemCachedAdmin) |
(→This is a simple guide on how to install phpMemCachedAdmin) |
||
Line 7: | Line 7: | ||
===This is a simple guide on how to install phpMemCachedAdmin=== | ===This is a simple guide on how to install phpMemCachedAdmin=== | ||
− | Make | + | Make a directory in your current html directory called memcached-admin |
mkdir memcached-admin | mkdir memcached-admin |
Latest revision as of 03:15, 26 March 2013
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/