Never knowingly knowing narwhals

Monthly Archives: October, 2008

Replaying apache log files with python and twill

In order to test for a memory leak in New Metal Army I needed to replay my apache log files against my test server. Using Twill this was a doddle. The only slightly icky thing about the script is the regular expression to parse a line from the apache log file (in Combined Log Format). [...]