On 9/11/06, Saha, Mukul (Cognizant) <Mukul.Saha@xxxxxxxxxxxxx> wrote:
Hi, the apache log format contains one option "%D" which gives the time in microsecond to process a particular request (as per the documentation). Is this time includes the time for sending out the response for the request also? If the request goes to app server(php zend engine) or a db server( mysql), will this time include the time it took to get the request served by the app server and the db server?
It is the time from when the request is received to just before the request is logged. Since the request is logged only after all content has been sent to the client, it will include all the back-end processing time. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx