Jitter fix for latest speedtest
Speedtest added low/high and download/upload jitter.master
parent
8a31fa4577
commit
2cd3c0f6fa
|
@ -19,7 +19,7 @@ case $1 in
|
||||||
|
|
||||||
OUTPUT=`cat /var/log/munin/speedtest-results.txt`
|
OUTPUT=`cat /var/log/munin/speedtest-results.txt`
|
||||||
PING=`echo "$OUTPUT" | grep Latency | awk '{ print $2 }'`
|
PING=`echo "$OUTPUT" | grep Latency | awk '{ print $2 }'`
|
||||||
JITTER=`echo "$OUTPUT" | grep Latency | awk '{ print $4 }' | cut -c2-`
|
JITTER=`echo "$OUTPUT" |grep "Idle Latency" | awk '{ print $6 }' | sed 's/.$//'`
|
||||||
|
|
||||||
echo "ping.value $PING"
|
echo "ping.value $PING"
|
||||||
echo "jitter.value $JITTER"
|
echo "jitter.value $JITTER"
|
||||||
|
|
Loading…
Reference in New Issue