Created
June 20, 2021 23:04
-
-
Save aaronjwood/06950a0ade37c0b87a0bc6de53316d61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__inputs": [], | |
"__requires": [ | |
{ | |
"type": "panel", | |
"id": "gauge", | |
"name": "Gauge", | |
"version": "" | |
}, | |
{ | |
"type": "grafana", | |
"id": "grafana", | |
"name": "Grafana", | |
"version": "8.0.3" | |
}, | |
{ | |
"type": "panel", | |
"id": "graph", | |
"name": "Graph (old)", | |
"version": "" | |
}, | |
{ | |
"type": "datasource", | |
"id": "influxdb", | |
"name": "InfluxDB", | |
"version": "1.0.0" | |
}, | |
{ | |
"type": "panel", | |
"id": "stat", | |
"name": "Stat", | |
"version": "" | |
} | |
], | |
"annotations": { | |
"list": [ | |
{ | |
"$$hashKey": "object:414", | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"type": "dashboard" | |
} | |
] | |
}, | |
"description": "", | |
"editable": true, | |
"gnetId": 914, | |
"graphTooltip": 1, | |
"id": null, | |
"iteration": 1624230049575, | |
"links": [], | |
"panels": [ | |
{ | |
"collapsed": false, | |
"datasource": null, | |
"fieldConfig": { | |
"defaults": {}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 61880, | |
"panels": [], | |
"repeat": null, | |
"title": "System", | |
"type": "row" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 10, | |
"w": 24, | |
"x": 0, | |
"y": 1 | |
}, | |
"height": "", | |
"hiddenSeries": false, | |
"id": 28239, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"hideEmpty": false, | |
"hideZero": false, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"sort": "current", | |
"sortDesc": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
} | |
], | |
"hide": false, | |
"measurement": "cpu", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT mean(\"usage_user\") AS \"user\", mean(\"usage_iowait\") AS \"iowait\", mean(\"usage_irq\") AS \"irq\", mean(\"usage_nice\") AS \"nice\", mean(\"usage_softirq\") AS \"softirq\", mean(\"usage_steal\") AS \"steal\", mean(\"usage_system\") AS \"kernel\", mean(\"usage_guest\") AS \"guest\", mean(\"usage_guest_nice\") AS \"guest nice\" FROM \"cpu\" WHERE host =~ /$server$/ AND cpu != 'cpu-total' AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": false, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"usage_guest" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"guest" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_guest_nice" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"guest nice" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_iowait" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"iowait" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_irq" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"irq" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_nice" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"nice" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_softirq" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"softirq" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_steal" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"steal" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_system" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"system" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"usage_user" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
}, | |
{ | |
"params": [ | |
"user" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "cpu", | |
"operator": "!=", | |
"value": "cpu-total" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "CPU Performance", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:488", | |
"format": "percent", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:489", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 9, | |
"w": 16, | |
"x": 0, | |
"y": 11 | |
}, | |
"height": "", | |
"hiddenSeries": false, | |
"id": 61935, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"hideEmpty": false, | |
"hideZero": false, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"sort": "current", | |
"sortDesc": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_sensor", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"sensor" | |
], | |
"type": "tag" | |
} | |
], | |
"hide": false, | |
"measurement": "temp", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(\"temp\") FROM \"temp\" WHERE (\"host\" =~ /^$server$/ AND \"sensor\" !~ /_type$/ AND \"sensor\" !~ /_max.*$/) AND $timeFilter GROUP BY time($__interval), \"sensor\" ORDER BY time DESC", | |
"rawQuery": false, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"temp" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_type$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_max.*$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_alarm$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_offset$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_beep$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!=", | |
"value": "nct6798_pch_chip_temp_input" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!=", | |
"value": "nct6798_auxtin1_input" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_crit$/" | |
}, | |
{ | |
"condition": "AND", | |
"key": "sensor", | |
"operator": "!~", | |
"value": "/_min$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Temps", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:488", | |
"format": "celsius", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:489", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"cacheTimeout": null, | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [ | |
{ | |
"options": { | |
"match": "null", | |
"result": { | |
"text": "N/A" | |
} | |
}, | |
"type": "special" | |
} | |
], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "semi-dark-blue", | |
"value": null | |
} | |
] | |
}, | |
"unit": "short" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 9, | |
"w": 8, | |
"x": 16, | |
"y": 11 | |
}, | |
"id": 54694, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "vertical", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "system_load1", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(load1) as \"1 minute\",max(load5) as \"5 minute\",max(load15) as \"15 minute\" FROM \"system\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host ORDER BY asc", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Load Averages", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "light-orange", | |
"value": null | |
} | |
] | |
}, | |
"unit": "bytes" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 10, | |
"w": 24, | |
"x": 0, | |
"y": 20 | |
}, | |
"id": 12054, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
} | |
], | |
"measurement": "mem", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(used) as \"Used\",\nmax(active) as \"Active\",\nmax(inactive) as \"Inactive\",\nmax(cached) as \"Cached\",\nmax(free) as \"Free\",\nmax(buffered) as \"Buffered\"\nFROM \"mem\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"active" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"active" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"available" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"available" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"buffered" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"buffered" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"cached" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"cached" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"dirty" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"dirty" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"free" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"free" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"inactive" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"inactive" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"mapped" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"mapped" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"page_tables" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"page tables" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"shared" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"shared" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"slab" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"slab" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"swap_cached" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"swap cached" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"swap_free" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"swap free" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"used" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"used" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Memory Usage", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 7, | |
"w": 24, | |
"x": 0, | |
"y": 30 | |
}, | |
"height": "", | |
"hiddenSeries": false, | |
"id": 61852, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_host: $col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "processes", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(running) as running, max(idle) as idle, max(paging) as paging, max(blocked) as blocked, max(sleeping) as sleeping, max(stopped) as stopped, max(zombies) as zombies FROM \"processes\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host FILL(none)", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"blocked" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Process Overview", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:573", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:574", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "semi-dark-purple", | |
"value": null | |
} | |
] | |
}, | |
"unit": "ops" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 8, | |
"x": 0, | |
"y": 37 | |
}, | |
"id": 61855, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_host: $col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "processes", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT non_negative_derivative(max(context_switches),1s)as \"context switches\" FROM \"kernel\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host ", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"blocked" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Context Switches", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"displayName": "", | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "semi-dark-purple", | |
"value": null | |
} | |
] | |
}, | |
"unit": "ops" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 8, | |
"x": 8, | |
"y": 37 | |
}, | |
"id": 61856, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_host: $col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "kernel", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT non_negative_derivative(max(processes_forked), 1s) as forks FROM \"kernel\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"processes_forked" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Forks", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "semi-dark-purple", | |
"value": null | |
} | |
] | |
}, | |
"unit": "ops" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 8, | |
"x": 16, | |
"y": 37 | |
}, | |
"id": 61868, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT non_negative_derivative(max(interrupts), 1s) as interrupts FROM \"kernel\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"blocked" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Interrupts", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"collapsed": false, | |
"datasource": null, | |
"fieldConfig": { | |
"defaults": {}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 44 | |
}, | |
"id": 61881, | |
"panels": [], | |
"repeat": null, | |
"title": "Network", | |
"type": "row" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 18, | |
"w": 12, | |
"x": 0, | |
"y": 45 | |
}, | |
"hiddenSeries": false, | |
"hideTimeOverride": false, | |
"id": 42026, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_interface", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "interface", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "net_bytes_recv", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(bytes_recv),1s)\nFROM \"net\" WHERE host =~ /$server/ AND interface !~ /(veth|docker|br-)/ AND $timeFilter GROUP BY time($__interval), interface", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Bytes Received", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:153", | |
"format": "Bps", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:154", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 18, | |
"w": 12, | |
"x": 12, | |
"y": 45 | |
}, | |
"hiddenSeries": false, | |
"hideTimeOverride": false, | |
"id": 61929, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_interface", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "interface", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "net_bytes_recv", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(bytes_sent),1s)\nFROM \"net\" WHERE host =~ /$server/ AND interface !~ /(veth|docker|br-)/ AND $timeFilter GROUP BY time($__interval), interface", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Bytes Sent", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:153", | |
"format": "Bps", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:154", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 13, | |
"w": 9, | |
"x": 0, | |
"y": 63 | |
}, | |
"hiddenSeries": false, | |
"id": 61894, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": true, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_interface: $col", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "net", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"err_in\"), 1s) as \"Errors In\",\nnon_negative_derivative(max(\"drop_in\"), 1s) as \"Dropped In\"\nFROM \"net\" WHERE host =~ /$server$/ AND interface !~ /(docker0|veth|br-)/ AND $timeFilter GROUP BY interface, time($__interval) fill(none)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"err_in" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Errors Received", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:321", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:322", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 13, | |
"w": 9, | |
"x": 9, | |
"y": 63 | |
}, | |
"hiddenSeries": false, | |
"id": 61930, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": true, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_interface: $col", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "net", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"err_out\"), 1s) as \"Errors Out\",\nnon_negative_derivative(max(\"drop_out\"), 1s) as \"Dropped Out\"\nFROM \"net\" WHERE host =~ /$server$/ AND interface !~ /(docker0|veth|br-)/ AND $timeFilter GROUP BY interface, time($__interval) fill(none)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"err_in" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Errors Sent", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:401", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:402", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "dark-yellow", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 13, | |
"w": 6, | |
"x": 18, | |
"y": 63 | |
}, | |
"id": 61906, | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
} | |
], | |
"measurement": "conntrack", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(tcp_close) as CLOSED, max(tcp_close_wait) as CLOSE_WAIT, max(tcp_closing) as CLOSING, max(tcp_established) as ESTABLISHED, max(tcp_fin_wait1) as FIN_WAIT1, max(tcp_fin_wait2) as FIN_WAIT2, max(tcp_last_ack) as LAST_ACK, max(tcp_syn_recv) as SYN_RECV, max(tcp_syn_sent) as SYN_SENT, max(tcp_time_wait) as TIME_WAIT FROM \"netstat\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"ip_conntrack_count" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"conntrack table" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Conntrack", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 9, | |
"w": 24, | |
"x": 0, | |
"y": 76 | |
}, | |
"hiddenSeries": false, | |
"id": 61854, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_host: $col", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "interface", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "net_bytes_recv", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(tcp_close) as CLOSED, max(tcp_close_wait) as CLOSE_WAIT, max(tcp_closing) as CLOSING, max(tcp_established) as ESTABLISHED, max(tcp_fin_wait1) as FIN_WAIT1, max(tcp_fin_wait2) as FIN_WAIT2, max(tcp_last_ack) as LAST_ACK, max(tcp_syn_recv) as SYN_RECV, max(tcp_syn_sent) as SYN_SENT, max(tcp_time_wait) as TIME_WAIT FROM \"netstat\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "TCP Connections", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:286", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:287", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fieldConfig": { | |
"defaults": { | |
"unit": "ms" | |
}, | |
"overrides": [] | |
}, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 16, | |
"w": 8, | |
"x": 0, | |
"y": 85 | |
}, | |
"hiddenSeries": false, | |
"id": 61936, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": true, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_mountpoint", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"mountpoint" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "nfsstat", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(tcp_close) as CLOSED, max(tcp_close_wait) as CLOSE_WAIT, max(tcp_closing) as CLOSING, max(tcp_established) as ESTABLISHED, max(tcp_fin_wait1) as FIN_WAIT1, max(tcp_fin_wait2) as FIN_WAIT2, max(tcp_last_ack) as LAST_ACK, max(tcp_syn_recv) as SYN_RECV, max(tcp_syn_sent) as SYN_SENT, max(tcp_time_wait) as TIME_WAIT FROM \"netstat\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"exe" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"exe" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "NFS Execution", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:286", | |
"format": "ms", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:287", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fieldConfig": { | |
"defaults": { | |
"unit": "none" | |
}, | |
"overrides": [] | |
}, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 16, | |
"w": 8, | |
"x": 8, | |
"y": 85 | |
}, | |
"hiddenSeries": false, | |
"id": 61938, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": true, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_mountpoint", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"mountpoint" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "nfsstat", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(tcp_close) as CLOSED, max(tcp_close_wait) as CLOSE_WAIT, max(tcp_closing) as CLOSING, max(tcp_established) as ESTABLISHED, max(tcp_fin_wait1) as FIN_WAIT1, max(tcp_fin_wait2) as FIN_WAIT2, max(tcp_last_ack) as LAST_ACK, max(tcp_syn_recv) as SYN_RECV, max(tcp_syn_sent) as SYN_SENT, max(tcp_time_wait) as TIME_WAIT FROM \"netstat\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"ops" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"ops" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "NFS Operations", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:286", | |
"format": "none", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:287", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"editable": true, | |
"error": false, | |
"fieldConfig": { | |
"defaults": { | |
"unit": "none" | |
}, | |
"overrides": [] | |
}, | |
"fill": 0, | |
"fillGradient": 0, | |
"grid": {}, | |
"gridPos": { | |
"h": 16, | |
"w": 8, | |
"x": 16, | |
"y": 85 | |
}, | |
"hiddenSeries": false, | |
"id": 61939, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": true, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"paceLength": 10, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 5, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_mountpoint", | |
"dsType": "influxdb", | |
"function": "derivative", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"mountpoint" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "nfsstat", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(tcp_close) as CLOSED, max(tcp_close_wait) as CLOSE_WAIT, max(tcp_closing) as CLOSING, max(tcp_established) as ESTABLISHED, max(tcp_fin_wait1) as FIN_WAIT1, max(tcp_fin_wait2) as FIN_WAIT2, max(tcp_last_ack) as LAST_ACK, max(tcp_syn_recv) as SYN_RECV, max(tcp_syn_sent) as SYN_SENT, max(tcp_time_wait) as TIME_WAIT FROM \"netstat\" WHERE host =~ /$server$/ AND $timeFilter GROUP BY time($__interval), host", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"retrans" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"retrans" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "NFS Retransmissions", | |
"tooltip": { | |
"msResolution": false, | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:286", | |
"format": "none", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:287", | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"collapsed": false, | |
"datasource": null, | |
"fieldConfig": { | |
"defaults": {}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 101 | |
}, | |
"id": 61883, | |
"panels": [], | |
"repeat": null, | |
"title": "Storage", | |
"type": "row" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "light-blue", | |
"value": null | |
} | |
] | |
}, | |
"unit": "bytes" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 12, | |
"w": 24, | |
"x": 0, | |
"y": 102 | |
}, | |
"id": 52240, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_path", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "disk_total", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(used) as \"Used\"\nFROM \"disk\" WHERE \"host\" =~ /$server$/ AND $timeFilter GROUP BY time($__interval), path", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk Usage", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "light-orange", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 24, | |
"x": 0, | |
"y": 114 | |
}, | |
"id": 61895, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "vertical", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_device", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"model" | |
], | |
"type": "tag" | |
}, | |
{ | |
"params": [ | |
"device" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "smart_device", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "-- Seagate drives need some special math: https://serverfault.com/a/495259/71373\nSELECT (max(\"read_error_rate\") & 281470681743360) / 4294967296 as \"Read Error Rate\" FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND model =~/^ST/ AND $timeFilter GROUP BY time($__interval), \"model\", \"device\"", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"read_error_rate" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Read Error Rate" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"seek_error_rate" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Seek Error Rate" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"udma_crc_errors" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"UDMA CRC Errors" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
}, | |
{ | |
"alias": "$tag_device", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(\"read_error_rate\") as \"Read Error Rate\" FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND model !~ /^ST/ AND $timeFilter GROUP BY time($__interval), \"model\", \"device\"", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Read Error Rate", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "light-orange", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 24, | |
"x": 0, | |
"y": 118 | |
}, | |
"id": 61908, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "vertical", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_device", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"model" | |
], | |
"type": "tag" | |
}, | |
{ | |
"params": [ | |
"device" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "smart_device", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "-- Seagate drives need some special math: https://serverfault.com/a/495259/71373\nSELECT (max(\"seek_error_rate\") & 281470681743360) / 4294967296 as \"Seek Error Rate\" FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND model =~/^ST/ AND $timeFilter GROUP BY time($__interval), \"model\", \"device\"", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"read_error_rate" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Read Error Rate" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"seek_error_rate" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Seek Error Rate" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"udma_crc_errors" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"UDMA CRC Errors" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
}, | |
{ | |
"alias": "$tag_device", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(\"seek_error_rate\") as \"Seek Error Rate\" FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND model !~ /^ST/ AND $timeFilter GROUP BY time($__interval), \"model\", \"device\"", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Seek Error Rate", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "light-orange", | |
"value": null | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 4, | |
"w": 24, | |
"x": 0, | |
"y": 122 | |
}, | |
"id": 61909, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "vertical", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_device", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"model" | |
], | |
"type": "tag" | |
}, | |
{ | |
"params": [ | |
"device" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "smart_device", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "-- Seagate drives need some special math: https://serverfault.com/a/495259/71373\nSELECT max(\"udma_crc_errors\") AS \"UDMA CRC Errors\" FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND model =~/^ST/ AND $timeFilter GROUP BY time($__interval), \"model\", \"device\"", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"read_error_rate" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Read Error Rate" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"seek_error_rate" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Seek Error Rate" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"udma_crc_errors" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"UDMA CRC Errors" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
}, | |
{ | |
"alias": "$tag_device", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT max(\"udma_crc_errors\") AS \"UDMA CRC Errors\" FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND model !~ /^ST/ AND $timeFilter GROUP BY time($__interval), \"model\", \"device\"", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "UDMA CRC Errors", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "light-blue", | |
"value": null | |
}, | |
{ | |
"color": "yellow", | |
"value": 40 | |
}, | |
{ | |
"color": "orange", | |
"value": 45 | |
}, | |
{ | |
"color": "red", | |
"value": 50 | |
}, | |
{ | |
"color": "dark-red", | |
"value": 55 | |
} | |
] | |
}, | |
"unit": "celsius" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 9, | |
"w": 24, | |
"x": 0, | |
"y": 126 | |
}, | |
"id": 61874, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$tag_device", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"device" | |
], | |
"type": "tag" | |
}, | |
{ | |
"params": [ | |
"model" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "smart_device", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT mean(\"temp_c\") FROM \"smart_device\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval), \"device\", \"model\"", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"temp_c" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"Temperature" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Disk Temperatures", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 0, | |
"y": 135 | |
}, | |
"hiddenSeries": false, | |
"id": 60200, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_name", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "io_reads", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(read_bytes),1s)\nFROM \"diskio\" WHERE \"host\" =~ /$server$/ AND (\"name\" =~ /^sd.$/ OR \"name\" =~ /nvme.n.$/) AND $timeFilter GROUP BY time($__interval), *", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Read Bytes", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:717", | |
"format": "Bps", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:718", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 12, | |
"y": 135 | |
}, | |
"hiddenSeries": false, | |
"id": 61927, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_name", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "io_reads", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(reads),1s)\nFROM \"diskio\" WHERE \"host\" =~ /$server$/ AND (\"name\" =~ /^sd.$/ OR \"name\" =~ /nvme.n.$/) AND $timeFilter GROUP BY time($__interval), *", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Read IOPS", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:717", | |
"format": "iops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:718", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 1, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 0, | |
"y": 145 | |
}, | |
"hiddenSeries": false, | |
"id": 61904, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_name", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "io_reads", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(write_bytes),1s) as \"write\"\nFROM \"diskio\" WHERE \"host\" =~ /$server$/ AND (\"name\" =~ /^sd.$/ OR \"name\" =~ /nvme.n.$/) AND $timeFilter GROUP BY time($__interval), *", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Write Bytes", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:1130", | |
"format": "Bps", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:1131", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 1, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 12, | |
"y": 145 | |
}, | |
"hiddenSeries": false, | |
"id": 61928, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_name", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "io_reads", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(writes),1s)\nFROM \"diskio\" WHERE \"host\" =~ /$server$/ AND (\"name\" =~ /^sd.$/ OR \"name\" =~ /nvme.n.$/) AND $timeFilter GROUP BY time($__interval), *", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Write IOPS", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:1130", | |
"format": "iops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:1131", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 0, | |
"y": 155 | |
}, | |
"hiddenSeries": false, | |
"id": 61919, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_name", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "io_reads", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(read_time), 1s)\nFROM \"diskio\" WHERE \"host\" =~ /$server$/ AND (\"name\" =~ /^sd.$/ OR \"name\" =~ /nvme.n.$/) AND $timeFilter GROUP BY time($__interval), *", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Read Latency", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:457", | |
"format": "ms", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:458", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 12, | |
"y": 155 | |
}, | |
"hiddenSeries": false, | |
"id": 61920, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": false, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_name", | |
"dsType": "influxdb", | |
"function": "mean", | |
"groupBy": [ | |
{ | |
"interval": "auto", | |
"params": [ | |
"auto" | |
], | |
"type": "time" | |
}, | |
{ | |
"key": "host", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
}, | |
{ | |
"key": "path", | |
"params": [ | |
"tag" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "io_reads", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(write_time),1s)\nFROM \"diskio\" WHERE \"host\" =~ /$server$/ AND (\"name\" =~ /^sd.$/ OR \"name\" =~ /nvme.n.$/) AND $timeFilter GROUP BY time($__interval), *", | |
"rawQuery": true, | |
"refId": "B", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"value" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Write Latency", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:1130", | |
"format": "ms", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:1131", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"collapsed": false, | |
"datasource": null, | |
"fieldConfig": { | |
"defaults": {}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 1, | |
"w": 24, | |
"x": 0, | |
"y": 165 | |
}, | |
"id": 61884, | |
"panels": [], | |
"repeat": null, | |
"title": "ZFS", | |
"type": "row" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "super-light-blue", | |
"value": null | |
} | |
] | |
}, | |
"unit": "bytes" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 5, | |
"w": 20, | |
"x": 0, | |
"y": 166 | |
}, | |
"id": 61911, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_size\") AS Data,\nmax(\"arcstats_hdr_size\") AS Metadata\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_size" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "L1ARC Size", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"cacheTimeout": null, | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [ | |
{ | |
"options": { | |
"match": "null", | |
"result": { | |
"text": "N/A" | |
} | |
}, | |
"type": "special" | |
} | |
], | |
"max": 100, | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "dark-red", | |
"value": null | |
}, | |
{ | |
"color": "semi-dark-orange", | |
"value": 10 | |
}, | |
{ | |
"color": "dark-orange", | |
"value": 20 | |
}, | |
{ | |
"color": "super-light-yellow", | |
"value": 30 | |
}, | |
{ | |
"color": "light-yellow", | |
"value": 40 | |
}, | |
{ | |
"color": "semi-dark-yellow", | |
"value": 50 | |
}, | |
{ | |
"color": "dark-yellow", | |
"value": 60 | |
}, | |
{ | |
"color": "super-light-green", | |
"value": 70 | |
}, | |
{ | |
"color": "light-green", | |
"value": 80 | |
}, | |
{ | |
"color": "semi-dark-green", | |
"value": 90 | |
}, | |
{ | |
"color": "dark-green", | |
"value": 100 | |
} | |
] | |
}, | |
"unit": "percent" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 5, | |
"w": 4, | |
"x": 20, | |
"y": 166 | |
}, | |
"id": 61892, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"orientation": "horizontal", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"showThresholdLabels": false, | |
"showThresholdMarkers": false, | |
"text": {} | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\n(max(\"arcstats_hits\") / (max(\"arcstats_misses\") + max(\"arcstats_hits\")) * 100)\nFROM \"zfs\" WHERE $timeFilter AND \"host\" =~ /$server$/ GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "L1ARC Hit Rate", | |
"transparent": true, | |
"type": "gauge" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "super-light-blue", | |
"value": null | |
} | |
] | |
}, | |
"unit": "bytes" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 5, | |
"w": 20, | |
"x": 0, | |
"y": 171 | |
}, | |
"id": 61922, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "center", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_l2_size\") AS Data,\nmax(\"arcstats_l2_hdr_size\") AS Metadata\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_size" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "L2ARC Size", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"cacheTimeout": null, | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [ | |
{ | |
"options": { | |
"match": "null", | |
"result": { | |
"text": "N/A" | |
} | |
}, | |
"type": "special" | |
} | |
], | |
"max": 100, | |
"min": 0, | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "dark-red", | |
"value": null | |
}, | |
{ | |
"color": "semi-dark-orange", | |
"value": 10 | |
}, | |
{ | |
"color": "dark-orange", | |
"value": 20 | |
}, | |
{ | |
"color": "super-light-yellow", | |
"value": 30 | |
}, | |
{ | |
"color": "light-yellow", | |
"value": 40 | |
}, | |
{ | |
"color": "semi-dark-yellow", | |
"value": 50 | |
}, | |
{ | |
"color": "dark-yellow", | |
"value": 60 | |
}, | |
{ | |
"color": "super-light-green", | |
"value": 70 | |
}, | |
{ | |
"color": "light-green", | |
"value": 80 | |
}, | |
{ | |
"color": "semi-dark-green", | |
"value": 90 | |
}, | |
{ | |
"color": "dark-green", | |
"value": 100 | |
} | |
] | |
}, | |
"unit": "percent" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 5, | |
"w": 4, | |
"x": 20, | |
"y": 171 | |
}, | |
"id": 61940, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"orientation": "horizontal", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"showThresholdLabels": false, | |
"showThresholdMarkers": false, | |
"text": {} | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\n(max(\"arcstats_l2_hits\") / (max(\"arcstats_l2_misses\") + max(\"arcstats_l2_hits\")) * 100)\nFROM \"zfs\" WHERE $timeFilter AND \"host\" =~ /$server$/ GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "L2ARC Hit Rate", | |
"transparent": true, | |
"type": "gauge" | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 13, | |
"w": 12, | |
"x": 0, | |
"y": 176 | |
}, | |
"hiddenSeries": false, | |
"id": 61870, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"arcstats_demand_data_hits\"), 1s) as \"Demand data/sec\",\nnon_negative_derivative(max(\"arcstats_demand_metadata_hits\"), 1s) as \"Demand metadata/sec\",\nnon_negative_derivative(max(\"arcstats_prefetch_data_hits\"), 1s) as \"Prefetch data/sec\",\nnon_negative_derivative(max(\"arcstats_prefetch_metadata_hits\"), 1s) as \"Prefetch metadata/sec\"\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_hits" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "ARC Hits", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3611", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3612", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 1, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 13, | |
"w": 12, | |
"x": 12, | |
"y": 176 | |
}, | |
"hiddenSeries": false, | |
"id": 61871, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"arcstats_demand_data_misses\"), 1s) as \"Demand data/sec\",\nnon_negative_derivative(max(\"arcstats_demand_metadata_misses\"), 1s) as \"Demand metadata/sec\",\nnon_negative_derivative(max(\"arcstats_prefetch_data_misses\"), 1s) as \"Prefetch data/sec\",\nnon_negative_derivative(max(\"arcstats_prefetch_metadata_misses\"), 1s) as \"Prefetch metadata/sec\"\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "ARC Misses", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3523", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3524", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 0, | |
"y": 189 | |
}, | |
"hiddenSeries": false, | |
"id": 61925, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": false, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"arcstats_l2_hits\"), 1s)\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_hits" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "L2ARC Hits", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3611", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3612", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 1, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 12, | |
"y": 189 | |
}, | |
"hiddenSeries": false, | |
"id": 61926, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": false, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"arcstats_l2_misses\"), 1s)\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "L2ARC Misses", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3523", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3524", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 0, | |
"y": 199 | |
}, | |
"hiddenSeries": false, | |
"id": 61931, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"arcstats_evict_l2_eligible\"), 1s) AS eligible,\nnon_negative_derivative(max(\"arcstats_evict_l2_ineligible\"), 1s) AS ineligible,\nnon_negative_derivative(max(\"arcstats_evict_l2_cached\"), 1s) AS cached\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "ARC Evicted L2ARC", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3523", | |
"format": "binBps", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3524", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"fill": 1, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 10, | |
"w": 12, | |
"x": 12, | |
"y": 199 | |
}, | |
"hiddenSeries": false, | |
"id": 61941, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": false, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nnon_negative_derivative(max(\"arcstats_l2_low_memory_aborts\"), 1s)\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_l2_abort_lowmem" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "L2ARC Low Memory Aborts", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3523", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3524", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": false, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"description": "", | |
"fill": 10, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 9, | |
"w": 12, | |
"x": 0, | |
"y": 209 | |
}, | |
"hiddenSeries": false, | |
"id": 61913, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_size\") as \"ARC\"\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval) fill(none)", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"zil_commit_count" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Commit transactions" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "ZIL", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3233", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3234", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"description": "", | |
"fill": 0, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 9, | |
"w": 12, | |
"x": 12, | |
"y": 209 | |
}, | |
"hiddenSeries": false, | |
"id": 61934, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"pool" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_size\") as \"ARC\"\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval) fill(none)", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"zfetchstats_hits" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"hits" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"zfetchstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"misses" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Zfetch", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3233", | |
"format": "ops", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3234", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"aliasColors": {}, | |
"bars": true, | |
"dashLength": 10, | |
"dashes": false, | |
"datasource": "$datasource", | |
"description": "", | |
"fill": 1, | |
"fillGradient": 0, | |
"gridPos": { | |
"h": 11, | |
"w": 21, | |
"x": 0, | |
"y": 218 | |
}, | |
"hiddenSeries": false, | |
"id": 61897, | |
"interval": "10s", | |
"legend": { | |
"alignAsTable": true, | |
"avg": true, | |
"current": true, | |
"max": true, | |
"min": true, | |
"rightSide": false, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": false, | |
"linewidth": 1, | |
"links": [], | |
"nullPointMode": "null", | |
"options": { | |
"alertThreshold": true | |
}, | |
"percentage": false, | |
"pluginVersion": "8.0.3", | |
"pointradius": 2, | |
"points": false, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"stack": true, | |
"steppedLine": false, | |
"targets": [ | |
{ | |
"alias": "$tag_pool - $col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"pool" | |
], | |
"type": "tag" | |
} | |
], | |
"measurement": "zfs_pool", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_size\") as \"ARC\"\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval) fill(none)", | |
"rawQuery": false, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"nread" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Read/sec" | |
], | |
"type": "alias" | |
} | |
], | |
[ | |
{ | |
"params": [ | |
"nwritten" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "max" | |
}, | |
{ | |
"params": [ | |
"1s" | |
], | |
"type": "non_negative_derivative" | |
}, | |
{ | |
"params": [ | |
"Write/sec" | |
], | |
"type": "alias" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"thresholds": [], | |
"timeFrom": null, | |
"timeRegions": [], | |
"timeShift": null, | |
"title": "Pool Bytes", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"transparent": true, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:3233", | |
"format": "Bps", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:3234", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": false | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
} | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 1 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 5, | |
"w": 3, | |
"x": 21, | |
"y": 218 | |
}, | |
"id": 61933, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_l2_io_error\")\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "L2ARC I/O Errors", | |
"transparent": true, | |
"type": "stat" | |
}, | |
{ | |
"datasource": "$datasource", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "thresholds" | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 1 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 5, | |
"w": 3, | |
"x": 21, | |
"y": 223 | |
}, | |
"id": 61932, | |
"interval": "10s", | |
"links": [], | |
"options": { | |
"colorMode": "value", | |
"graphMode": "area", | |
"justifyMode": "auto", | |
"orientation": "auto", | |
"reduceOptions": { | |
"calcs": [ | |
"mean" | |
], | |
"fields": "", | |
"values": false | |
}, | |
"text": {}, | |
"textMode": "auto" | |
}, | |
"pluginVersion": "8.0.3", | |
"targets": [ | |
{ | |
"alias": "$col", | |
"dsType": "influxdb", | |
"groupBy": [ | |
{ | |
"params": [ | |
"$__interval" | |
], | |
"type": "time" | |
}, | |
{ | |
"params": [ | |
"null" | |
], | |
"type": "fill" | |
} | |
], | |
"measurement": "zfs", | |
"orderByTime": "ASC", | |
"policy": "default", | |
"query": "SELECT\nmax(\"arcstats_l2_cksum_bad\")\nFROM \"zfs\" WHERE \"host\" =~ /^$server$/ AND $timeFilter GROUP BY time($__interval)", | |
"rawQuery": true, | |
"refId": "A", | |
"resultFormat": "time_series", | |
"select": [ | |
[ | |
{ | |
"params": [ | |
"arcstats_misses" | |
], | |
"type": "field" | |
}, | |
{ | |
"params": [], | |
"type": "mean" | |
} | |
] | |
], | |
"tags": [ | |
{ | |
"key": "host", | |
"operator": "=~", | |
"value": "/^$server$/" | |
} | |
] | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "L2ARC Bad Checksums", | |
"transparent": true, | |
"type": "stat" | |
} | |
], | |
"refresh": "10s", | |
"schemaVersion": 30, | |
"style": "dark", | |
"tags": [], | |
"templating": { | |
"list": [ | |
{ | |
"allFormat": "glob", | |
"current": { | |
"selected": false, | |
"text": "Nix - InfluxDB", | |
"value": "Nix - InfluxDB" | |
}, | |
"datasource": "InfluxDB telegraf", | |
"description": null, | |
"error": null, | |
"hide": 0, | |
"includeAll": false, | |
"label": "", | |
"multi": false, | |
"name": "datasource", | |
"options": [], | |
"query": "influxdb", | |
"refresh": 1, | |
"regex": "", | |
"skipUrlSync": false, | |
"type": "datasource" | |
}, | |
{ | |
"allValue": null, | |
"current": {}, | |
"datasource": "$datasource", | |
"definition": "SHOW TAG VALUES from cpu WITH KEY=host", | |
"description": null, | |
"error": null, | |
"hide": 0, | |
"includeAll": false, | |
"label": "Server", | |
"multi": false, | |
"name": "server", | |
"options": [], | |
"query": "SHOW TAG VALUES from cpu WITH KEY=host", | |
"refresh": 1, | |
"regex": "", | |
"skipUrlSync": false, | |
"sort": 0, | |
"tagValuesQuery": null, | |
"tagsQuery": null, | |
"type": "query", | |
"useTags": false | |
}, | |
{ | |
"auto": true, | |
"auto_count": 100, | |
"auto_min": "30s", | |
"current": { | |
"selected": false, | |
"text": "auto", | |
"value": "$__auto_interval_inter" | |
}, | |
"datasource": null, | |
"description": null, | |
"error": null, | |
"hide": 0, | |
"includeAll": false, | |
"label": "Interval", | |
"multi": false, | |
"name": "inter", | |
"options": [ | |
{ | |
"selected": true, | |
"text": "auto", | |
"value": "$__auto_interval_inter" | |
}, | |
{ | |
"selected": false, | |
"text": "10s", | |
"value": "10s" | |
}, | |
{ | |
"selected": false, | |
"text": "30s", | |
"value": "30s" | |
}, | |
{ | |
"selected": false, | |
"text": "1m", | |
"value": "1m" | |
}, | |
{ | |
"selected": false, | |
"text": "2m", | |
"value": "2m" | |
}, | |
{ | |
"selected": false, | |
"text": "5m", | |
"value": "5m" | |
}, | |
{ | |
"selected": false, | |
"text": "10m", | |
"value": "10m" | |
}, | |
{ | |
"selected": false, | |
"text": "30m", | |
"value": "30m" | |
}, | |
{ | |
"selected": false, | |
"text": "1h", | |
"value": "1h" | |
} | |
], | |
"query": "10s,30s,1m,2m,5m,10m,30m,1h", | |
"refresh": 2, | |
"skipUrlSync": false, | |
"type": "interval" | |
} | |
] | |
}, | |
"time": { | |
"from": "now-30m", | |
"to": "now" | |
}, | |
"timepicker": { | |
"refresh_intervals": [ | |
"5s", | |
"10s", | |
"30s", | |
"1m", | |
"5m", | |
"15m", | |
"30m", | |
"1h", | |
"2h", | |
"1d" | |
], | |
"time_options": [ | |
"5m", | |
"15m", | |
"1h", | |
"6h", | |
"12h", | |
"24h", | |
"2d", | |
"7d", | |
"30d" | |
] | |
}, | |
"timezone": "browser", | |
"title": "Nix", | |
"uid": "000000009", | |
"version": 325 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment