Skip to content

Instantly share code, notes, and snippets.

@dameninngenn
Created August 21, 2012 06:39
Show Gist options
  • Save dameninngenn/3412727 to your computer and use it in GitHub Desktop.
Save dameninngenn/3412727 to your computer and use it in GitHub Desktop.
response time
tail -f access.log | awk '$NF > 500000 {print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment