ctcherry (owner)

Revisions

gist: 221740 Download_button fork
public
Description:
100 slowest requests from standard rails log
Public Clone URL: git://gist.github.com/221740.git
Embed All Files: show embed
Bash #
1
grep "Completed in [0-9]\{0,\}ms" log/production.log | sort -g -k3 | tail -100