Difference between revisions of "Check if Memcached is Running"
From Brian Nelson Ramblings
(Created page with "==Check to see if Memcached is Running== First thing to do is check and see if the port is LISTENING netstat -anp | grep LISTEN | grep mem [[File:Check-if-memcached-runnin...") |
(No difference)
|
Revision as of 03:08, 26 March 2013
Check to see if Memcached is Running
First thing to do is check and see if the port is LISTENING
netstat -anp | grep LISTEN | grep mem
Check to see the stats
echo "stats" | nc localhost 11211