Difference between revisions of "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....")
 
(Blanked the page)
 
Line 1: Line 1:
==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/
 
 
[[File:Phpmemcachedadmin-example.png]]
 

Latest revision as of 20:45, 25 March 2013