Skip to content

Instantly share code, notes, and snippets.

@mbylstra
Created August 27, 2014 02:12
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 mbylstra/415501b38544d1e6db02 to your computer and use it in GitHub Desktop.
Save mbylstra/415501b38544d1e6db02 to your computer and use it in GitHub Desktop.
show me nginx access.log 500's with surrounding 10 lines.
awk '{ print $9, $7}' access.log | grep -C 10 '^500'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment