Page 1 / 1 (1 Posts)

How to log request processing times in Apache

If you have an apache (2) web server, you probably have an access.log file showing you all kinds of data using the "combined" log format. Let's see how to include processing time into that log file. By default a line in the combined log looks like this…...

December 3, 2009 · 2 min · François Planque