Step 1: Install iPerf
-
Open Terminal and install iPerf:
sudo dnf install iperf3 -y
Step 2: Perform a Speed Test using iPerf
-
Using an iPerf Server: You need to connect to an iPerf server. You can find public iPerf servers online, or you can set up your own.
To use a public server, run the following command:
iperf3 -c ping.online.net -p 5201