0% found this document useful (0 votes)
28 views1 page

Bandwidth Between Two Hosts

iperf3 is a tool used to measure bandwidth performance between two systems. The command iperf3 -s run on one system creates a server, while iperf3 -c run on another system specifies the IP address of the server and acts as a client to send data and measure bandwidth.

Uploaded by

max
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Bandwidth Between Two Hosts

iperf3 is a tool used to measure bandwidth performance between two systems. The command iperf3 -s run on one system creates a server, while iperf3 -c run on another system specifies the IP address of the server and acts as a client to send data and measure bandwidth.

Uploaded by

max
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

----------iperf3----------

iperf3 -s #on server1 #this server will be the reciver


iperf3 -c server1_ip #this server will be the sender

You might also like