Skip to content

Instantly share code, notes, and snippets.

@aviosipov
Created July 31, 2015 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aviosipov/529b552b43d99b5b29fd to your computer and use it in GitHub Desktop.
Save aviosipov/529b552b43d99b5b29fd to your computer and use it in GitHub Desktop.
tail -n 10000 /usr/local/apache/logs/access_log | cut -f 1 -d ' '|sort|uniq -c|sort -nr|more
@aviosipov
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment