Network actual bandwidth between servers.

Iperf:

Download the tool from https://iperf.fr/iperf-download.php

Keep it on both source and target server.

  • On one server (server), run:

Copy code

iperf3 -s

On server (server2){Cline machine}, run:

Copy code

iperf3 -c server1_IP

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *