KVMFORNFV: Update Grafana config for Packet Forwarding test cases. 27/39127/3
authorkalyanreddy <reddyx.gundarapu@intel.com>
Fri, 11 Aug 2017 10:45:24 +0000 (03:45 -0700)
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>
Fri, 11 Aug 2017 11:29:46 +0000 (11:29 +0000)
JIRA: YARDSTICK-783

This patch is used for updating the configuration file of opnfv grafana
dashboard for kvmfornfv packet forwarding to publish the results of new
test cases added as part of kvmfornfv daily job.

Also used for updating the config file of opnfv grafana dashboard for
kvmfornfv cyclictest test cases to correct the alias colours.

Change-Id: I34aa155e2782e58147e55f974134673a892eb93b
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
dashboard/KVMFORNFV-Cyclictest
dashboard/KVMFORNFV-Packet-Forwarding

index 1a82c54..610c19b 100644 (file)
@@ -59,8 +59,8 @@
         {\r
           "aliasColors": {\r
             "kvmfornfv_cyclictest_idle_idle.avg": "#7EB26D",\r
-            "kvmfornfv_cyclictest_idle_idle.max": "#6ED0E0",\r
-            "kvmfornfv_cyclictest_idle_idle.min": "#EAB839"\r
+            "kvmfornfv_cyclictest_idle_idle.max": "#EAB839",\r
+            "kvmfornfv_cyclictest_idle_idle.min": "#6ED0E0"\r
           },\r
           "bars": false,\r
           "datasource": "yardstick-vtc",\r
index 41f8c73..8300001 100644 (file)
     {
       "collapse": false,
       "editable": true,
-      "height": 460,
+      "height": "460",
+      "panels": [
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "fill": 0,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "id": 7,
+          "leftYAxisLabel": "latency",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "max": true,
+            "min": true,
+            "show": true,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "nullPointMode": "null",
+          "percentage": false,
+          "pointradius": 3,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 6,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "dsType": "influxdb",
+              "groupBy": [],
+              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "policy": "default",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '64' AND $timeFilter",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "min_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "avg_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "max_value"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "packet_size",
+                  "operator": "=",
+                  "value": "64"
+                }
+              ]
+            }
+          ],
+          "thresholds": [],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "phy2phy_tput 64",
+          "tooltip": {
+            "shared": true,
+            "sort": 0,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "xaxis": {
+            "mode": "time",
+            "name": null,
+            "show": true,
+            "values": []
+          },
+          "y-axis": true,
+          "y_formats": [
+            "short",
+            "short"
+          ],
+          "yaxes": [
+            {
+              "format": "ns",
+              "label": "latency",
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": false
+            }
+          ]
+        },
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "fill": 0,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "id": 8,
+          "leftYAxisLabel": "latency",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "max": true,
+            "min": true,
+            "show": true,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "nullPointMode": "null",
+          "percentage": false,
+          "pointradius": 3,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 6,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "dsType": "influxdb",
+              "groupBy": [],
+              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "policy": "default",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '128' AND $timeFilter",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "min_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "avg_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "max_value"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "packet_size",
+                  "operator": "=",
+                  "value": "128"
+                }
+              ]
+            }
+          ],
+          "thresholds": [],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "phy2phy_tput 128",
+          "tooltip": {
+            "shared": true,
+            "sort": 0,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "xaxis": {
+            "mode": "time",
+            "name": null,
+            "show": true,
+            "values": []
+          },
+          "y-axis": true,
+          "y_formats": [
+            "short",
+            "short"
+          ],
+          "yaxes": [
+            {
+              "format": "ns",
+              "label": "latency",
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": false
+            }
+          ]
+        },
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "fill": 0,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "id": 9,
+          "leftYAxisLabel": "latency",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "max": true,
+            "min": true,
+            "show": true,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "nullPointMode": "null",
+          "percentage": false,
+          "pointradius": 3,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 6,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "dsType": "influxdb",
+              "groupBy": [],
+              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "policy": "default",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '512' AND $timeFilter",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "min_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "avg_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "max_value"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "packet_size",
+                  "operator": "=",
+                  "value": "512"
+                }
+              ]
+            }
+          ],
+          "thresholds": [],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "phy2phy_tput 512",
+          "tooltip": {
+            "shared": true,
+            "sort": 0,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "xaxis": {
+            "mode": "time",
+            "name": null,
+            "show": true,
+            "values": []
+          },
+          "y-axis": true,
+          "y_formats": [
+            "short",
+            "short"
+          ],
+          "yaxes": [
+            {
+              "format": "ns",
+              "label": "latency",
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": false
+            }
+          ]
+        },
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "fill": 0,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "id": 10,
+          "leftYAxisLabel": "latency",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "max": true,
+            "min": true,
+            "show": true,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "nullPointMode": "null",
+          "percentage": false,
+          "pointradius": 3,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 6,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "dsType": "influxdb",
+              "groupBy": [],
+              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "policy": "default",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '1024' AND $timeFilter",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "min_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "avg_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "max_value"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "packet_size",
+                  "operator": "=",
+                  "value": "1024"
+                }
+              ]
+            }
+          ],
+          "thresholds": [],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "phy2phy_tput 1024",
+          "tooltip": {
+            "shared": true,
+            "sort": 0,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "xaxis": {
+            "mode": "time",
+            "name": null,
+            "show": true,
+            "values": []
+          },
+          "y-axis": true,
+          "y_formats": [
+            "short",
+            "short"
+          ],
+          "yaxes": [
+            {
+              "format": "ns",
+              "label": "latency",
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": false
+            }
+          ]
+        },
+        {
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "yardstick-vtc",
+          "fill": 0,
+          "grid": {
+            "leftLogBase": 1,
+            "leftMax": null,
+            "leftMin": null,
+            "rightLogBase": 1,
+            "rightMax": null,
+            "rightMin": null,
+            "threshold1": null,
+            "threshold1Color": "rgba(216, 200, 27, 0.27)",
+            "threshold2": null,
+            "threshold2Color": "rgba(234, 112, 112, 0.22)"
+          },
+          "id": 11,
+          "leftYAxisLabel": "latency",
+          "legend": {
+            "alignAsTable": true,
+            "avg": true,
+            "current": false,
+            "max": true,
+            "min": true,
+            "show": true,
+            "total": false,
+            "values": true
+          },
+          "lines": true,
+          "linewidth": 1,
+          "links": [],
+          "nullPointMode": "null",
+          "percentage": false,
+          "pointradius": 3,
+          "points": true,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 6,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "dsType": "influxdb",
+              "groupBy": [],
+              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "policy": "default",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '1518' AND $timeFilter",
+              "refId": "A",
+              "resultFormat": "time_series",
+              "select": [
+                [
+                  {
+                    "params": [
+                      "min_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "avg_value"
+                    ],
+                    "type": "field"
+                  }
+                ],
+                [
+                  {
+                    "params": [
+                      "max_value"
+                    ],
+                    "type": "field"
+                  }
+                ]
+              ],
+              "tags": [
+                {
+                  "key": "packet_size",
+                  "operator": "=",
+                  "value": "1518"
+                }
+              ]
+            }
+          ],
+          "thresholds": [],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "phy2phy_tput 1518",
+          "tooltip": {
+            "shared": true,
+            "sort": 0,
+            "value_type": "individual"
+          },
+          "type": "graph",
+          "x-axis": true,
+          "xaxis": {
+            "mode": "time",
+            "name": null,
+            "show": true,
+            "values": []
+          },
+          "y-axis": true,
+          "y_formats": [
+            "short",
+            "short"
+          ],
+          "yaxes": [
+            {
+              "format": "ns",
+              "label": "latency",
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": false
+            }
+          ]
+        }
+      ],
+      "repeat": null,
+      "repeatIteration": null,
+      "repeatRowId": null,
+      "showTitle": true,
+      "title": "KVM4NFV-phy2phy-tput-OVS_with_DPDK_and_vHost_User",
+      "titleSize": "h6"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "460",
       "panels": [
         {
           "aliasColors": {},
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 7,
+          "id": 17,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
-          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '64' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '64' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput 64",
+          "title": "pvp_tput_SRIOV 64",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 8,
+          "id": 18,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
-          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '128' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '128' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput 128",
+          "title": "pvp_tput_SRIOV 128",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 9,
+          "id": 19,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
-          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '512' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '512' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput 512",
+          "title": "pvp_tput_SRIOV 512",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 10,
+          "id": 20,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
-          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '1024' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1024' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput 1024",
+          "title": "pvp_tput_SRIOV 1024",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 11,
+          "id": 21,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
-          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '1518' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput 1518",
+          "title": "pvp_tput_SRIOV 1518",
           "tooltip": {
             "shared": true,
             "sort": 0,
       "repeatIteration": null,
       "repeatRowId": null,
       "showTitle": true,
-      "title": "KVM4NFV-phy2phy-tput-OVS_with_DPDK_and_vHost_User",
+      "title": "KVM4NFV-pvp-tput-SRIOV",
       "titleSize": "h6"
     },
     {
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvvp_tput_OVS_with_DPDK_and_vHost_User",
               "policy": "default",
               "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '64' AND $timeFilter",
               "refId": "A",
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput_mod_vlan 64",
+          "title": "pvvp_tput 64",
           "tooltip": {
             "shared": true,
             "sort": 0,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvvp_tput_OVS_with_DPDK_and_vHost_User",
               "policy": "default",
               "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '128' AND $timeFilter",
               "refId": "A",
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput_mod_vlan 128",
+          "title": "pvvp_tput 128",
           "tooltip": {
             "shared": true,
             "sort": 0,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvvp_tput_OVS_with_DPDK_and_vHost_User",
               "policy": "default",
               "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '512' AND $timeFilter",
               "refId": "A",
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput_mod_vlan 512",
+          "title": "pvvp_tput 512",
           "tooltip": {
             "shared": true,
             "sort": 0,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvvp_tput_OVS_with_DPDK_and_vHost_User",
               "policy": "default",
               "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '1024' AND $timeFilter",
               "refId": "A",
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput_mod_vlan 1024",
+          "title": "pvvp_tput 1024",
           "tooltip": {
             "shared": true,
             "sort": 0,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User",
+              "measurement": "pvvp_tput_OVS_with_DPDK_and_vHost_User",
               "policy": "default",
               "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"phy2phy_tput_mod_vlan_OVS_with_DPDK_and_vHost_User\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "phy2phy_tput_mod_vlan 1518",
+          "title": "pvvp_tput 1518",
           "tooltip": {
             "shared": true,
             "sort": 0,
       "repeatIteration": null,
       "repeatRowId": null,
       "showTitle": true,
-      "title": "KVM4NFV-phy2phy-tput-mod_vlan-OVS_with_DPDK_and_vHost_User",
+      "title": "KVM4NFV-pvvp-tput-OVS_with_DPDK_and_vHost_User",
       "titleSize": "h6"
     },
     {
       "collapse": false,
       "editable": true,
-      "height": "460",
+      "height": "450px",
       "panels": [
         {
           "aliasColors": {},
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 17,
+          "id": 23,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "pvp_tput_SRIOV",
+              "measurement": "pvvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '64' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "pvp_tput_SRIOV 64",
+          "title": "pvvp_tput_SRIOV 64",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 18,
+          "id": 24,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "pvp_tput_SRIOV",
+              "measurement": "pvvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '128' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "pvp_tput_SRIOV 128",
+          "title": "pvvp_tput_SRIOV 128",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 19,
+          "id": 25,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "pvp_tput_SRIOV",
+              "measurement": "pvvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '512' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "pvp_tput_SRIOV 512",
+          "title": "pvvp_tput_SRIOV 512",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 20,
+          "id": 26,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "pvp_tput_SRIOV",
+              "measurement": "pvvp_tput_SRIOV",
               "policy": "default",
-              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1024' AND $timeFilter",
+              "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
               "resultFormat": "time_series",
               "select": [
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "pvp_tput_SRIOV 1024",
+          "title": "pvvp_tput_SRIOV 1024",
           "tooltip": {
             "shared": true,
             "sort": 0,
             "threshold2": null,
             "threshold2Color": "rgba(234, 112, 112, 0.22)"
           },
-          "id": 21,
+          "id": 27,
           "leftYAxisLabel": "latency",
           "legend": {
             "alignAsTable": true,
           },
           "lines": true,
           "linewidth": 1,
+          "links": [],
           "nullPointMode": "null",
           "percentage": false,
           "pointradius": 3,
             {
               "dsType": "influxdb",
               "groupBy": [],
-              "measurement": "pvp_tput_SRIOV",
+              "measurement": "pvvp_tput_SRIOV",
               "policy": "default",
               "query": "SELECT \"min_value\", \"avg_value\", \"max_value\" FROM \"pvp_tput_SRIOV\" WHERE \"packet_size\" = '1518' AND $timeFilter",
               "refId": "A",
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "pvp_tput_SRIOV 1518",
+          "title": "pvvp_tput_SRIOV 1518",
           "tooltip": {
             "shared": true,
             "sort": 0,
           ]
         }
       ],
-      "repeat": null,
-      "repeatIteration": null,
-      "repeatRowId": null,
       "showTitle": true,
-      "title": "KVM4NFV-pvp-tput-SRIOV",
-      "titleSize": "h6"
+      "title": "KVM4NFV-pvvp-tput-SRIOV"
     }
   ],
   "time": {
     "list": []
   },
   "refresh": "1d",
-  "schemaVersion": 8,
-  "version": 4,
-  "links": []
+  "schemaVersion": 12,
+  "version": 2,
+  "links": [],
+  "gnetId": null
 }