From a1d56291ef2a9efd7b66b79c6d651a3339b9dc10 Mon Sep 17 00:00:00 2001 From: Ricardo F Date: Thu, 27 Jul 2017 14:56:34 +0200 Subject: [PATCH] Changed disk report and reorganize basic section --- prometheus/node-exporter-full.json | 1251 +++++++++++++++------------- 1 file changed, 681 insertions(+), 570 deletions(-) diff --git a/prometheus/node-exporter-full.json b/prometheus/node-exporter-full.json index 4e158aa..a840314 100644 --- a/prometheus/node-exporter-full.json +++ b/prometheus/node-exporter-full.json @@ -33,12 +33,6 @@ "id": "singlestat", "name": "Singlestat", "version": "" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "version": "" } ], "annotations": { @@ -50,11 +44,11 @@ "hideControls": false, "id": null, "links": [], - "refresh": "5m", + "refresh": "1m", "rows": [ { "collapse": false, - "height": 188, + "height": 151, "panels": [ { "cacheTimeout": null, @@ -289,6 +283,83 @@ ], "valueName": "current" }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "rgba(50, 172, 45, 0.97)", + "rgba(237, 129, 40, 0.89)", + "rgba(245, 54, 54, 0.9)" + ], + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "Used Root FS", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "id": 154, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "minSpan": 2, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "span": 2, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "targets": [ + { + "expr": "100 - ((node_filesystem_avail{instance=~\"$node:$port\",device=~'rootfs'} * 100) / node_filesystem_size{instance=~\"$node:$port\",device=~'rootfs'})", + "intervalFactor": 1, + "refId": "A", + "step": 900 + } + ], + "thresholds": "80,90", + "title": "Used Root FS", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, { "cacheTimeout": null, "colorBackground": false, @@ -368,159 +439,94 @@ "valueName": "current" }, { - "aliasColors": { - "Recv_bytes_eth2": "#7EB26D", - "Recv_bytes_lo": "#0A50A1", - "Recv_drop_eth2": "#6ED0E0", - "Recv_drop_lo": "#E0F9D7", - "Recv_errs_eth2": "#BF1B00", - "Recv_errs_lo": "#CCA300", - "Trans_bytes_eth2": "#7EB26D", - "Trans_bytes_lo": "#0A50A1", - "Trans_drop_eth2": "#6ED0E0", - "Trans_drop_lo": "#E0F9D7", - "Trans_errs_eth2": "#BF1B00", - "Trans_errs_lo": "#CCA300", - "recv_bytes_lo": "#0A50A1", - "recv_drop_eth0": "#99440A", - "recv_drop_lo": "#967302", - "recv_errs_eth0": "#BF1B00", - "recv_errs_lo": "#890F02", - "trans_bytes_eth0": "#7EB26D", - "trans_bytes_lo": "#0A50A1", - "trans_drop_eth0": "#99440A", - "trans_drop_lo": "#967302", - "trans_errs_eth0": "#BF1B00", - "trans_errs_lo": "#890F02" - }, - "bars": false, + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "rgba(50, 172, 45, 0.97)", + "rgba(237, 129, 40, 0.89)", + "rgba(245, 54, 54, 0.9)" + ], "datasource": "${DS_LOCALHOST}", - "description": "Basic network info per interface.", - "fill": 4, - "id": 74, - "legend": { - "alignAsTable": false, - "avg": false, - "current": false, - "hideEmpty": false, - "hideZero": false, - "max": false, - "min": false, - "rightSide": false, - "show": false, - "sort": "current", - "sortDesc": true, - "total": false, - "values": false + "decimals": null, + "description": "Busy state of all CPU cores together (5 min average)", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true }, - "lines": true, - "linewidth": 1, + "id": 155, + "interval": null, "links": [], - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ + "mappingType": 1, + "mappingTypes": [ { - "alias": "/.*trans.*/", - "transform": "negative-Y" + "name": "value to text", + "value": 1 }, { - "alias": "/.*lo.*/", - "color": "#7EB26D" - }, - { - "alias": "/.*eth0.*/", - "color": "#EAB839" - }, - { - "alias": "/.*eth1.*/", - "color": "#6ED0E0" - }, - { - "alias": "/.*eth2.*/", - "color": "#EF843C" - }, - { - "alias": "/.*eth3.*/", - "color": "#E24D42" - }, - { - "alias": "/.*eth4.*/", - "color": "#1F78C1" - }, - { - "alias": "/.*eth5.*/", - "color": "#BA43A9" + "name": "range to text", + "value": 2 } ], - "span": 4, - "stack": false, - "steppedLine": false, + "maxDataPoints": 100, + "minSpan": 1, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "span": 2, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, "targets": [ { - "expr": "rate(node_network_receive_bytes{instance=~\"$node:$port\"}[5m])", - "intervalFactor": 2, - "legendFormat": "recv bytes {{device}}", + "expr": "avg(node_load5{instance=~\"$node:$port\"}) / count(count(node_cpu{instance=~\"$node:$port\"}) by (cpu)) * 100", + "hide": false, + "intervalFactor": 1, "refId": "A", - "step": 240 - }, - { - "expr": "rate(node_network_transmit_bytes{instance=~\"$node:$port\"}[5m])", - "intervalFactor": 2, - "legendFormat": "trans bytes {{device}} ", - "refId": "B", - "step": 240 + "step": 900 } ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "Network Traffic", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "transparent": false, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ + "thresholds": "85, 95", + "title": "CPU System Load (5m avg)", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ { - "format": "bytes", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "pps", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": false + "op": "=", + "text": "N/A", + "value": "null" } - ] + ], + "valueName": "current" } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, - "title": "Basic CPU / Mem / Net Gauge", + "title": "Basic CPU / Mem / Disk Gauge", "titleSize": "h6" }, { "collapse": false, - "height": 67, + "height": 46, "panels": [ { "cacheTimeout": null, @@ -752,6 +758,84 @@ ], "valueName": "current" }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "rgba(50, 172, 45, 0.97)", + "rgba(237, 129, 40, 0.89)", + "rgba(245, 54, 54, 0.9)" + ], + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "Total RootFS", + "format": "bytes", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "id": 23, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "minSpan": 2, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "span": 2, + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "targets": [ + { + "expr": "node_filesystem_size{instance=~\"$node:$port\",device=~'rootfs'}", + "hide": false, + "intervalFactor": 1, + "refId": "A", + "step": 900 + } + ], + "thresholds": "70,90", + "title": "Total RootFS", + "type": "singlestat", + "valueFontSize": "50%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, { "cacheTimeout": null, "colorBackground": false, @@ -907,91 +991,13 @@ } ], "valueName": "current" - }, - { - "cacheTimeout": null, - "colorBackground": false, - "colorValue": true, - "colors": [ - "rgba(50, 172, 45, 0.97)", - "rgba(237, 129, 40, 0.89)", - "rgba(245, 54, 54, 0.9)" - ], - "datasource": "${DS_LOCALHOST}", - "decimals": null, - "description": "Used RootFS", - "format": "percent", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, - "id": 23, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "minSpan": 2, - "nullPointMode": "connected", - "nullText": null, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "span": 2, - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false - }, - "targets": [ - { - "expr": "((node_filesystem_size{device=~\"rootfs\",instance=~\"$node:$port\"} - node_filesystem_free{device=~\"rootfs\",instance=~\"$node:$port\"}) * 100 ) / (node_filesystem_size{device=~\"rootfs\",instance=~\"$node:$port\"})", - "hide": false, - "intervalFactor": 1, - "refId": "A", - "step": 900 - } - ], - "thresholds": "70,90", - "title": "Used RootFS", - "type": "singlestat", - "valueFontSize": "50%", - "valueMaps": [ - { - "op": "=", - "text": "N/A", - "value": "null" - } - ], - "valueName": "current" } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, - "title": "Basic CPU / Mem / Net Info", + "title": "Basic CPU / Mem / Disk Info", "titleSize": "h6" }, { @@ -1076,7 +1082,7 @@ "intervalFactor": 2, "legendFormat": "Busy System", "refId": "B", - "step": 120 + "step": 240 }, { "expr": "sum by (instance)(rate(node_cpu{mode='user',instance=~\"$node:$port\"}[5m])) * 100", @@ -1084,35 +1090,35 @@ "intervalFactor": 2, "legendFormat": "Busy User", "refId": "D", - "step": 120 + "step": 240 }, { "expr": "sum by (instance)(rate(node_cpu{mode='iowait',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Busy Iowait", "refId": "E", - "step": 120 + "step": 240 }, { "expr": "sum by (instance)(rate(node_cpu{mode=~\".*irq\",instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Busy IRQs", "refId": "F", - "step": 120 + "step": 240 }, { "expr": "sum (rate(node_cpu{mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Busy Other", "refId": "A", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(rate(node_cpu{mode='idle',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Idle", "refId": "C", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -1226,35 +1232,35 @@ "intervalFactor": 2, "legendFormat": "RAM Total", "refId": "A", - "step": 120 + "step": 240 }, { "expr": "node_memory_MemTotal{instance=~\"$node:$port\"} - node_memory_MemFree{instance=~\"$node:$port\"} - (node_memory_Cached{instance=~\"$node:$port\"} + node_memory_Buffers{instance=~\"$node:$port\"})", "intervalFactor": 2, "legendFormat": "RAM Used", "refId": "D", - "step": 120 + "step": 240 }, { "expr": "node_memory_Cached{instance=~\"$node:$port\"} + node_memory_Buffers{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "RAM Cache + Buffer", "refId": "B", - "step": 120 + "step": 240 }, { "expr": "node_memory_MemFree{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "RAM Free", "refId": "F", - "step": 120 + "step": 240 }, { "expr": "(node_memory_SwapTotal{instance=~\"$node:$port\"} - node_memory_SwapFree{instance=~\"$node:$port\"})", "intervalFactor": 2, "legendFormat": "SWAP Used", "refId": "G", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -1302,136 +1308,241 @@ }, { "collapse": false, - "height": 150, + "height": 286, "panels": [ { - "columns": [ - { - "text": "Min", - "value": "min" - }, - { - "text": "Max", - "value": "max" - }, - { - "text": "Current", - "value": "current" - } - ], - "description": "Local filesystem usage", - "filterNull": false, - "fontSize": "80%", - "id": 73, - "links": [], - "pageSize": null, - "scroll": true, - "showHeader": true, - "sort": { - "col": 3, - "desc": true + "aliasColors": { + "Recv_bytes_eth2": "#7EB26D", + "Recv_bytes_lo": "#0A50A1", + "Recv_drop_eth2": "#6ED0E0", + "Recv_drop_lo": "#E0F9D7", + "Recv_errs_eth2": "#BF1B00", + "Recv_errs_lo": "#CCA300", + "Trans_bytes_eth2": "#7EB26D", + "Trans_bytes_lo": "#0A50A1", + "Trans_drop_eth2": "#6ED0E0", + "Trans_drop_lo": "#E0F9D7", + "Trans_errs_eth2": "#BF1B00", + "Trans_errs_lo": "#CCA300", + "recv_bytes_lo": "#0A50A1", + "recv_drop_eth0": "#99440A", + "recv_drop_lo": "#967302", + "recv_errs_eth0": "#BF1B00", + "recv_errs_lo": "#890F02", + "trans_bytes_eth0": "#7EB26D", + "trans_bytes_lo": "#0A50A1", + "trans_drop_eth0": "#99440A", + "trans_drop_lo": "#967302", + "trans_errs_eth0": "#BF1B00", + "trans_errs_lo": "#890F02" }, - "span": 8, - "styles": [ + "bars": false, + "datasource": "${DS_LOCALHOST}", + "description": "Basic network info per interface.", + "fill": 4, + "id": 74, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "hideEmpty": false, + "hideZero": false, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ { - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "pattern": "Time", - "type": "date" + "alias": "/.*trans.*/", + "transform": "negative-Y" }, { - "colorMode": "value", - "colors": [ - "rgba(50, 172, 45, 0.97)", - "rgba(237, 129, 40, 0.89)", - "rgba(245, 54, 54, 0.9)" - ], - "decimals": 2, - "pattern": "Current|Max|Min", - "thresholds": [ - "80", - "90" - ], - "type": "number", - "unit": "percent" + "alias": "/.*lo.*/", + "color": "#7EB26D" + }, + { + "alias": "/.*eth0.*/", + "color": "#EAB839" + }, + { + "alias": "/.*eth1.*/", + "color": "#6ED0E0" + }, + { + "alias": "/.*eth2.*/", + "color": "#EF843C" + }, + { + "alias": "/.*eth3.*/", + "color": "#E24D42" + }, + { + "alias": "/.*eth4.*/", + "color": "#1F78C1" + }, + { + "alias": "/.*eth5.*/", + "color": "#BA43A9" } ], + "span": 6, + "stack": false, + "steppedLine": false, "targets": [ { - "expr": "100 - (node_filesystem_free{instance=~\"$node:$port\",fstype=~\"xfs|ext4|ext3|tmpfs\"} / node_filesystem_size{instance=~\"$node:$port\",fstype=~\"xfs|ext4|ext3|tmpfs\"} * 100)", + "expr": "rate(node_network_receive_bytes{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, - "legendFormat": "{{ mountpoint }}", + "legendFormat": "recv {{device}}", "refId": "A", - "step": 120 + "step": 240 + }, + { + "expr": "rate(node_network_transmit_bytes{instance=~\"$node:$port\"}[5m])", + "intervalFactor": 2, + "legendFormat": "trans {{device}} ", + "refId": "B", + "step": 240 } ], - "title": "Filesystem Usage", - "transform": "timeseries_aggregations", - "type": "table" + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Network Traffic", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transparent": false, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "pps", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] }, { - "columns": [ - { - "text": "Current", - "value": "current" - } - ], - "description": "Local filesystem sIze info", - "filterNull": false, - "fontSize": "80%", - "id": 72, - "links": [], - "pageSize": null, - "scroll": true, - "showHeader": true, - "sort": { - "col": 0, - "desc": true + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "decimals": 3, + "description": "Disk space used of all filesystems mounted", + "fill": 4, + "height": "", + "id": 152, + "legend": { + "alignAsTable": false, + "avg": false, + "current": false, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": false, + "total": false, + "values": false }, - "span": 4, - "styles": [ - { - "dateFormat": "YYYY-MM-DD HH:mm:ss", - "pattern": "Time", - "type": "date" - }, - { - "colorMode": null, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], - "decimals": 2, - "pattern": "Current", - "thresholds": [], - "type": "number", - "unit": "bytes" - } - ], + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 2, + "nullPointMode": "connected", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 6, + "stack": false, + "steppedLine": false, "targets": [ { - "expr": "node_filesystem_size{instance=~\"$node:$port\",fstype=~\"xfs|ext4|ext3|tmpfs\"}", + "expr": "100 - ((node_filesystem_avail{instance=~\"$node:$port\",device!~'rootfs'} * 100) / node_filesystem_size{instance=~\"$node:$port\",device!~'rootfs'})", "intervalFactor": 2, - "legendFormat": "{{ mountpoint }}", + "legendFormat": "{{mountpoint}}", "refId": "A", "step": 240 } ], - "title": "Filesystem Size", - "transform": "timeseries_aggregations", - "type": "table" + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Disk Space Used Basic", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": "100", + "min": "0", + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, - "title": "Basic Filesystem Info", + "title": "Basic Net / Disk Info", "titleSize": "h6" }, { "collapse": true, - "height": 514, + "height": 482, "panels": [ { "aliasColors": { @@ -1494,56 +1605,56 @@ "intervalFactor": 2, "legendFormat": "User - Normal processes executing in user mode", "refId": "B", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='nice',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Nice - Niced processes executing in user mode", "refId": "C", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='idle',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Idle - Waiting for something to happen", "refId": "F", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='iowait',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Iowait - Waiting for I/O to complete", "refId": "D", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='irq',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Irq - Servicing interrupts", "refId": "G", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='softirq',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Softirq - Servicing softirqs", "refId": "H", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='steal',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment", "refId": "E", - "step": 120 + "step": 240 }, { "expr": "sum by (mode)(irate(node_cpu{mode='guest',instance=~\"$node:$port\"}[5m])) * 100", "intervalFactor": 2, "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system", "refId": "I", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -1649,7 +1760,7 @@ "intervalFactor": 2, "legendFormat": "Apps - Memory used by user-space applications.", "refId": "Q", - "step": 120 + "step": 240 }, { "expr": "node_memory_PageTables{instance=~\"$node:$port\"}", @@ -1657,14 +1768,14 @@ "intervalFactor": 2, "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses.", "refId": "G", - "step": 120 + "step": 240 }, { "expr": "node_memory_SwapCached{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified.", "refId": "F", - "step": 120 + "step": 240 }, { "expr": "node_memory_Slab{instance=~\"$node:$port\"}", @@ -1672,7 +1783,7 @@ "intervalFactor": 2, "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc).", "refId": "E", - "step": 120 + "step": 240 }, { "expr": "node_memory_Cached{instance=~\"$node:$port\"}", @@ -1680,7 +1791,7 @@ "intervalFactor": 2, "legendFormat": "Cache - Parked file data (file content) cache.", "refId": "C", - "step": 120 + "step": 240 }, { "expr": "node_memory_Buffers{instance=~\"$node:$port\"}", @@ -1688,7 +1799,7 @@ "intervalFactor": 2, "legendFormat": "Buffers - Block device (e.g. harddisk) cache.", "refId": "B", - "step": 120 + "step": 240 }, { "expr": "node_memory_MemFree{instance=~\"$node:$port\"}", @@ -1696,7 +1807,7 @@ "intervalFactor": 2, "legendFormat": "Unused - Free memory unasigned", "refId": "D", - "step": 120 + "step": 240 }, { "expr": "(node_memory_SwapTotal{instance=~\"$node:$port\"} - node_memory_SwapFree{instance=~\"$node:$port\"})", @@ -1704,7 +1815,7 @@ "intervalFactor": 2, "legendFormat": "Swap - Swap space used.", "refId": "I", - "step": 120 + "step": 240 }, { "expr": "node_memory_HardwareCorrupted{instance=~\"$node:$port\"}", @@ -1712,7 +1823,7 @@ "intervalFactor": 2, "legendFormat": "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working", "refId": "O", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -1823,14 +1934,14 @@ "intervalFactor": 2, "legendFormat": "{{device}} receive", "refId": "O", - "step": 120 + "step": 240 }, { "expr": "irate(node_network_transmit_bytes{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit", "refId": "P", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -1876,7 +1987,7 @@ "description": "Disk space used of all filesystems mounted", "fill": 4, "height": "", - "id": 69, + "id": 156, "legend": { "alignAsTable": true, "avg": true, @@ -1905,11 +2016,11 @@ "steppedLine": false, "targets": [ { - "expr": "100 - ((node_filesystem_avail{instance=~\"$node:$port\",device!~'rootfs'} * 100) / node_filesystem_size{instance=~\"$node:$port\",device!~'rootfs'})", + "expr": "node_filesystem_size{instance=~\"$node:$port\",device!~'rootfs'} - node_filesystem_avail{instance=~\"$node:$port\",device!~'rootfs'}", "intervalFactor": 2, "legendFormat": "{{mountpoint}}", "refId": "A", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -1930,10 +2041,10 @@ }, "yaxes": [ { - "format": "percent", + "format": "bytes", "label": null, "logBase": 1, - "max": "100", + "max": null, "min": "0", "show": true }, @@ -1943,7 +2054,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -2015,7 +2126,7 @@ "intervalFactor": 2, "legendFormat": "successfully read bytes {{device}}", "refId": "A", - "step": 120 + "step": 240 }, { "expr": "irate(node_disk_bytes_written{instance=~\"$node:$port\",device=~\"[a-z]*[a-z]\"}[5m])", @@ -2023,7 +2134,7 @@ "intervalFactor": 2, "legendFormat": "successfully written bytes {{device}}", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -2129,7 +2240,7 @@ "intervalFactor": 2, "legendFormat": "milliseconds spent doing I/Os {{device}}", "refId": "C", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -2220,14 +2331,14 @@ "intervalFactor": 2, "legendFormat": "swap_in - Pages per second int", "refId": "A", - "step": 2 + "step": 240 }, { "expr": "irate(node_vmstat_pswpout{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "swap_out - Pages per second out", "refId": "B", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2321,14 +2432,14 @@ "intervalFactor": 2, "legendFormat": "Unevictable - Unevictable pages can't be swapped out for a variety of reasons", "refId": "P", - "step": 2 + "step": 240 }, { "expr": "node_memory_Mlocked{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "MLocked - Pages locked to memory using the mlock() system call", "refId": "C", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2422,14 +2533,14 @@ "intervalFactor": 2, "legendFormat": "Mapped - Files which have been mmaped, such as libraries", "refId": "A", - "step": 2 + "step": 240 }, { "expr": "node_memory_Shmem{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Shared mem - Total memory used by shared memory (shmem) and tmpfs", "refId": "B", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2523,7 +2634,7 @@ "intervalFactor": 2, "legendFormat": "Dirty - Memory which is waiting to get written back to the disk", "refId": "N", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2626,14 +2737,14 @@ "intervalFactor": 2, "legendFormat": "Committed - The amount of memory presently allocated on the system", "refId": "A", - "step": 2 + "step": 240 }, { "expr": "node_memory_CommitLimit{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Commit Limit - Total amount of memory currently available to be allocated on the system", "refId": "M", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2734,14 +2845,14 @@ "intervalFactor": 2, "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches", "refId": "N", - "step": 2 + "step": 240 }, { "expr": "node_memory_SUnreclaim{instance=~\"$node:$port\"} * 10", "intervalFactor": 2, "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure", "refId": "O", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2837,7 +2948,7 @@ "intervalFactor": 2, "legendFormat": "VmallocChunk - Largest contiguous block of vmalloc area which is free", "refId": "H", - "step": 2 + "step": 240 }, { "expr": "node_memory_VmallocTotal{instance=~\"$node:$port\"}", @@ -2845,7 +2956,7 @@ "intervalFactor": 2, "legendFormat": "VmallocTotal - Total size of vmalloc memory area", "refId": "I", - "step": 2 + "step": 240 }, { "expr": "node_memory_VmallocUsed{instance=~\"$node:$port\"}", @@ -2853,7 +2964,7 @@ "intervalFactor": 2, "legendFormat": "VmallocUsed - Amount of vmalloc area which is used", "refId": "O", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -2950,7 +3061,7 @@ "intervalFactor": 2, "legendFormat": "DirectMap1G - Amount of pages mapped as this size", "refId": "J", - "step": 2 + "step": 240 }, { "expr": "node_memory_DirectMap2M{instance=~\"$node:$port\"}", @@ -2958,7 +3069,7 @@ "intervalFactor": 2, "legendFormat": "DirectMap2M - Amount of pages mapped as this size", "refId": "K", - "step": 2 + "step": 240 }, { "expr": "node_memory_DirectMap4k{instance=~\"$node:$port\"}", @@ -2966,7 +3077,7 @@ "intervalFactor": 2, "legendFormat": "DirectMap4K - Amount of pages mapped as this size", "refId": "L", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3061,14 +3172,14 @@ "intervalFactor": 2, "legendFormat": "HugePages - Total size of the pool of huge pages", "refId": "L", - "step": 2 + "step": 240 }, { "expr": "node_memory_Hugepagesize{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Hugepagesize - Huge Page size", "refId": "D", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3164,14 +3275,14 @@ "intervalFactor": 2, "legendFormat": "Writeback - Memory which is actively being written back to disk", "refId": "J", - "step": 2 + "step": 240 }, { "expr": "node_memory_WritebackTmp{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers", "refId": "K", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3266,21 +3377,21 @@ "intervalFactor": 2, "legendFormat": "HugePages Free - Number of huge pages in the pool that are not yet allocated", "refId": "I", - "step": 2 + "step": 240 }, { "expr": "node_memory_HugePages_Rsvd{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "HugePages Reserved - Number of huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made", "refId": "J", - "step": 2 + "step": 240 }, { "expr": "node_memory_HugePages_Surp{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "HugePages Surp - Number of huge pages in the pool above the value in /proc/sys/vm/nr_hugepages", "refId": "K", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3377,21 +3488,21 @@ "intervalFactor": 2, "legendFormat": "Anon Huge Pages - Non-file backed huge pages mapped into userspace page tables", "refId": "D", - "step": 2 + "step": 240 }, { "expr": "node_memory_AnonPages{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Anon Pages - Non-file backed pages mapped into userspace page tables", "refId": "G", - "step": 2 + "step": 240 }, { "expr": "node_memory_Active_anon{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Inactive Anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)", "refId": "H", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3494,28 +3605,28 @@ "intervalFactor": 2, "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary", "refId": "J", - "step": 2 + "step": 240 }, { "expr": "node_memory_Active_file{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Active File - File-backed memory on active LRU list", "refId": "B", - "step": 2 + "step": 240 }, { "expr": "node_memory_Inactive{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes", "refId": "K", - "step": 2 + "step": 240 }, { "expr": "node_memory_Inactive_file{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Inactive File - File-backed memory on inactive LRU list", "refId": "A", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3611,7 +3722,7 @@ "intervalFactor": 2, "legendFormat": "NFS Unstable - NFS pages sent to the server, but not yet commited to the storage", "refId": "L", - "step": 2 + "step": 240 } ], "thresholds": [], @@ -3686,9 +3797,9 @@ "pointradius": 5, "points": false, "renderer": "flot", - "repeat": "node", + "repeat": null, "seriesOverrides": [], - "span": 12, + "span": 6, "stack": false, "steppedLine": false, "targets": [ @@ -3697,14 +3808,14 @@ "intervalFactor": 2, "legendFormat": "Context switches", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_intr{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "Interrupts", "refId": "B", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -3777,7 +3888,7 @@ "intervalFactor": 2, "legendFormat": "Entropy", "refId": "C", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -3840,9 +3951,9 @@ "pointradius": 5, "points": false, "renderer": "flot", - "repeat": "node", + "repeat": null, "seriesOverrides": [], - "span": 12, + "span": 6, "stack": false, "steppedLine": false, "targets": [ @@ -3851,21 +3962,21 @@ "intervalFactor": 4, "legendFormat": "Load 1m", "refId": "A", - "step": 240 + "step": 4 }, { "expr": "node_load5{instance=~\"$node:$port\"}", "intervalFactor": 4, "legendFormat": "Load 5m", "refId": "B", - "step": 240 + "step": 4 }, { "expr": "node_load15{instance=~\"$node:$port\"}", "intervalFactor": 4, "legendFormat": "Load 15m", "refId": "C", - "step": 240 + "step": 4 } ], "thresholds": [], @@ -3944,7 +4055,7 @@ "intervalFactor": 2, "legendFormat": "Max file descriptors", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "process_open_fds{instance=~\"$node:$port\"}", @@ -3952,7 +4063,7 @@ "intervalFactor": 2, "legendFormat": "Open file descriptors", "refId": "B", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -4025,14 +4136,14 @@ "intervalFactor": 2, "legendFormat": "Processes blocked waiting for I/O to complete", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "node_procs_running{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "Processes in runnable state", "refId": "B", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -4106,7 +4217,7 @@ "intervalFactor": 2, "legendFormat": "Processes forks second", "refId": "C", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -4179,7 +4290,7 @@ "intervalFactor": 2, "legendFormat": "Processes virtual memory size in bytes", "refId": "C", - "step": 120 + "step": 2 }, { "expr": "process_resident_memory_bytes{instance=~\"$node:$port\"}", @@ -4187,7 +4298,7 @@ "intervalFactor": 2, "legendFormat": "Processes resident memory size in bytes", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -4261,7 +4372,7 @@ "intervalFactor": 2, "legendFormat": "Variation of reported start time of the process since unix epoch in seconds", "refId": "B", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -4434,14 +4545,14 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 240 + "step": 480 }, { "expr": "irate(node_disk_bytes_written{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}}_written", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -4603,14 +4714,14 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 240 + "step": 480 }, { "expr": "irate(node_disk_writes_completed{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}}_write", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -4774,7 +4885,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 240 + "step": 480 }, { "expr": "irate(node_disk_write_time_ms{instance=~\"$node:$port\"}[5m])", @@ -4782,7 +4893,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}_write", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -4941,7 +5052,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}", "refId": "A", - "step": 240 + "step": 480 } ], "thresholds": [], @@ -5104,14 +5215,14 @@ "intervalFactor": 2, "legendFormat": "{{device}}_merged_read", "refId": "C", - "step": 120 + "step": 240 }, { "expr": "irate(node_disk_writes_mergedd{instance=~\"$node:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}}_merged_write", "refId": "D", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -5270,7 +5381,7 @@ "intervalFactor": 4, "legendFormat": "{{device}} ", "refId": "A", - "step": 240 + "step": 480 } ], "thresholds": [], @@ -5434,7 +5545,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}_completed_read", "refId": "A", - "step": 240 + "step": 480 }, { "expr": "irate(node_disk_writes_completed{instance=~\"$node:$port\"}[5m])", @@ -5442,7 +5553,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}_completed_write", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -5601,7 +5712,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}", "refId": "A", - "step": 240 + "step": 480 } ], "thresholds": [], @@ -5765,7 +5876,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 240 + "step": 480 }, { "expr": "irate(node_disk_sectors_written{instance=~\"$node.*\"}[5m])", @@ -5773,7 +5884,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}_written", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -5929,7 +6040,7 @@ "intervalFactor": 4, "legendFormat": "read error", "refId": "A", - "step": 240 + "step": 480 } ], "thresholds": [], @@ -6019,7 +6130,7 @@ "legendFormat": "{{mountpoint}} Available", "metric": "", "refId": "A", - "step": 120 + "step": 240 }, { "expr": "node_filesystem_free{instance=~\"$node:$port\",device!~'rootfs'}", @@ -6110,7 +6221,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}", "refId": "A", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -6184,14 +6295,14 @@ "intervalFactor": 4, "legendFormat": "max open files", "refId": "A", - "step": 240 + "step": 480 }, { "expr": "node_filefd_allocated{instance=~\"$node:$port\"}", "intervalFactor": 2, "legendFormat": "open files", "refId": "B", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -6271,7 +6382,7 @@ "intervalFactor": 2, "legendFormat": "{{mountpoint}} ReadOnly", "refId": "C", - "step": 120 + "step": 240 } ], "thresholds": [], @@ -7280,42 +7391,42 @@ "intervalFactor": 2, "legendFormat": "TCP_alloc", "refId": "D", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_TCP_inuse{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_inuse", "refId": "E", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_TCP_mem{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_mem", "refId": "F", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_TCP_mem_bytes{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_mem_bytes", "refId": "G", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_TCP_orphan{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_orphan", "refId": "H", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_TCP_tw{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_tw", "refId": "I", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -7391,28 +7502,28 @@ "intervalFactor": 2, "legendFormat": "UDPLITE_inuse", "refId": "J", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_UDP_inuse{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "UDP_inuse", "refId": "K", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_UDP_mem{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "UDP_mem", "refId": "L", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_UDP_mem_bytes{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "UDP_mem_bytes", "refId": "M", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -7488,7 +7599,7 @@ "intervalFactor": 2, "legendFormat": "Sockets_used", "refId": "N", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -7564,21 +7675,21 @@ "intervalFactor": 2, "legendFormat": "FRAG_inuse", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_FRAG_memory{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "FRAG_memory", "refId": "B", - "step": 120 + "step": 2 }, { "expr": "node_sockstat_RAW_inuse{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "RAW_inuse", "refId": "C", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -7683,56 +7794,56 @@ "intervalFactor": 2, "legendFormat": "InDiscards", "refId": "J", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_InHdrErrors{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InHdrErrors", "refId": "K", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_InUnknownProtos{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InUnknownProtos", "refId": "M", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_OutDiscards{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutDiscards", "refId": "N", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_OutNoRoutes{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutNoRoutes", "refId": "O", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InNoRoutes{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InNoRoutes", "refId": "C", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InCsumErrors{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InCsumErrors", "refId": "A", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InTruncatedPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InTruncatedPkts", "refId": "B", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -7826,7 +7937,7 @@ "intervalFactor": 2, "legendFormat": "InReceives", "refId": "A", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_DefaultTTL{instance=~\"$node..*\"}[5m])", @@ -7841,7 +7952,7 @@ "intervalFactor": 2, "legendFormat": "InDelivers", "refId": "I", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_OutRequests{instance=~\"$node..*\"}[5m])", @@ -7849,7 +7960,7 @@ "intervalFactor": 2, "legendFormat": "OutRequests", "refId": "P", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -7954,28 +8065,28 @@ "intervalFactor": 2, "legendFormat": "InBcastOctets", "refId": "A", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InBcastPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InBcastPkts", "refId": "B", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_OutBcastOctets{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutBcastOctets", "refId": "M", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_OutBcastPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutBcastPkts", "refId": "N", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -8081,7 +8192,7 @@ "intervalFactor": 2, "legendFormat": "InMcastOctets", "refId": "G", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InMcastPkts{instance=~\"$node..*\"}[5m])", @@ -8089,7 +8200,7 @@ "intervalFactor": 2, "legendFormat": "InMcastPkts", "refId": "H", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_OutMcastOctets{instance=~\"$node..*\"}[5m])", @@ -8097,7 +8208,7 @@ "intervalFactor": 2, "legendFormat": "OutMcastOctets", "refId": "O", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_OutMcastPkts{instance=~\"$node..*\"}[5m])", @@ -8105,7 +8216,7 @@ "intervalFactor": 2, "legendFormat": "OutMcastPkts", "refId": "P", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -8210,42 +8321,42 @@ "intervalFactor": 2, "legendFormat": "InCEPkts", "refId": "C", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InECT0Pkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InECT0Pkts", "refId": "E", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InECT1Pkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InECT1Pkt", "refId": "F", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InOctets{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InOctets", "refId": "K", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_OutOctets{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutOctets", "refId": "Q", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_IpExt_InNoECTPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InNoECTPkts", "refId": "A", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -8325,14 +8436,14 @@ "intervalFactor": 2, "legendFormat": "ForwDatagrams", "refId": "C", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_Forwarding{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "Forwarding", "refId": "D", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -8412,28 +8523,28 @@ "intervalFactor": 2, "legendFormat": "ReasmFails", "refId": "Q", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_ReasmOKs{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "ReasmOKs", "refId": "R", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_ReasmReqds{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "ReasmReqds", "refId": "S", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_ReasmTimeout{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "ReasmTimeout", "refId": "T", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -8513,21 +8624,21 @@ "intervalFactor": 2, "legendFormat": "FragCreates", "refId": "E", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_FragFails{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "FragFails", "refId": "F", - "step": 10 + "step": 2 }, { "expr": "irate(node_netstat_Ip_FragOKs{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "FragOKs", "refId": "G", - "step": 10 + "step": 2 } ], "thresholds": [], @@ -8631,7 +8742,7 @@ "intervalFactor": 2, "legendFormat": "InCsumErrors - ", "refId": "E", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_InErrs{instance=~\"$node.*\"}[5m])", @@ -8639,7 +8750,7 @@ "intervalFactor": 2, "legendFormat": "InErrs - Number of segments received in error (e.g., bad TCP checksums)", "refId": "F", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_InSegs{instance=~\"$node.*\"}[5m])", @@ -8647,7 +8758,7 @@ "intervalFactor": 2, "legendFormat": "InSegs - Number of segments received, including those received in error. This count includes segments received on currently established connections", "refId": "G", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_OutRsts{instance=~\"$node.*\"}[5m])", @@ -8655,7 +8766,7 @@ "intervalFactor": 2, "legendFormat": "OutRsts - Number of TCP segments sent containing the RST flag", "refId": "I", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_OutSegs{instance=~\"$node.*\"}[5m])", @@ -8663,14 +8774,14 @@ "intervalFactor": 2, "legendFormat": "OutSegs - Number of segments sent, including those on current connections but excluding those containing only retransmitted octets", "refId": "J", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_RetransSegs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "RetransSegs - Number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -8748,7 +8859,7 @@ "intervalFactor": 2, "legendFormat": "CurrEstab - Number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT", "refId": "C", - "step": 120 + "step": 2 }, { "expr": "node_netstat_Tcp_MaxConn{instance=~\"$node.*\"}", @@ -8756,7 +8867,7 @@ "intervalFactor": 2, "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")", "refId": "H", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -8842,7 +8953,7 @@ "intervalFactor": 2, "legendFormat": "RtoMax - Maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds", "refId": "N", - "step": 120 + "step": 2 }, { "expr": "node_netstat_Tcp_RtoMin{instance=~\"$node.*\"}", @@ -8850,7 +8961,7 @@ "intervalFactor": 2, "legendFormat": "RtoMin - Minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds", "refId": "O", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -8927,28 +9038,28 @@ "intervalFactor": 2, "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_AttemptFails{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "AttemptFails - TCP connections that have made a direct transition to the CLOSED state from either the SYN-SENT and SYN-RCVD", "refId": "B", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_EstabResets{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "EstabResets - TCP connections that have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state", "refId": "D", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state", "refId": "K", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9041,7 +9152,7 @@ "intervalFactor": 2, "legendFormat": "TCPAbortOnClose - Connections aborted due to early user close", "refId": "V", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnData{instance=~\"$node.*\"}[5m])", @@ -9049,7 +9160,7 @@ "intervalFactor": 2, "legendFormat": "TCPAbortOnData - Connections aborted due to unexpected data", "refId": "W", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnLinger{instance=~\"$node.*\"}[5m])", @@ -9057,7 +9168,7 @@ "intervalFactor": 2, "legendFormat": "TCPAbortOnLinger - Connections aborted in lingered state after being closed", "refId": "X", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnMemory{instance=~\"$node.*\"}[5m])", @@ -9065,28 +9176,28 @@ "intervalFactor": 2, "legendFormat": "TCPAbortOnMemory - Connections aborted before attached to a socket", "refId": "Y", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnTimeout{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPAbortOnTimeout - Connections aborted due timeout", "refId": "B", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortFailed{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPAbortFailed - Connections that need to be aborted but the kernel can't do it", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPTimeouts - TCP timeouts events", "refId": "C", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9166,21 +9277,21 @@ "intervalFactor": 2, "legendFormat": "DelayedACKLocked - Delayed acks further delayed because of locked socket", "refId": "C", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_DelayedACKLost{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "DelayedACKLost - Times quick ack mode was activated", "refId": "D", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_DelayedACKs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "DelayedACKs - Delayed acks sent", "refId": "E", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9274,7 +9385,7 @@ "intervalFactor": 2, "legendFormat": "SyncookiesFailed - Invalid SYN cookies received", "refId": "R", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=~\"$node.*\"}[5m])", @@ -9282,7 +9393,7 @@ "intervalFactor": 2, "legendFormat": "SyncookiesRecv - SYN cookies received", "refId": "S", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=~\"$node.*\"}[5m])", @@ -9290,7 +9401,7 @@ "intervalFactor": 2, "legendFormat": "SyncookiesSent - SYN cookies sent", "refId": "T", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9371,7 +9482,7 @@ "intervalFactor": 2, "legendFormat": "TCPLossFailures - TCP data loss events", "refId": "C", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPLossProbeRecovery{instance=~\"$node.*\"}[5m])", @@ -9379,7 +9490,7 @@ "intervalFactor": 2, "legendFormat": "TCPLossProbeRecovery -", "refId": "D", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9459,35 +9570,35 @@ "intervalFactor": 2, "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored", "refId": "H", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_LockDroppedIcmps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "LockDroppedIcmps - ICMP packets dropped because socket was locked", "refId": "J", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDeferAcceptDrop{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPDeferAcceptDrop -", "refId": "D", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPBacklogDrop{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPBacklogDrop - Packets dropped bacause the socket's receive queue was full", "refId": "P", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_OutOfWindowIcmps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutOfWindowIcmps - ICMP pkts dropped because they were out-of-window", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9567,7 +9678,7 @@ "intervalFactor": 2, "legendFormat": "TCPForwardRetrans - Packets losts retransmitted with Forward RTO-Recovery", "refId": "O", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSlowStartRetrans{instance=~\"$node.*\"}[5m])", @@ -9575,7 +9686,7 @@ "intervalFactor": 2, "legendFormat": "TCPSlowStartRetrans - Packets losts retransmitted after a slow start", "refId": "P", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=~\"$node.*\"}[5m])", @@ -9583,28 +9694,28 @@ "intervalFactor": 2, "legendFormat": "TCPSynRetrans -", "refId": "Q", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSpuriousRTOs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPSpuriousRTOs -", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSpuriousRtxHostQueues{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPSpuriousRtxHostQueues -", "refId": "B", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFullUndo{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPFullUndo - Retransmits that undid the CWND reduction", "refId": "C", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9685,7 +9796,7 @@ "intervalFactor": 2, "legendFormat": "PruneCalled - Pkts pruned from recv queue because of soc buf overrun", "refId": "P", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_RcvPruned{instance=~\"$node.*\"}[5m])", @@ -9693,14 +9804,14 @@ "intervalFactor": 2, "legendFormat": "RcvPruned - Packets pruned from receive queue", "refId": "Q", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_OfoPruned{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OfoPruned - Packets dropped from out-of-order queue because of socket buffer overrun", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9780,14 +9891,14 @@ "intervalFactor": 2, "legendFormat": "TCPDirectCopyFromBacklog - Packets directly received from backlog", "refId": "M", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromPrequeue{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPDirectCopyFromPrequeue - Packets directly received from prequeue", "refId": "N", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9866,7 +9977,7 @@ "intervalFactor": 2, "legendFormat": "TW - TCP sockets finished time wait in fast timer", "refId": "O", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TWKilled{instance=~\"$node.*\"}[5m])", @@ -9874,7 +9985,7 @@ "intervalFactor": 2, "legendFormat": "TWKilled - TCP sockets finished time wait in slow timer", "refId": "P", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TWRecycled{instance=~\"$node.*\"}[5m])", @@ -9882,14 +9993,14 @@ "intervalFactor": 2, "legendFormat": "TWRecycled - Time wait sockets recycled by time stamp", "refId": "Q", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPTimeWaitOverflow -", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -9970,7 +10081,7 @@ "intervalFactor": 2, "legendFormat": "PAWSActive - Active connections rejected because of time stamp", "refId": "M", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_PAWSEstab{instance=~\"$node.*\"}[5m])", @@ -9978,7 +10089,7 @@ "intervalFactor": 2, "legendFormat": "PAWSEstab - Pkts rejects in estab connections because of timestamp", "refId": "N", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_PAWSPassive{instance=~\"$node.*\"}[5m])", @@ -9986,7 +10097,7 @@ "intervalFactor": 2, "legendFormat": "PAWSPassive - Passive connections rejected because of time stamp", "refId": "O", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10067,7 +10178,7 @@ "intervalFactor": 2, "legendFormat": "TCPDSACKIgnoredOld - Discarded packets with duplicate SACK while retransmitting", "refId": "F", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoRecv{instance=~\"$node.*\"}[5m])", @@ -10075,7 +10186,7 @@ "intervalFactor": 2, "legendFormat": "TCPDSACKOfoRecv -", "refId": "G", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoSent{instance=~\"$node.*\"}[5m])", @@ -10083,7 +10194,7 @@ "intervalFactor": 2, "legendFormat": "TCPDSACKOfoSent -", "refId": "H", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDSACKOldSent{instance=~\"$node.*\"}[5m])", @@ -10091,7 +10202,7 @@ "intervalFactor": 2, "legendFormat": "TCPDSACKOldSent - DSACKs sent for old packets", "refId": "I", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDSACKRecv{instance=~\"$node.*\"}[5m])", @@ -10099,7 +10210,7 @@ "intervalFactor": 2, "legendFormat": "TCPDSACKRecv -", "refId": "J", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDSACKUndo{instance=~\"$node.*\"}[5m])", @@ -10107,14 +10218,14 @@ "intervalFactor": 2, "legendFormat": "TCPDSACKUndo - Discarded packets with erroneous retransmit", "refId": "K", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPDSACKIgnoredNoUndo - Discarded packets with duplicate SACK", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10194,28 +10305,28 @@ "intervalFactor": 2, "legendFormat": "TCPSackRecovery - Packets lost and recovered using selective ACK", "refId": "E", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSackRecoveryFail{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPSackRecoveryFail - Issue while recovering packets lost using selective ACK", "refId": "F", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSackShiftFallback{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPSackShiftFallback -", "refId": "G", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPSackShifted{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPSackShifted -", "refId": "H", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10296,7 +10407,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastOpenActive -", "refId": "P", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFastOpenActiveFail{instance=~\"$node.*\"}[5m])", @@ -10304,7 +10415,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastOpenActiveFail -", "refId": "Q", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFastOpenCookieReqd{instance=~\"$node.*\"}[5m])", @@ -10312,7 +10423,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastOpenCookieReqd -", "refId": "R", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFastOpenListenOverflow{instance=~\"$node.*\"}[5m])", @@ -10320,7 +10431,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastOpenListenOverflow -", "refId": "S", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassive{instance=~\"$node.*\"}[5m])", @@ -10328,7 +10439,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastOpenPassive -", "refId": "T", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassiveFail{instance=~\"$node.*\"}[5m])", @@ -10336,7 +10447,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastOpenPassiveFail -", "refId": "U", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFastRetrans{instance=~\"$node.*\"}[5m])", @@ -10344,7 +10455,7 @@ "intervalFactor": 2, "legendFormat": "TCPFastRetrans - Packets lost fast-retransmitted", "refId": "V", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10425,7 +10536,7 @@ "intervalFactor": 2, "legendFormat": "TCPHPAcks - Acknowledgments not containing data received", "refId": "Z", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPHPHits{instance=~\"$node.*\"}[5m])", @@ -10433,7 +10544,7 @@ "intervalFactor": 2, "legendFormat": "TCPHPHits - Packets header predicted", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPHPHitsToUser{instance=~\"$node.*\"}[5m])", @@ -10441,7 +10552,7 @@ "intervalFactor": 2, "legendFormat": "TCPHPHitsToUser - Packets header predicted and directly queued to user", "refId": "B", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10521,21 +10632,21 @@ "intervalFactor": 2, "legendFormat": "TCPToZeroWindowAdv -", "refId": "V", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPWantZeroWindowAdv{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPWantZeroWindowAdv -", "refId": "W", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPFromZeroWindowAdv{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPFromZeroWindowAdv -", "refId": "A", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10615,14 +10726,14 @@ "intervalFactor": 2, "legendFormat": "TCPFACKReorder - Detected packets with re-ordering using FACK", "refId": "E", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPTSReorder{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPTSReorder - Detected packets with re-ordering using timestamp option", "refId": "S", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10702,35 +10813,35 @@ "intervalFactor": 2, "legendFormat": "ArpFilter - ", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_BusyPollRxPackets{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "BusyPollRxPackets - ", "refId": "B", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_EmbryonicRsts{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "EmbryonicRsts - Resets received for embryonic SYN_RECV sockets", "refId": "F", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_IPReversePathFilter{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "IPReversePathFilter -", "refId": "G", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed", "refId": "I", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10811,21 +10922,21 @@ "intervalFactor": 2, "legendFormat": "TCPSchedulerFailed -", "refId": "O", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPAutoCorking -", "refId": "A", - "step": 120 + "step": 2 }, { "expr": "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPChallengeACK -", "refId": "B", - "step": 120 + "step": 2 } ], "thresholds": [], @@ -10929,14 +11040,14 @@ "intervalFactor": 2, "legendFormat": "InDatagrams - Datagrams received", "refId": "B", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_Udp_OutDatagrams{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutDatagrams - Datagrams sent", "refId": "E", - "step": 1200 + "step": 2 } ], "thresholds": [], @@ -11027,35 +11138,35 @@ "intervalFactor": 2, "legendFormat": "InCsumErrors - Datagrams with checksum errors", "refId": "A", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_Udp_InErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "InErrors - Datagrams that could not be delivered to an application", "refId": "C", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive", "refId": "F", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_Udp_SndbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit", "refId": "G", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_Udp_NoPorts{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "NoPorts - Datagrams received on a port with no listener", "refId": "B", - "step": 1200 + "step": 2 } ], "thresholds": [], @@ -11142,14 +11253,14 @@ "intervalFactor": 2, "legendFormat": "InDatagrams - Packets received", "refId": "B", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_UdpLite_OutDatagrams{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutDatagrams - Packets sent", "refId": "E", - "step": 1200 + "step": 2 } ], "thresholds": [], @@ -11236,35 +11347,35 @@ "intervalFactor": 2, "legendFormat": "InCsumErrors - Datagrams with checksum errors", "refId": "A", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_UdpLite_InErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "InErrors - Datagrams that could not be delivered to an application", "refId": "C", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_UdpLite_RcvbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive", "refId": "F", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_UdpLite_SndbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit", "refId": "G", - "step": 1200 + "step": 2 }, { "expr": "irate(node_netstat_UdpLite_NoPorts{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "NoPorts - Datagrams received on a port with no listener", "refId": "B", - "step": 1200 + "step": 2 } ], "thresholds": [], @@ -12351,5 +12462,5 @@ }, "timezone": "browser", "title": "Node Exporter Full", - "version": 20 + "version": 28 } \ No newline at end of file