aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/redis.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-12-11 21:44:39 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-12-11 22:19:14 +0100
commit15ff4cfc2af131359fa047a3e5d28a4bee1c23c3 (patch)
tree8677cfef6db80e57502c4004c0cbbb417532dab9 /src/benchmarks/redis.py
parent13431ce7e8fdc1219d2bad27a3c05b148c836baf (diff)
downloadallocbench-15ff4cfc2af131359fa047a3e5d28a4bee1c23c3.tar.gz
allocbench-15ff4cfc2af131359fa047a3e5d28a4bee1c23c3.zip
collect vmhwm for servers and use it for mysql, httpd and redis
Diffstat (limited to 'src/benchmarks/redis.py')
-rw-r--r--src/benchmarks/redis.py7
1 files changed, 6 insertions, 1 deletions
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")