X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/baa1984efbcfdf18cdd00baf203dd24b9d5cf24c..d48a4f69b198ff8b3bd026ec63a5ec0905c97c08:/tests/rtt.sh diff --git a/tests/rtt.sh b/tests/rtt.sh index cf0a346..757ff45 100755 --- a/tests/rtt.sh +++ b/tests/rtt.sh @@ -4,14 +4,14 @@ 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]" @@ -21,8 +21,8 @@ plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\ ' PLOT_CMD[1]=' -set title "Round-trip time history (`uname -r`)" -set logscale y +set title "Round-trip time history" +set logscale xy set grid set xlabel "Ping number" set ylabel "Round-trip time [{/Symbol m}s]"