On 8/27/07, Fought, Richard <[EMAIL PROTECTED]> wrote:
>
> I added %D to my log files and I have some pages that are taking quite a
> long time to serve up (on the order of seconds).  Two questions:
>
> 1. What exactly are the start and stop points that Apache uses when
> computing the time to serve up the page (%D)?  I assume they are at the
> interface between Apache and the OS networking stack.
>
> 2. In the logs, is the request timestamp from the beginning or the end
> of the request?

The timestamp (as the docs say) is from when the request is received
(the beginning). %D measures the distance between this time and the
time the log is written.

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