My freenas was tested with iperf3 and I encountered uploads that can reach 10G, but when iperf3 increased the parameter -R, it was only about 5G when

dengruxi

Dabbler
Joined
Mar 12, 2020
Messages
32
My freenas tested with iperf3 and I encountered uploads of up to 10G, but when iperf3 added the parameter -R, it was only about 5G when downloading. In the same network environment, my upload and download between win10 and win10 can normally reach 10g. The network card is inter x520-da2. Make sure it is plugged into pcie3.0 x4. Thank you for your help!
 
Joined
Dec 29, 2014
Messages
1,135
Try iperf2 iperf. I found that iperf3 gave me odd results on my hardware, particularly on the 40G linkes.
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
But iperf2 doesn't seem to support 10g. My environment is 10g. Thank you for your help!
The iperf v2.0.11 program supplied with FreeNAS supports 10G:
Code:
root@boomer:~ # iperf -c bandit -t30 -i5
------------------------------------------------------------
Client connecting to bandit, TCP port 5001
TCP window size: 4.01 MByte (default)
------------------------------------------------------------
[  3] local 172.19.29.11 port 16545 connected with 172.19.29.10 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 5.0 sec  5.44 GBytes  9.35 Gbits/sec
[  3]  5.0-10.0 sec  5.76 GBytes  9.90 Gbits/sec
[  3] 10.0-15.0 sec  5.76 GBytes  9.90 Gbits/sec
[  3] 15.0-20.0 sec  5.76 GBytes  9.90 Gbits/sec
[  3] 20.0-25.0 sec  5.76 GBytes  9.90 Gbits/sec
[  3] 25.0-30.0 sec  5.76 GBytes  9.90 Gbits/sec
[  3]  0.0-30.0 sec  34.3 GBytes  9.81 Gbits/sec
root@boomer:~ #
 
Top