How to test network speed with iperf
Install iperf
|
|
Testing network speed
Testing network speed with UDP
Run command on server
1
iperf -s -u
Run command on client
1
iperf -c -u
Testing network speed with TCP
- Server side.
1
iperf -s
- Client side.
1
iperf -c
Command for
|
|