Link to home
Start Free TrialLog in
Avatar of randymelder
randymelder

asked on

How can I log page load times and/or duration of request?

I'd like to be able to custom log page load times and the total duration of the request from a client. If I need to, I'll write a custom module to do so, but need to know how.

For example:
If someone hits a page: http://myserver.com/mypage.html
1. I need to log how long each request took apache to deliver
Avatar of michofreiha
michofreiha
Flag of Lebanon image

Avatar of randymelder
randymelder

ASKER

BTW: we're running OS X... :-/
Avatar of Tintin
This info is already available with Apache.

See http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
what about apache 1.3.x???
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The solution was somewhat helpful, but did not spell out exactly how to implement. To be a complete solution, it should be precise.