Showing posts with label commandline. Show all posts
Showing posts with label commandline. Show all posts

Monday 8 April 2013

How to display memcache statistics at bash shell

To display memcache statistics at command prompt, you can enter below command. This command will display memcache statistics like "top", updating the statistic every 2s.

watch "echo stats|nc 127.0.0.1 11211"

search iomeweekly