Skip to content

Instantly share code, notes, and snippets.

@liwh
Created December 3, 2010 07:53
Show Gist options
  • Save liwh/726695 to your computer and use it in GitHub Desktop.
Save liwh/726695 to your computer and use it in GitHub Desktop.
cat log/test_oracle.log |grep "200 OK" | awk '{print $11}'|sort|uniq -c | sort -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment