Created
December 15, 2020 11:19
-
-
Save BigglesZX/1ffaa54a82472469678eb046d32a2a12 to your computer and use it in GitHub Desktop.
Show 100 top URLs producing 404s in 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 access.log | grep 404 | awk '{print $7}' | sort | uniq -c | sort -nr | head -n 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment