]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcans.sh
Test for -rt kernel in highptio test
[can-benchmark.git] / gw-tests / vcans.sh
index 70ac60f56ec8804a1034a037afa4c23812effbdd..69e867dd36ecfdd344fee3bdd94956a7addde120 100755 (executable)
@@ -15,13 +15,13 @@ main() {
        done
        sshgw cangw -A -s $lastif -d can1 -f $(printf %x:C00007FF $((i-1)))
 
-       latester -d can0 -d can1 -d can2 -c $COUNT -i 0 $(traffic_and_length 2) -h hist-$i.dat -f time-$i.dat
+       latester -d can0 -d can1 -d can2 -c $COUNT -i 0 $(traffic_and_length 2) -n hops$i
     done
 }
 
 plot_cmds() {
     cat <<EOF
-set title "Chained GWs on multiple VCAN interfaces"
+set title "Chained GW jobs on multiple VCAN interfaces"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
@@ -30,7 +30,7 @@ plot [0:1000] [1:$COUNT] \\
 EOF
     lt=1
     for i in $numjobs; do
-       echo_plot "\"hist-$i.dat\" with lp lt $lt title \"$i GW jobs, $((i-1)) vcans\""
+       echo_plot "\"hops$i-hist.txt\" with lp lt $lt title \"$i GW jobs, $((i-1)) vcans\""
         lt=$((lt+1))
     done
 }