Skip to content

How to configure iperf-3.1.3-win64 to generate 99.5% throughput traffic on 1Gbps Ethernet? #1625

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

You must be logged in to vote

Hi, 0.94Gbps on a 1Gbps interface seems quite good. Also, the bottleneck may be in the network cards, network buffers, etc, and not in iperf3.

Regarding iperf3, using UDP (-u) may allow increasing the throughput, but for that to work you need to limit the sent throughput to 1Gbps (-b G) or a little bit more and try different packet sizes. Note that TCP default packet is 128KB and UDP default is 1460 bytes, so try different sizes between these values (using the -l` option). For UDP, the throughput is measured on the receiver since packets may be lost.

You can also try setting different TCP packets sizes - greater or smaller than the default 128KB.

Another thing that may help is running few…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lksark
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