Update README.md
fix markdown image link
This commit is contained in:
@@ -93,7 +93,7 @@ feedgnuplot --lines --stream --ylabel 'KBytes/sec' --xlabel 'seconds'
|
|||||||
|
|
||||||
## Full commandline
|
## Full commandline
|
||||||
|
|
||||||
(See [perfi.sh](perfi.sh)
|
(See [perfi.sh](perfi.sh))
|
||||||
|
|
||||||
```bash
|
```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"
|
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
|
## Result
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Room for improvement
|
## Room for improvement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user