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
1 comment:
Ganesh Arelly
March 22, 2017 at 12:03 AM
Good one, thanks!
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Good one, thanks!
ReplyDelete