aboutsummaryrefslogtreecommitdiff
path: root/benches/scripts/mem/plot.plt
diff options
context:
space:
mode:
Diffstat (limited to 'benches/scripts/mem/plot.plt')
-rw-r--r--benches/scripts/mem/plot.plt18
1 files changed, 18 insertions, 0 deletions
diff --git a/benches/scripts/mem/plot.plt b/benches/scripts/mem/plot.plt
new file mode 100644
index 0000000..ee4a548
--- /dev/null
+++ b/benches/scripts/mem/plot.plt
@@ -0,0 +1,18 @@
+set title "Memory Usage" font ",20"
+
+set term png small size 800,600
+set key box outside
+
+set output "mem-graph.png"
+
+set ylabel "RSZ"
+set format y '%.0s%cB'
+
+set ytics nomirror
+
+set yrange [0:*]
+
+plot "frps-mem.log" using 1 with lines axes x1y1 title "frps RSZ", \
+ "frpc-mem.log" using 1 with lines axes x1y1 title "frpc RSZ", \
+ "ratholes-mem.log" using 1 with lines axes x1y1 title "ratholes RSZ", \
+ "ratholec-mem.log" using 1 with lines axes x1y1 title "ratholec RSZ"