cmullaparthi / ibrowse

Erlang HTTP client
Other
516 stars 190 forks source link

Metrics #138

Open Elzor opened 8 years ago

Elzor commented 8 years ago

Is there possible to get metrics of request like in libcurl?

cmullaparthi commented 8 years ago

Do you mean something like this?

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

If not, can you provide me a link to some information about the metrics you are referring to please?

On 21 November 2015 at 15:02, Maxim Molchanov notifications@github.com wrote:

Is there possible to get metrics of request like in libcurl?

— Reply to this email directly or view it on GitHub https://github.com/cmullaparthi/ibrowse/issues/138.

Elzor commented 8 years ago

You are right. That is what I need. It would be great to be able to receive time_namelookup, time_connect, time_appconnect, time_pretransfer, time_starttransfer, time_total metrics

seet61 commented 8 years ago

I think it would be very convenient