iperf3_exporter
iperf3_exporter copied to clipboard
Support reverse mode
It would be nice to collect data not only for upload speed, but also for download speed (-R iperf3 parameter)
Isn't this iperf3_received_bytes ?
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
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.
Cool, go on, I can test this ))