]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethload.sh
Some changes from 14 days ago
[can-benchmark.git] / tests / ethload.sh
index a5e57f6570a152dda017e63826e03a2b7d129b11..5b31c544b34fe5c4a007f08fb321e87c6a853738 100755 (executable)
@@ -8,7 +8,7 @@ t() {
        PID_LOAD=$!
        [ $i == "boost" ] && boost_irq_prio 90
        PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`
        PID_LOAD=$!
        [ $i == "boost" ] && boost_irq_prio 90
        PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`
-       vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER-$i -t 1 -d $CAN0 -w 2 -c 10000
+       vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER-$i -t 1 -d $CAN0 -w 0 -c 10000
        kill $PID_S
        kill $PID_LOAD
     done
        kill $PID_S
        kill $PID_LOAD
     done
@@ -22,9 +22,9 @@ set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
-plot [0:] "socketcan-norm-1000.dat" with lp title "Socketcan",\
-          "lincan-norm-1000.dat" with lp title "Lincan",\
-          "socketcan-boost-1000.dat" with lp title "Socketcan boosted IRQ prio",\
-          "lincan-boost-1000.dat" with lp title "Lincan boosted IRQ prio"
+plot [0:] "socketcan-norm-1000.dat" with lp lt 1 title "Socketcan",\
+          "lincan-norm-1000.dat" with lp lt 2 title "Lincan",\
+          "socketcan-boost-1000.dat" with lp lt 1 title "Socketcan boosted IRQ prio",\
+          "lincan-boost-1000.dat" with lp lt 2 title "Lincan boosted IRQ prio"
 '
 
 '