X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/20b3deb1d2a53e85261e1db2d30ff1a7140be018..19359cd66ecd54ece07987f80b98ab5f12a5e82d:/gw-tests/vcan.sh diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index 7d01e82..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' @@ -28,9 +28,9 @@ set xlabel "Time [{/Symbol m}s]" set ylabel "Latency profile [messages]" 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 }