Skip to content

Instantly share code, notes, and snippets.

@sudar
Last active August 29, 2015 14:02
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 sudar/980f9120ea7315a5d139 to your computer and use it in GitHub Desktop.
Save sudar/980f9120ea7315a5d139 to your computer and use it in GitHub Desktop.
[Sat May 31 10:24:44 2014] [error] [client 127.0.0.1] Request header read timeout
awk -F'[\[\]]+' '$4 == "error"{print $7}' error.log | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment