edgard / iperf3_exporter

Simple server that probes iPerf3 endpoints and exports results via HTTP for Prometheus consumption
Creative Commons Zero v1.0 Universal
63 stars 26 forks source link

Bitrate log #11

Open fedgerth opened 3 years ago

fedgerth commented 3 years ago

Hi Edgard,

I would like to know if there is a way to log directly the bitrate that is normally shown by iperf3 logs, instead of the bit transferred and the duration. Is it possible to include it easily in the code? Would appreciate some tips for that.

Thanks!