Eric D. Hendrickson wrote:
> The Squid log file records the elapsed time of the transaction. This
> is documented as the time from accept() to close() of the client
> connection. Two questions:
>
> 1. Does this include the time taken for "sub-objects" of a page?
> e.g. a request for a .html file with images embedded - does the
> elapsed time recorded in the log file reflect just the time taken for
> the HTML to be transferred or does that also include the time to load
> the embedded images? (It would not be cumulative of course, since
> they would likely be loading simultaneously for at least some of the
> time.)
What is a page?
A object is a object, no matter the content type.
> 2. I will be using Squid with Silverstream and I need to use
> keepalives. How does the elapsed time recorded in the log file work
> with keepalives, since the client connection doesn't get ever close()?
> (or at least, not as usual...)
The measured elapsed time is from the request has been read until the
response has been fully written.
-- Basic free Squid support provided thanks to MARA Systems AB Your source of advanced reverse proxy solutions or customized Squid solutions. http://www.marasystems.com/products/Received on Mon Apr 22 2002 - 14:54:28 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:38 MST