{ "__inputs": [ { "name": "DS_INFLUXDB-HMCI", "label": "InfluxDB-hmci", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.1.4" }, { "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": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "enable": false, "list": [ { "builtIn": 1, "datasource": "-- 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, "gnetId": 1510, "graphTooltip": 0, "id": null, "iteration": 1635428648748, "links": [], "panels": [ { "collapsed": false, "datasource": "${DS_INFLUXDB-HMCI}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 27, "panels": [], "repeat": null, "title": "Details", "type": "row" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-RdYlGr" }, "custom": { "align": "center", "displayMode": "auto", "filterable": true }, "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 } ] }, { "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": "VP" }, "properties": [ { "id": "custom.width", "value": 68 } ] }, { "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" } } ] }, { "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": 8, "w": 24, "x": 0, "y": 1 }, "id": 32, "options": { "frameIndex": 0, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Name" } ] }, "pluginVersion": "8.1.4", "targets": [ { "alias": "Details", "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\", (last(\"utilizedProcUnits\") / last(\"entitledProcUnits\")) * 100 AS \"Utilization eCPU\", last(\"currentVirtualProcessors\") AS \"vCPU\", (last(\"utilizedProcUnits\") / last(\"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", "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" } ], "timeFrom": null, "timeShift": null, "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": "${DS_INFLUXDB-HMCI}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 9 }, "id": 21, "panels": [], "repeat": null, "title": "Processors", "type": "row" }, { "datasource": "${DS_INFLUXDB-HMCI}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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" } }, "links": [], "mappings": [], "max": 110, "min": 0, "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": 10 }, "id": 2, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "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": [] } ], "timeFrom": null, "timeShift": null, "title": "Processor Units - Utilization Percentage", "transformations": [], "type": "timeseries" }, { "collapsed": false, "datasource": "${DS_INFLUXDB-HMCI}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 21 }, "id": 15, "panels": [], "repeat": null, "title": "Network I/O", "type": "row" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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": "normal" }, "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": 22 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "linear" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_virtual", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" }, { "condition": "AND", "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Virtual Network Adapters - Received Bytes", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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": "normal" }, "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": 22 }, "id": 16, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname sent", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_virtual", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "sentBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" }, { "condition": "AND", "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Virtual Network Adapters - Sent Bytes", "type": "timeseries" }, { "collapsed": false, "datasource": "${DS_INFLUXDB-HMCI}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 32 }, "id": 18, "panels": [], "repeat": null, "title": "Storage I/O", "type": "row" }, { "datasource": "${DS_INFLUXDB-HMCI}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 33 }, "id": 11, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname read", "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": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Virtual Fiber Channel Adapters - Read Bytes", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 33 }, "id": 19, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname write", "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(\"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": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Virtual Fiber Channel Adapters - Write Bytes", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 43 }, "id": 13, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname - $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" } ], "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": [ "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$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Virtual Adapters", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 43 }, "id": 12, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname writeBytes", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" } ], "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$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Generic Adapters", "type": "timeseries" }, { "collapsed": false, "datasource": "${DS_INFLUXDB-HMCI}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 51 }, "id": 23, "panels": [], "repeat": null, "title": "Memory", "type": "row" }, { "cacheTimeout": null, "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 52 }, "id": 9, "interval": null, "links": [], "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "linear" ], "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$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "NUMA Affinity Score", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "decmbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 52 }, "id": 33, "links": [], "options": { "displayMode": "basic", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_lparname", "dsType": "influxdb", "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "lparname" ], "type": "tag" }, { "params": [ "previous" ], "type": "fill" } ], "hide": false, "measurement": "lpar_memory", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "logicalMem" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Memory Assigned", "type": "bargauge" } ], "refresh": "30s", "schemaVersion": 30, "style": "dark", "tags": [ "Power" ], "templating": { "list": [ { "allFormat": "regex values", "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB-HMCI}", "definition": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "description": null, "error": null, "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": 0, "tagValuesQuery": null, "tagsQuery": null, "type": "query", "useTags": false }, { "allFormat": "regex values", "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB-HMCI}", "definition": "SHOW TAG VALUES FROM \"lpar_processor\" WITH KEY = \"lparname\" WHERE servername =~ /$ServerName/", "description": null, "error": null, "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, "tagValuesQuery": null, "tagsQuery": null, "type": "query", "useTags": false } ] }, "time": { "from": "now-3h", "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": "IBM Power - HMCi - Logical Partitions", "uid": "Xl7oHESGz", "version": 57 }