Tag Archives: awk

Kick off a Cygwin script from a windows bat file with a different working directory

I recently created a script that would pull the Tomcat log files from a group of web servers and then run my 95th percentile awk script to generate a summary of response times for the 100 most popular pages.  I … Continue reading

Posted in Uncategorized | Tagged , , , | 6 Comments

Performance: An awk script for computing 95th percentile times straight from web log files (IIS, Tomcat)

When analyzing performance, looking at 95th percentile response times is one of the most useful metrics.  While the average can be a good indicator, it can be heavily skewed by lots of small requests or a few extremely long ones.  … Continue reading

Posted in Uncategorized | Tagged , , , , | 2 Comments