I”m running a Apache2 server on Ubuntu 11.10 and I”d like to time HTTP Downloads.
Currently, the time is set up such that I start it externally and I tail the access log to conclude it.
I was wondering if there’s a way to do this entirely on the Apache server end.
Thanks!
add
%DtoLogFormatin your httpd.conf. Then you’ll find timing info in your access log.More detail at http://www.ducea.com/2008/02/06/apache-logs-how-long-does-it-take-to-serve-a-request/