X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/baa1984efbcfdf18cdd00baf203dd24b9d5cf24c..2e75a9a5b27689240a8b86cfa1687f348686632d:/tests/rtt.sh diff --git a/tests/rtt.sh b/tests/rtt.sh index cf0a346..f0ce667 100755 --- a/tests/rtt.sh +++ b/tests/rtt.sh @@ -4,24 +4,24 @@ t() { PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1` - vca_canping -m 1 -R FF:$RTPRIO -v -e $DRIVER-times -g $DRIVER -t 1 -d $CAN0 -w 0 -n 10 -c 10000 + vca_canping -m 1 -R FF:$RTPRIO -v -e $DRIVER-times -g $DRIVER -t 1 -d $CAN0 -w 0 -n 10 -c $COUNT kill $PID_S } PLOT_CMD=' -set title "Round-trip time (`uname -r`)" +set title "Round-trip time" set logscale y set grid set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\ - "lincan-1000.dat" with lp title "Lincan" + "lincan-1000.dat" with lp title "Lincan" ' PLOT_CMD[1]=' -set title "Round-trip time history (`uname -r`)" +set title "Round-trip time history" set logscale y set grid set xlabel "Ping number"