summaryrefslogtreecommitdiff
path: root/tools/performance_test/performance_test.gnuplot
blob: 68743c494338c2649aab3ac775638f04aa526c86 (plain)
1
2
3
4
5
6
7
8
9
set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 7 ps 1.5
set terminal png size 800,600 enhanced font "Helvetica,10"
set xlabel "time"
set output 'cpu_data.png'
set ylabel "CPU usage in %"
plot 'cpu_data.dat' with linespoints ls 1
set output 'ram_data.png'
set ylabel "RAM usage in %"
plot 'ram_data.dat' with linespoints ls 1