Difference between revisions of "Memcached Monitor Tool"

From Brian Nelson Ramblings
Jump to: navigation, search
(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....")
 
(This is a simple guide how do I install phpMemCachedAdmin)
Line 5: Line 5:
 
This is one the better scripts I have come across and thought it was worthy enough to put here
 
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===
+
===This is a simple guide on how to install phpMemCachedAdmin===
  
 
Make the dirtory in your current html directory
 
Make the dirtory in your current html directory

Revision as of 20:46, 25 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 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