scripts: Plot memory benchmarks using gnuplot
authorAhmed S. Darwish <darwish.07@gmail.com>
Wed, 23 Sep 2015 16:33:05 +0000 (18:33 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 31 Oct 2015 13:29:48 +0000 (15:29 +0200)
commit4bda712ee146b1e7f042ac2fedb3699893f36482
tree0d689dd6fed22b5a27eac6f7b0d91d08d304ccd3
parentc0f2e7d36ade75d86cd3504004e64b555b8a5273
scripts: Plot memory benchmarks using gnuplot

Now that we have memory usage benchmarks collected at our disposal,
introduce a gnuplot script to plot the newest version.

To avoid scaling issues, memory is plotted in a "double y axis" form,
with VM usage on the left, and dirty RSS memory usage on the right.

Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Makefile.am
scripts/benchmark_memory_usage.sh
scripts/plot_memory_usage.gp [new file with mode: 0644]