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

1 comment: