Skip to content

Instantly share code, notes, and snippets.

@ctcherry
Created October 29, 2009 19:47
Show Gist options
  • Save ctcherry/221740 to your computer and use it in GitHub Desktop.
Save ctcherry/221740 to your computer and use it in GitHub Desktop.
100 slowest requests from standard rails log
grep "Completed in [0-9]\{0,\}ms" log/production.log | sort -g -k3 | tail -100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment