Created
October 29, 2009 19:47
-
-
Save ctcherry/221740 to your computer and use it in GitHub Desktop.
100 slowest requests from standard rails log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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