Skip to content

Instantly share code, notes, and snippets.

@jdowning
Created July 23, 2014 21:24
Show Gist options
  • Select an option

  • Save jdowning/16a7769383c4b5bc9602 to your computer and use it in GitHub Desktop.

Select an option

Save jdowning/16a7769383c4b5bc9602 to your computer and use it in GitHub Desktop.
Memcached Stats
#!/bin/sh
(echo stats; sleep 0.1) | telnet localhost 11211 2>&1 | awk '/STAT $1/ {print $NF}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment