From 134e77b91771487e9a85b92d727829d43403ce38 Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Fri, 29 Sep 2017 11:07:35 +0100 Subject: Grafana Dashboard update for Prox Tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA: YARDSTICK-802 Updated the Grafana dashboards to collect KPI's correctly & incorporate scale up changes in topology Influx-db stores the KPI’s fields as: TG has changed from : tg__1 to tg__0 VNF has changed from : vnf__1 to vnf__0 Change-Id: I3bd8be61210906bc4de95c9b1986033572d93277 Signed-off-by: Abhijit Sinha --- ..._Packet_Buffering_Test-1Port-1501146963774.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'dashboard/Prox_BM_Packet_Buffering_Test-1Port-1501146963774.json') diff --git a/dashboard/Prox_BM_Packet_Buffering_Test-1Port-1501146963774.json b/dashboard/Prox_BM_Packet_Buffering_Test-1Port-1501146963774.json index 204676eb5..01fff32c3 100644 --- a/dashboard/Prox_BM_Packet_Buffering_Test-1Port-1501146963774.json +++ b/dashboard/Prox_BM_Packet_Buffering_Test-1Port-1501146963774.json @@ -154,7 +154,7 @@ [ { "params": [ - "vnf__1.packets_fwd" + "vnf__0.packets_fwd" ], "type": "field" }, @@ -191,7 +191,7 @@ [ { "params": [ - "vnf__1.packets_in" + "vnf__0.packets_in" ], "type": "field" }, @@ -228,7 +228,7 @@ [ { "params": [ - "vnf__1.packets_dropped" + "vnf__0.packets_dropped" ], "type": "field" }, @@ -357,7 +357,7 @@ [ { "params": [ - "tg__1.xe0.out_packets" + "tg__0.xe0.out_packets" ], "type": "field" }, @@ -394,7 +394,7 @@ [ { "params": [ - "tg__1.xe0.in_packets" + "tg__0.xe0.in_packets" ], "type": "field" }, @@ -502,7 +502,7 @@ [ { "params": [ - "tg__1.LatencyMin.2" + "tg__0.LatencyMin.2" ], "type": "field" }, @@ -539,7 +539,7 @@ [ { "params": [ - "tg__1.LatencyAvg.2" + "tg__0.LatencyAvg.2" ], "type": "field" }, @@ -576,7 +576,7 @@ [ { "params": [ - "tg__1.LatencyMax.2" + "tg__0.LatencyMax.2" ], "type": "field" }, @@ -693,7 +693,7 @@ [ { "params": [ - "tg__1.Throughput" + "tg__0.Throughput" ], "type": "field" }, @@ -730,7 +730,7 @@ [ { "params": [ - "tg__1.RxThroughput" + "tg__0.RxThroughput" ], "type": "field" }, @@ -838,7 +838,7 @@ [ { "params": [ - "tg__1.PktSize" + "tg__0.PktSize" ], "type": "field" }, -- cgit 1.2.3-korg