cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Help: Connection Time

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 26 Nov 2014 00:14:15 +0100 (CET)

On Wed, 26 Nov 2014, Hui Li wrote:

> DNS Lookup Time: 0.004
> Connect Time: 0.279
> App Connect Time: 0.968
> Redirect Time: 0.574
> Pre Transfer Time: 0.968
> Start Transfer Time: 1.254
> Total Time: 2.079
>
> So how 'Total Time' calculated? What's the relationship between each of
> them? Can I get 'Total Time' based on above data?

They're explained in the man page for the underlying curl_easy_getinfo() call:

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

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-11-26