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

isync has asked for the wisdom of the Perl Monks concerning the following question:

Hi!

Using the LWP set of mudules, especially LWP::UserAgent I am trying to find out how I am able to measure the time between issuing of a request against a server and the start of the server responding.

So far I only managed to measure the time betwen start of the request and finish of the request. But this takes downloading data into account as well. Is there a hidden var or a method to measure just the "performance" of the called server? Maybe by using the :content_cf callback??