Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 274 Bytes

iperf Setup.md

File metadata and controls

executable file
·
15 lines (11 loc) · 274 Bytes

iperf Setup

Get the windows version. Put it in Source. Add a symlink.

Test bandwidth:

# on server
iperf -s
# on client
iperf -c <ip of server>

iperf3 is not compatible with iperf2. So you could have 2 iperf, one for iperf2 and another for iperf3.