Created
July 8, 2015 15:53
-
-
Save molotovbliss/2e4dcfb5657d70310719 to your computer and use it in GitHub Desktop.
Monitor memcache with a PHP oneliner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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