Skip to content

Instantly share code, notes, and snippets.

@granolocks
Created October 27, 2021 14:57
Show Gist options
  • Save granolocks/6560612721849cb42c768b461b176c9b to your computer and use it in GitHub Desktop.
Save granolocks/6560612721849cb42c768b461b176c9b to your computer and use it in GitHub Desktop.
rspec db usage stats for rail
awk -F'\\[\\[' '{print $1}' log/test.log | sed -r "s/[[:cntrl:]]\[[0-9]{1,3}m//g" | grep -o '^\s*[A-Z][A-Za-z :]*' | sort | uniq -c | sort -n | tail -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment