Skip to content

Instantly share code, notes, and snippets.

@gonzaloserrano
Created September 5, 2013 09:38
Show Gist options
  • Save gonzaloserrano/6448036 to your computer and use it in GitHub Desktop.
Save gonzaloserrano/6448036 to your computer and use it in GitHub Desktop.
Monitor cassandra inserts/updates/deletes
while; do nodetool tpstats | grep MutationStage; sleep 1; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment