cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Get average upload speed for multi interface

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 23 Apr 2015 13:05:46 +0200 (CEST)

On Thu, 23 Apr 2015, Denys Rogovchenko wrote:

> As I understand, I can get the upload speed just for the easy handle using
> - CURLINFO_SPEED_UPLOAD.
> Are there any "best practices" of acquiring an average speed for the
> specific given moment for *multi interface* - i.e. for several easy
> handles?

Not anything else than that you need to gatther the info from all the
individual handles and sum it up yourself. Not sure would else we _could_
offer?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-04-23