iperf3_exporter icon indicating copy to clipboard operation
iperf3_exporter copied to clipboard

Support reverse mode

Open Himura2la opened this issue 5 years ago • 4 comments

It would be nice to collect data not only for upload speed, but also for download speed (-R iperf3 parameter)

Himura2la avatar Sep 03 '20 11:09 Himura2la

Isn't this iperf3_received_bytes ?

cooperlees avatar Sep 20 '20 20:09 cooperlees

It's about adding the ability to pass the -R flag to iperf3. I guess it would require adding а relabel_config like __reverse_mode__ with values true/false with default false

Himura2la avatar Sep 20 '20 20:09 Himura2la

Yeah, I was just about to reply. I went and read the code, I see it's NOT. I'd like this too. I might look at trying to do a PR. But I'm a go n00b, but should be able to copy pasta enough and guess.

cooperlees avatar Sep 20 '20 20:09 cooperlees

Cool, go on, I can test this ))

Himura2la avatar Sep 20 '20 20:09 Himura2la