mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
gnuplot script.
This commit is contained in:
6
mem.gp
Normal file
6
mem.gp
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
set output 'mem.png'
|
||||||
|
set term png
|
||||||
|
set key box left
|
||||||
|
set xlabel "Time (msec)"
|
||||||
|
set ylabel "Mem (MB)"
|
||||||
|
plot "mem.dat" using 1:($2/1e6) title 'HeapSys' with lines, "mem.dat" using 1:($3/1e6) title 'HeapAlloc' with lines, "mem.dat" using 1:($4/1e6) title 'HeapIdle' with lines
|
||||||
Reference in New Issue
Block a user