Skip to content

Instantly share code, notes, and snippets.

@andyvanee
Created February 28, 2015 07:04
Show Gist options
  • Select an option

  • Save andyvanee/01a83f4cd196b010f189 to your computer and use it in GitHub Desktop.

Select an option

Save andyvanee/01a83f4cd196b010f189 to your computer and use it in GitHub Desktop.
heroku logs | grep 'heroku\[router\]' | grep -v '\(js\|css\|png\|jpg\|gif\|woff\|ico\)' | grep -v '/Security/ping' | grep -v 'status=404' | grep -o 'service=\d*' | cut -f 2 -d'=' > servicetimes.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment