summaryrefslogtreecommitdiff
path: root/latency.script
blob: 01faa6e064c9206cbd8ea731f032552da815d298 (plain)
1
2
3
4
5
6
7
8
9
10
set term png
set output "latency.png"
set title "Latency"
set grid xtics ytics
set xlabel "Time during test"
set ylabel "Latency (ms)"
set xdata time
set timefmt "%s"
plot "latency.txt" using 1:2