Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created July 14, 2012 07:00
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 jdorfman/3109778 to your computer and use it in GitHub Desktop.
Save jdorfman/3109778 to your computer and use it in GitHub Desktop.
$ tail -50000 access.log |grep -Po '(?<=http://)[^/]+' |sort |uniq -c |sort -n |tail -30 |sort -nr
2051 s3.domain.com
506 encdn.foo.com
417 www.barfoo.com
384 cdn.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment