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