Re: Logging response times

2000-06-14 Thread Barrie Slaymaker
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

Logging response times

2000-06-13 Thread Eric Jain
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