mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
257 B
257 B
iperf
Measure network bandwidth between computers. More information: https://iperf.fr.
- Run on server:
iperf -s
- Run on client:
iperf -c {{server_address}}
- Run on client with 5 parallel threads:
iperf -c {{server_address}} -P {{5}}