Skip to content

Instantly share code, notes, and snippets.

@kxxoling
Created February 26, 2015 10:58
Show Gist options
  • Save kxxoling/1422f4bde20f80f53c5e to your computer and use it in GitHub Desktop.
Save kxxoling/1422f4bde20f80f53c5e to your computer and use it in GitHub Desktop.
grep top 20 ip
cat localhost.access_log* |awk '{print $1 " " substr($4,14,5)}'|sort -n|uniq -c|sort -nr|head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment