Check if Memcached is Running

From Brian Nelson Ramblings
Revision as of 03:08, 26 March 2013 by Brian (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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