From ee4bd5fff176f42338e25a38d301214455b0f8fb Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 12 May 2025 19:22:06 +0200 Subject: [PATCH] small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39829d..e4c4062 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ There exists a [list of public iperf servers](https://iperf.fr/iperf-servers.php ## stdbuf -´iperf3` seems to buffer its `stdout`. A tool named `stdbuf` helps achieving realtime output, so the data can be piped into the next tool. +`iperf3` seems to buffer its `stdout`. A tool named `stdbuf` helps achieving realtime output, so the data can be piped into the next tool. ```bash stdbuf -o0 iperf3 -i $PINTERVAL -R -t $PTIME -f k -c $PERFHOST