Update README.md

fix markdown image link
This commit is contained in:
2025-05-12 19:06:21 +02:00
parent 7673f1c718
commit d1734c28f6

View File

@@ -93,7 +93,7 @@ feedgnuplot --lines --stream --ylabel 'KBytes/sec' --xlabel 'seconds'
## Full commandline
(See [perfi.sh](perfi.sh)
(See [perfi.sh](perfi.sh))
```bash
stdbuf -o0 iperf3 -i $PINTERVAL -R -t $PTIME -f k -c $PERFHOST | stdbuf -o0 awk '/sec/&&!/receiver/&&!/sender/ {print $7}' | stdbuf -o0 feedgnuplot --lines --stream $PINTERVAL --ylabel 'Kbit/s' --xlabel "$PINTERVAL seconds"
@@ -103,7 +103,7 @@ stdbuf -o0 iperf3 -i $PINTERVAL -R -t $PTIME -f k -c $PERFHOST | stdbuf -o0 awk
## Result
![gnuplot.png](A screenshot of the gnuplot of an iperf3 test)
![A screenshot of the gnuplot of an iperf3 test](gnuplot.png)
## Room for improvement