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
Iperf:
Download the tool from https://iperf.fr/iperf-download.php
Keep it on both source and target server.
Copy code
iperf3 -s
On server (server2){Cline machine}, run:
Copy code
iperf3 -c server1_IP
Tags:
Leave a Reply