]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - tests/01-rtt-history.sh
Add when the graps were generated
[can-benchmark.git] / tests / 01-rtt-history.sh
1 #!/bin/bash
2
3 . _lib.sh
4
5 t() {
6     # Data are reused from 'rtt' test
7     true
8 }
9
10 p() { cat <<EOF
11 set title "Round-trip time history"
12 set logscale y
13 set grid
14 set xlabel "Ping number"
15 set ylabel "Round-trip time [ms]"
16 plot "../00-rtt/socketcan-times-1000.dat" with lines, "../00-rtt/lincan-times-1000.dat" with lines
17 EOF
18 }