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