I am currently attemping to run iperf3 between two 1000Mb capable ethernet devices, a Raspberry Pi 4 running OSMC (a Debian based Media Server distro) and a Dell XPS 15 laptop running Ubuntu.
The devices are connected to a Gigabit switch using cat 6 cables.
On both devices, running this command:
ethtool eth0 | grep Speed
Returns:
Speed: 1000Mb/s
However, iperf3 is only returning results of about 94Mb/s
I have tried changing the cables and the switch, didn't help. I even tried this cmd:
ethtool -s enxe4b97ac6101b speed 1000 duplex full autoneg off
Which I rolled back as it actually slowed the speed down to about 75Mb/s.
Any suggestions how I can increase the speed?
Thank you
BrettSh