You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardware / OS : Linux localhost 3.18.14-12365438 #1 SMP PREEMPT Wed Feb 14 14:42:58 KST 2018 aarch64
Bug Report
When using -c xx.xx.xx.xxx -p 5200 -J -t 20 -u -R -b 1000000 the JSON output streams do not contain a lost_packets value. This value is shown when I run -c xx.xx.xx.xxx -p 5200 -J -t 20 -u -b 1000000 without -R
Please try a newer version of iperf3. In particular, version 3.2 and newer have better handling of UDP statistics. I did a quick test on 3.6 and it provides the lost_packets and lost_percent in the JSON for -R (reverse direction) tests.
Context
Version of iperf3: "iperf 3.1.6"
Hardware / OS : Linux localhost 3.18.14-12365438 #1 SMP PREEMPT Wed Feb 14 14:42:58 KST 2018 aarch64
Bug Report
When using
-c xx.xx.xx.xxx -p 5200 -J -t 20 -u -R -b 1000000
the JSON output streams do not contain a lost_packets value. This value is shown when I run-c xx.xx.xx.xxx -p 5200 -J -t 20 -u -b 1000000
without-R
Expected Behavior
Actual Behaviuor:
Steps to Reproduce
Running UDP test with the
-R
parameter.The text was updated successfully, but these errors were encountered: