small typo

This commit is contained in:
sebastian
2025-05-12 19:22:06 +02:00
parent 403830f9ad
commit ee4bd5fff1

View File

@@ -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