Skip to content

Instantly share code, notes, and snippets.

@ijin
Created November 5, 2012 13:23
Show Gist options
  • Save ijin/4017160 to your computer and use it in GitHub Desktop.
Save ijin/4017160 to your computer and use it in GitHub Desktop.
isucon2 access distribution
$grep "POST" access_log | wc -l
960
$ grep "GET /js/" access_log | wc -l
1663
$ grep "GET /css/" access_log | wc -l
1113
$ grep "GET /images/" access_log | wc -l
539
$ grep "GET /ticket/" access_log | wc -l
1561
$ grep "GET /artist/" access_log | wc -l
1534
$ grep "GET / " access_log  | wc -l
1624
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment