Skip to content

Instantly share code, notes, and snippets.

@amorton
Created May 14, 2012 22:17
Show Gist options
  • Save amorton/2697792 to your computer and use it in GitHub Desktop.
Save amorton/2697792 to your computer and use it in GitHub Desktop.
Hack to watch cassandra netstats
while true; do date; diff <(nodetool -h localhost netstats) <(sleep 5 && nodetool -h localhost netstats); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment