Skip to content

Instantly share code, notes, and snippets.

@strongh
Created March 9, 2012 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strongh/2007594 to your computer and use it in GitHub Desktop.
Save strongh/2007594 to your computer and use it in GitHub Desktop.
print redis requests per second
redis-cli monitor | awk '{split($1,a,"."); print a[1]}' | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment