X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/3ea7fae8477eb1f8a65e07a2e5f8c139110a2a81..c36e3d6a2a7c2a96eb98cd1db64a11f508a03677:/gw-tests/vcan.sh diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index c87ebaf..7c89c40 100755 --- a/gw-tests/vcan.sh +++ b/gw-tests/vcan.sh @@ -2,7 +2,7 @@ . lib.sh -numjobs=`seq 0 2 12` +numjobs=`seq 0 2 10` main() { sshgw 'ip link add dev vcan0 type vcan && ip link set vcan0 up' @@ -39,7 +39,7 @@ plot [$range] [1:$COUNT] \\ EOF lt=2 for i in $numjobs; do - echo_plot "\"hops$i-hist.txt\" with lp lt $lt title \"$((i+2)) GW jobs, 1 vcan\"" + echo_plot "\"hops$i-hist.txt\" with lp lt $lt pt $lt title \"$((i+2)) GW jobs, 1 vcan\"" lt=$((lt+1)) done }