Skip to content

Instantly share code, notes, and snippets.

@aj0strow
Created August 6, 2014 11:42
Show Gist options
  • Save aj0strow/3acf211596944852532c to your computer and use it in GitHub Desktop.
Save aj0strow/3acf211596944852532c to your computer and use it in GitHub Desktop.
Express Heroku 10 Slowest Requests
npm install -g strip-ansi
heroku logs | strip-ansi | grep 'web.\d' | awk '{ if($7 == "ms") print $6, "\t\t", $3, $4 }' | sort -nr | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment