{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "Database", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.3" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "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://git.data.coop/nellemann/hmci", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 1465, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 29, "options": { "content": "## Metrics collected from IBM Power HMC\n \nFor more information: [https://git.data.coop/nellemann/hmci](https://git.data.coop/nellemann/hmci)\n ", "mode": "markdown" }, "pluginVersion": "9.1.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 9, "w": 6, "x": 0, "y": 3 }, "id": 30, "links": [], "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.1.3", "targets": [ { "alias": "$tag_servername - $tag_viosname", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "linear" ], "type": "fill" } ], "hide": false, "measurement": "vios_processor", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"utilizedProcUnits\") / last(\"maxProcUnits\") AS \"utilization\" FROM \"vios_processor\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"viosname\" =~ /^$ViosName$/) AND $timeFilter GROUP BY time($interval), \"viosname\", \"servername\" fill(none)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "utilized" ], "type": "alias" } ], [ { "params": [ "maxProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "max" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "title": "Processor Utilization", "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "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": "line+area" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "#EAB839", "value": 0.8 }, { "color": "red", "value": 0.9 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 9, "w": 18, "x": 6, "y": 3 }, "id": 19, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_servername - $tag_viosname", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "linear" ], "type": "fill" } ], "hide": false, "measurement": "vios_processor", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"utilizedProcUnits\") / mean(\"maxProcUnits\") AS \"utilization\" FROM \"vios_processor\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"viosname\" =~ /^$ViosName$/) AND $timeFilter GROUP BY time($interval), \"viosname\", \"servername\" fill(none)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "utilized" ], "type": "alias" } ], [ { "params": [ "maxProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "max" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "title": "Processor Utilization", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "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": "none" }, "thresholdsStyle": { "mode": "line" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "dark-green", "value": 16000000000 }, { "color": "dark-blue", "value": 32000000000 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 20, "w": 12, "x": 0, "y": 12 }, "id": 18, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_servername - $tag_viosname ($tag_location - $col)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "linear" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_FC", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 5 ], "type": "moving_average" }, { "params": [ "read" ], "type": "alias" } ], [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 5 ], "type": "moving_average" }, { "params": [ "*-1" ], "type": "math" }, { "params": [ "write" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "title": "Fiber Channel Adapters", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "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", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 20, "w": 12, "x": 12, "y": 12 }, "id": 17, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_servername - $tag_viosname ($tag_location - $col)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "vios_network_shared", "orderByTime": "ASC", "policy": "default", "query": "SELECT moving_average(mean(\"transferredBytes\"), 10) FROM \"vios_network_shared\" WHERE (\"servername\" =~ /^$ServerName$/ AND \"viosname\" =~ /^$ViosName$/) AND $timeFilter GROUP BY time($interval), \"viosname\", \"servername\", \"location\" fill(none)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 5 ], "type": "moving_average" }, { "params": [ "recv" ], "type": "alias" } ], [ { "params": [ "sentBytes" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 5 ], "type": "moving_average" }, { "params": [ "*-1" ], "type": "math" }, { "params": [ "sent" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "title": "Network SEA Traffic", "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [ "Power", "AIX", "VIOS" ], "templating": { "list": [ { "allFormat": "regex values", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "hide": 0, "includeAll": true, "label": "Server", "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_INFLUXDB}" }, "definition": "SHOW TAG VALUES FROM \"vios_details\" WITH KEY = \"viosname\" WHERE servername =~ /$ServerName/ AND time > now() - 24h", "hide": 0, "includeAll": true, "label": "Virtual I/O Server", "multi": true, "multiFormat": "regex values", "name": "ViosName", "options": [], "query": "SHOW TAG VALUES FROM \"vios_details\" WITH KEY = \"viosname\" WHERE servername =~ /$ServerName/ AND time > now() - 24h", "refresh": 1, "refresh_on_load": false, "regex": "", "skipUrlSync": false, "sort": 5, "type": "query", "useTags": false } ] }, "time": { "from": "now-2d", "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 VIO Utilization", "uid": "DDNEv5vGy", "version": 10, "weekStart": "" }