Code Snippet

Just another Code Snippet site

[Network] Test network performance

Install iperf / iperf3:

yum install -y iperf3

Run Server side:

iperf3 -s

Run client side:

iperf3 -c <SERVER_IP> -p <SERVER_PORT>

See also : https://www.cyberciti.biz/faq/how-to-test-the-network-speedthroughput-between-two-linux-servers/

, , , ,


Comments are currently closed.