summaryrefslogtreecommitdiff
path: root/tps.script
blob: 56a84f3825b898f2a001d56a542a31390305c690 (plain)
1
2
3
4
5
6
7
8
9
10
set term png
set output "tps.png"
set title "TPS"
set grid xtics ytics
set xlabel "Time during test"
set ylabel "TPS"
set xdata time
set timefmt "%s"
plot "tpsdata.txt" using 1:2 with lines