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 --- ...2FWD_Packet_Touch_Test-4Port-1500472599088.json | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'dashboard/Prox_BM_L2FWD_Packet_Touch_Test-4Port-1500472599088.json') diff --git a/dashboard/Prox_BM_L2FWD_Packet_Touch_Test-4Port-1500472599088.json b/dashboard/Prox_BM_L2FWD_Packet_Touch_Test-4Port-1500472599088.json index 80ed83cdb..c39308224 100644 --- a/dashboard/Prox_BM_L2FWD_Packet_Touch_Test-4Port-1500472599088.json +++ b/dashboard/Prox_BM_L2FWD_Packet_Touch_Test-4Port-1500472599088.json @@ -153,7 +153,7 @@ [ { "params": [ - "vnf__1.packets_fwd" + "vnf__0.packets_fwd" ], "type": "field" }, @@ -190,7 +190,7 @@ [ { "params": [ - "vnf__1.packets_in" + "vnf__0.packets_in" ], "type": "field" }, @@ -227,7 +227,7 @@ [ { "params": [ - "vnf__1.packets_dropped" + "vnf__0.packets_dropped" ], "type": "field" }, @@ -356,7 +356,7 @@ [ { "params": [ - "tg__1.xe0.out_packets" + "tg__0.xe0.out_packets" ], "type": "field" }, @@ -393,7 +393,7 @@ [ { "params": [ - "tg__1.xe1.out_packets" + "tg__0.xe1.out_packets" ], "type": "field" }, @@ -430,7 +430,7 @@ [ { "params": [ - "tg__1.xe2.out_packets" + "tg__0.xe2.out_packets" ], "type": "field" }, @@ -467,7 +467,7 @@ [ { "params": [ - "tg__1.xe3.out_packets" + "tg__0.xe3.out_packets" ], "type": "field" }, @@ -575,7 +575,7 @@ [ { "params": [ - "tg__1.xe0.in_packets" + "tg__0.xe0.in_packets" ], "type": "field" }, @@ -612,7 +612,7 @@ [ { "params": [ - "tg__1.xe1.in_packets" + "tg__0.xe1.in_packets" ], "type": "field" }, @@ -649,7 +649,7 @@ [ { "params": [ - "tg__1.xe2.in_packets" + "tg__0.xe2.in_packets" ], "type": "field" }, @@ -686,7 +686,7 @@ [ { "params": [ - "tg__1.xe3.in_packets" + "tg__0.xe3.in_packets" ], "type": "field" }, @@ -803,7 +803,7 @@ [ { "params": [ - "tg__1.TxThroughput" + "tg__0.TxThroughput" ], "type": "field" }, @@ -840,7 +840,7 @@ [ { "params": [ - "tg__1.RxThroughput" + "tg__0.RxThroughput" ], "type": "field" }, @@ -948,7 +948,7 @@ [ { "params": [ - "tg__1.PktSize" + "tg__0.PktSize" ], "type": "field" }, -- cgit 1.2.3-korg