On 9/11/06, Saha, Mukul (Cognizant) <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to