X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/44ce0574864a04253d6ead50fffc397579e4d282..baa1984efbcfdf18cdd00baf203dd24b9d5cf24c:/tests/ethload.sh diff --git a/tests/ethload.sh b/tests/ethload.sh index a5e57f6..5b31c54 100755 --- a/tests/ethload.sh +++ b/tests/ethload.sh @@ -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` - 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 @@ -22,9 +22,9 @@ 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" '