From 790e601173040de7c5224b7ac81b8c78cd5d77c9 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Mon, 15 Oct 2018 15:34:17 -0400 Subject: Proper Job Metrics Uses all FIO jobs, not just job.1 when calculating metrics. Fixes bug when multiple volumes are created, but thread gate is not big enough. Change-Id: I473b2d19848c6ebc15e7669d84fade52d10fb97d JIRA: STORPERF-263 Signed-off-by: mbeierl --- docker/storperf-master/storperf/db/graphite_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/storperf-master/storperf/db/graphite_db.py') diff --git a/docker/storperf-master/storperf/db/graphite_db.py b/docker/storperf-master/storperf/db/graphite_db.py index 8ebd22e..59b9f5d 100644 --- a/docker/storperf-master/storperf/db/graphite_db.py +++ b/docker/storperf-master/storperf/db/graphite_db.py @@ -41,7 +41,7 @@ class GraphiteDB(object): start = end - duration request = ("http://%s:%s/graphite/render/?target=" - "%s(%s.*.jobs.1.%s.%s)" + "%s(%s.*.jobs.*.%s.%s)" "&format=json" "&from=%s" "&until=%s" -- cgit 1.2.3-korg