Skip to content

iPerf

iPerf is a tool for active measurements of the maximum achievable bandwidth on IP networks

Install

dnf install iperf3

Testing network speed between two computers

  1. Start iPerf server on the first computer

    iperf -s
    
  2. Start iPerf client on second computer

    iperf -c <ip address>
    

Resources


Last update: August 5, 2023
Created: May 27, 2023