]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/ethload300MHz.sh
Some changes from 14 days ago
[can-benchmark.git] / tests / ethload300MHz.sh
index 8ce677560dee911b953a996925d8823374b321fe..c7ee55d5f9cd0f70cd93ac31dbe91e4c4545095b 100755 (executable)
@@ -9,7 +9,7 @@ t() {
        [ $i == "boost" ] && boost_irq_prio 90
        cpufreq-set -f 300MHz
        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
        cpufreq-set -f 2400MHz
        kill $PID_S
        kill $PID_LOAD
@@ -24,9 +24,8 @@ set logscale y
 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"
 '
-