- Joined
- Sep 16, 2018
- Messages
- 32,800
- Reaction score
- 10,270
For my later tests they are all between two computers with direct connection and no switches are involved.
For example, the remaining issue is with the Acer laptop (dual boot) when running Ubuntu 20.04 (it does not seem to work with either vendor driver or the kernel built-in cdc-ncm driver despite using later kernels which officially support the RTL8156B).
My test is between this one and the other Acer laptop running Windows 11.
Ah ha, finally found the issue is not with my new Acer Swift 3 laptop (dual boot) running Ubuntu 20.04, rather it was with the older Acer laptop (which has slower SSD). I found the same issue after rebooting to Windows 11 on the new Acer laptop. So this led me to suspect the issue was with the older Acer Swift 3 laptop (bought in Dec 2017 and known to have a slow SSD).
Then I use my Mac Mini M1 to be the iperf 3 server, now it is fine and the old Windows Acer laptop still have the same issue with slow Rx of around 1.2Gbps.
New Acer laptop running Ubuntu 20.04, iperf3 result with the Mac Mini M1 (192.168.38.48), both using the Ugreen 2.5G adapter.
Code:
mcuee@UbuntuSwift3:~$ iperf3 -c 192.168.38.48
Connecting to host 192.168.38.48, port 5201
[ 5] local 192.168.38.88 port 54516 connected to 192.168.38.48 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 284 MBytes 2.38 Gbits/sec 0 1.08 MBytes
[ 5] 1.00-2.00 sec 280 MBytes 2.35 Gbits/sec 0 1.08 MBytes
[ 5] 2.00-3.00 sec 281 MBytes 2.36 Gbits/sec 0 1.19 MBytes
[ 5] 3.00-4.00 sec 280 MBytes 2.35 Gbits/sec 0 1.19 MBytes
[ 5] 4.00-5.00 sec 280 MBytes 2.35 Gbits/sec 0 1.19 MBytes
[ 5] 5.00-6.00 sec 281 MBytes 2.36 Gbits/sec 0 1.19 MBytes
[ 5] 6.00-7.00 sec 280 MBytes 2.35 Gbits/sec 0 1.19 MBytes
[ 5] 7.00-8.00 sec 281 MBytes 2.36 Gbits/sec 0 1.19 MBytes
[ 5] 8.00-9.00 sec 280 MBytes 2.35 Gbits/sec 0 1.19 MBytes
[ 5] 9.00-10.00 sec 281 MBytes 2.36 Gbits/sec 0 1.19 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 2.74 GBytes 2.36 Gbits/sec 0 sender
[ 5] 0.00-10.00 sec 2.74 GBytes 2.35 Gbits/sec receiver
iperf Done.
mcuee@UbuntuSwift3:~$ iperf3 -c 192.168.38.48 -R
Connecting to host 192.168.38.48, port 5201
Reverse mode, remote host 192.168.38.48 is sending
[ 5] local 192.168.38.88 port 54520 connected to 192.168.38.48 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 263 MBytes 2.21 Gbits/sec
[ 5] 1.00-2.00 sec 270 MBytes 2.27 Gbits/sec
[ 5] 2.00-3.00 sec 271 MBytes 2.27 Gbits/sec
[ 5] 3.00-4.00 sec 271 MBytes 2.27 Gbits/sec
[ 5] 4.00-5.00 sec 272 MBytes 2.28 Gbits/sec
[ 5] 5.00-6.00 sec 272 MBytes 2.28 Gbits/sec
[ 5] 6.00-7.00 sec 272 MBytes 2.28 Gbits/sec
[ 5] 7.00-8.00 sec 274 MBytes 2.29 Gbits/sec
[ 5] 8.00-9.00 sec 274 MBytes 2.30 Gbits/sec
[ 5] 9.00-10.00 sec 272 MBytes 2.28 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate
[ 5] 0.00-10.00 sec 2.65 GBytes 2.28 Gbits/sec sender
[ 5] 0.00-10.00 sec 2.65 GBytes 2.27 Gbits/sec receiver
iperf Done.