Created
December 21, 2019 15:10
-
-
Save meysampg/40f08c34c29146042f3cf07ac04a3b91 to your computer and use it in GitHub Desktop.
Count HTTP response code based on Nginx access log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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