]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - tests/00-rtt.sh
Change the cron script (btw. we are now triggered by systemd timers)
[can-benchmark.git] / tests / 00-rtt.sh
index f79a06cd8bd4fcb28ba2cfa7b259308ded42fe49..84cfbadc13c0ca769b4bbb9c711ac144c10bc129 100755 (executable)
@@ -14,7 +14,7 @@ p() { cat <<EOF
 set title "Round-trip time"
 set logscale y
 set grid
-set xlabel "Time [{/Symbol m}s]"
+set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
 plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\
               "lincan-1000.dat" with lp title "Lincan"
@@ -26,6 +26,6 @@ set title "Round-trip time history"
 set logscale y
 set grid
 set xlabel "Ping number"
-set ylabel "Round-trip time [{/Symbol m}s]"
+set ylabel "Round-trip time [ms]"
 plot "socketcan-times-1000.dat" with lines, "lincan-times-1000.dat" with lines
 '