Skip to content

Instantly share code, notes, and snippets.

@jakowicz
Created June 27, 2017 16:08
Show Gist options
  • Save jakowicz/ddb0f39eab51a4df91e0f60453dec552 to your computer and use it in GitHub Desktop.
Save jakowicz/ddb0f39eab51a4df91e0f60453dec552 to your computer and use it in GitHub Desktop.
while true; do echo `lsof -i -n -P | grep 6379 | wc -l` - `date`; sleep 1; echo ""; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment