Speed test command Print

  • 0

Step 1: Install iPerf

  1. Open Terminal and install iPerf:

    sudo dnf install iperf3 -y

Step 2: Perform a Speed Test using iPerf

  1. 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


Was this answer helpful?

« Back