Skip to content

Instantly share code, notes, and snippets.

@raphaelcm
Created May 30, 2012 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaelcm/2836370 to your computer and use it in GitHub Desktop.
Save raphaelcm/2836370 to your computer and use it in GitHub Desktop.
Search last N lines of Rails log for slow queries
tail -n 10000 log/development.log | egrep -n '(Load|SQL|AREL|Request) \([2-9][0-9]{2,}.[0-9]ms\)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment