blob: 900a1d0c82966e7433b8385d6755f5dc8921c230 (
plain)
| 1
2
3
4
5
6
 | set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 7 ps 1.5
set terminal png size 400,300 enhanced font "Helvetica,10"
set output 'cpu_data.png'
plot 'cpu_data.dat' with linespoints ls 1
set output 'ram_data.png'
plot 'ram_data.dat' with linespoints ls 1
 |