You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Eric Jain <ja...@gmx.net> on 2000/06/13 22:31:29 UTC

Logging response times

I currently log "time - $r->request_time" in my PerlLogHandler.

This seems to works well, but I'm sure there is a better method, which
also is able to log more detailed than just in seconds...



--
Eric Jain


Re: Logging response times

Posted by Barrie Slaymaker <ba...@slaysys.com>.
Eric Jain wrote:
> 
> ....I'm sure there is a better method, which
> also is able to log more detailed than just in seconds...

Haven't used it under mod_perl, but Time::HiRes is available:

   http://search.cpan.org/search?mode=module&query=Time%3A%3AHiRes

- Barrie