45Drives Knowledge Base
KB450434 - Network Benchmarking with iPerf
https://knowledgebase.45drives.com/kb/kb450434-network-benchmarking-with-iperf/

KB450434 - Network Benchmarking with iPerf

Posted on July 28, 2021 by Austin Axworthy


Scope/Description

Prerequisites

Steps

Installation

Ubuntu 20.04

apt install iperf

CentOS7

yum install iperf

Windows 10

Network Benchmarking

Linux to Linux Test

iperf -s

iperf -c {Listening Server IP} -C -t{time in seconds you wish to send traffic} 
iperf -c 192.168.35.39 -C -t60

Windows to Linux (Sending Traffic)

iperf -s

Linux to Windows (Listening)

iperf -c {Listening Server IP} -C -t{time in seconds you wish to send traffic} 

iperf -c 192.168.35.130 -C -t60

 


Verification

Once a test has been completed and the results have been presented, it confirms the connection was established and the test was able to be performed.

Troubleshooting