X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/b178e8b371c622a0892eeb69876cc8297438ec26..19359cd66ecd54ece07987f80b98ab5f12a5e82d:/gw-tests/vcan.sh diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index ff7b967..a96cac4 100755 --- a/gw-tests/vcan.sh +++ b/gw-tests/vcan.sh @@ -2,7 +2,7 @@ . lib.sh -numjobs=`seq 0 2 10` +numjobs=`seq 0 2 12` main() { sshgw 'ip link add dev vcan0 type vcan && ip link set vcan0 up' @@ -15,10 +15,6 @@ main() { sshgw cangw -A -s vcan0 -d can1 -f $(printf %x:C00007FF $i) latester -d can0 -d can1 -d can2 -o -c $COUNT -i 0 -h hist-$i.dat -f time-$i.dat - - echo - sshgw cangw -L - done sshgw ip link del dev vcan0 } @@ -30,11 +26,11 @@ set logscale y set grid set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" -plot [0:1500] [1:$COUNT] \\ +plot [0:1000] [1:$COUNT] \\ EOF - lt=1 + lt=2 for i in $numjobs; do - echo_plot "\"hist-$i.dat\" with lp lt $lt title \"$i GW jobs on vcan\"" + echo_plot "\"hist-$i.dat\" with lp lt $lt title \"$((i+2)) GW jobs, 1 vcan\"" lt=$((lt+1)) done }