]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcans.sh
Substract tx time also in time graphs
[can-benchmark.git] / gw-tests / vcans.sh
index 6bd57cbd566352c7b4844ba5daea8ec77df6a42c..a06e35d5fd47f878cb5dd3d3a82b4def7609c45b 100755 (executable)
@@ -5,6 +5,7 @@
 numjobs=" 1 `seq 2 2 10`"
 
 main() {
+    if [ "$kvers" = 3.0.4-rt14-00008-gb2052fd -a "$load" = eth -a $traffic != oneatatime ]; then echo "Skipping eth test"; SKIPPED=1; return; fi
     for i in $numjobs; do
        cleanupgw
        lastif=can0
@@ -31,7 +32,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "Chained GW jobs on multiple VCAN interfaces"
+set title "Chained GWs on multiple VCAN interfaces"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"