Skip to content

Instantly share code, notes, and snippets.

@buonzz
Last active February 16, 2018 19:26
Show Gist options
  • Save buonzz/3283153a026159421183 to your computer and use it in GitHub Desktop.
Save buonzz/3283153a026159421183 to your computer and use it in GitHub Desktop.
get memcached stats
echo stats | nc 127.0.0.1 11211
# refer to this to know what each values means https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment