Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Created July 8, 2014 18:44
Show Gist options
  • Save boo1ean/704d3586a30b16fcb7c8 to your computer and use it in GitHub Desktop.
Save boo1ean/704d3586a30b16fcb7c8 to your computer and use it in GitHub Desktop.
access log stats
cat access.log | awk '{ print $1 }' | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment