User Tools

Site Tools


network:iperf

iPerf Testing

PC1 (server)

iperf3 -s

Take note of the port the server is listening on

PC2 (client)

iperf3 -c <IP-PC1> -p <PORT>
-i 1 (interval)
-t 30 (time in sec to transmit)
-P 5 (parallel)
-R (reverse communication>

The text in parantheses are remarks!

network/iperf.txt ยท Last modified: 2022/06/10 19:19 by 127.0.0.1