Does the Raspberry Pi 4 have true gigabit ethernet? In this video I test the network speed using iPerf3 command line network speed test software.
iPerf Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZNBUQCqkstfe7_zAdt7b1_k
Raspberry Pi Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPvIdR5BEqDgO7DsGAla_AZ
CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
US: https://amzn.to/3azJgrW
UK: https://amzn.to/2JdMq9o
CA: https://amzn.to/3bwiRvY
ES: https://amzn.to/2T06LnM (similar)
FR: https://amzn.to/3cvIZrs (similaire)
IT: https://amzn.to/2Ar74Sj (simile)
DE: https://amzn.to/2AqfWHQ (ähnlich)
IN: https://amzn.to/3ey6fWj
AU: https://amzn.to/2VTUt1C
NL: https://amzn.to/3f5NdsD (vergelijkbaar)
Raspberry Pi Downloads: https://www.raspberrypi.org/downloads/
Update Packages
sudo apt update
Install iPerf3 on Raspbian
sudo apt install iperf3
Connect to iPerf3 Server (Upload speed test)
iperf -c <ip_address_of_server>
Connect to iPerf3 Server (Download speed test)
iperf -c <ip_address_of_server> -R
Start Up iPerf3 Server
iperf -s