Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iperf/IPERF.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following flags can be used alongside the `-c` flag:

- Firstly, run an `iperf` server on one of the nodes. For example, on a machine with the publically visible IP `10.50.50.30`:
```bash
iper3 -s -p 5201
iperf3 -s -p 5201
```
- Next to run the test, on the other machine run an `iperf` client that connects to prior created server:
```bash
Expand Down