X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/44ce0574864a04253d6ead50fffc397579e4d282..baa1984efbcfdf18cdd00baf203dd24b9d5cf24c:/tests/ethload300MHz.sh diff --git a/tests/ethload300MHz.sh b/tests/ethload300MHz.sh index 8ce6775..c7ee55d 100755 --- a/tests/ethload300MHz.sh +++ b/tests/ethload300MHz.sh @@ -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" ' -