On fre, 2008-06-06 at 15:38 +1000, Mark Nottingham wrote: > Logging the client-side request done point is an option, but it's of > limited value, because most requests don't have a body, and as > mentioned, the server can start sending the response before the > request is done. Not against it, just don't see *much* value.
What is of value is the delay between client request done and response headers start, with a filter to ignore negative entries where the server responds "too early" (or alternatively switch to measure request header done to response header starts in such cases) Regards Henrik
