From 31b0e130755cbd425b26f740e5701768d77f98f0 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Tue, 17 Oct 2017 22:41:55 -0400 Subject: Improving Reporting Changes IOPS and BW to summation vs. average. Adds fixed 0 y axis to all graphs Change-Id: I3379597bda04b030424a25c7309a02c982fdb706 Signed-off-by: mbeierl --- .../src/templates/plot_multi_data.html | 55 +++++++++++++--------- 1 file changed, 33 insertions(+), 22 deletions(-) (limited to 'docker/storperf-reporting/src/templates/plot_multi_data.html') diff --git a/docker/storperf-reporting/src/templates/plot_multi_data.html b/docker/storperf-reporting/src/templates/plot_multi_data.html index 3e64538..9a81599 100644 --- a/docker/storperf-reporting/src/templates/plot_multi_data.html +++ b/docker/storperf-reporting/src/templates/plot_multi_data.html @@ -35,8 +35,8 @@ text += "

Criteria : " + results[i]["criteria"] + "

"; text += "

Build Tag : " + results[i]["build_tag"] + "

"; text += ""; - text += ""; + "' onclick=add_info('" + ids[i] + "')> Click here to view details "; + text += ""; } $("#content").html(text); } @@ -60,15 +60,15 @@ text += "

Criteria : " + results[i]["criteria"] + "

"; text += "

Build Tag : " + results[i]["build_tag"] + "

"; text += ""; - text += ""; + text += ""; text += "
" text += ""; for (var i = 0; i < keys.length; i++ ){ text += "
"; text += "

" + keys[i] + "

"; text += "
"; - } - $("#content").html(text); + } + $("#content").html(text); } function add_test(key){ if(document.getElementById("test-" + key) == null){ @@ -94,7 +94,7 @@ for( item in report_data[key][test] ){ var state = report_data[key][test][item]["steady_state"]; text += "
  • " + item + " (steady state: " + state +")"; + text += key + "-" + test + "-" + item + "'>" + item + " (steady state: " + state +")"; text += "