diff options
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/Yardstick-TC002-1456495853488 | 469 | ||||
-rw-r--r-- | dashboard/Yardstick-TC005-1456495868837 | 438 | ||||
-rw-r--r-- | dashboard/Yardstick-TC010-1456495940503 | 199 | ||||
-rw-r--r-- | dashboard/Yardstick-TC011-1456495954966 | 199 | ||||
-rw-r--r-- | dashboard/Yardstick-TC012-1456495966540 | 1654 | ||||
-rw-r--r-- | dashboard/Yardstick-TC014-1456496016450 | 276 | ||||
-rw-r--r-- | dashboard/Yardstick-TC027-1456496061153 | 209 | ||||
-rw-r--r-- | dashboard/Yardstick-TC037-1456496078470 | 169 |
8 files changed, 2937 insertions, 676 deletions
diff --git a/dashboard/Yardstick-TC002-1456495853488 b/dashboard/Yardstick-TC002-1456495853488 index eb8c27d43..a0be68402 100644 --- a/dashboard/Yardstick-TC002-1456495853488 +++ b/dashboard/Yardstick-TC002-1456495853488 @@ -306,7 +306,7 @@ "tags": [] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "Network Latency - RTT", "tooltip": { @@ -366,9 +366,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "scroll": true, @@ -458,7 +458,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "table", "transparent": false, @@ -479,9 +479,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "scroll": true, @@ -571,12 +571,12 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "table", "transparent": false, "type": "table", - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 2 }, { @@ -594,9 +594,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "scroll": true, @@ -686,12 +686,12 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "table", "transparent": false, "type": "table", - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 2 }, { @@ -709,9 +709,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": true } }, "scroll": true, @@ -801,12 +801,12 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "table", "transparent": false, "type": "table", - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 2 }, { @@ -824,9 +824,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "scroll": true, @@ -916,12 +916,12 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "table", "transparent": false, "type": "table", - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 2 }, { @@ -939,9 +939,124 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true + } + }, + "scroll": true, + "showHeader": true, + "sort": { + "col": 2, + "desc": false + }, + "span": 2, + "styles": [ + { + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "date" + }, + { + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "decimals": 2, + "pattern": "deploy_scenario", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "number", + "unit": "ms" + } + ], + "targets": [ + { + "alias": "", + "dsType": "influxdb", + "groupBy": [ + { + "params": [ + "deploy_scenario" + ], + "type": "tag" + } + ], + "measurement": "opnfv_yardstick_tc002", + "query": "SELECT mean(\"rtt\") FROM \"opnfv_yardstick_tc002\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"", + "rawQuery": false, + "refId": "A", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "rtt" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" + } + ] + ], + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ] + } + ], + "timeFrom": "14d", + "title": "$POD", + "transform": "table", + "transparent": false, + "type": "table", + "repeatIteration": 1467967293010, + "repeatPanelId": 2 + }, + { + "columns": [], + "datasource": "yardstick-vtc", + "editable": true, + "error": false, + "fontSize": "90%", + "height": "", + "id": 18, + "isNew": true, + "links": [], + "minSpan": 2, + "pageSize": 100, + "repeat": null, + "scopedVars": { + "POD": { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "scroll": true, @@ -1036,7 +1151,7 @@ "transform": "table", "transparent": false, "type": "table", - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 2 } ], @@ -1097,9 +1212,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "seriesOverrides": [ @@ -1263,9 +1378,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "seriesOverrides": [ @@ -1379,7 +1494,7 @@ "ms", "short" ], - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 3 }, { @@ -1431,9 +1546,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "seriesOverrides": [ @@ -1547,7 +1662,7 @@ "ms", "short" ], - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 3 }, { @@ -1599,9 +1714,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": true } }, "seriesOverrides": [ @@ -1715,7 +1830,7 @@ "ms", "short" ], - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 3 }, { @@ -1767,9 +1882,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "seriesOverrides": [ @@ -1883,7 +1998,7 @@ "ms", "short" ], - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, "repeatPanelId": 3 }, { @@ -1935,9 +2050,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "seriesOverrides": [ @@ -2051,7 +2166,175 @@ "ms", "short" ], - "repeatIteration": 1456495841616, + "repeatIteration": 1467967293010, + "repeatPanelId": 3 + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "yardstick-vtc", + "editable": true, + "error": false, + "fill": 1, + "grid": { + "leftLogBase": 1, + "leftMax": null, + "leftMin": 0, + "rightLogBase": 1, + "rightMax": null, + "rightMin": null, + "threshold1": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", + "threshold2": null, + "threshold2Color": "rgba(234, 112, 112, 0.22)" + }, + "height": "", + "id": 19, + "interval": "", + "isNew": true, + "leftYAxisLabel": "<RTT>", + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": false, + "hideZero": false, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 1, + "points": true, + "renderer": "flot", + "repeat": null, + "scopedVars": { + "POD": { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true + } + }, + "seriesOverrides": [ + { + "alias": "os-odl_l2-nofeature-ha", + "color": "#7EB26D" + }, + { + "alias": "os-nosdn-nofeature-ha", + "color": "#E24D42" + }, + { + "alias": "os-onos-nofeature-ha", + "color": "#6ED0E0" + }, + { + "alias": "os-nosdn-ovs-ha", + "color": "#EAB839" + }, + { + "alias": "os-odl_l3-nofeature-ha", + "color": "#E5A8E2" + }, + { + "alias": "os-odl_l2-bgpvpn-ha", + "color": "#E0752D" + }, + { + "alias": "os-odl_l2-sfc-ha", + "color": "#508642" + } + ], + "span": 2, + "stack": false, + "steppedLine": false, + "targets": [ + { + "alias": "$tag_deploy_scenario", + "dsType": "influxdb", + "groupBy": [ + { + "params": [ + "24h" + ], + "type": "time" + }, + { + "params": [ + "deploy_scenario" + ], + "type": "tag" + }, + { + "params": [ + "pod_name" + ], + "type": "tag" + }, + { + "params": [ + "null" + ], + "type": "fill" + } + ], + "measurement": "opnfv_yardstick_tc002", + "query": "SELECT mean(\"rtt\") FROM \"opnfv_yardstick_tc002\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)", + "rawQuery": false, + "refId": "A", + "resultFormat": "time_series", + "select": [ + [ + { + "params": [ + "rtt" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" + } + ] + ], + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ] + } + ], + "timeFrom": "14d", + "timeShift": null, + "title": "$POD", + "tooltip": { + "shared": true, + "value_type": "individual" + }, + "type": "graph", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "ms", + "short" + ], + "repeatIteration": 1467967293010, "repeatPanelId": 3 } ], @@ -2095,14 +2378,15 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod5 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", + "intel\\-pod5", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -2114,49 +2398,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": true }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"", @@ -2239,6 +2558,6 @@ }, "refresh": "15m", "schemaVersion": 8, - "version": 113, + "version": 2, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC005-1456495868837 b/dashboard/Yardstick-TC005-1456495868837 index c9719860e..9463b40d3 100644 --- a/dashboard/Yardstick-TC005-1456495868837 +++ b/dashboard/Yardstick-TC005-1456495868837 @@ -154,7 +154,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "Storage Performance", "tooltip": { @@ -212,9 +212,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "scroll": true, @@ -298,7 +298,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table" @@ -317,9 +317,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "scroll": true, @@ -403,11 +403,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 5 }, { @@ -424,9 +424,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "scroll": true, @@ -510,11 +510,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 5 }, { @@ -531,9 +531,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": true } }, "scroll": true, @@ -617,11 +617,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 5 }, { @@ -638,9 +638,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "scroll": true, @@ -724,11 +724,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 5 }, { @@ -745,9 +745,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "scroll": true, @@ -831,11 +831,118 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, + "repeatPanelId": 5 + }, + { + "columns": [], + "datasource": "yardstick-vtc", + "editable": true, + "error": false, + "fontSize": "100%", + "id": 20, + "isNew": true, + "links": [], + "minSpan": 2, + "pageSize": null, + "repeat": null, + "scopedVars": { + "POD": { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true + } + }, + "scroll": true, + "showHeader": true, + "sort": { + "col": 0, + "desc": true + }, + "span": 2, + "styles": [ + { + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "date" + }, + { + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "decimals": 2, + "pattern": "deploy_scenario", + "thresholds": [], + "type": "string", + "unit": "short" + }, + { + "colorMode": null, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "number", + "unit": "short" + } + ], + "targets": [ + { + "dsType": "influxdb", + "groupBy": [ + { + "params": [ + "deploy_scenario" + ], + "type": "tag" + } + ], + "measurement": "opnfv_yardstick_tc005", + "query": "SELECT \"read_iops\" FROM \"opnfv_yardstick_tc005\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"", + "refId": "A", + "resultFormat": "time_series", + "select": [ + [ + { + "params": [ + "read_iops" + ], + "type": "field" + } + ] + ], + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ] + } + ], + "timeFrom": "14d", + "title": "$POD", + "transform": "timeseries_to_rows", + "type": "table", + "repeatIteration": 1467968127728, "repeatPanelId": 5 } ], @@ -888,9 +995,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -960,7 +1067,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1017,9 +1124,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "seriesOverrides": [], @@ -1089,7 +1196,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1103,7 +1210,7 @@ "short", "short" ], - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 7 }, { @@ -1148,9 +1255,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -1220,7 +1327,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1234,7 +1341,7 @@ "short", "short" ], - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 7 }, { @@ -1279,9 +1386,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": true } }, "seriesOverrides": [], @@ -1351,7 +1458,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1365,7 +1472,7 @@ "short", "short" ], - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 7 }, { @@ -1410,9 +1517,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "seriesOverrides": [], @@ -1482,7 +1589,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1496,7 +1603,7 @@ "short", "short" ], - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, "repeatPanelId": 7 }, { @@ -1541,9 +1648,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -1613,7 +1720,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1627,7 +1734,138 @@ "short", "short" ], - "repeatIteration": 1456495861692, + "repeatIteration": 1467968127728, + "repeatPanelId": 7 + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "yardstick-vtc", + "editable": true, + "error": false, + "fill": 1, + "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": 21, + "isNew": true, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 2, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "repeat": null, + "scopedVars": { + "POD": { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true + } + }, + "seriesOverrides": [], + "span": 2, + "stack": false, + "steppedLine": false, + "targets": [ + { + "alias": "$tag_deploy_scenario", + "dsType": "influxdb", + "groupBy": [ + { + "params": [ + "24h" + ], + "type": "time" + }, + { + "params": [ + "deploy_scenario" + ], + "type": "tag" + }, + { + "params": [ + "pod_name" + ], + "type": "tag" + }, + { + "params": [ + "null" + ], + "type": "fill" + } + ], + "measurement": "opnfv_yardstick_tc005", + "query": "SELECT mean(\"read_bw\") FROM \"opnfv_yardstick_tc005\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"deploy_scenario\", \"pod_name\" fill(null)", + "refId": "A", + "resultFormat": "time_series", + "select": [ + [ + { + "params": [ + "read_bw" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" + } + ] + ], + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ] + } + ], + "timeFrom": "14d", + "timeShift": null, + "title": "$POD", + "tooltip": { + "shared": true, + "value_type": "cumulative" + }, + "type": "graph", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "short", + "short" + ], + "repeatIteration": 1467968127728, "repeatPanelId": 7 } ], @@ -1669,14 +1907,15 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod5 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", + "intel\\-pod5", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -1686,49 +1925,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": true }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"", @@ -1806,6 +2080,6 @@ "list": [] }, "schemaVersion": 8, - "version": 9, + "version": 2, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC010-1456495940503 b/dashboard/Yardstick-TC010-1456495940503 index 9edc972d6..562c7f0ac 100644 --- a/dashboard/Yardstick-TC010-1456495940503 +++ b/dashboard/Yardstick-TC010-1456495940503 @@ -155,7 +155,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "Memory Latency, lmbench", "tooltip": { @@ -213,9 +213,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "scroll": true, @@ -299,7 +299,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table" @@ -318,9 +318,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "scroll": true, @@ -404,11 +404,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 5 }, { @@ -425,9 +425,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "scroll": true, @@ -511,11 +511,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 5 }, { @@ -532,9 +532,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "scroll": true, @@ -618,11 +618,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 5 }, { @@ -639,9 +639,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "scroll": true, @@ -725,11 +725,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 5 }, { @@ -746,9 +746,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "scroll": true, @@ -832,11 +832,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 5 } ], @@ -889,9 +889,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -961,7 +961,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1018,9 +1018,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "seriesOverrides": [], @@ -1090,7 +1090,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1104,7 +1104,7 @@ "short", "short" ], - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 7 }, { @@ -1149,9 +1149,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -1221,7 +1221,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1235,7 +1235,7 @@ "short", "short" ], - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 7 }, { @@ -1280,9 +1280,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "seriesOverrides": [], @@ -1352,7 +1352,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1366,7 +1366,7 @@ "short", "short" ], - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 7 }, { @@ -1411,9 +1411,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -1483,7 +1483,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1497,7 +1497,7 @@ "short", "short" ], - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 7 }, { @@ -1542,9 +1542,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "seriesOverrides": [], @@ -1614,7 +1614,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1628,7 +1628,7 @@ "short", "short" ], - "repeatIteration": 1456495934825, + "repeatIteration": 1468224666109, "repeatPanelId": 7 } ], @@ -1670,14 +1670,14 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -1687,49 +1687,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": false }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"", @@ -1807,6 +1842,6 @@ "list": [] }, "schemaVersion": 8, - "version": 4, + "version": 3, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC011-1456495954966 b/dashboard/Yardstick-TC011-1456495954966 index 248135534..2bca4dece 100644 --- a/dashboard/Yardstick-TC011-1456495954966 +++ b/dashboard/Yardstick-TC011-1456495954966 @@ -154,7 +154,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "jitter: packet delay variation (ms)", "tooltip": { @@ -212,9 +212,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "scroll": true, @@ -298,7 +298,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table" @@ -317,9 +317,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "scroll": true, @@ -403,11 +403,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 5 }, { @@ -424,9 +424,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "scroll": true, @@ -510,11 +510,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 5 }, { @@ -531,9 +531,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "scroll": true, @@ -617,11 +617,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 5 }, { @@ -638,9 +638,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "scroll": true, @@ -724,11 +724,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 5 }, { @@ -745,9 +745,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "scroll": true, @@ -831,11 +831,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 5 } ], @@ -888,9 +888,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -959,7 +959,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1016,9 +1016,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "seriesOverrides": [], @@ -1087,7 +1087,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1101,7 +1101,7 @@ "short", "short" ], - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 7 }, { @@ -1146,9 +1146,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -1217,7 +1217,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1231,7 +1231,7 @@ "short", "short" ], - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 7 }, { @@ -1276,9 +1276,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "seriesOverrides": [], @@ -1347,7 +1347,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1361,7 +1361,7 @@ "short", "short" ], - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 7 }, { @@ -1406,9 +1406,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "seriesOverrides": [], @@ -1477,7 +1477,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1491,7 +1491,7 @@ "short", "short" ], - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 7 }, { @@ -1536,9 +1536,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "seriesOverrides": [], @@ -1607,7 +1607,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1621,7 +1621,7 @@ "short", "short" ], - "repeatIteration": 1456495947533, + "repeatIteration": 1468225357451, "repeatPanelId": 7 } ], @@ -1663,14 +1663,14 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -1680,49 +1680,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": false }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"", @@ -1801,6 +1836,6 @@ }, "refresh": "15m", "schemaVersion": 8, - "version": 11, + "version": 2, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC012-1456495966540 b/dashboard/Yardstick-TC012-1456495966540 index fde466f15..c170897f5 100644 --- a/dashboard/Yardstick-TC012-1456495966540 +++ b/dashboard/Yardstick-TC012-1456495966540 @@ -88,12 +88,6 @@ "groupBy": [ { "params": [ - "24h" - ], - "type": "time" - }, - { - "params": [ "pod_name" ], "type": "tag" @@ -106,7 +100,7 @@ } ], "measurement": "opnfv_yardstick_tc012", - "query": "SELECT mean(\"bandwidth(MBps)\") FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY time(24h), \"pod_name\", \"deploy_scenario\"", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\"", "refId": "A", "resultFormat": "time_series", "select": [ @@ -116,10 +110,6 @@ "bandwidth(MBps)" ], "type": "field" - }, - { - "params": [], - "type": "mean" } ] ], @@ -138,7 +128,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "Memory read/write bandwidth trend", "tooltip": { @@ -157,92 +147,1103 @@ "title": "New row" }, { - "collapse": false, - "editable": true, + "title": "New row", "height": "250px", + "editable": true, + "collapse": false, "panels": [ { - "aliasColors": {}, - "bars": false, + "title": "Daily Averages", + "error": false, + "span": 12, + "editable": true, + "type": "text", + "isNew": true, + "id": 4, + "mode": "markdown", + "content": "", + "style": {}, + "links": [], + "height": "0" + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "table", + "isNew": true, + "id": 5, + "styles": [ + { + "type": "date", + "pattern": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss" + }, + { + "unit": "short", + "type": "number", + "decimals": 2, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "colorMode": null, + "pattern": "", + "thresholds": [] + } + ], + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + }, + { + "refId": "B", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + } + ], + "transform": "timeseries_to_rows", + "pageSize": null, + "showHeader": true, + "columns": [], + "scroll": true, + "fontSize": "100%", + "sort": { + "col": 0, + "desc": true + }, + "links": [], + "repeat": "POD", + "minSpan": 2, "datasource": "yardstick-vtc", + "timeFrom": "14d", + "scopedVars": { + "POD": { + "text": "ericsson-pod2", + "value": "ericsson\\-pod2", + "selected": true + } + } + }, + { + "title": "$POD", + "error": false, + "span": 2, "editable": true, + "type": "table", + "isNew": true, + "id": 6, + "styles": [ + { + "type": "date", + "pattern": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss" + }, + { + "unit": "short", + "type": "number", + "decimals": 2, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "colorMode": null, + "pattern": "", + "thresholds": [] + } + ], + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + }, + { + "refId": "B", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + } + ], + "transform": "timeseries_to_rows", + "pageSize": null, + "showHeader": true, + "columns": [], + "scroll": true, + "fontSize": "100%", + "sort": { + "col": 0, + "desc": true + }, + "links": [], + "repeat": null, + "minSpan": 2, + "datasource": "yardstick-vtc", + "timeFrom": "14d", + "scopedVars": { + "POD": { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 5 + }, + { + "title": "$POD", "error": false, - "fill": 0, + "span": 2, + "editable": true, + "type": "table", + "isNew": true, + "id": 7, + "styles": [ + { + "type": "date", + "pattern": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss" + }, + { + "unit": "short", + "type": "number", + "decimals": 2, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "colorMode": null, + "pattern": "", + "thresholds": [] + } + ], + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + }, + { + "refId": "B", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + } + ], + "transform": "timeseries_to_rows", + "pageSize": null, + "showHeader": true, + "columns": [], + "scroll": true, + "fontSize": "100%", + "sort": { + "col": 0, + "desc": true + }, + "links": [], + "repeat": null, + "minSpan": 2, + "datasource": "yardstick-vtc", + "timeFrom": "14d", + "scopedVars": { + "POD": { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 5 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "table", + "isNew": true, + "id": 8, + "styles": [ + { + "type": "date", + "pattern": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss" + }, + { + "unit": "short", + "type": "number", + "decimals": 2, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "colorMode": null, + "pattern": "", + "thresholds": [] + } + ], + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + }, + { + "refId": "B", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + } + ], + "transform": "timeseries_to_rows", + "pageSize": null, + "showHeader": true, + "columns": [], + "scroll": true, + "fontSize": "100%", + "sort": { + "col": 0, + "desc": true + }, + "links": [], + "repeat": null, + "minSpan": 2, + "datasource": "yardstick-vtc", + "timeFrom": "14d", + "scopedVars": { + "POD": { + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 5 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "table", + "isNew": true, + "id": 15, + "styles": [ + { + "type": "date", + "pattern": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss" + }, + { + "unit": "short", + "type": "number", + "decimals": 2, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "colorMode": null, + "pattern": "", + "thresholds": [] + } + ], + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + }, + { + "refId": "B", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + } + ], + "transform": "timeseries_to_rows", + "pageSize": null, + "showHeader": true, + "columns": [], + "scroll": true, + "fontSize": "100%", + "sort": { + "col": 0, + "desc": true + }, + "links": [], + "repeat": null, + "minSpan": 2, + "datasource": "yardstick-vtc", + "timeFrom": "14d", + "scopedVars": { + "POD": { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 5 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "table", + "isNew": true, + "id": 22, + "styles": [ + { + "type": "date", + "pattern": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss" + }, + { + "unit": "short", + "type": "number", + "decimals": 2, + "colors": [ + "rgba(245, 54, 54, 0.9)", + "rgba(237, 129, 40, 0.89)", + "rgba(50, 172, 45, 0.97)" + ], + "colorMode": null, + "pattern": "", + "thresholds": [] + } + ], + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + }, + { + "refId": "B", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\"" + } + ], + "transform": "timeseries_to_rows", + "pageSize": null, + "showHeader": true, + "columns": [], + "scroll": true, + "fontSize": "100%", + "sort": { + "col": 0, + "desc": true + }, + "links": [], + "repeat": null, + "minSpan": 2, + "datasource": "yardstick-vtc", + "timeFrom": "14d", + "scopedVars": { + "POD": { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 5 + } + ] + }, + { + "title": "New row", + "height": "250px", + "editable": true, + "collapse": false, + "panels": [ + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "graph", + "isNew": true, + "id": 17, + "datasource": "yardstick-vtc", + "renderer": "flot", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "short", + "short" + ], "grid": { "leftLogBase": 1, "leftMax": null, - "leftMin": 0, - "rightLogBase": 1, "rightMax": null, + "leftMin": null, "rightMin": null, + "rightLogBase": 1, "threshold1": null, - "threshold1Color": "rgba(216, 200, 27, 0.27)", "threshold2": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", "threshold2Color": "rgba(234, 112, 112, 0.22)" }, - "id": 1, - "isNew": true, - "leftYAxisLabel": "BW (MB/s)", + "lines": true, + "fill": 1, + "linewidth": 2, + "points": false, + "pointradius": 5, + "bars": false, + "stack": false, + "percentage": false, "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "max": true, - "min": true, "show": true, + "values": false, + "min": false, + "max": false, + "current": false, "total": false, - "values": true + "avg": false }, - "lines": true, - "linewidth": 2, - "links": [], "nullPointMode": "connected", - "percentage": false, - "pointradius": 2, - "points": true, - "renderer": "flot", - "seriesOverrides": [], - "span": 12, - "stack": false, "steppedLine": false, + "tooltip": { + "value_type": "cumulative", + "shared": true + }, + "timeFrom": "14d", + "timeShift": null, "targets": [ { - "alias": "$tag_pod_name - $tag_deploy_scenario - bw", + "refId": "A", "dsType": "influxdb", - "groupBy": [ + "resultFormat": "time_series", + "tags": [ { - "params": [ - "pod_name" - ], - "type": "tag" + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" }, { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", "params": [ "deploy_scenario" - ], - "type": "tag" + ] }, { + "type": "tag", "params": [ - "task_id" - ], - "type": "tag" + "installer" + ] } ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], "measurement": "opnfv_yardstick_tc012", - "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\", \"task_id\"", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", + "alias": "$tag_deploy_scenario - mean bw" + } + ], + "aliasColors": {}, + "seriesOverrides": [], + "links": [], + "repeat": "POD", + "minSpan": 2, + "scopedVars": { + "POD": { + "text": "ericsson-pod2", + "value": "ericsson\\-pod2", + "selected": true + } + } + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "graph", + "isNew": true, + "id": 18, + "datasource": "yardstick-vtc", + "renderer": "flot", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "short", + "short" + ], + "grid": { + "leftLogBase": 1, + "leftMax": null, + "rightMax": null, + "leftMin": null, + "rightMin": null, + "rightLogBase": 1, + "threshold1": null, + "threshold2": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", + "threshold2Color": "rgba(234, 112, 112, 0.22)" + }, + "lines": true, + "fill": 1, + "linewidth": 2, + "points": false, + "pointradius": 5, + "bars": false, + "stack": false, + "percentage": false, + "legend": { + "show": true, + "values": false, + "min": false, + "max": false, + "current": false, + "total": false, + "avg": false + }, + "nullPointMode": "connected", + "steppedLine": false, + "tooltip": { + "value_type": "cumulative", + "shared": true + }, + "timeFrom": "14d", + "timeShift": null, + "targets": [ + { "refId": "A", + "dsType": "influxdb", "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + }, + { + "type": "tag", + "params": [ + "installer" + ] + } + ], "select": [ [ { + "type": "field", "params": [ "bandwidth(MBps)" - ], - "type": "field" + ] } ] ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", + "alias": "$tag_deploy_scenario - mean bw" + } + ], + "aliasColors": {}, + "seriesOverrides": [], + "links": [], + "repeat": null, + "minSpan": 2, + "scopedVars": { + "POD": { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 17 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "graph", + "isNew": true, + "id": 19, + "datasource": "yardstick-vtc", + "renderer": "flot", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "short", + "short" + ], + "grid": { + "leftLogBase": 1, + "leftMax": null, + "rightMax": null, + "leftMin": null, + "rightMin": null, + "rightLogBase": 1, + "threshold1": null, + "threshold2": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", + "threshold2Color": "rgba(234, 112, 112, 0.22)" + }, + "lines": true, + "fill": 1, + "linewidth": 2, + "points": false, + "pointradius": 5, + "bars": false, + "stack": false, + "percentage": false, + "legend": { + "show": true, + "values": false, + "min": false, + "max": false, + "current": false, + "total": false, + "avg": false + }, + "nullPointMode": "connected", + "steppedLine": false, + "tooltip": { + "value_type": "cumulative", + "shared": true + }, + "timeFrom": "14d", + "timeShift": null, + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", "tags": [ { "key": "pod_name", @@ -255,46 +1256,224 @@ "operator": "=~", "value": "/$SCENARIO$/" } - ] - }, - { - "alias": "$tag_pod_name - $tag_deploy_scenario - size", - "dsType": "influxdb", + ], "groupBy": [ { + "type": "tag", "params": [ - "pod_name" - ], - "type": "tag" + "deploy_scenario" + ] + }, + { + "type": "tag", + "params": [ + "installer" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", + "alias": "$tag_deploy_scenario - mean bw" + } + ], + "aliasColors": {}, + "seriesOverrides": [], + "links": [], + "repeat": null, + "minSpan": 2, + "scopedVars": { + "POD": { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 17 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "graph", + "isNew": true, + "id": 20, + "datasource": "yardstick-vtc", + "renderer": "flot", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "short", + "short" + ], + "grid": { + "leftLogBase": 1, + "leftMax": null, + "rightMax": null, + "leftMin": null, + "rightMin": null, + "rightLogBase": 1, + "threshold1": null, + "threshold2": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", + "threshold2Color": "rgba(234, 112, 112, 0.22)" + }, + "lines": true, + "fill": 1, + "linewidth": 2, + "points": false, + "pointradius": 5, + "bars": false, + "stack": false, + "percentage": false, + "legend": { + "show": true, + "values": false, + "min": false, + "max": false, + "current": false, + "total": false, + "avg": false + }, + "nullPointMode": "connected", + "steppedLine": false, + "tooltip": { + "value_type": "cumulative", + "shared": true + }, + "timeFrom": "14d", + "timeShift": null, + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" }, { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", "params": [ "deploy_scenario" - ], - "type": "tag" + ] }, { + "type": "tag", "params": [ - "task_id" - ], - "type": "tag" + "installer" + ] } ], - "hide": true, - "measurement": "opnfv_yardstick_tc012", - "query": "SELECT \"size(MB)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"deploy_scenario\", \"task_id\"", - "refId": "B", - "resultFormat": "time_series", "select": [ [ { + "type": "field", "params": [ - "size(MB)" - ], - "type": "field" + "bandwidth(MBps)" + ] } ] ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", + "alias": "$tag_deploy_scenario - mean bw" + } + ], + "aliasColors": {}, + "seriesOverrides": [], + "links": [], + "repeat": null, + "minSpan": 2, + "scopedVars": { + "POD": { + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 17 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, + "type": "graph", + "isNew": true, + "id": 21, + "datasource": "yardstick-vtc", + "renderer": "flot", + "x-axis": true, + "y-axis": true, + "y_formats": [ + "short", + "short" + ], + "grid": { + "leftLogBase": 1, + "leftMax": null, + "rightMax": null, + "leftMin": null, + "rightMin": null, + "rightLogBase": 1, + "threshold1": null, + "threshold2": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", + "threshold2Color": "rgba(234, 112, 112, 0.22)" + }, + "lines": true, + "fill": 1, + "linewidth": 2, + "points": false, + "pointradius": 5, + "bars": false, + "stack": false, + "percentage": false, + "legend": { + "show": true, + "values": false, + "min": false, + "max": false, + "current": false, + "total": false, + "avg": false + }, + "nullPointMode": "connected", + "steppedLine": false, + "tooltip": { + "value_type": "cumulative", + "shared": true + }, + "timeFrom": "14d", + "timeShift": null, + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", "tags": [ { "key": "pod_name", @@ -307,31 +1486,172 @@ "operator": "=~", "value": "/$SCENARIO$/" } - ] + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + }, + { + "type": "tag", + "params": [ + "installer" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", + "alias": "$tag_deploy_scenario - mean bw" } ], - "timeFrom": null, - "timeShift": null, - "title": "Memory read/write bandwidth", - "tooltip": { - "shared": true, - "value_type": "cumulative" + "aliasColors": {}, + "seriesOverrides": [], + "links": [], + "repeat": null, + "minSpan": 2, + "scopedVars": { + "POD": { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true + } }, + "repeatIteration": 1468305923981, + "repeatPanelId": 17 + }, + { + "title": "$POD", + "error": false, + "span": 2, + "editable": true, "type": "graph", + "isNew": true, + "id": 32, + "datasource": "yardstick-vtc", + "renderer": "flot", "x-axis": true, "y-axis": true, "y_formats": [ "short", "short" - ] + ], + "grid": { + "leftLogBase": 1, + "leftMax": null, + "rightMax": null, + "leftMin": null, + "rightMin": null, + "rightLogBase": 1, + "threshold1": null, + "threshold2": null, + "threshold1Color": "rgba(216, 200, 27, 0.27)", + "threshold2Color": "rgba(234, 112, 112, 0.22)" + }, + "lines": true, + "fill": 1, + "linewidth": 2, + "points": false, + "pointradius": 5, + "bars": false, + "stack": false, + "percentage": false, + "legend": { + "show": true, + "values": false, + "min": false, + "max": false, + "current": false, + "total": false, + "avg": false + }, + "nullPointMode": "connected", + "steppedLine": false, + "tooltip": { + "value_type": "cumulative", + "shared": true + }, + "timeFrom": "14d", + "timeShift": null, + "targets": [ + { + "refId": "A", + "dsType": "influxdb", + "resultFormat": "time_series", + "tags": [ + { + "key": "pod_name", + "operator": "=~", + "value": "/$POD$/" + }, + { + "condition": "AND", + "key": "deploy_scenario", + "operator": "=~", + "value": "/$SCENARIO$/" + } + ], + "groupBy": [ + { + "type": "tag", + "params": [ + "deploy_scenario" + ] + }, + { + "type": "tag", + "params": [ + "installer" + ] + } + ], + "select": [ + [ + { + "type": "field", + "params": [ + "bandwidth(MBps)" + ] + } + ] + ], + "measurement": "opnfv_yardstick_tc012", + "query": "SELECT \"bandwidth(MBps)\" FROM \"opnfv_yardstick_tc012\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", + "alias": "$tag_deploy_scenario - mean bw" + } + ], + "aliasColors": {}, + "seriesOverrides": [], + "links": [], + "repeat": null, + "minSpan": 2, + "scopedVars": { + "POD": { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true + } + }, + "repeatIteration": 1468305923981, + "repeatPanelId": 17 } - ], - "title": "Row" + ] } ], "time": { - "from": "2016-02-04T18:05:28.864Z", - "to": "2016-02-23T22:06:14.432Z" + "from": "now-7d", + "to": "now" }, "timepicker": { "now": true, @@ -365,14 +1685,14 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -382,49 +1702,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": false }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\" ", @@ -434,9 +1789,9 @@ { "allFormat": "regex values", "current": { - "tags": [], "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "tags": [] }, "datasource": "yardstick-vtc", "includeAll": true, @@ -445,49 +1800,84 @@ "name": "SCENARIO", "options": [ { - "selected": true, "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "selected": true + }, + { + "text": "os-no_sdn-ovs-ha", + "value": "os\\-no_sdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-nosdn-kvm-ha", + "value": "os\\-nosdn\\-kvm\\-ha", + "selected": false }, { - "selected": false, "text": "os-nosdn-nofeature-ha", - "value": "os\\-nosdn\\-nofeature\\-ha" + "value": "os\\-nosdn\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-nosdn-nofeature-noha", + "value": "os\\-nosdn\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-nosdn-ovs-ha", - "value": "os\\-nosdn\\-ovs\\-ha" + "value": "os\\-nosdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-ocl-nofeature-ha", + "value": "os\\-ocl\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-bgpvpn-ha", - "value": "os\\-odl_l2\\-bgpvpn\\-ha" + "value": "os\\-odl_l2\\-bgpvpn\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-ha", - "value": "os\\-odl_l2\\-nofeature\\-ha" + "value": "os\\-odl_l2\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-noha", - "value": "os\\-odl_l2\\-nofeature\\-noha" + "value": "os\\-odl_l2\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-sfc-ha", - "value": "os\\-odl_l2\\-sfc\\-ha" + "value": "os\\-odl_l2\\-sfc\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l3-nofeature-ha", - "value": "os\\-odl_l3\\-nofeature\\-ha" + "value": "os\\-odl_l3\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-onos-nofeature-ha", - "value": "os\\-onos\\-nofeature\\-ha" + "value": "os\\-onos\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-onos-sfc-ha", + "value": "os\\-onos\\-sfc\\-ha", + "selected": false + }, + { + "text": "os-ovs-nofeature-ha", + "value": "os\\-ovs\\-nofeature\\-ha", + "selected": false + }, + { + "text": "unknown", + "value": "unknown", + "selected": false } ], "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\" ", @@ -499,8 +1889,8 @@ "annotations": { "list": [] }, - "refresh": false, + "refresh": "30m", "schemaVersion": 8, - "version": 29, + "version": 3, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC014-1456496016450 b/dashboard/Yardstick-TC014-1456496016450 index e0a284505..fb6badedc 100644 --- a/dashboard/Yardstick-TC014-1456496016450 +++ b/dashboard/Yardstick-TC014-1456496016450 @@ -158,7 +158,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "Processor Speed - Unixbench single score", "tooltip": { @@ -216,9 +216,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "scroll": true, @@ -302,7 +302,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table" @@ -321,9 +321,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "scroll": true, @@ -407,11 +407,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 6 }, { @@ -428,9 +428,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "scroll": true, @@ -514,11 +514,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 6 }, { @@ -535,9 +535,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "scroll": true, @@ -621,11 +621,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 6 }, { @@ -642,9 +642,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "scroll": true, @@ -728,11 +728,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 6 }, { @@ -749,9 +749,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "scroll": true, @@ -835,11 +835,11 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "title": "$POD", "transform": "timeseries_to_rows", "type": "table", - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 6 } ], @@ -893,9 +893,9 @@ "repeat": "POD", "scopedVars": { "POD": { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true } }, "seriesOverrides": [ @@ -954,7 +954,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1012,9 +1012,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true } }, "seriesOverrides": [ @@ -1073,7 +1073,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1087,7 +1087,7 @@ "short", "short" ], - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 5 }, { @@ -1133,9 +1133,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "intel-pod6", - "value": "intel\\-pod6" + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true } }, "seriesOverrides": [ @@ -1194,7 +1194,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1208,7 +1208,7 @@ "short", "short" ], - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 5 }, { @@ -1254,9 +1254,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": true } }, "seriesOverrides": [ @@ -1315,7 +1315,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1329,7 +1329,7 @@ "short", "short" ], - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 5 }, { @@ -1375,9 +1375,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true } }, "seriesOverrides": [ @@ -1436,7 +1436,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1450,7 +1450,7 @@ "short", "short" ], - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 5 }, { @@ -1496,9 +1496,9 @@ "repeat": null, "scopedVars": { "POD": { - "selected": true, - "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } }, "seriesOverrides": [ @@ -1557,7 +1557,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "$POD", "tooltip": { @@ -1571,7 +1571,7 @@ "short", "short" ], - "repeatIteration": 1456496008517, + "repeatIteration": 1468309859583, "repeatPanelId": 5 } ], @@ -1679,7 +1679,7 @@ ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "Processor Speed - Unixbench parallel score", "tooltip": { @@ -1734,14 +1734,14 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -1751,49 +1751,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": false }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"", @@ -1804,9 +1839,9 @@ { "allFormat": "regex values", "current": { - "tags": [], "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "tags": [] }, "datasource": "yardstick-vtc", "includeAll": true, @@ -1815,49 +1850,84 @@ "name": "SCENARIO", "options": [ { - "selected": true, "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "selected": true + }, + { + "text": "os-no_sdn-ovs-ha", + "value": "os\\-no_sdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-nosdn-kvm-ha", + "value": "os\\-nosdn\\-kvm\\-ha", + "selected": false }, { - "selected": false, "text": "os-nosdn-nofeature-ha", - "value": "os\\-nosdn\\-nofeature\\-ha" + "value": "os\\-nosdn\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-nosdn-nofeature-noha", + "value": "os\\-nosdn\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-nosdn-ovs-ha", - "value": "os\\-nosdn\\-ovs\\-ha" + "value": "os\\-nosdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-ocl-nofeature-ha", + "value": "os\\-ocl\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-bgpvpn-ha", - "value": "os\\-odl_l2\\-bgpvpn\\-ha" + "value": "os\\-odl_l2\\-bgpvpn\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-ha", - "value": "os\\-odl_l2\\-nofeature\\-ha" + "value": "os\\-odl_l2\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-noha", - "value": "os\\-odl_l2\\-nofeature\\-noha" + "value": "os\\-odl_l2\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-sfc-ha", - "value": "os\\-odl_l2\\-sfc\\-ha" + "value": "os\\-odl_l2\\-sfc\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l3-nofeature-ha", - "value": "os\\-odl_l3\\-nofeature\\-ha" + "value": "os\\-odl_l3\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-onos-nofeature-ha", - "value": "os\\-onos\\-nofeature\\-ha" + "value": "os\\-onos\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-onos-sfc-ha", + "value": "os\\-onos\\-sfc\\-ha", + "selected": false + }, + { + "text": "os-ovs-nofeature-ha", + "value": "os\\-ovs\\-nofeature\\-ha", + "selected": false + }, + { + "text": "unknown", + "value": "unknown", + "selected": false } ], "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"", @@ -1872,6 +1942,6 @@ }, "refresh": "5m", "schemaVersion": 8, - "version": 13, + "version": 2, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC027-1456496061153 b/dashboard/Yardstick-TC027-1456496061153 index e52d08ab7..4531c1552 100644 --- a/dashboard/Yardstick-TC027-1456496061153 +++ b/dashboard/Yardstick-TC027-1456496061153 @@ -103,30 +103,24 @@ "steppedLine": false, "targets": [ { - "alias": "$tag_pod_name - $tag_deploy_scenario", + "alias": "", "dsType": "influxdb", "groupBy": [ { + "type": "tag", "params": [ - "pod_name" - ], - "type": "tag" - }, - { - "params": [ - "task_id" - ], - "type": "tag" + "deploy_scenario" + ] }, { + "type": "tag", "params": [ - "deploy_scenario" - ], - "type": "tag" + "installer" + ] } ], "measurement": "opnfv_yardstick_tc027", - "query": "SELECT \"rtt\" FROM \"opnfv_yardstick_tc027\" WHERE \"pod_name\" =~ /$POD$/ AND \"deploy_scenario\" =~ /$SCENARIO$/ AND $timeFilter GROUP BY \"pod_name\", \"task_id\", \"deploy_scenario\"", + "query": "SELECT \"rtt\" FROM \"opnfv_yardstick_tc027\" WHERE \"pod_name\" = 'huawei-pod1' AND \"deploy_scenario\" = 'os-nosdn-nofeature-ha' AND $timeFilter GROUP BY \"deploy_scenario\", \"installer\"", "refId": "A", "resultFormat": "time_series", "select": [ @@ -142,19 +136,19 @@ "tags": [ { "key": "pod_name", - "operator": "=~", - "value": "/$POD$/" + "operator": "=", + "value": "huawei-pod1" }, { "condition": "AND", "key": "deploy_scenario", - "operator": "=~", - "value": "/$SCENARIO$/" + "operator": "=", + "value": "os-nosdn-nofeature-ha" } ] } ], - "timeFrom": "24h", + "timeFrom": "14d", "timeShift": null, "title": "RTT", "tooltip": { @@ -282,8 +276,8 @@ ] } ], - "timeFrom": "24h", - "title": "Panel Title", + "timeFrom": "14d", + "title": "$POD", "transform": "timeseries_to_rows", "type": "table" } @@ -384,9 +378,9 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, - "title": "Panel Title", + "title": "$POD", "tooltip": { "shared": true, "value_type": "cumulative" @@ -397,7 +391,8 @@ "y_formats": [ "short", "short" - ] + ], + "links": [] } ], "title": "New row" @@ -439,14 +434,8 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", - "value": [ - "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" - ] + "text": "huawei-pod1", + "value": "huawei\\-pod1" }, "datasource": "yardstick-vtc", "includeAll": true, @@ -455,44 +444,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": false + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": false }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": false + }, + { + "text": "intel-pod6", + "value": "intel\\-pod6", + "selected": false + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": false }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": false } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\"", @@ -502,9 +531,12 @@ { "allFormat": "regex values", "current": { - "tags": [], - "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "text": "os-nosdn-nofeature-ha + os-nosdn-nofeature-noha", + "value": [ + "os\\-nosdn\\-nofeature\\-ha", + "os\\-nosdn\\-nofeature\\-noha" + ], + "tags": [] }, "datasource": "yardstick-vtc", "includeAll": true, @@ -513,49 +545,84 @@ "name": "SCENARIO", "options": [ { - "selected": true, "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "selected": false + }, + { + "text": "os-no_sdn-ovs-ha", + "value": "os\\-no_sdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-nosdn-kvm-ha", + "value": "os\\-nosdn\\-kvm\\-ha", + "selected": false }, { - "selected": false, "text": "os-nosdn-nofeature-ha", - "value": "os\\-nosdn\\-nofeature\\-ha" + "value": "os\\-nosdn\\-nofeature\\-ha", + "selected": true + }, + { + "text": "os-nosdn-nofeature-noha", + "value": "os\\-nosdn\\-nofeature\\-noha", + "selected": true }, { - "selected": false, "text": "os-nosdn-ovs-ha", - "value": "os\\-nosdn\\-ovs\\-ha" + "value": "os\\-nosdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-ocl-nofeature-ha", + "value": "os\\-ocl\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-bgpvpn-ha", - "value": "os\\-odl_l2\\-bgpvpn\\-ha" + "value": "os\\-odl_l2\\-bgpvpn\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-ha", - "value": "os\\-odl_l2\\-nofeature\\-ha" + "value": "os\\-odl_l2\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-noha", - "value": "os\\-odl_l2\\-nofeature\\-noha" + "value": "os\\-odl_l2\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-sfc-ha", - "value": "os\\-odl_l2\\-sfc\\-ha" + "value": "os\\-odl_l2\\-sfc\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l3-nofeature-ha", - "value": "os\\-odl_l3\\-nofeature\\-ha" + "value": "os\\-odl_l3\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-onos-nofeature-ha", - "value": "os\\-onos\\-nofeature\\-ha" + "value": "os\\-onos\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-onos-sfc-ha", + "value": "os\\-onos\\-sfc\\-ha", + "selected": false + }, + { + "text": "os-ovs-nofeature-ha", + "value": "os\\-ovs\\-nofeature\\-ha", + "selected": false + }, + { + "text": "unknown", + "value": "unknown", + "selected": false } ], "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\"", @@ -568,6 +635,6 @@ "list": [] }, "schemaVersion": 8, - "version": 7, + "version": 8, "links": [] -}
\ No newline at end of file +} diff --git a/dashboard/Yardstick-TC037-1456496078470 b/dashboard/Yardstick-TC037-1456496078470 index dae167d88..271b76e29 100644 --- a/dashboard/Yardstick-TC037-1456496078470 +++ b/dashboard/Yardstick-TC037-1456496078470 @@ -139,7 +139,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "Throughput mean trend", "tooltip": { @@ -255,7 +255,7 @@ ] } ], - "timeFrom": "10d", + "timeFrom": "14d", "timeShift": null, "title": "RTT mean trend", "tooltip": { @@ -674,7 +674,7 @@ ] } ], - "timeFrom": null, + "timeFrom": "14d", "timeShift": null, "title": "Round-trip time - ping", "tooltip": { @@ -947,7 +947,8 @@ ], "title": "RTT mean - ping", "transform": "table", - "type": "table" + "type": "table", + "timeFrom": "14d" } ], "showTitle": false, @@ -1113,14 +1114,14 @@ "allFormat": "regex values", "current": { "tags": [], - "text": "ericsson-pod2 + huawei-us-deploy-bare-1 + intel-pod6 + opnfv-jump-1 + opnfv-jump-2 + orange-fr-pod2", + "text": "ericsson-pod2 + huawei-pod1 + huawei-pod2 + intel-pod6 + lf-pod2 + zte-pod1", "value": [ "ericsson\\-pod2", - "huawei\\-us\\-deploy\\-bare\\-1", + "huawei\\-pod1", + "huawei\\-pod2", "intel\\-pod6", - "opnfv\\-jump\\-1", - "opnfv\\-jump\\-2", - "orange\\-fr\\-pod2" + "lf\\-pod2", + "zte\\-pod1" ] }, "datasource": "yardstick-vtc", @@ -1131,49 +1132,84 @@ "name": "POD", "options": [ { - "selected": false, "text": "All", - "value": "(elxg482ls42|ericsson\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod6|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown)" + "value": "(elxg482ls42|ericsson\\-pod1|ericsson\\-pod2|huawei\\-pod1|huawei\\-pod2|huawei\\-us\\-deploy\\-bare\\-1|intel\\-pod5|intel\\-pod6|lf\\-pod1|lf\\-pod2|opnfv\\-jump\\-1|opnfv\\-jump\\-2|orange\\-fr\\-pod2|unknown|zte\\-pod1)", + "selected": false }, { - "selected": false, "text": "elxg482ls42", - "value": "elxg482ls42" + "value": "elxg482ls42", + "selected": false + }, + { + "text": "ericsson-pod1", + "value": "ericsson\\-pod1", + "selected": false }, { - "selected": true, "text": "ericsson-pod2", - "value": "ericsson\\-pod2" + "value": "ericsson\\-pod2", + "selected": true + }, + { + "text": "huawei-pod1", + "value": "huawei\\-pod1", + "selected": true + }, + { + "text": "huawei-pod2", + "value": "huawei\\-pod2", + "selected": true }, { - "selected": true, "text": "huawei-us-deploy-bare-1", - "value": "huawei\\-us\\-deploy\\-bare\\-1" + "value": "huawei\\-us\\-deploy\\-bare\\-1", + "selected": false + }, + { + "text": "intel-pod5", + "value": "intel\\-pod5", + "selected": false }, { - "selected": true, "text": "intel-pod6", - "value": "intel\\-pod6" + "value": "intel\\-pod6", + "selected": true + }, + { + "text": "lf-pod1", + "value": "lf\\-pod1", + "selected": false + }, + { + "text": "lf-pod2", + "value": "lf\\-pod2", + "selected": true }, { - "selected": true, "text": "opnfv-jump-1", - "value": "opnfv\\-jump\\-1" + "value": "opnfv\\-jump\\-1", + "selected": false }, { - "selected": true, "text": "opnfv-jump-2", - "value": "opnfv\\-jump\\-2" + "value": "opnfv\\-jump\\-2", + "selected": false }, { - "selected": true, "text": "orange-fr-pod2", - "value": "orange\\-fr\\-pod2" + "value": "orange\\-fr\\-pod2", + "selected": false }, { - "selected": false, "text": "unknown", - "value": "unknown" + "value": "unknown", + "selected": false + }, + { + "text": "zte-pod1", + "value": "zte\\-pod1", + "selected": true } ], "query": "SHOW TAG VALUES WITH KEY = \"pod_name\" ", @@ -1183,9 +1219,9 @@ { "allFormat": "regex values", "current": { - "tags": [], "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "tags": [] }, "datasource": "yardstick-vtc", "includeAll": true, @@ -1194,49 +1230,84 @@ "name": "SCENARIO", "options": [ { - "selected": true, "text": "All", - "value": "(os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-ovs\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha)" + "value": "(os\\-no_sdn\\-ovs\\-ha|os\\-nosdn\\-kvm\\-ha|os\\-nosdn\\-nofeature\\-ha|os\\-nosdn\\-nofeature\\-noha|os\\-nosdn\\-ovs\\-ha|os\\-ocl\\-nofeature\\-ha|os\\-odl_l2\\-bgpvpn\\-ha|os\\-odl_l2\\-nofeature\\-ha|os\\-odl_l2\\-nofeature\\-noha|os\\-odl_l2\\-sfc\\-ha|os\\-odl_l3\\-nofeature\\-ha|os\\-onos\\-nofeature\\-ha|os\\-onos\\-sfc\\-ha|os\\-ovs\\-nofeature\\-ha|unknown)", + "selected": true + }, + { + "text": "os-no_sdn-ovs-ha", + "value": "os\\-no_sdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-nosdn-kvm-ha", + "value": "os\\-nosdn\\-kvm\\-ha", + "selected": false }, { - "selected": false, "text": "os-nosdn-nofeature-ha", - "value": "os\\-nosdn\\-nofeature\\-ha" + "value": "os\\-nosdn\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-nosdn-nofeature-noha", + "value": "os\\-nosdn\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-nosdn-ovs-ha", - "value": "os\\-nosdn\\-ovs\\-ha" + "value": "os\\-nosdn\\-ovs\\-ha", + "selected": false + }, + { + "text": "os-ocl-nofeature-ha", + "value": "os\\-ocl\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-bgpvpn-ha", - "value": "os\\-odl_l2\\-bgpvpn\\-ha" + "value": "os\\-odl_l2\\-bgpvpn\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-ha", - "value": "os\\-odl_l2\\-nofeature\\-ha" + "value": "os\\-odl_l2\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-nofeature-noha", - "value": "os\\-odl_l2\\-nofeature\\-noha" + "value": "os\\-odl_l2\\-nofeature\\-noha", + "selected": false }, { - "selected": false, "text": "os-odl_l2-sfc-ha", - "value": "os\\-odl_l2\\-sfc\\-ha" + "value": "os\\-odl_l2\\-sfc\\-ha", + "selected": false }, { - "selected": false, "text": "os-odl_l3-nofeature-ha", - "value": "os\\-odl_l3\\-nofeature\\-ha" + "value": "os\\-odl_l3\\-nofeature\\-ha", + "selected": false }, { - "selected": false, "text": "os-onos-nofeature-ha", - "value": "os\\-onos\\-nofeature\\-ha" + "value": "os\\-onos\\-nofeature\\-ha", + "selected": false + }, + { + "text": "os-onos-sfc-ha", + "value": "os\\-onos\\-sfc\\-ha", + "selected": false + }, + { + "text": "os-ovs-nofeature-ha", + "value": "os\\-ovs\\-nofeature\\-ha", + "selected": false + }, + { + "text": "unknown", + "value": "unknown", + "selected": false } ], "query": "SHOW TAG VALUES WITH KEY = \"deploy_scenario\" ", @@ -1250,6 +1321,6 @@ }, "refresh": false, "schemaVersion": 8, - "version": 85, + "version": 3, "links": [] -}
\ No newline at end of file +} |