X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/080e1f7dda7c321b0272750d97d614c2c968602a..18b079e64d91a8e6f04c717ab2b32a30d08b70a9:/tests/rtt.sh diff --git a/tests/rtt.sh b/tests/rtt.sh index 0b78118..898fb56 100755 --- a/tests/rtt.sh +++ b/tests/rtt.sh @@ -1,10 +1,10 @@ -#!/bin/sh +#!/bin/bash . _lib.sh t() { PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1` - vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER -t 1 -d $CAN0 -w 2 -c 10000 + vca_canping -m 1 -R FF:$RTPRIO -v -e $DRIVER-times -g $DRIVER -t 1 -d $CAN0 -w 1 -n 10 -c 10000 kill $PID_S } @@ -20,3 +20,11 @@ plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\ "lincan-1000.dat" with lp title "Lincan" ' +PLOT_CMD[1]=' +set title "Round-trip time history (`uname -r`)" +set logscale y +set grid +set xlabel "Ping number" +set ylabel "Round-trip time [{/Symbol m}s]" +plot "lincan-times-1000.dat" with lines, "socketcan-times-1000.dat" with lines +'