Skip to content

Help calculate tcp retransmission rate from json result, end. sum.sent #1376

Answered by davidBar-On
megaxm asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, the "tcp_mss" is the socket's TCP_MAXSEG value, which is the segment size used by the TCP/IP stack for sending the data to the other side. However, it is not related to the packet size used by iperf3.

To make sure, you can use the -k option to set the number of packets transmitted. E.g. set -k 10, and if the packets=bytes/blksize is correct test results should show "bytes": 1310720.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@megaxm
Comment options

@megaxm
Comment options

Comment options

You must be logged in to vote
1 reply
@megaxm
Comment options

Answer selected by megaxm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants