iPerf on 10Gbps

Software-based VM-centric and flash-friendly VM storage + free version

Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)

Post Reply
batiati
Posts: 29
Joined: Mon Apr 08, 2019 1:16 pm
Location: Brazil
Contact:

Mon Jun 24, 2019 12:29 pm

Hi, folks

I'm benchmarking my environment, but I'm a bit confused about the propper whay to use the iPerf3 tool on a 10Gbps connection:

When I run iPerf like ".\iperf3.exe -c 10.10.1.1", my results are about 4Gbps.
So, I had to specify ".\iperf3.exe -c 10.10.1.1 -P 4" for four parallel workers in order to achieve 10Gbps on this link.
Is that correct? Was it expected to have 10Gbps on a single worker? There is any recommended parameters to benchmark 10Gbps on iPerf?

My hardware is a Dell R610 with 2 x Broadcom NetExtreme II BCM57711 dual 10Gbps DAC apater.
I was testing the SYNC link, directly attached between two machines, but no notticiable difference testing same thing trough the SAN link connected on the 10Gbps switch.

Thanks a lot
Boris (staff)
Staff
Posts: 805
Joined: Fri Jul 28, 2017 8:18 am

Mon Jun 24, 2019 1:47 pm

Unfortunately, I cannot confirm I have seen 10Gbps Broadcom based NICs that would hit at least 6Gbps.
You can try the following command and see whether that changes anything:

Code: Select all

.\iperf3.exe -c 10.10.1.1 -P 4 -w 16M
Hope that helps.
batiati
Posts: 29
Joined: Mon Apr 08, 2019 1:16 pm
Location: Brazil
Contact:

Mon Jun 24, 2019 2:11 pm

Thank you for replying
Boris (staff) wrote:Unfortunately, I cannot confirm I have seen 10Gbps Broadcom based NICs that would hit at least 6Gbps.
You can try the following command and see whether that changes anything:

Code: Select all

.\iperf3.exe -c 10.10.1.1 -P 4 -w 16M
Hope that helps.
Nope, nothing changes with -w 16M.

If I put -P 4 argument I can reach 10Gbps;
Image

Without -P I got almost 5Gbps.
Image


So, since I reached 10Gbps, should I consider my link OK or should I have 10Gbps without -P argument?
Boris (staff)
Staff
Posts: 805
Joined: Fri Jul 28, 2017 8:18 am

Mon Jun 24, 2019 2:50 pm

Your link is OK as long as you can reach 10Gbps.
Post Reply