X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/cf393de1615ea2071b79c0bfe584bbd9c4a62bc3..48bc9235892fd71da18c5a00b26804e93de18c72:/gw-tests/vcan.sh diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index 9ddbeea..b760d5f 100755 --- a/gw-tests/vcan.sh +++ b/gw-tests/vcan.sh @@ -14,7 +14,7 @@ main() { done sshgw cangw -A -s vcan0 -d can1 -f $(printf %x:C00007FF $i) - latester -d can0 -d can1 -d can2 -c $COUNT -i 0 -h hist-$i.dat -f time-$i.dat + latester -d can0 -d can1 -d can2 -c $COUNT -i 0 -n hops$i done sshgw ip link del dev vcan0 } @@ -30,7 +30,7 @@ plot [0:10000] [1:$COUNT] \\ EOF lt=2 for i in $numjobs; do - echo_plot "\"hist-$i.dat\" with lp lt $lt title \"$((i+2)) GW jobs, 1 vcan\"" + echo_plot "\"hops$i-hist.txt\" with lp lt $lt title \"$((i+2)) GW jobs, 1 vcan\"" lt=$((lt+1)) done }