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? Regards Marlon