{ "__inputs": [ { "name": "DS_HMCI", "label": "Database", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.6" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "enable": false, "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "https://bitbucket.org/mnellemann/hmci/", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 1510, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 37, "options": { "content": "## Metrics collected from IBM Power HMC\n \nFor more information: [bitbucket.org/mnellemann/hmci](https://bitbucket.org/mnellemann/hmci)\n ", "mode": "markdown" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 3 }, "id": 27, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "refId": "A" } ], "title": "Details", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-RdYlGr" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": true, "inspect": false }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "Name" }, "properties": [ { "id": "custom.width", "value": 362 } ] }, { "matcher": { "id": "byName", "options": "Utilization vCPU" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.displayMode", "value": "basic" }, { "id": "color", "value": { "mode": "continuous-GrYlRd" } }, { "id": "max", "value": 100 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Weight" }, "properties": [ { "id": "custom.width", "value": 104 } ] }, { "matcher": { "id": "byName", "options": "eCPU" }, "properties": [ { "id": "custom.width", "value": 82 } ] }, { "matcher": { "id": "byName", "options": "Mode" }, "properties": [ { "id": "custom.width", "value": 116 } ] }, { "matcher": { "id": "byName", "options": "Utilization eCPU" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.displayMode", "value": "basic" }, { "id": "color", "value": { "mode": "continuous-GrYlRd" } }, { "id": "max" }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "eCPU" }, "properties": [ { "id": "custom.width", "value": 96 } ] }, { "matcher": { "id": "byName", "options": "vCPU" }, "properties": [ { "id": "custom.width", "value": 75 } ] }, { "matcher": { "id": "byName", "options": "Affinity Score" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.displayMode", "value": "basic" }, { "id": "max", "value": 100 }, { "id": "custom.width", "value": 817 } ] }, { "matcher": { "id": "byName", "options": "ID" }, "properties": [ { "id": "custom.width", "value": 115 } ] }, { "matcher": { "id": "byName", "options": "State" }, "properties": [ { "id": "custom.width", "value": 212 } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 4 }, "id": 32, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Utilization eCPU" } ] }, "pluginVersion": "9.1.6", "targets": [ { "alias": "Details", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "lparname" ], "type": "tag" } ], "hide": false, "measurement": "lpar_details", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"weight\") AS \"Weight\", last(\"mode\") AS \"Mode\", last(\"entitledProcUnits\") AS \"eCPU\", mean(\"utilizedProcUnits\") / mean(\"entitledProcUnits\")*100 AS \"Utilization eCPU\", last(\"currentVirtualProcessors\") AS \"vCPU\", mean(\"utilizedProcUnits\") / mean(\"maxProcUnits\") * 100 AS \"Utilization vCPU\" FROM \"lpar_processor\" WHERE (\"servername\" =~ /^$ServerName$/) AND (\"lparname\" =~ /^$LPAR$/) AND $timeFilter GROUP BY \"lparname\" fill(previous)", "queryType": "randomWalk", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "id" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "id" ], "type": "alias" } ], [ { "params": [ "type" ], "type": "field" } ], [ { "params": [ "affinityScore" ], "type": "field" } ], [ { "params": [ "state" ], "type": "field" } ], [ { "params": [ "osType" ], "type": "field" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] }, { "alias": "Details", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "hide": false, "query": "SELECT last(\"id\") AS \"ID\", last(\"state\") as \"State\", last(\"osType\") as \"OS Type\", last(\"affinityScore\") as \"Affinity Score\" FROM \"lpar_details\" WHERE (\"lparname\" =~ /^$LPAR$/) AND $timeFilter GROUP BY \"lparname\" fill(previous)", "rawQuery": true, "refId": "B", "resultFormat": "table" } ], "title": "Overview", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "Entitled": "Entitled", "Mode": "Mode", "Time": "Time", "Utilization": "Utilization", "VP": "VP", "Weight": "Weight", "lparname": "Name" } } }, { "id": "sortBy", "options": { "fields": {}, "sort": [ { "field": "Name" } ] } } ], "transparent": true, "type": "table" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 11 }, "id": 21, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "refId": "A" } ], "title": "Processors", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "decimals": 2, "links": [], "mappings": [], "max": 110, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 75 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 11, "w": 24, "x": 0, "y": 12 }, "id": 2, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "/^$ServerName$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT (mean(\"utilizedProcUnits\") / mean(\"maxProcUnits\")) * 100 AS \"usage\" FROM \"lpar_processor\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"lparname\" =~ /^$LPAR$/) AND $timeFilter GROUP BY time($interval), \"lparname\", \"servername\" fill(linear)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Processor Units - Utilization Percentage", "transformations": [], "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 23 }, "id": 15, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "refId": "A" } ], "title": "Network I/O", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 24 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_virtual", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" }, { "condition": "AND", "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Virtual Network Adapters - Received Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 24 }, "id": 16, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_virtual", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "sentBytes" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" }, { "condition": "AND", "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Virtual Network Adapters - Sent Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 34 }, "id": 38, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_sriov", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" }, { "condition": "AND", "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "SRIOV Network Adapters - Received Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 34 }, "id": 39, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_sriov", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "sentBytes" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" }, { "condition": "AND", "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "SRIOV Network Adapters - Sent Bytes", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 44 }, "id": 18, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "refId": "A" } ], "title": "Storage I/O", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 0, "y": 45 }, "id": 11, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" } ], "hide": false, "measurement": "lpar_storage_vFC", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM \"PartitionVirtualFiberChannelAdapters\" WHERE (\"system\" =~ /^$ManagedSystem$/ AND \"name\" != 'transmittedBytes' AND \"partition\" =~ /^$Partition$/) AND $timeFilter GROUP BY time($interval), \"wwpn\", \"partition\", \"name\" fill(null)", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Virtual Fiber Channel Adapters - Read Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 12, "y": 45 }, "id": 34, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" } ], "hide": false, "measurement": "lpar_storage_vFC", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM \"PartitionVirtualFiberChannelAdapters\" WHERE (\"system\" =~ /^$ManagedSystem$/ AND \"name\" != 'transmittedBytes' AND \"partition\" =~ /^$Partition$/) AND $timeFilter GROUP BY time($interval), \"wwpn\", \"partition\", \"name\" fill(null)", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Virtual Fiber Channel Adapters - Write Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 56 }, "id": 35, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_storage_virtual", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM \"PartitionVirtualFiberChannelAdapters\" WHERE (\"system\" =~ /^$ManagedSystem$/ AND \"name\" != 'transmittedBytes' AND \"partition\" =~ /^$Partition$/) AND $timeFilter GROUP BY time($interval), \"wwpn\", \"partition\", \"name\" fill(null)", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Virtual SCSI Adapters - Read Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 56 }, "id": 19, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_storage_virtual", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"writeBytes\") FROM \"lpar_storage_vFC\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"lparname\" =~ /^$LparName$/) AND $timeFilter GROUP BY time(1m), \"lparname\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Virtual SCSI Adapters - Write Bytes", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": true, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 66 }, "id": 13, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname ($col)", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_storage_virtual", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"writeBytes\") FROM \"lpar_storage_virtual\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"lparname\" =~ /^$LparName$/) AND $timeFilter GROUP BY time($interval), \"lparname\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 10 ], "type": "moving_average" }, { "params": [ "read" ], "type": "alias" } ], [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 10 ], "type": "moving_average" }, { "params": [ "*-1" ], "type": "math" }, { "params": [ "write" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Virtual Adapters", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": true, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 66 }, "id": 12, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname ($col)", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_storage_generic", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"writeBytes\") FROM \"lpar_storage_virtual\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"lparname\" =~ /^$LparName$/) AND $timeFilter GROUP BY time($interval), \"lparname\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "read" ], "type": "alias" } ], [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "*-1" ], "type": "math" }, { "params": [ "write" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Generic Adapters", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 74 }, "id": 23, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "fc1652G4z" }, "refId": "A" } ], "title": "Memory", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "red" }, { "color": "orange", "value": 40 }, { "color": "yellow", "value": 65 }, { "color": "green", "value": 85 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 0, "y": 75 }, "id": 9, "links": [], "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_details", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "affinityScore" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "NUMA Affinity Score", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "percent" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "decmbytes" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 12, "y": 75 }, "id": 33, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_lparname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_memory", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "logicalMem" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "title": "Memory Assigned", "type": "timeseries" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "Power" ], "templating": { "list": [ { "allFormat": "regex values", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "definition": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "hide": 0, "includeAll": true, "label": "Server Name", "multi": true, "multiFormat": "regex values", "name": "ServerName", "options": [], "query": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "refresh": 1, "refresh_on_load": false, "regex": "", "skipUrlSync": false, "sort": 5, "type": "query", "useTags": false }, { "allFormat": "regex values", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "definition": "SHOW TAG VALUES FROM \"lpar_processor\" WITH KEY = \"lparname\" WHERE servername =~ /$ServerName/", "hide": 0, "includeAll": true, "label": "Logical Partition", "multi": true, "multiFormat": "regex values", "name": "LPAR", "options": [], "query": "SHOW TAG VALUES FROM \"lpar_processor\" WITH KEY = \"lparname\" WHERE servername =~ /$ServerName/", "refresh": 1, "refresh_on_load": false, "regex": "", "skipUrlSync": false, "sort": 5, "type": "query", "useTags": false } ] }, "time": { "from": "now-7d", "now": false, "to": "now-30s" }, "timepicker": { "nowDelay": "30s", "refresh_intervals": [ "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "HMCi - Power LPAR Overview", "uid": "Xl7oHESGz", "version": 4, "weekStart": "" }