http://qs321.pair.com?node_id=614908


in reply to Re: Using LWP: is there a way to get the server response time?
in thread Using LWP: is there a way to get the server response time?

Mmmh. So is a http response alsways a combination of header+response and I have no handle to get into the data-chunks (and their timing) received by LWP::UserAgent?

I am not able to get on the server side. So my only chance is to calculate: ((overall-response-time / transferred-bytes) / my-network-throughput-capacity) or something like that to get a hint of the time used to prepare the response on the server side?
  • Comment on Re^2: Using LWP: is there a way to get the server response time?