diff --git a/README.md b/README.md index 5894c26..ec5171f 100644 --- a/README.md +++ b/README.md @@ -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