Jboss Hacks
Friday, March 4, 2011
Sort requests using response times from apache access logs
cat apache_access.log | awk '/Mar/ {print $1,$6,$7,$10}'|sort -k4 -n
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)