mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Improved command examples readibility
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Iperf
|
||||
|
||||
```sh
|
||||
# on the server
|
||||
# Server side.
|
||||
iperf3 -s
|
||||
iperf3 -s -p 7575
|
||||
iperf3 -f M -s -p '7575'
|
||||
|
||||
# on the client
|
||||
iperf3 -c iperf.server.ip
|
||||
iperf3 -c iperf.server.ip -p 7575
|
||||
# Client side.
|
||||
iperf3 -f K -c 'iperf.server.ip'
|
||||
iperf3 -c 'iperf.server.ip' -p '7575'
|
||||
```
|
||||
|
||||
## Sources
|
||||
|
||||
Reference in New Issue
Block a user