atom feed4 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 
Subject:Re: $request_time in logging
From:Igor Sysoev (is@rambler-co.ru)
Date:Dec 2, 2008 1:50:38 am
List:ru.sysoev.nginx

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

Igor Sysoev wrote:

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

Ok, just to be sure, this will include the time spend reading the request from the client and sending the actual data to the client?

Yes. However, as to sending nginx pass data to kernel only and can not control when the data will be recieved by a client.