mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
339 B
339 B
Iperf
# on the server
iperf3 -s
iperf3 -s -p 7575
# on the client
iperf3 -c iperf.server.ip
iperf3 -c iperf.server.ip -p 7575