How to test network speed
- Install iperf http://software.opensuse.org/search http://software.opensuse.org/search
- start on server:
# iperf -s
- start on client:
# iperf -c [ip.of.server.address] -r -t 10
-r: test reverse also
-t: time
# iperf -s
# iperf -c [ip.of.server.address] -r -t 10
-r: test reverse also
-t: time
No comments to display
No comments to display