You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Saha, Mukul (Cognizant)" <Mu...@cognizant.com> on 2006/09/11 14:26:49 UTC

[users@httpd] regarding appache common log format

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?

Thanks & Regards

Mukul Saha

___________________________________________
Cognizant Technology Solutions,Kolkata.
Ph: 033-2357 3211 / 5221





This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

RE: [users@httpd] regarding appache common log format

Posted by "Saha, Mukul (Cognizant)" <Mu...@cognizant.com>.
Hi Joshua,
Thanks a lot for the clarification.

Thanks & Regards
Mukul Saha
___________________________________________
Cognizant Technology Solutions,Kolkata.
Ph: 033-2357 3211 / 5221

-----Original Message-----
From: jslive@gmail.com [mailto:jslive@gmail.com] On Behalf Of Joshua
Slive
Sent: Monday, September 11, 2006 7:11 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] regarding appache common log format

On 9/11/06, Saha, Mukul (Cognizant) <Mu...@cognizant.com> 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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] regarding appache common log format

Posted by Joshua Slive <jo...@slive.ca>.
On 9/11/06, Saha, Mukul (Cognizant) <Mu...@cognizant.com> 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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org