Skip to content

Instantly share code, notes, and snippets.

@Haeniken
Created October 22, 2021 15:53
Show Gist options
  • Save Haeniken/78b96190412c941ac87c1d04a6d299a1 to your computer and use it in GitHub Desktop.
Save Haeniken/78b96190412c941ac87c1d04a6d299a1 to your computer and use it in GitHub Desktop.
Sorting response codes Nginx
rg haeniken.com access.log | awk '{print $10}' | sort | uniq -c
# 130 200
# 65 301
# 2 302
# 3 403
# 21 404
# 3 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment