{ "__inputs": [ { "name": "DS_SYSMON", "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": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "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/sysmon/ - Metrics from sysmon agent.", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 28, "options": { "content": "## Metrics are collected by an agent running inside of each LPAR / VM / Host.\n \n For more information: [git.data.coop/nellemann/sysmon](https://git.data.coop/nellemann/sysmon)\n ", "mode": "markdown" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "description": "Load average as reported by OS.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": 3600000, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 13, "w": 12, "x": 0, "y": 3 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.1.3", "targets": [ { "alias": "$tag_hostname - $col", "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "hostname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "base_load", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "5min" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 10 ], "type": "moving_average" }, { "params": [ "5min" ], "type": "alias" } ] ], "tags": [ { "key": "hostname", "operator": "=~", "value": "/^$hostname$/" } ] } ], "title": "System Load Average", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "description": "Shows the number of physical processors consumed.", "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": "auto", "spanNulls": 3600000, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 13, "w": 12, "x": 12, "y": 3 }, "id": 17, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.1.3", "targets": [ { "alias": "$tag_hostname", "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "hostname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "power_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "physc" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "hostname", "operator": "=~", "value": "/^$hostname$/" } ] } ], "title": "Power - Shared Processors - Physical Cores Consumed", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "description": "Percentage of the entitled capacity consumed.", "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": "auto", "spanNulls": 3600000, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 16 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.1.3", "targets": [ { "alias": "$tag_hostname", "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "hostname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "power_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "entc" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "hostname", "operator": "=~", "value": "/^$hostname$/" } ] } ], "title": "Power - Shared Processors - Entitled Capacity Consumed", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "description": "Percentage of logical processor(s) utilization", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "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": "auto", "spanNulls": 3600000, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 16 }, "id": 31, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.1.3", "targets": [ { "alias": "$tag_hostname", "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "hostname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "power_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "lbusy" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 10 ], "type": "moving_average" } ] ], "tags": [ { "key": "hostname", "operator": "=~", "value": "/^$hostname$/" } ] } ], "title": "Power - Shared Processors - Logical Processor Utilization", "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [ "sysmon", "Power" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_SYSMON}" }, "definition": "SHOW TAG VALUES FROM \"power_processor\" WITH KEY = \"hostname\" WHERE time > now() - 60m", "hide": 0, "includeAll": true, "label": "Host", "multi": true, "name": "hostname", "options": [], "query": "SHOW TAG VALUES FROM \"power_processor\" WITH KEY = \"hostname\" WHERE time > now() - 60m", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-7d", "to": "now-10s" }, "timepicker": { "nowDelay": "10s", "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Sysmon - IBM Power", "uid": "3zPCIbN4z", "version": 7, "weekStart": "" }