Skip to content

Instantly share code, notes, and snippets.

@molotovbliss
Created July 8, 2015 15:53
Show Gist options
  • Save molotovbliss/2e4dcfb5657d70310719 to your computer and use it in GitHub Desktop.
Save molotovbliss/2e4dcfb5657d70310719 to your computer and use it in GitHub Desktop.
Monitor memcache with a PHP oneliner
watch 'php -r '"'"'$m=new Memcache;$m->connect("127.0.0.1", 11211);print_r($m->getstats());'"'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment