cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to get HTTP times

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 25 Dec 2011 19:55:08 +0100 (CET)

On Sat, 24 Dec 2011, Woods wrote:

> I wish to know how to get following time during using libcul HTTP:
>
> - DNS time (in ms)
> - connect time (in ms)
> - request time (in ms)
> - first byte time (in ms)
> - last byte time (in ms)

These are the time values libcurl offers:

         http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html#TIMES

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-12-25