Skip to content

Instantly share code, notes, and snippets.

@daleobrien
Last active August 29, 2015 14:04
Show Gist options
  • Save daleobrien/36d60bb7e83731d7e217 to your computer and use it in GitHub Desktop.
Save daleobrien/36d60bb7e83731d7e217 to your computer and use it in GitHub Desktop.
Nginx - count access by ip
cat access.log | cut -f1 -d ' ' | sort | uniq -c | sort -g -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment