]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/rtt.sh
Some changes from 14 days ago
[can-benchmark.git] / tests / rtt.sh
index 898fb565810ff95d6bf3531092cc2f2399b97fe0..cf0a3463c858617335e991bf8e77e25318dafca2 100755 (executable)
@@ -4,7 +4,7 @@
 
 t() {
     PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`
 
 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 1 -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 10000
     kill $PID_S
 }
 
     kill $PID_S
 }
 
@@ -26,5 +26,5 @@ set logscale y
 set grid
 set xlabel "Ping number"
 set ylabel "Round-trip time [{/Symbol m}s]"
 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
+plot "socketcan-times-1000.dat" with lines, "lincan-times-1000.dat" with lines
 '
 '