diff --git a/iperf/IPERF.md b/iperf/IPERF.md index a1275b4..9805b9c 100644 --- a/iperf/IPERF.md +++ b/iperf/IPERF.md @@ -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