Skip to content

Instantly share code, notes, and snippets.

@meysampg
Created December 21, 2019 15:10
Show Gist options
  • Save meysampg/40f08c34c29146042f3cf07ac04a3b91 to your computer and use it in GitHub Desktop.
Save meysampg/40f08c34c29146042f3cf07ac04a3b91 to your computer and use it in GitHub Desktop.
Count HTTP response code based on Nginx access log
cat llb_access.log | cut -d '"' -f3 | cut -d ' ' -f2 | sort | uniq -c | sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment