From 15ff4cfc2af131359fa047a3e5d28a4bee1c23c3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 11 Dec 2019 21:44:39 +0100 Subject: collect vmhwm for servers and use it for mysql, httpd and redis --- src/benchmarks/redis.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/benchmarks/redis.py') diff --git a/src/benchmarks/redis.py b/src/benchmarks/redis.py index 827b14c..b487baf 100644 --- a/src/benchmarks/redis.py +++ b/src/benchmarks/redis.py @@ -87,9 +87,14 @@ class BenchmarkRedis(Benchmark): def summary(self): self.barplot_single_arg("{requests}", ylabel='"requests per s"', - title='"redis benchmark"', + title='"redis throughput"', filepostfix="requests") + self.barplot_single_arg("{redis_vmhwm}", + ylabel='"VmHWM in KB"', + title='"redis memusage"', + filepostfix="vmhwm") + self.export_stats_to_dataref("requests") -- cgit v1.2.3