Skip to content

iperf

iperf 3 server

To diagnose network speed issues between two Linux servers, you can use a tool called iperf3.

apt update
apt install iperf3
iperf3 -s

iperf3 client

iperf3 -c <server_ip_address> -f M