From ff852d8d05028181636272eae272118514006faf 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 --- .../Prox_Heat_ACL_Test-2Port-1499778177265.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'dashboard/Prox_Heat_ACL_Test-2Port-1499778177265.json') diff --git a/dashboard/Prox_Heat_ACL_Test-2Port-1499778177265.json b/dashboard/Prox_Heat_ACL_Test-2Port-1499778177265.json index f841e490b..112cb8e4a 100644 --- a/dashboard/Prox_Heat_ACL_Test-2Port-1499778177265.json +++ b/dashboard/Prox_Heat_ACL_Test-2Port-1499778177265.json @@ -155,7 +155,7 @@ [ { "params": [ - "vnf__1.packets_fwd" + "vnf__0.packets_fwd" ], "type": "field" }, @@ -192,7 +192,7 @@ [ { "params": [ - "vnf__1.packets_in" + "vnf__0.packets_in" ], "type": "field" }, @@ -229,7 +229,7 @@ [ { "params": [ - "vnf__1.packets_dropped" + "vnf__0.packets_dropped" ], "type": "field" }, @@ -359,7 +359,7 @@ [ { "params": [ - "tg__1.xe0.in_packets" + "tg__0.xe0.in_packets" ], "type": "field" }, @@ -396,7 +396,7 @@ [ { "params": [ - "tg__1.xe1.out_packets" + "tg__0.xe1.out_packets" ], "type": "field" }, @@ -504,7 +504,7 @@ [ { "params": [ - "tg__1.xe0.in_packets" + "tg__0.xe0.in_packets" ], "type": "field" }, @@ -541,7 +541,7 @@ [ { "params": [ - "tg__1.xe1.in_packets" + "tg__0.xe1.in_packets" ], "type": "field" }, @@ -657,7 +657,7 @@ [ { "params": [ - "tg__1.TxThroughput" + "tg__0.TxThroughput" ], "type": "field" }, @@ -694,7 +694,7 @@ [ { "params": [ - "tg__1.RxThroughput" + "tg__0.RxThroughput" ], "type": "field" }, @@ -802,7 +802,7 @@ [ { "params": [ - "tg__1.PktSize" + "tg__0.PktSize" ], "type": "field" }, @@ -838,7 +838,7 @@ { "type": "field", "params": [ - "tg__1.DropPackets" + "tg__0.DropPackets" ] }, { -- cgit 1.2.3-korg