From 5b95a8d750e40e394a5dbdcbea1fb5018700f8d5 Mon Sep 17 00:00:00 2001 From: Ariel Ortmann Date: Fri, 21 Jun 2024 09:59:24 -0300 Subject: [PATCH] fix: example typo --- iperf/IPERF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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