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??