On Thu, 4 Dec 2014, Josh Russell wrote:

I'm using curl_multi to make a number of concurrent curl requests. I'd like
to build a live statistic showing the current upload/download speed in B/s
of all the requests on that multi handle.

Is there a way to do this without setting a progress handler for each of
the individual curl handles?

Nope. That's the way to do it I'd say.

Is there a simple way to do this just with curl_multi?

Nope.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to