Difference between revisions of "Check if Memcached is Running"

From Brian Nelson Ramblings
Jump to: navigation, search
(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-if-memcached-running.png

Check to see the stats

echo "stats" | nc localhost 11211