how does iperf3 calculate bitrate? Is retransmission data included? #1682
liujian-930212
started this conversation in
General
Replies: 2 comments
-
It will be 80Gb/60s. iperf3 take into account only the data it sends, i.e. 80G in this example. Retransmissions are done by the TCP stack and are not visible to iperf3. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also note that iperf3 only counts payload bytes...overheads such as Ethernet/IP/TCP headers are not included. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say iperf3 server send 100G bits to client during 60s, and 20G bits are retransmission data, 80G bits are effective data. So the bitrate will be 100Gb/60s or 80Gb/60s
Thanks
Beta Was this translation helpful? Give feedback.
All reactions