4 messages in ru.sysoev.nginxRe: $request_time in logging
FromSent OnAttachments
Marlon de BoerDec 2, 2008 12:39 am 
Igor SysoevDec 2, 2008 1:04 am 
Marlon de BoerDec 2, 2008 1:48 am 
Igor SysoevDec 2, 2008 1:50 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: $request_time in loggingActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Dec 2, 2008 1:04:58 am
List:ru.sysoev.nginx

On Tue, Dec 02, 2008 at 09:40:10AM +0100, Marlon de Boer wrote:

Does $request_time includes the socket operations (accept(), read(), send() and close()) or only the local processing time?

I'm curious because I wrote some rrdtool stats based on this log feature and seeing some long timeouts.

$request_time is time between first read() and last write()/sendfile(). The time between accept() and first read() is not accounted.