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>
This commit is contained in:
Ahmed S. Darwish 2015-09-23 18:33:05 +02:00 committed by Tanu Kaskinen
parent c0f2e7d36a
commit 4bda712ee1
3 changed files with 66 additions and 0 deletions

View file

@ -28,6 +28,7 @@ EXTRA_DIST = \
PROTOCOL \
README \
scripts/benchmark_memory_usage.sh \
scripts/plot_memory_usage.gp \
scripts/benchmarks/README \
todo \
.gitignore \