I wrote a small tool that I have found useful. It is a Python script that parses and analyzes web log files (in W3C Extended Log File Format). It creates and HTML report with data and PNG images showing graphs of things like: request throughput, error rates, HTTP method distribution, content type distribution, time-series, etc.
Many log parsing/analysis tools exist, but I was looking for something more specific to Performance than something a webmaster would want to look at.
The script is pretty basic. It was very useful for my own needs, but others might want to modify it. If anyone has good suggestions to add to it, I am willing to enhance it at some point (or just grab my code and hack it yourself if you know Python).
Project Home
Features
License
Project Info
Requirements
Platforms
Copyright © 2006-2008 Corey Goldberg
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.