We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A good iPerf testing article that goes into the different advanced options. Window size and UDP might be interesting to surface in the UI.
Jitter recommendations:
Ideally, jitter should be below 30ms. Packet loss should be no more than 1%, and network latency shouldn’t exceed 150 ms one-way (300 ms return).
Test run with 20 Mbits/s (but unidirectional and single stream) to match a FaceTime connection:
% iperf3 -uc 192.168.6.11 -b 20M Connecting to host 192.168.6.11, port 5201 [ 5] local 192.168.6.60 port 53073 connected to 192.168.6.11 port 5201 [ ID] Interval Transfer Bitrate Total Datagrams [ 5] 0.00-1.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 1.00-2.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 2.00-3.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 3.00-4.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 4.00-5.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 5.00-6.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 6.00-7.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 7.00-8.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 8.00-9.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 9.00-10.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams [ 5] 0.00-10.00 sec 23.8 MBytes 20.0 Mbits/sec 0.000 ms 0/17264 (0%) sender [ 5] 0.00-10.00 sec 23.8 MBytes 20.0 Mbits/sec 0.210 ms 0/17264 (0%) receiver iperf Done.
% iperf3 -uc 192.168.6.11 -b 20M Connecting to host 192.168.6.11, port 5201 [ 5] local 192.168.6.60 port 53073 connected to 192.168.6.11 port 5201 [ ID] Interval Transfer Bitrate Total Datagrams [ 5] 0.00-1.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 1.00-2.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 2.00-3.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 3.00-4.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 4.00-5.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 5.00-6.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 6.00-7.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 7.00-8.00 sec 2.38 MBytes 20.0 Mbits/sec 1726 [ 5] 8.00-9.00 sec 2.38 MBytes 20.0 Mbits/sec 1727 [ 5] 9.00-10.00 sec 2.38 MBytes 20.0 Mbits/sec 1726
[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams [ 5] 0.00-10.00 sec 23.8 MBytes 20.0 Mbits/sec 0.000 ms 0/17264 (0%) sender [ 5] 0.00-10.00 sec 23.8 MBytes 20.0 Mbits/sec 0.210 ms 0/17264 (0%) receiver
iperf Done.
The text was updated successfully, but these errors were encountered:
ndfred
No branches or pull requests
A good iPerf testing article that goes into the different advanced options. Window size and UDP might be interesting to surface in the UI.
Jitter recommendations:
Test run with 20 Mbits/s (but unidirectional and single stream) to match a FaceTime connection:
The text was updated successfully, but these errors were encountered: