Response Time Question

Bob Reveal (breveal@c2o.com)
Fri, 23 Oct 1998 13:55:23 +0100


I am looking for a way to determine the response times from an http
request.  Specifically, I want to be able to determine the following:

DNS resolution time
Connection time (time to establish a connection w/the server)
Request time (i.e. GET /index.html)
Response time (returning of the html page)

Has anyone subclassed in an attempt.  If not, any suggestions on where
to start coding :-)

Thanks,
Bob Reveal