Raspberry Pi 4 iPerf3 (Network Speed Test Software) Install and Demonstration

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)
➡️ Purchase here: https://amzlink.to/az0ZfrkkOaE2j
UK: https://amzlink.to/az0tldMyYgHkO
CA: https://amzlink.to/az02dRfQRpSbE
ES: https://amzlink.to/az0LjL2QjxrJf (similar)
FR: https://amzlink.to/az03BF7ks0KJJ (similaire)
IT: https://amzlink.to/az0TWmA9d7fFm (simile)
DE: https://amzlink.to/az0cV12rz0zJb (ähnlich)
IN: https://amzlink.to/az0KxgOoOocos
AU: https://amzlink.to/az0cjN4OPfBBq
NL: https://amzlink.to/az0yZHtGePHqS (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