mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 22:15:38 +02:00
iperf: add page (#2059)
This commit is contained in:
parent
6a84b75c28
commit
0437cee5f6
1 changed files with 15 additions and 0 deletions
15
pages/common/iperf.md
Normal file
15
pages/common/iperf.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# iperf
|
||||
|
||||
> Measure network bandwidth between computers.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue