Skip to content

Instantly share code, notes, and snippets.

@tzach
Created July 21, 2016 08:24
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 tzach/e60b9437983303f85efeefc502b13869 to your computer and use it in GitHub Desktop.
Save tzach/e60b9437983303f85efeefc502b13869 to your computer and use it in GitHub Desktop.
Extract a sorted list of metrics from scyllatop
cat scylla.1.2.1.metrics.txt | sed 's/.$//' | sed 's/^.//' | cut -d"/" -f2- | sed 's/.$//' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment