diff --git a/prometheus/haproxy-full.json b/prometheus/haproxy-full.json index 442d9b7..cfba3c5 100644 --- a/prometheus/haproxy-full.json +++ b/prometheus/haproxy-full.json @@ -27,12 +27,6 @@ "id": "prometheus", "name": "Prometheus", "version": "1.0.0" - }, - { - "type": "panel", - "id": "singlestat", - "name": "Singlestat", - "version": "" } ], "annotations": { @@ -49,161 +43,101 @@ "rows": [ { "collapse": false, - "height": 101, + "height": 153, "panels": [ { - "cacheTimeout": null, - "colorBackground": false, - "colorValue": true, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "aliasColors": {}, + "bars": false, "datasource": "${DS_LOCALHOST}", "decimals": 0, - "format": "none", - "gauge": { - "maxValue": null, - "minValue": 0, - "show": false, - "thresholdLabels": true, - "thresholdMarkers": true + "fill": 7, + "id": 85, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": true, + "show": true, + "total": false, + "values": true }, - "id": 77, - "interval": null, + "lines": true, + "linewidth": 3, "links": [], - "mappingType": 1, - "mappingTypes": [ + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ { - "name": "value to text", - "value": 1 + "alias": "Backends Down", + "color": "#890F02" }, { - "name": "range to text", - "value": 2 + "alias": "Backends Down", + "transform": "negative-Y" } ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "span": 6, - "sparkline": { - "fillColor": "rgba(7, 174, 25, 0.18)", - "full": false, - "lineColor": "rgb(33, 190, 71)", - "show": true - }, + "span": 12, + "stack": false, + "steppedLine": false, "targets": [ { "expr": "count(haproxy_backend_up{backend=~\"$backend\", instance=~\"$host:$port\"} == 1)", + "hide": false, "interval": "$interval", "intervalFactor": 2, - "legendFormat": "", + "legendFormat": "Backends Up", "refId": "A", "step": 60 - } - ], - "thresholds": "0,0", - "title": "Backends UP", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ - { - "op": "=", - "text": "N/A", - "value": "null" - } - ], - "valueName": "avg" - }, - { - "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": 0, - "format": "none", - "gauge": { - "maxValue": null, - "minValue": 0, - "show": false, - "thresholdLabels": true, - "thresholdMarkers": true - }, - "id": 78, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "span": 6, - "sparkline": { - "fillColor": "rgb(189, 31, 31)", - "full": false, - "lineColor": "rgb(193, 31, 31)", - "show": true - }, - "targets": [ { "expr": "count_scalar(haproxy_backend_up{instance=~\"$host:$port\"} == 0)", "interval": "$interval", "intervalFactor": 2, - "legendFormat": "", - "refId": "A", + "legendFormat": "Backends Down", + "refId": "B", "step": 60 } ], - "thresholds": "1,1", - "title": "Backends DOWN", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Backends Up / Down", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "transparent": false, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ { - "op": "=", - "text": "N/A", - "value": "null" + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false } - ], - "valueName": "avg" + ] } ], "repeat": null, @@ -215,7 +149,7 @@ }, { "collapse": false, - "height": 400, + "height": 377, "panels": [ { "aliasColors": {}, @@ -401,14 +335,14 @@ "intervalFactor": 2, "legendFormat": "IN Back", "refId": "C", - "step": 2 + "step": 600 }, { "expr": "sum(rate(haproxy_backend_bytes_out_total{instance=~\"$host:$port\"}[5m])*8) by (instance)", "intervalFactor": 2, "legendFormat": "OUT Back", "refId": "D", - "step": 2 + "step": 600 } ], "thresholds": [], @@ -488,7 +422,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(haproxy_frontend_connections_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_frontend_connections_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Front", @@ -497,7 +431,7 @@ "step": 30 }, { - "expr": "sum(rate(haproxy_backend_connections_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_backend_connections_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Back", @@ -506,7 +440,7 @@ "step": 30 }, { - "expr": "sum(rate(haproxy_backend_connection_errors_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_backend_connection_errors_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Back errors", @@ -605,7 +539,7 @@ "step": 30 }, { - "expr": "sum(rate(haproxy_backend_response_errors_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_backend_response_errors_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 2, "legendFormat": "Response errors", @@ -613,7 +547,7 @@ "step": 60 }, { - "expr": "sum(rate(haproxy_frontend_request_errors_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_frontend_request_errors_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Requests errors", @@ -622,7 +556,7 @@ "step": 30 }, { - "expr": "sum(rate(haproxy_backend_redispatch_warnings_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_backend_redispatch_warnings_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 2, "legendFormat": "Backend redispatch", @@ -630,7 +564,7 @@ "step": 60 }, { - "expr": "sum(rate(haproxy_backend_retry_warnings_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_backend_retry_warnings_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 2, "legendFormat": "Backend retry", @@ -638,7 +572,7 @@ "step": 60 }, { - "expr": "sum(rate(haproxy_frontend_requests_denied_total{instance=~\"$host:$port\"}[5m])) by (instance)", + "expr": "sum(deriv(haproxy_frontend_requests_denied_total{instance=~\"$host:$port\"}[5m])) by (instance)", "interval": "$interval", "intervalFactor": 2, "legendFormat": "Request denied", @@ -1061,7 +995,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_backend_connections_total{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_backend_connections_total{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }}", @@ -1070,7 +1004,7 @@ "step": 30 }, { - "expr": "rate(haproxy_backend_connection_errors_total{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_backend_connection_errors_total{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{ backend }} Error", "refId": "A", @@ -1149,7 +1083,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_frontend_connections_total{frontend=~\"$frontend\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_frontend_connections_total{frontend=~\"$frontend\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ frontend }}", @@ -1242,7 +1176,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_backend_max_queue{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_backend_max_queue{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }}", @@ -1425,7 +1359,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_frontend_http_requests_total{frontend=~\"$frontend\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_frontend_http_requests_total{frontend=~\"$frontend\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ frontend }}", @@ -1434,18 +1368,18 @@ "step": 30 }, { - "expr": "rate(haproxy_frontend_request_errors_total{frontend=~\"$frontend\", instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_frontend_request_errors_total{frontend=~\"$frontend\", instance=~\"$host:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{ frontend }} Error", "refId": "B", - "step": 240 + "step": 600 }, { - "expr": "rate(haproxy_frontend_requests_denied_total{frontend=~\"$frontend\", instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_frontend_requests_denied_total{frontend=~\"$frontend\", instance=~\"$host:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "{{ frontend }} Denied", "refId": "C", - "step": 240 + "step": 600 } ], "thresholds": [], @@ -1528,7 +1462,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_backend_redispatch_warnings_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_backend_redispatch_warnings_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Redispatch {{ backend }}", @@ -1537,7 +1471,7 @@ "step": 30 }, { - "expr": "rate(haproxy_backend_retry_warnings_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_backend_retry_warnings_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 2, "legendFormat": "Retry {{ backend }}", @@ -1545,11 +1479,11 @@ "step": 60 }, { - "expr": "rate(haproxy_backend_response_errors_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_backend_response_errors_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", "intervalFactor": 2, "legendFormat": "Error {{ backend }}", "refId": "C", - "step": 240 + "step": 600 } ], "thresholds": [], @@ -1718,7 +1652,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_frontend_http_responses_total{frontend=~\"$frontend\", code=~\"$code\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_frontend_http_responses_total{frontend=~\"$frontend\", code=~\"$code\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ code }} {{ frontend }} ", @@ -3008,7 +2942,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_server_connections_total{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_connections_total{backend=~\"$backend\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }} / {{ server }}", @@ -3101,13 +3035,13 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_server_max_queue{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_max_queue{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }} / {{ server }}", "metric": "", "refId": "A", - "step": 30 + "step": 79 } ], "thresholds": [], @@ -3182,13 +3116,13 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_server_current_queue{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_current_queue{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }} / {{ server }}", "metric": "", "refId": "A", - "step": 30 + "step": 79 } ], "thresholds": [], @@ -3279,7 +3213,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(haproxy_server_http_responses_total{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])) by (server)", + "expr": "sum(deriv(haproxy_server_http_responses_total{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])) by (server)", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }} {{ server }}", @@ -3368,7 +3302,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_server_retry_warnings_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_retry_warnings_total{backend=~\"$backend\", instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Retry {{ backend }} {{ server }}", @@ -3385,7 +3319,7 @@ "step": 60 }, { - "expr": "rate(haproxy_server_response_errors_total{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_response_errors_total{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 2, "legendFormat": "Error {{ backend }} {{ server }}", @@ -3477,7 +3411,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_server_http_responses_total{backend=~\"$backend\",server=~\"$server\",code=~\"$code\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_http_responses_total{backend=~\"$backend\",server=~\"$server\",code=~\"$code\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }} {{ server }} {{ code }}", @@ -4071,7 +4005,7 @@ "steppedLine": false, "targets": [ { - "expr": "rate(haproxy_server_connection_errors_total{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", + "expr": "deriv(haproxy_server_connection_errors_total{backend=~\"$backend\",server=~\"$server\",instance=~\"$host:$port\"}[5m])", "interval": "$interval", "intervalFactor": 1, "legendFormat": "{{ backend }} / {{ server }}", @@ -4724,7 +4658,7 @@ ] }, "time": { - "from": "now-15m", + "from": "now-2d", "to": "now" }, "timepicker": { @@ -4754,5 +4688,5 @@ }, "timezone": "browser", "title": "HAproxy", - "version": 113 + "version": 115 } \ No newline at end of file diff --git a/prometheus/node-exporter-full.json b/prometheus/node-exporter-full.json index d3976c4..370d84c 100644 --- a/prometheus/node-exporter-full.json +++ b/prometheus/node-exporter-full.json @@ -14,7 +14,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "4.1.2" + "version": "4.2.0" }, { "type": "panel", @@ -45,12 +45,12 @@ "list": [] }, "editable": true, - "gnetId": null, + "gnetId": 1860, "graphTooltip": 0, "hideControls": false, "id": null, "links": [], - "refresh": "1m", + "refresh": false, "rows": [ { "collapse": false, @@ -76,7 +76,6 @@ "thresholdLabels": false, "thresholdMarkers": true }, - "hideTimeOverride": false, "id": 20, "interval": null, "links": [], @@ -120,7 +119,7 @@ "intervalFactor": 1, "legendFormat": "", "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "85,95", @@ -130,8 +129,8 @@ "valueMaps": [ { "op": "=", - "text": "", - "value": "" + "text": "N/A", + "value": "null" } ], "valueName": "current" @@ -197,14 +196,20 @@ "expr": "((node_memory_MemTotal{instance=~\"$node:.*\"} - node_memory_MemFree{instance=~\"$node:.*\"} - node_memory_Cached{instance=~\"$node:.*\"}) / (node_memory_MemTotal{instance=~\"$node:.*\"} )) * 100", "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "80,90", "title": "Used RAM Memory", "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [], + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], "valueName": "current" }, { @@ -268,7 +273,7 @@ "expr": "((node_memory_SwapTotal{instance=~\"$node:.*\"} - node_memory_SwapFree{instance=~\"$node:.*\"}) / (node_memory_SwapTotal{instance=~\"$node:.*\"} )) * 100", "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "10,25", @@ -346,7 +351,7 @@ "hide": false, "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "85, 95", @@ -459,14 +464,14 @@ "intervalFactor": 2, "legendFormat": "recv bytes {{device}}", "refId": "A", - "step": 1200 + "step": 120 }, { "expr": "irate(node_network_transmit_bytes{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, "legendFormat": "trans bytes {{device}} ", "refId": "B", - "step": 1200 + "step": 120 } ], "thresholds": [], @@ -577,7 +582,7 @@ "expr": "count(count(node_cpu{instance=~\"$node:.*\"}) by (cpu))", "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "", @@ -654,7 +659,7 @@ "expr": "node_memory_MemTotal{instance=~\"$node:.*\"}", "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "", @@ -731,7 +736,7 @@ "expr": "node_memory_SwapTotal{instance=~\"$node:.*\"}", "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "", @@ -809,7 +814,7 @@ "hide": false, "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "", @@ -886,7 +891,7 @@ "expr": "node_time{instance=~\"$node:.*\"} - node_boot_time{instance=~\"$node:.*\"}", "intervalFactor": 2, "refId": "A", - "step": 3600 + "step": 600 } ], "thresholds": "", @@ -965,7 +970,7 @@ "hide": false, "intervalFactor": 1, "refId": "A", - "step": 1800 + "step": 300 } ], "thresholds": "70,90", @@ -1032,7 +1037,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": true, "pointradius": 5, "points": false, @@ -1047,14 +1052,14 @@ "intervalFactor": 2, "legendFormat": "Busy", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "sum by (mode)(irate(node_cpu{mode='idle',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Idle", "refId": "C", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -1146,10 +1151,6 @@ { "alias": "/.*RAM Used*./", "stack": false - }, - { - "alias": "/.*SWAP Used*./", - "stack": false } ], "span": 6, @@ -1162,7 +1163,7 @@ "intervalFactor": 2, "legendFormat": "RAM Total", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "node_memory_MemTotal{instance=~\"$node:.*\"} - node_memory_MemFree{instance=~\"$node:.*\"} - node_memory_Cached{instance=~\"$node:.*\"} - node_memory_Buffers{instance=~\"$node:.*\"} - node_memory_Slab{instance=~\"$node:.*\"}", @@ -1170,14 +1171,14 @@ "intervalFactor": 2, "legendFormat": "RAM Used", "refId": "B", - "step": 600 + "step": 60 }, { "expr": "(node_memory_SwapTotal{instance=~\"$node:.*\"} - node_memory_SwapFree{instance=~\"$node:.*\"})", "intervalFactor": 2, "legendFormat": "SWAP Used", "refId": "C", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -1243,6 +1244,7 @@ } ], "description": "Local filesystem usage", + "filterNull": false, "fontSize": "80%", "id": 73, "links": [], @@ -1283,7 +1285,7 @@ "intervalFactor": 2, "legendFormat": "{{ mountpoint }}", "refId": "A", - "step": 600 + "step": 60 } ], "title": "Filesystem Usage", @@ -1298,6 +1300,7 @@ } ], "description": "Local filesystem sIze info", + "filterNull": false, "fontSize": "80%", "id": 72, "links": [], @@ -1335,7 +1338,7 @@ "intervalFactor": 2, "legendFormat": "{{ mountpoint }}", "refId": "A", - "step": 1200 + "step": 120 } ], "title": "Filesystem Size", @@ -1377,8 +1380,6 @@ "alignAsTable": true, "avg": true, "current": true, - "hideEmpty": false, - "hideZero": false, "max": true, "min": true, "rightSide": false, @@ -1393,7 +1394,7 @@ "linewidth": 0, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": true, "pointradius": 5, "points": false, @@ -1417,56 +1418,56 @@ "intervalFactor": 2, "legendFormat": "User - Normal processes executing in user mode", "refId": "B", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='nice',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Nice - Niced processes executing in user mode", "refId": "C", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='idle',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Idle - Waiting for something to happen", "refId": "F", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='iowait',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Iowait - Waiting for I/O to complete", "refId": "D", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='irq',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Irq - Servicing interrupts", "refId": "G", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='softirq',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Softirq - Servicing softirqs", "refId": "H", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='steal',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment", "refId": "E", - "step": 240 + "step": 30 }, { "expr": "sum by (mode)(irate(node_cpu{mode='guest',instance=~\"$node:.*\"}[5m]))", "intervalFactor": 2, "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system", "refId": "I", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -1602,7 +1603,7 @@ "intervalFactor": 2, "legendFormat": "Apps - Memory used by processes", "refId": "Q", - "step": 240 + "step": 30 }, { "expr": "node_memory_PageTables{instance=~\"$node:.*\"}", @@ -1610,14 +1611,14 @@ "intervalFactor": 2, "legendFormat": "PageTables - Memory dedicated to the lowest page table level", "refId": "G", - "step": 240 + "step": 30 }, { "expr": "node_memory_SwapCached{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "SwapCache - Swap used as cache memory", "refId": "F", - "step": 240 + "step": 30 }, { "expr": "node_memory_Slab{instance=~\"$node:.*\"}", @@ -1625,7 +1626,7 @@ "intervalFactor": 2, "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use", "refId": "E", - "step": 240 + "step": 30 }, { "expr": "node_memory_Cached{instance=~\"$node:.*\"}", @@ -1633,7 +1634,7 @@ "intervalFactor": 2, "legendFormat": "Cache - Physical RAM used as cache memory", "refId": "C", - "step": 240 + "step": 30 }, { "expr": "node_memory_Buffers{instance=~\"$node:.*\"}", @@ -1641,7 +1642,7 @@ "intervalFactor": 2, "legendFormat": "Buffers - Physical RAM used for file buffers", "refId": "B", - "step": 240 + "step": 30 }, { "expr": "node_memory_MemFree{instance=~\"$node:.*\"}", @@ -1649,7 +1650,7 @@ "intervalFactor": 2, "legendFormat": "Unused - Free memory unasigned", "refId": "D", - "step": 240 + "step": 30 }, { "expr": "(node_memory_SwapTotal{instance=~\"$node:.*\"} - node_memory_SwapFree{instance=~\"$node:.*\"})", @@ -1657,7 +1658,7 @@ "intervalFactor": 2, "legendFormat": "Swap - Swap memory usage", "refId": "I", - "step": 240 + "step": 30 }, { "expr": "node_memory_Committed_AS{instance=~\"$node:.*\"}", @@ -1840,14 +1841,14 @@ "intervalFactor": 2, "legendFormat": "{{device}} receive", "refId": "O", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_bytes{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit", "refId": "P", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -1912,7 +1913,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -1953,7 +1954,7 @@ "intervalFactor": 2, "legendFormat": "successfully read bytes {{device}}", "refId": "A", - "step": 240 + "step": 30 }, { "expr": "irate(node_disk_bytes_written{instance=~\"$node:.*\",device=~\"[a-z]*[a-z]\"}[5m])", @@ -1961,7 +1962,7 @@ "intervalFactor": 2, "legendFormat": "successfully written bytes {{device}}", "refId": "B", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -2067,7 +2068,7 @@ "intervalFactor": 2, "legendFormat": "milliseconds spent doing I/Os {{device}}", "refId": "C", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -2146,7 +2147,7 @@ "intervalFactor": 2, "legendFormat": "{{mountpoint}}", "refId": "A", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -2289,77 +2290,77 @@ "intervalFactor": 2, "legendFormat": "Committed - The amount of memory presently allocated on the system", "refId": "A", - "step": 240 + "step": 30 }, { "expr": "node_memory_Mapped{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Mapped - Files which have been mmaped, such as libraries", "refId": "H", - "step": 240 + "step": 30 }, { "expr": "node_memory_Active{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary", "refId": "J", - "step": 240 + "step": 30 }, { "expr": "node_memory_Inactive{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes", "refId": "K", - "step": 240 + "step": 30 }, { "expr": "node_memory_VmallocUsed{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "VmallocUsed - Memory of used virtual address space", "refId": "L", - "step": 240 + "step": 30 }, { "expr": "node_memory_CommitLimit{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Commit Limit - Total amount of memory currently available to be allocated on the system", "refId": "M", - "step": 240 + "step": 30 }, { "expr": "node_memory_Dirty{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Dirty - Memory which is waiting to get written back to the disk", "refId": "N", - "step": 240 + "step": 30 }, { "expr": "node_memory_HardwareCorrupted{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working", "refId": "O", - "step": 240 + "step": 30 }, { "expr": "node_memory_Unevictable{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Unevictable - Unevictable pages can't be swapped out for a variety of reasons", "refId": "P", - "step": 240 + "step": 30 }, { "expr": "node_memory_Shmem{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Shared mem - Total memory used by shared memory (shmem) and tmpfs", "refId": "B", - "step": 240 + "step": 30 }, { "expr": "node_memory_Mlocked{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "MLocked - Pages locked to memory using the mlock() system call", "refId": "C", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -2436,16 +2437,16 @@ { "expr": "irate(node_vmstat_pswpin {instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "swap_in", + "legendFormat": "swap_in - Pages per second int", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "irate(node_vmstat_pswpout{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "swap_out", + "legendFormat": "swap_out - Pages per second out", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -2466,8 +2467,8 @@ }, "yaxes": [ { - "format": "none", - "label": "pages per second in (+) / out (-)", + "format": "short", + "label": "", "logBase": 1, "max": null, "min": null, @@ -2479,7 +2480,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -2557,14 +2558,14 @@ "intervalFactor": 2, "legendFormat": "Writeback - Memory which is actively being written back to disk", "refId": "J", - "step": 600 + "step": 60 }, { "expr": "node_memory_WritebackTmp{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers", "refId": "K", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -2586,7 +2587,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": "0", @@ -2675,14 +2676,14 @@ "intervalFactor": 2, "legendFormat": "Active File - File-backed memory on active LRU list", "refId": "I", - "step": 600 + "step": 60 }, { "expr": "node_memory_Inactive_file{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Inactive File - File-backed memory on inactive LRU list", "refId": "M", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -2704,7 +2705,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": null, @@ -2778,7 +2779,7 @@ "intervalFactor": 2, "legendFormat": "VmallocChunk - Largest contiguous block of vmalloc area which is free", "refId": "H", - "step": 600 + "step": 60 }, { "expr": "node_memory_VmallocTotal{instance=~\"$node:.*\"}", @@ -2786,7 +2787,7 @@ "intervalFactor": 2, "legendFormat": "VmallocTotal - Total size of vmalloc memory area", "refId": "I", - "step": 600 + "step": 60 }, { "expr": "node_memory_VmallocUsed{instance=~\"$node:.*\"}", @@ -2794,7 +2795,7 @@ "intervalFactor": 2, "legendFormat": "VmallocUsed - Amount of vmalloc area which is used", "refId": "O", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -2816,7 +2817,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": null, @@ -2894,35 +2895,35 @@ "intervalFactor": 2, "legendFormat": "HugePages Free - Number of huge pages in the pool that are not yet allocated", "refId": "I", - "step": 600 + "step": 60 }, { "expr": "node_memory_HugePages_Rsvd{instance=~\"$node:.*\"}", "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": 600 + "step": 60 }, { "expr": "node_memory_HugePages_Surp{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "HugePages Surp - Number of huge pages in the pool above the value in /proc/sys/vm/nr_hugepages", "refId": "K", - "step": 600 + "step": 60 }, { "expr": "node_memory_HugePages_Total{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "HugePages - Total size of the pool of huge pages", "refId": "L", - "step": 600 + "step": 60 }, { "expr": "node_memory_Hugepagesize{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Hugepagesize - Huge Page size", "refId": "D", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -2944,7 +2945,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": null, @@ -3035,7 +3036,7 @@ "intervalFactor": 2, "legendFormat": "DirectMap1G - Amount of pages mapped as this size", "refId": "J", - "step": 600 + "step": 60 }, { "expr": "node_memory_DirectMap2M{instance=~\"$node:.*\"}", @@ -3043,7 +3044,7 @@ "intervalFactor": 2, "legendFormat": "DirectMap2M - Amount of pages mapped as this size", "refId": "K", - "step": 600 + "step": 60 }, { "expr": "node_memory_DirectMap4k{instance=~\"$node:.*\"}", @@ -3051,7 +3052,7 @@ "intervalFactor": 2, "legendFormat": "DirectMap4K - Amount of pages mapped as this size", "refId": "L", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -3073,7 +3074,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": null, @@ -3162,21 +3163,21 @@ "intervalFactor": 2, "legendFormat": "Anon Huge Pages - Non-file backed huge pages mapped into userspace page tables", "refId": "D", - "step": 600 + "step": 60 }, { "expr": "node_memory_AnonPages{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Anon Pages - Non-file backed pages mapped into userspace page tables", "refId": "G", - "step": 600 + "step": 60 }, { "expr": "node_memory_Active_anon{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Inactive Anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)", "refId": "H", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -3198,7 +3199,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": null, @@ -3288,14 +3289,14 @@ "intervalFactor": 2, "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches", "refId": "N", - "step": 600 + "step": 60 }, { "expr": "node_memory_SUnreclaim{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure", "refId": "O", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -3317,7 +3318,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": null, @@ -3407,7 +3408,7 @@ "intervalFactor": 2, "legendFormat": "NFS Unstable - NFS pages sent to the server, but not yet commited to the storage", "refId": "L", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -3429,7 +3430,7 @@ "yaxes": [ { "format": "bytes", - "label": "GB", + "label": "", "logBase": 1, "max": null, "min": "0", @@ -3477,7 +3478,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -3493,21 +3494,21 @@ "intervalFactor": 2, "legendFormat": "Context switches", "refId": "A", - "step": 240 + "step": 30 }, { "expr": "irate(node_intr{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, "legendFormat": "Interrupts", "refId": "B", - "step": 240 + "step": 30 }, { "expr": "node_entropy_available_bits{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Entropy", "refId": "C", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -3565,7 +3566,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -3581,21 +3582,21 @@ "intervalFactor": 4, "legendFormat": "Load 1m", "refId": "A", - "step": 480 + "step": 60 }, { "expr": "node_load5{instance=~\"$node:.*\"}", "intervalFactor": 4, "legendFormat": "Load 5m", "refId": "B", - "step": 480 + "step": 60 }, { "expr": "node_load15{instance=~\"$node:.*\"}", "intervalFactor": 4, "legendFormat": "Load 15m", "refId": "C", - "step": 480 + "step": 60 } ], "thresholds": [], @@ -3616,7 +3617,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -3653,7 +3654,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -3673,14 +3674,14 @@ "intervalFactor": 2, "legendFormat": "Processes blocked waiting for I/O to complete", "refId": "A", - "step": 240 + "step": 30 }, { "expr": "node_procs_running{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "Processes in runnable state", "refId": "B", - "step": 240 + "step": 30 }, { "expr": "increase(node_forks{instance=~\"$node:.*\"}[5m])", @@ -3688,7 +3689,7 @@ "intervalFactor": 2, "legendFormat": "Processes forks", "refId": "C", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -3761,7 +3762,7 @@ "intervalFactor": 2, "legendFormat": "Max file descriptors", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "process_open_fds{instance=~\"$node:.*\"}", @@ -3769,7 +3770,7 @@ "intervalFactor": 2, "legendFormat": "Open file descriptors", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -3790,7 +3791,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": null, "logBase": 1, "max": null, @@ -3842,7 +3843,7 @@ "intervalFactor": 2, "legendFormat": "Resident memory size in bytes", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "process_start_time_seconds{instance=~\"$node:.*\"}", @@ -3850,7 +3851,7 @@ "intervalFactor": 2, "legendFormat": "Start time of the process since unix epoch in seconds", "refId": "B", - "step": 600 + "step": 60 }, { "expr": "process_virtual_memory_bytes{instance=~\"$node:.*\"}", @@ -3858,7 +3859,7 @@ "intervalFactor": 2, "legendFormat": "Virtual memory size in bytes", "refId": "C", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -3931,7 +3932,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -3967,7 +3968,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -4031,14 +4032,14 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 480 + "step": 60 }, { "expr": "irate(node_disk_bytes_written{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}}_written", "refId": "B", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -4099,7 +4100,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -4136,7 +4137,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -4200,14 +4201,14 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 480 + "step": 60 }, { "expr": "irate(node_disk_writes_completed{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}}_write", "refId": "B", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -4228,7 +4229,7 @@ }, "yaxes": [ { - "format": "short", + "format": "iops", "label": "IO/second read (-) / write (+)", "logBase": 1, "max": null, @@ -4241,7 +4242,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -4270,7 +4271,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -4306,7 +4307,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -4371,7 +4372,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 1200 + "step": 120 }, { "expr": "irate(node_disk_write_time_ms{instance=~\"$node:.*\"}[5m])", @@ -4379,7 +4380,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}_write", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -4413,7 +4414,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -4422,7 +4423,7 @@ "bars": false, "datasource": "${DS_LOCALHOST}", "description": "The weighted # of milliseconds spent doing I/Os. This field is incremented at each I/O start, I/O completion, I/O merge, or read of these stats by the number of I/Os in progress times the number of milliseconds spent doing I/O since the last update of this field. This can provide an easy measure of both I/O completion time and the backlog that may be accumulating.", - "fill": 3, + "fill": 2, "id": 35, "legend": { "alignAsTable": true, @@ -4442,7 +4443,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -4474,7 +4475,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -4538,7 +4539,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}", "refId": "A", - "step": 1200 + "step": 120 } ], "thresholds": [], @@ -4572,7 +4573,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -4601,7 +4602,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -4637,7 +4638,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -4701,14 +4702,14 @@ "intervalFactor": 2, "legendFormat": "{{device}}_merged_read", "refId": "C", - "step": 600 + "step": 60 }, { "expr": "irate(node_disk_writes_mergedd{instance=~\"$node:.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}}_merged_write", "refId": "D", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -4729,7 +4730,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -4751,7 +4752,7 @@ "bars": false, "datasource": "${DS_LOCALHOST}", "description": "The number of I/Os currently in progress.", - "fill": 3, + "fill": 2, "id": 34, "legend": { "alignAsTable": true, @@ -4771,7 +4772,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -4803,7 +4804,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -4865,9 +4866,9 @@ { "expr": "irate(node_disk_io_now{instance=~\"$node:.*\"}[5m])", "intervalFactor": 4, - "legendFormat": "{{device}}", + "legendFormat": "{{device}} ", "refId": "A", - "step": 1200 + "step": 120 } ], "thresholds": [], @@ -4888,8 +4889,8 @@ }, "yaxes": [ { - "format": "short", - "label": "I/Os", + "format": "iops", + "label": "", "logBase": 1, "max": null, "min": "0", @@ -4901,7 +4902,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -4930,7 +4931,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -4966,7 +4967,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -5031,7 +5032,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}_completed_read", "refId": "A", - "step": 1200 + "step": 120 }, { "expr": "irate(node_disk_writes_completed{instance=~\"$node:.*\"}[5m])", @@ -5039,7 +5040,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}_completed_write", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -5060,7 +5061,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -5102,7 +5103,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -5134,7 +5135,7 @@ }, { "alias": "/.*sda2_.*/", - "color": "#B7DBAB" + "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", @@ -5198,7 +5199,7 @@ "intervalFactor": 4, "legendFormat": "{{device}}", "refId": "A", - "step": 1200 + "step": 120 } ], "thresholds": [], @@ -5232,7 +5233,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -5242,7 +5243,7 @@ "datasource": "${DS_LOCALHOST}", "description": "The total number of sectors read successfully.", "fill": 2, - "id": 80, + "id": 134, "legend": { "alignAsTable": true, "avg": true, @@ -5252,6 +5253,8 @@ "min": true, "rightSide": false, "show": true, + "sort": "current", + "sortDesc": true, "total": false, "values": true }, @@ -5259,7 +5262,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -5268,6 +5271,86 @@ { "alias": "/.*read.*/", "transform": "negative-Y" + }, + { + "alias": "/.*sda_.*/", + "color": "#7EB26D" + }, + { + "alias": "/.*sdb_.*/", + "color": "#EAB839" + }, + { + "alias": "/.*sdc_.*/", + "color": "#6ED0E0" + }, + { + "alias": "/.*sdd_.*/", + "color": "#EF843C" + }, + { + "alias": "/.*sde_.*/", + "color": "#E24D42" + }, + { + "alias": "/.*sda1.*/", + "color": "#584477" + }, + { + "alias": "/.*sda2_.*/", + "color": "#BA43A9" + }, + { + "alias": "/.*sda3_.*/", + "color": "#F4D598" + }, + { + "alias": "/.*sdb1.*/", + "color": "#0A50A1" + }, + { + "alias": "/.*sdb2.*/", + "color": "#BF1B00" + }, + { + "alias": "/.*sdb3.*/", + "color": "#E0752D" + }, + { + "alias": "/.*sdc1.*/", + "color": "#962D82" + }, + { + "alias": "/.*sdc2.*/", + "color": "#614D93" + }, + { + "alias": "/.*sdc3.*/", + "color": "#9AC48A" + }, + { + "alias": "/.*sdd1.*/", + "color": "#65C5DB" + }, + { + "alias": "/.*sdd2.*/", + "color": "#F9934E" + }, + { + "alias": "/.*sdd3.*/", + "color": "#EA6460" + }, + { + "alias": "/.*sde1.*/", + "color": "#E0F9D7" + }, + { + "alias": "/.*sdd2.*/", + "color": "#FCEACA" + }, + { + "alias": "/.*sde3.*/", + "color": "#F9E2D2" } ], "span": 6, @@ -5276,17 +5359,19 @@ "targets": [ { "expr": "irate(node_disk_sectors_read{instance=~\"$node.*\"}[5m])", + "hide": false, "intervalFactor": 4, "legendFormat": "{{device}}_read", "refId": "A", - "step": 1200 + "step": 120 }, { "expr": "irate(node_disk_sectors_written{instance=~\"$node.*\"}[5m])", + "hide": false, "intervalFactor": 2, "legendFormat": "{{device}}_written", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -5307,15 +5392,15 @@ }, "yaxes": [ { - "format": "none", - "label": "read (-) / write (+)", + "format": "short", + "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { - "format": "short", + "format": "none", "label": null, "logBase": 1, "max": null, @@ -5346,7 +5431,7 @@ "linewidth": 1, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -5442,7 +5527,7 @@ "intervalFactor": 4, "legendFormat": "read error", "refId": "A", - "step": 1200 + "step": 120 } ], "thresholds": [], @@ -5463,7 +5548,7 @@ }, "yaxes": [ { - "format": "bytes", + "format": "none", "label": "", "logBase": 1, "max": null, @@ -5476,7 +5561,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] } @@ -5515,7 +5600,7 @@ "linewidth": 2, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -5532,7 +5617,7 @@ "legendFormat": "{{mountpoint}} Available", "metric": "", "refId": "A", - "step": 240 + "step": 30 }, { "expr": "node_filesystem_free{instance=~\"$node:.*\",device!~'rootfs'}", @@ -5582,7 +5667,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -5623,7 +5708,7 @@ "intervalFactor": 2, "legendFormat": "{{device}}", "refId": "A", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -5657,7 +5742,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -5682,7 +5767,7 @@ "linewidth": 2, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -5697,14 +5782,14 @@ "intervalFactor": 4, "legendFormat": "max open files", "refId": "A", - "step": 1200 + "step": 120 }, { "expr": "node_filefd_allocated{instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "open files", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -5738,7 +5823,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -5748,7 +5833,7 @@ }, "bars": false, "datasource": "${DS_LOCALHOST}", - "decimals": 0, + "decimals": null, "description": "Filesystem read-only status.", "fill": 1, "id": 44, @@ -5769,7 +5854,7 @@ "linewidth": 2, "links": [], "minSpan": 2, - "nullPointMode": "null", + "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, @@ -5784,7 +5869,7 @@ "intervalFactor": 2, "legendFormat": "{{mountpoint}} ReadOnly", "refId": "C", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -5818,7 +5903,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] } @@ -5908,14 +5993,14 @@ "intervalFactor": 2, "legendFormat": "{{device}} receive", "refId": "O", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_packets{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit", "refId": "P", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -5949,7 +6034,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -5957,7 +6042,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "id": 58, "legend": { "alignAsTable": true, @@ -5976,7 +6061,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -6166,56 +6251,56 @@ "intervalFactor": 2, "legendFormat": "{{device}} receive compressed", "refId": "C", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_compressed{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit compressed", "refId": "D", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_receive_errs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} receive errors", "refId": "E", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_errs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit errors", "refId": "F", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_receive_drop{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} receive drop", "refId": "G", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_drop{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit drop", "refId": "H", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_receive_fifo{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} receive fifo", "refId": "I", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_fifo{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit fifo", "refId": "J", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_receive_frame{instance=~\"$node.*\"}[5m])", @@ -6238,14 +6323,14 @@ "intervalFactor": 2, "legendFormat": "{{device}} receive multicast", "refId": "M", - "step": 240 + "step": 30 }, { "expr": "irate(node_network_transmit_multicast{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "{{device}} transmit multicast", "refId": "N", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -6287,7 +6372,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "id": 61, "legend": { "alignAsTable": true, @@ -6301,7 +6386,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -6318,14 +6403,14 @@ "intervalFactor": 2, "legendFormat": "nf conntrack entries", "refId": "O", - "step": 240 + "step": 30 }, { "expr": "node_nf_conntrack_entries_limit{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "nf conntrack limit", "refId": "P", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -6346,7 +6431,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "Entries", "logBase": 1, "max": null, @@ -6379,7 +6464,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "id": 63, "legend": { "alignAsTable": true, @@ -6396,7 +6481,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -6413,42 +6498,42 @@ "intervalFactor": 2, "legendFormat": "TCP_alloc", "refId": "D", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_TCP_inuse{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_inuse", "refId": "E", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_TCP_mem{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_mem", "refId": "F", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_TCP_mem_bytes{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_mem_bytes", "refId": "G", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_TCP_orphan{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_orphan", "refId": "H", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_TCP_tw{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "TCP_tw", "refId": "I", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -6469,7 +6554,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "sockets", "logBase": 1, "max": null, @@ -6490,7 +6575,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "id": 124, "legend": { "alignAsTable": true, @@ -6507,7 +6592,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -6524,28 +6609,28 @@ "intervalFactor": 2, "legendFormat": "UDPLITE_inuse", "refId": "J", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_UDP_inuse{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "UDP_inuse", "refId": "K", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_UDP_mem{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "UDP_mem", "refId": "L", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_UDP_mem_bytes{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "UDP_mem_bytes", "refId": "M", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -6566,7 +6651,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "sockets", "logBase": 1, "max": null, @@ -6587,7 +6672,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "id": 126, "legend": { "alignAsTable": true, @@ -6604,7 +6689,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -6621,7 +6706,7 @@ "intervalFactor": 2, "legendFormat": "Sockets_used", "refId": "N", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -6642,7 +6727,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "sockets", "logBase": 1, "max": null, @@ -6663,7 +6748,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "id": 125, "legend": { "alignAsTable": true, @@ -6676,11 +6761,11 @@ "rightSide": false, "show": true, "sideWidth": 300, - "total": true, + "total": false, "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -6697,21 +6782,21 @@ "intervalFactor": 2, "legendFormat": "FRAG_inuse", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_FRAG_memory{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "FRAG_memory", "refId": "B", - "step": 600 + "step": 60 }, { "expr": "node_sockstat_RAW_inuse{instance=~\"$node.*\"}", "intervalFactor": 2, "legendFormat": "RAW_inuse", "refId": "C", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -6732,11 +6817,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "sockets", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -6816,56 +6901,56 @@ "intervalFactor": 2, "legendFormat": "InDiscards", "refId": "J", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_InHdrErrors{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InHdrErrors", "refId": "K", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_InUnknownProtos{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InUnknownProtos", "refId": "M", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_OutDiscards{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutDiscards", "refId": "N", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_OutNoRoutes{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutNoRoutes", "refId": "O", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InNoRoutes{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InNoRoutes", "refId": "C", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InCsumErrors{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InCsumErrors", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InTruncatedPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InTruncatedPkts", "refId": "B", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -6886,7 +6971,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -6959,7 +7044,7 @@ "intervalFactor": 2, "legendFormat": "InReceives", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_DefaultTTL{instance=~\"$node..*\"}[5m])", @@ -6974,7 +7059,7 @@ "intervalFactor": 2, "legendFormat": "InDelivers", "refId": "I", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_OutRequests{instance=~\"$node..*\"}[5m])", @@ -6982,7 +7067,7 @@ "intervalFactor": 2, "legendFormat": "OutRequests", "refId": "P", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7003,7 +7088,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7087,28 +7172,28 @@ "intervalFactor": 2, "legendFormat": "InBcastOctets", "refId": "A", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InBcastPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InBcastPkts", "refId": "B", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_OutBcastOctets{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutBcastOctets", "refId": "M", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_OutBcastPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutBcastPkts", "refId": "N", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7129,7 +7214,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7214,7 +7299,7 @@ "intervalFactor": 2, "legendFormat": "InMcastOctets", "refId": "G", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InMcastPkts{instance=~\"$node..*\"}[5m])", @@ -7222,7 +7307,7 @@ "intervalFactor": 2, "legendFormat": "InMcastPkts", "refId": "H", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_OutMcastOctets{instance=~\"$node..*\"}[5m])", @@ -7230,7 +7315,7 @@ "intervalFactor": 2, "legendFormat": "OutMcastOctets", "refId": "O", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_OutMcastPkts{instance=~\"$node..*\"}[5m])", @@ -7238,7 +7323,7 @@ "intervalFactor": 2, "legendFormat": "OutMcastPkts", "refId": "P", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7259,7 +7344,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7343,42 +7428,42 @@ "intervalFactor": 2, "legendFormat": "InCEPkts", "refId": "C", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InECT0Pkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InECT0Pkts", "refId": "E", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InECT1Pkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InECT1Pkt", "refId": "F", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InOctets{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InOctets", "refId": "K", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_OutOctets{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutOctets", "refId": "Q", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_IpExt_InNoECTPkts{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "InNoECTPkts", "refId": "A", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7399,7 +7484,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7420,7 +7505,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "height": "", "id": 81, "legend": { @@ -7440,7 +7525,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": null, "nullPointMode": "null", @@ -7458,14 +7543,14 @@ "intervalFactor": 2, "legendFormat": "ForwDatagrams", "refId": "C", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_Forwarding{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "Forwarding", "refId": "D", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7486,7 +7571,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7507,7 +7592,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "height": "", "id": 123, "legend": { @@ -7527,7 +7612,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": null, "nullPointMode": "null", @@ -7545,28 +7630,28 @@ "intervalFactor": 2, "legendFormat": "ReasmFails", "refId": "Q", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_ReasmOKs{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "ReasmOKs", "refId": "R", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_ReasmReqds{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "ReasmReqds", "refId": "S", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_ReasmTimeout{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "ReasmTimeout", "refId": "T", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7587,7 +7672,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7608,7 +7693,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "height": "", "id": 122, "legend": { @@ -7628,7 +7713,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": null, "nullPointMode": "null", @@ -7646,21 +7731,21 @@ "intervalFactor": 2, "legendFormat": "FragCreates", "refId": "E", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_FragFails{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "FragFails", "refId": "F", - "step": 600 + "step": 60 }, { "expr": "irate(node_netstat_Ip_FragOKs{instance=~\"$node..*\"}[5m])", "intervalFactor": 2, "legendFormat": "FragOKs", "refId": "G", - "step": 600 + "step": 60 } ], "thresholds": [], @@ -7681,7 +7766,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -7750,7 +7835,7 @@ "intervalFactor": 2, "legendFormat": "CurrEstab - Number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT", "refId": "C", - "step": 240 + "step": 30 }, { "expr": "node_netstat_Tcp_MaxConn{instance=~\"$node.*\"}", @@ -7758,7 +7843,7 @@ "intervalFactor": 2, "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")", "refId": "H", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -7779,7 +7864,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "connections", "logBase": 1, "max": null, @@ -7830,6 +7915,14 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*InSegs.*/", + "color": "#CCA300" + }, + { + "alias": "/.*OutSegs.*/", + "color": "#CCA300" } ], "span": 12, @@ -7840,9 +7933,9 @@ "expr": "irate(node_netstat_Tcp_InCsumErrors{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "InCsumErrors - ?", + "legendFormat": "InCsumErrors - ", "refId": "E", - "step": 240 + "step": 30 }, { "expr": "irate(node_netstat_Tcp_InErrs{instance=~\"$node.*\"}[5m])", @@ -7850,7 +7943,7 @@ "intervalFactor": 2, "legendFormat": "InErrs - Number of segments received in error (e.g., bad TCP checksums)", "refId": "F", - "step": 240 + "step": 30 }, { "expr": "irate(node_netstat_Tcp_InSegs{instance=~\"$node.*\"}[5m])", @@ -7858,7 +7951,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": 240 + "step": 30 }, { "expr": "irate(node_netstat_Tcp_OutRsts{instance=~\"$node.*\"}[5m])", @@ -7866,7 +7959,7 @@ "intervalFactor": 2, "legendFormat": "OutRsts - Number of TCP segments sent containing the RST flag", "refId": "I", - "step": 240 + "step": 30 }, { "expr": "irate(node_netstat_Tcp_OutSegs{instance=~\"$node.*\"}[5m])", @@ -7874,14 +7967,14 @@ "intervalFactor": 2, "legendFormat": "OutSegs - Number of segments sent, including those on current connections but excluding those containing only retransmitted octets", "refId": "J", - "step": 240 + "step": 30 }, { "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": 240 + "step": 30 } ], "thresholds": [], @@ -7902,7 +7995,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "segments", "logBase": 1, "max": null, @@ -7958,28 +8051,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": 240 + "step": 30 }, { "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": 240 + "step": 30 }, { "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": 240 + "step": 30 }, { "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": 240 + "step": 30 } ], "thresholds": [], @@ -8021,7 +8114,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "height": "", "id": 86, "legend": { @@ -8038,7 +8131,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -8053,11 +8146,11 @@ "targets": [ { "expr": "node_netstat_Tcp_RtoAlgorithm{instance=~\"$node.*\"}", - "hide": false, + "hide": true, "intervalFactor": 2, "legendFormat": "RtoAlgorithm - Algorithm used to determine the timeout value used for retransmitting unacknowledged octets", "refId": "M", - "step": 240 + "step": 4 }, { "expr": "node_netstat_Tcp_RtoMax{instance=~\"$node.*\"}", @@ -8065,7 +8158,7 @@ "intervalFactor": 2, "legendFormat": "RtoMax - Maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds", "refId": "N", - "step": 240 + "step": 30 }, { "expr": "node_netstat_Tcp_RtoMin{instance=~\"$node.*\"}", @@ -8073,7 +8166,7 @@ "intervalFactor": 2, "legendFormat": "RtoMin - Minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds", "refId": "O", - "step": 240 + "step": 30 } ], "thresholds": [], @@ -8121,111 +8214,14 @@ }, { "collapse": true, - "height": 324, + "height": 411, "panels": [ { "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", - "id": 93, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideEmpty": false, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_PAWSActive{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "PAWSActive -", - "refId": "M", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_PAWSEstab{instance=~\"$node\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "PAWSEstab -", - "refId": "N", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_PAWSPassive{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "PAWSPassive -", - "refId": "O", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP PAWS", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, + "description": "", + "fill": 2, "height": "", "id": 94, "legend": { @@ -8244,7 +8240,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -8253,7 +8249,7 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ @@ -8261,142 +8257,60 @@ "expr": "irate(node_netstat_TcpExt_TCPAbortOnClose{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "TCPAbortOnClose - ", + "legendFormat": "TCPAbortOnClose - Connections aborted due to early user close", "refId": "V", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnData{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "TCPAbortOnData -", + "legendFormat": "TCPAbortOnData - Connections aborted due to unexpected data", "refId": "W", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnLinger{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "TCPAbortOnLinger -", + "legendFormat": "TCPAbortOnLinger - Connections aborted in lingered state after being closed", "refId": "X", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnMemory{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "TCPAbortOnMemory -", + "legendFormat": "TCPAbortOnMemory - Connections aborted before attached to a socket", "refId": "Y", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPAbortOnTimeout{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "TCPAbortOnTimeout -", + "legendFormat": "TCPAbortOnTimeout - Connections aborted due timeout", "refId": "B", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP Aborts", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true + "step": 120 }, { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", - "id": 87, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideEmpty": false, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_PruneCalled{instance=~\"$node.*\"}[5m])", - "hide": false, + "expr": "irate(node_netstat_TcpExt_TCPAbortFailed{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "PruneCalled -", - "refId": "P", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_RcvPruned{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "RcvPruned -", - "refId": "Q", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_OfoPruned{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "OfoPruned -", + "legendFormat": "TCPAbortFailed - Connections that need to be aborted but the kernel can't do it", "refId": "A", - "step": 600 + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPTimeouts - TCP timeouts events", + "refId": "C", + "step": 120 } ], "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "TCP Pruned", + "title": "TCP Aborts / Tiemouts", "tooltip": { "shared": true, "sort": 0, @@ -8411,11 +8325,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -8432,8 +8346,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, + "description": "", + "fill": 2, "height": "", "id": 92, "legend": { @@ -8452,7 +8366,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -8461,30 +8375,30 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_TcpExt_DelayedACKLocked{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "DelayedACKLocked - ", + "legendFormat": "DelayedACKLocked - Delayed acks further delayed because of locked socket", "refId": "C", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_DelayedACKLost{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "DelayedACKLost -", + "legendFormat": "DelayedACKLost - Times quick ack mode was activated", "refId": "D", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_DelayedACKs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "DelayedACKs -", + "legendFormat": "DelayedACKs - Delayed acks sent", "refId": "E", - "step": 600 + "step": 120 } ], "thresholds": [], @@ -8505,11 +8419,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -8526,447 +8440,9 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "decimals": null, - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", + "description": "", "fill": 2, "height": "", - "id": 95, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredOld{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKIgnoredOld -", - "refId": "F", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoRecv{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKOfoRecv -", - "refId": "G", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoSent{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKOfoSent -", - "refId": "H", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKOldSent{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKOldSent -", - "refId": "I", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKRecv{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKRecv -", - "refId": "J", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKUndo{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKUndo -", - "refId": "K", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP DSACK", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "decimals": null, - "description": "Any documented found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 2, - "height": "", - "id": 98, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPSackRecovery{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPSackRecovery -", - "refId": "E", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPSackRecoveryFail{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPSackRecoveryFail -", - "refId": "F", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPSackShiftFallback{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPSackShiftFallback -", - "refId": "G", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPSackShifted{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPSackShifted -", - "refId": "H", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP SACK", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "decimals": null, - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 2, - "height": "", - "id": 97, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPFastOpenActive{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastOpenActive -", - "refId": "P", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFastOpenActiveFail{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastOpenActiveFail -", - "refId": "Q", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFastOpenCookieReqd{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastOpenCookieReqd -", - "refId": "R", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFastOpenListenOverflow{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastOpenListenOverflow -", - "refId": "S", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassive{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastOpenPassive -", - "refId": "T", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassiveFail{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastOpenPassiveFail -", - "refId": "U", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFastRetrans{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPFastRetrans -", - "refId": "V", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP FastOpen / FastRetrans", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "decimals": null, - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 2, - "height": "", - "id": 96, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromBacklog{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPDirectCopyFromBacklog -", - "refId": "M", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromPrequeue{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPDirectCopyFromPrequeue -", - "refId": "N", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP Direct Copy", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", "id": 91, "legend": { "alignAsTable": true, @@ -8984,7 +8460,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -8996,9 +8472,17 @@ { "alias": "/.*Sent.*/", "transform": "negative-Y" + }, + { + "alias": "SyncookiesSent - SYN cookies sent", + "color": "#E0F9D7" + }, + { + "alias": "SyncookiesRecv - SYN cookies received", + "color": "#E0F9D7" } ], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ @@ -9006,25 +8490,25 @@ "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "SyncookiesFailed -", + "legendFormat": "SyncookiesFailed - Invalid SYN cookies received", "refId": "R", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "SyncookiesRecv -", + "legendFormat": "SyncookiesRecv - SYN cookies received", "refId": "S", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "SyncookiesSent -", + "legendFormat": "SyncookiesSent - SYN cookies sent", "refId": "T", - "step": 600 + "step": 120 } ], "thresholds": [], @@ -9045,11 +8529,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -9067,104 +8551,7 @@ "bars": false, "datasource": "${DS_LOCALHOST}", "decimals": null, - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 2, - "height": "", - "id": 99, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPHPAcks{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPHPAcks -", - "refId": "Z", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPHPHits{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPHPHits -", - "refId": "A", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPHPHitsToUser{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPHPHitsToUser -", - "refId": "B", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP HP", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "decimals": null, - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", + "description": "", "fill": 2, "height": "", "id": 90, @@ -9192,7 +8579,7 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ @@ -9200,9 +8587,9 @@ "expr": "irate(node_netstat_TcpExt_TCPLossFailures{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "TCPLossFailures -", + "legendFormat": "TCPLossFailures - TCP data loss events", "refId": "C", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPLossProbeRecovery{instance=~\"$node.*\"}[5m])", @@ -9210,7 +8597,7 @@ "intervalFactor": 2, "legendFormat": "TCPLossProbeRecovery -", "refId": "D", - "step": 600 + "step": 120 } ], "thresholds": [], @@ -9230,372 +8617,8 @@ "values": [] }, "yaxes": [ - { - "format": "none", - "label": "counter", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, { "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "fill": 1, - "height": "", - "id": 100, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TW{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TW -", - "refId": "O", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TWKilled{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TWKilled -", - "refId": "P", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TWRecycled{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TWRecycled -", - "refId": "Q", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP TW", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", - "id": 101, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPForwardRetrans{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPForwardRetrans -", - "refId": "O", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPSlowStartRetrans{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPSlowStartRetrans -", - "refId": "P", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPSynRetrans -", - "refId": "Q", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP Retrans", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", - "id": 56, - "legend": { - "alignAsTable": true, - "avg": false, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": true, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPSpuriousRTOs{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPSpuriousRTOs -", - "refId": "G", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPSpuriousRtxHostQueues{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPSpuriousRtxHostQueues -", - "refId": "H", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP Spurious", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", - "id": 102, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideEmpty": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPToZeroWindowAdv{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPToZeroWindowAdv -", - "refId": "V", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPWantZeroWindowAdv{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPWantZeroWindowAdv -", - "refId": "W", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP ZeroWindow", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", "label": "", "logBase": 1, "max": null, @@ -9616,8 +8639,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, + "description": "", + "fill": 2, "height": "", "id": 53, "legend": { @@ -9636,7 +8659,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -9645,37 +8668,44 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "ListenDrops -", + "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored", "refId": "H", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_LockDroppedIcmps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "LockDroppedIcmps -", + "legendFormat": "LockDroppedIcmps - ICMP packets dropped because socket was locked", "refId": "J", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPDeferAcceptDrop{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "TCPDeferAcceptDrop -", "refId": "D", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPBacklogDrop{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "TCPBacklogDrop -", + "legendFormat": "TCPBacklogDrop - Packets dropped bacause the socket's receive queue was full", "refId": "P", - "step": 600 + "step": 120 + }, + { + "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 } ], "thresholds": [], @@ -9696,11 +8726,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -9717,8 +8747,1056 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, + "description": "", + "fill": 2, + "height": "", + "id": 101, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPForwardRetrans{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPForwardRetrans - Packets losts retransmitted with Forward RTO-Recovery", + "refId": "O", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPSlowStartRetrans{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPSlowStartRetrans - Packets losts retransmitted after a slow start", + "refId": "P", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPSynRetrans -", + "refId": "Q", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPSpuriousRTOs{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPSpuriousRTOs -", + "refId": "A", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPSpuriousRtxHostQueues{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPSpuriousRtxHostQueues -", + "refId": "B", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFullUndo{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPFullUndo - Retransmits that undid the CWND reduction", + "refId": "C", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP Retrans", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "description": "", + "fill": 2, + "height": "", + "id": 87, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": false, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_PruneCalled{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "PruneCalled - Pkts pruned from recv queue because of soc buf overrun", + "refId": "P", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_RcvPruned{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "RcvPruned - Packets pruned from receive queue", + "refId": "Q", + "step": 120 + }, + { + "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 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP Pruned", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "", + "fill": 2, + "height": "", + "id": 96, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromBacklog{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPDirectCopyFromBacklog - Packets directly received from backlog", + "refId": "M", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromPrequeue{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPDirectCopyFromPrequeue - Packets directly received from prequeue", + "refId": "N", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP Direct Copy", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "fill": 2, + "height": "", + "id": 100, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TW{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TW - TCP sockets finished time wait in fast timer", + "refId": "O", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TWKilled{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TWKilled - TCP sockets finished time wait in slow timer", + "refId": "P", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TWRecycled{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TWRecycled - Time wait sockets recycled by time stamp", + "refId": "Q", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPTimeWaitOverflow -", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP TimeWait", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "description": "", + "fill": 2, + "height": "", + "id": 93, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": false, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_PAWSActive{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "PAWSActive - Active connections rejected because of time stamp", + "refId": "M", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_PAWSEstab{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "PAWSEstab - Pkts rejects in estab connections because of timestamp", + "refId": "N", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_PAWSPassive{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "PAWSPassive - Passive connections rejected because of time stamp", + "refId": "O", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP PAWS", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "", + "fill": 2, + "height": "", + "id": 95, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredOld{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPDSACKIgnoredOld - Discarded packets with duplicate SACK while retransmitting", + "refId": "F", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoRecv{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPDSACKOfoRecv -", + "refId": "G", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoSent{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPDSACKOfoSent -", + "refId": "H", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKOldSent{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPDSACKOldSent - DSACKs sent for old packets", + "refId": "I", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKRecv{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPDSACKRecv -", + "refId": "J", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKUndo{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPDSACKUndo - Discarded packets with erroneous retransmit", + "refId": "K", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPDSACKIgnoredNoUndo - Discarded packets with duplicate SACK", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP DSACK", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "", + "fill": 2, + "height": "", + "id": 98, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPSackRecovery{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPSackRecovery - Packets lost and recovered using selective ACK", + "refId": "E", + "step": 120 + }, + { + "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 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPSackShiftFallback{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPSackShiftFallback -", + "refId": "G", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPSackShifted{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPSackShifted -", + "refId": "H", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP SACK", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "", + "fill": 2, + "height": "", + "id": 97, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPFastOpenActive{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastOpenActive -", + "refId": "P", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFastOpenActiveFail{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastOpenActiveFail -", + "refId": "Q", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFastOpenCookieReqd{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastOpenCookieReqd -", + "refId": "R", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFastOpenListenOverflow{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastOpenListenOverflow -", + "refId": "S", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassive{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastOpenPassive -", + "refId": "T", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassiveFail{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastOpenPassiveFail -", + "refId": "U", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFastRetrans{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPFastRetrans - Packets lost fast-retransmitted", + "refId": "V", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP FastOpen / FastRetrans", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "decimals": null, + "description": "", + "fill": 2, + "height": "", + "id": 99, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPHPAcks{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPHPAcks - Acknowledgments not containing data received", + "refId": "Z", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPHPHits{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPHPHits - Packets header predicted", + "refId": "A", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPHPHitsToUser{instance=~\"$node.*\"}[5m])", + "hide": false, + "intervalFactor": 2, + "legendFormat": "TCPHPHitsToUser - Packets header predicted and directly queued to user", + "refId": "B", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP HP", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "description": "", + "fill": 2, + "height": "", + "id": 102, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": false, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_TcpExt_TCPToZeroWindowAdv{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPToZeroWindowAdv -", + "refId": "V", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPWantZeroWindowAdv{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPWantZeroWindowAdv -", + "refId": "W", + "step": 120 + }, + { + "expr": "irate(node_netstat_TcpExt_TCPFromZeroWindowAdv{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "TCPFromZeroWindowAdv -", + "refId": "A", + "step": 120 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "TCP ZeroWindow", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "description": "", + "fill": 2, "height": "", "id": 103, "legend": { @@ -9737,7 +9815,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -9746,23 +9824,23 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_TcpExt_TCPFACKReorder{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "TCPFACKReorder -", + "legendFormat": "TCPFACKReorder - Detected packets with re-ordering using FACK", "refId": "E", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPTSReorder{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "TCPTSReorder -", + "legendFormat": "TCPTSReorder - Detected packets with re-ordering using timestamp option", "refId": "S", - "step": 600 + "step": 120 } ], "thresholds": [], @@ -9783,11 +9861,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -9804,8 +9882,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, + "description": "", + "fill": 2, "height": "", "id": 104, "legend": { @@ -9824,7 +9902,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -9833,7 +9911,7 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ @@ -9842,35 +9920,35 @@ "intervalFactor": 2, "legendFormat": "ArpFilter - ", "refId": "A", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_BusyPollRxPackets{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "BusyPollRxPackets - ", "refId": "B", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_EmbryonicRsts{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "EmbryonicRsts -", + "legendFormat": "EmbryonicRsts - Resets received for embryonic SYN_RECV sockets", "refId": "F", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_IPReversePathFilter{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "IPReversePathFilter -", "refId": "G", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "ListenOverflows -", + "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed", "refId": "I", - "step": 600 + "step": 120 } ], "thresholds": [], @@ -9891,11 +9969,11 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, - "min": "0", + "min": null, "show": true }, { @@ -9912,8 +9990,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, + "description": "", + "fill": 2, "height": "", "id": 105, "legend": { @@ -9932,7 +10010,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -9941,85 +10019,31 @@ "points": false, "renderer": "flot", "seriesOverrides": [], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ - { - "expr": "irate(node_netstat_TcpExt_OutOfWindowIcmps{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "OutOfWindowIcmps -", - "refId": "K", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPAbortFailed{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPAbortFailed -", - "refId": "C", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFromZeroWindowAdv{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPFromZeroWindowAdv -", - "refId": "M", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPFullUndo{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "TCPFullUndo -", - "refId": "N", - "step": 600 - }, { "expr": "irate(node_netstat_TcpExt_TCPSchedulerFailed{instance=~\"$node.*\"}[5m])", "hide": false, "intervalFactor": 2, "legendFormat": "TCPSchedulerFailed -", "refId": "O", - "step": 600 + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node.*\"}[5m])", - "hide": true, "intervalFactor": 2, - "legendFormat": "TcpExt_TCPAutoCorking -", - "refId": "L", - "step": 10 + "legendFormat": "TCPAutoCorking -", + "refId": "A", + "step": 120 }, { "expr": "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node.*\"}[5m])", - "hide": true, "intervalFactor": 2, "legendFormat": "TCPChallengeACK -", - "refId": "Q", - "step": 10 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node.*\"}[5m])", - "hide": true, - "intervalFactor": 2, - "legendFormat": "TCPDSACKIgnoredNoUndo -", - "refId": "R", - "step": 10 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node.*\"}[5m])", - "hide": true, - "intervalFactor": 2, - "legendFormat": "TCPTimeWaitOverflow -", - "refId": "T", - "step": 10 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node.*\"}[5m])", - "hide": true, - "intervalFactor": 2, - "legendFormat": "TCPTimeouts -", - "refId": "U", - "step": 10 + "refId": "B", + "step": 120 } ], "thresholds": [], @@ -10039,121 +10063,8 @@ "values": [] }, "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, { "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "description": "No documentation found for this values more than the definition in the kernel source code: https://github.com/torvalds/linux/blob/master/include/uapi/linux/snmp.h", - "fill": 1, - "height": "", - "id": 107, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideEmpty": false, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TcpExt_TCPAutoCorking -", - "refId": "L", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPChallengeACK -", - "refId": "Q", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPDSACKIgnoredNoUndo -", - "refId": "R", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPTimeWaitOverflow -", - "refId": "T", - "step": 600 - }, - { - "expr": "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node.*\"}[5m])", - "hide": false, - "intervalFactor": 2, - "legendFormat": "TCPTimeouts -", - "refId": "U", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "TCP etc 3", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", "label": "", "logBase": 1, "max": null, @@ -10180,13 +10091,14 @@ }, { "collapse": true, - "height": 330, + "height": 360, "panels": [ { "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "decimals": null, + "fill": 2, "height": "", "id": 55, "legend": { @@ -10204,7 +10116,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -10220,25 +10132,29 @@ { "alias": "/.*Snd.*/", "transform": "negative-Y" + }, + { + "alias": "/.*Datagrams.*/", + "color": "#EAB839" } ], - "span": 6, + "span": 12, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_Udp_InDatagrams{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InDatagrams", + "legendFormat": "InDatagrams - Datagrams received", "refId": "B", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Udp_OutDatagrams{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutDatagrams", + "legendFormat": "OutDatagrams - Datagrams sent", "refId": "E", - "step": 600 + "step": 30 } ], "thresholds": [], @@ -10259,8 +10175,8 @@ }, "yaxes": [ { - "format": "none", - "label": "", + "format": "short", + "label": "datagrams", "logBase": 1, "max": null, "min": null, @@ -10280,97 +10196,7 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, - "height": "", - "id": 57, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "/.*Out.*/", - "transform": "negative-Y" - } - ], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_UdpLite_InDatagrams{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "InDatagrams", - "refId": "B", - "step": 600 - }, - { - "expr": "irate(node_netstat_UdpLite_OutDatagrams{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "OutDatagrams", - "refId": "E", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "UDP Lite In/Out", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": false - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, "height": "", "id": 109, "legend": { @@ -10388,7 +10214,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -10404,39 +10230,50 @@ { "alias": "/.*Snd.*/", "transform": "negative-Y" + }, + { + "alias": "/.*bufErrors.*/", + "color": "#70DBED" } ], - "span": 6, + "span": 12, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_Udp_InCsumErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InCsumErrors", + "legendFormat": "InCsumErrors - Datagrams with checksum errors", "refId": "A", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Udp_InErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InErrors", + "legendFormat": "InErrors - Datagrams that could not be delivered to an application", "refId": "C", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "RcvbufErrors", + "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive", "refId": "F", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Udp_SndbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "SndbufErrors", + "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit", "refId": "G", - "step": 600 + "step": 30 + }, + { + "expr": "irate(node_netstat_Udp_NoPorts{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "NoPorts - Datagrams received on a port with no listener", + "refId": "B", + "step": 30 } ], "thresholds": [], @@ -10457,8 +10294,8 @@ }, "yaxes": [ { - "format": "none", - "label": "", + "format": "short", + "label": "datagrams", "logBase": 1, "max": null, "min": null, @@ -10478,7 +10315,101 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "fill": 2, + "height": "", + "id": 57, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideZero": false, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "sort": "current", + "sortDesc": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "minSpan": 1, + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/.*Out.*/", + "transform": "negative-Y" + }, + { + "alias": "/.*Datagrams.*/", + "color": "#EAB839" + } + ], + "span": 12, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "irate(node_netstat_UdpLite_InDatagrams{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "InDatagrams - Packets received", + "refId": "B", + "step": 30 + }, + { + "expr": "irate(node_netstat_UdpLite_OutDatagrams{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "OutDatagrams - Packets sent", + "refId": "E", + "step": 30 + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "UDP Lite In/Out", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": "datagrams", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "datasource": "${DS_LOCALHOST}", + "fill": 2, "height": "", "id": 110, "legend": { @@ -10496,7 +10427,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -10508,39 +10439,50 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*bufErrors.*/", + "color": "#6ED0E0" } ], - "span": 6, + "span": 12, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_UdpLite_InCsumErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InCsumErrors", + "legendFormat": "InCsumErrors - Datagrams with checksum errors", "refId": "A", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_UdpLite_InErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InErrors", + "legendFormat": "InErrors - Datagrams that could not be delivered to an application", "refId": "C", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_UdpLite_RcvbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "RcvbufErrors", + "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive", "refId": "F", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_UdpLite_SndbufErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "SndbufErrors", + "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit", "refId": "G", - "step": 600 + "step": 30 + }, + { + "expr": "irate(node_netstat_UdpLite_NoPorts{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "NoPorts - Datagrams received on a port with no listener", + "refId": "B", + "step": 30 } ], "thresholds": [], @@ -10560,91 +10502,13 @@ "values": [] }, "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, { "format": "short", - "label": null, + "label": "datagrams", "logBase": 1, "max": null, "min": null, "show": true - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "fill": 1, - "height": "300px", - "id": 108, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_Udp_NoPorts{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "NoPorts", - "refId": "D", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "UDP NoPorts", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true }, { "format": "short", @@ -10655,84 +10519,6 @@ "show": false } ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "fill": 1, - "height": "300px", - "id": 111, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_UdpLite_NoPorts{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "NoPorts", - "refId": "D", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "UDP Lite NoPorts", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] } ], "repeat": null, @@ -10744,13 +10530,14 @@ }, { "collapse": true, - "height": 343, + "height": 358, "panels": [ { "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "decimals": null, + "fill": 2, "height": "", "id": 115, "legend": { @@ -10768,7 +10555,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -10780,6 +10567,14 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*Msgs.*/", + "color": "#6ED0E0" + }, + { + "alias": "/.*Redirects.*/", + "color": "#F9BA8F" } ], "span": 12, @@ -10791,34 +10586,34 @@ "intervalFactor": 2, "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors", "refId": "J", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_InRedirects{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InRedirects - Redirect messages received.", + "legendFormat": "InRedirects - Redirect messages received", "refId": "L", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_OutMsgs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors", "refId": "W", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_OutRedirects{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutRedirects - Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects", "refId": "Y", - "step": 240 + "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "ICMP Msg / Redirects", + "title": "ICMP In/Out - Messages / Redirects", "tooltip": { "shared": true, "sort": 0, @@ -10833,8 +10628,8 @@ }, "yaxes": [ { - "format": "none", - "label": "", + "format": "short", + "label": "messages", "logBase": 1, "max": null, "min": null, @@ -10854,7 +10649,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "decimals": null, + "fill": 2, "height": "", "id": 50, "legend": { @@ -10872,7 +10668,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -10884,6 +10680,34 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*Type3.*/", + "color": "#EAB839" + }, + { + "alias": "/.*SrcQuenchs.*/", + "color": "#705DA0" + }, + { + "alias": "/.*ParmProb.*/", + "color": "#70DBED" + }, + { + "alias": "/.*TimeExcds.*/", + "color": "#EA6460" + }, + { + "alias": "/.*DestUnreachs.*/", + "color": "#7EB26D" + }, + { + "alias": "/.*InErrors.*/", + "color": "#890F02" + }, + { + "alias": "/.*OutErrors.*/", + "color": "#890F02" } ], "span": 12, @@ -10895,55 +10719,97 @@ "intervalFactor": 2, "legendFormat": "InCsumErrors - Messages with ICMP checksum errors", "refId": "E", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_InErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)", "refId": "I", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_OutErrors{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, "legendFormat": "OutErrors - Messages which this entity did not send due to problems discovered within ICMP, such as a lack of buffers", "refId": "V", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_InDestUnreachs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InDestUnreachs - ICMP Destination Unreachable messages received", + "legendFormat": "InDestUnreachs - Destination Unreachable messages received", "refId": "A", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_OutDestUnreachs{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutDestUnreachs - ICMP Destination Unreachable messages sent", + "legendFormat": "OutDestUnreachs - Destination Unreachable messages sent", "refId": "B", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_InTimeExcds{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InTimeExcds - ICMP Time Exceeded messages received", + "legendFormat": "InTimeExcds - Time Exceeded messages received", "refId": "C", - "step": 240 + "step": 10 }, { "expr": "irate(node_netstat_Icmp_OutTimeExcds{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutTimeExcds - ICMP Time Exceeded messages sent", + "legendFormat": "OutTimeExcds - Time Exceeded messages sent", "refId": "D", - "step": 240 + "step": 10 + }, + { + "expr": "irate(node_netstat_Icmp_InParmProbs{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "InParmProbs - Parameter Problem messages received", + "refId": "F", + "step": 10 + }, + { + "expr": "irate(node_netstat_Icmp_OutParmProbs{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "OutParmProb - Parameter Problem messages sent", + "refId": "G", + "step": 10 + }, + { + "expr": "irate(node_netstat_Icmp_InSrcQuenchs{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "InSrcQuenchs - Source Quench messages received", + "refId": "H", + "step": 10 + }, + { + "expr": "irate(node_netstat_Icmp_OutSrcQuenchs{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "OutSrcQuenchs - Source Quench messages sent", + "refId": "J", + "step": 10 + }, + { + "expr": "irate(node_netstat_IcmpMsg_InType3{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "InType3 - Destination unreachable", + "refId": "K", + "step": 10 + }, + { + "expr": "irate(node_netstat_IcmpMsg_OutType3{instance=~\"$node.*\"}[5m])", + "intervalFactor": 2, + "legendFormat": "OutType3 - Destination unreachable", + "refId": "L", + "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "ICMP Errors / Unreachable", + "title": "ICMP Problems", "tooltip": { "shared": true, "sort": 0, @@ -10958,8 +10824,8 @@ }, "yaxes": [ { - "format": "none", - "label": "", + "format": "short", + "label": "messages", "logBase": 1, "max": null, "min": null, @@ -10971,7 +10837,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -10979,7 +10845,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "decimals": null, + "fill": 2, "height": "", "id": 114, "legend": { @@ -10997,7 +10864,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -11009,39 +10876,47 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*EchoReps.*/", + "color": "#D683CE" + }, + { + "alias": "/.*Echos -.*/", + "color": "#F9934E" } ], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_Icmp_InEchoReps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InEchoReps - ICMP Echo Reply messages received", + "legendFormat": "InEchoReps - Echo Reply messages received", "refId": "G", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_InEchos{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InEchos - ICMP Echo (request) messages received", + "legendFormat": "InEchos - Echo (request) messages received", "refId": "H", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_OutEchoReps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutEchoReps - ICMP Echo Reply messages sent", + "legendFormat": "OutEchoReps - Echo Reply messages sent", "refId": "T", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_OutEchos{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutEchos - ICMP Echo (request) messages sent", + "legendFormat": "OutEchos - Echo (request) messages sent", "refId": "U", - "step": 600 + "step": 30 } ], "thresholds": [], @@ -11062,7 +10937,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -11075,7 +10950,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -11083,7 +10958,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "decimals": null, + "fill": 2, "height": "", "id": 112, "legend": { @@ -11101,7 +10977,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -11113,39 +10989,47 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*TimestampReps.*/", + "color": "#F9934E" + }, + { + "alias": "/.*Timestamps -.*/", + "color": "#6ED0E0" } ], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_Icmp_InTimestampReps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InTimestampReps - ICMP Timestamp Reply messages received", + "legendFormat": "InTimestampReps - Timestamp Reply messages received", "refId": "O", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_InTimestamps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InTimestamps - ICMP Timestamp (request) messages received", + "legendFormat": "InTimestamps - Timestamp (request) messages received", "refId": "P", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_OutTimestampReps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutTimestampReps - ICMP Timestamp Reply messages sent", + "legendFormat": "OutTimestampReps - Timestamp Reply messages sent", "refId": "A", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_OutTimestamps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutTimestamps - ICMP Timestamp (request) messages sent", + "legendFormat": "OutTimestamps - Timestamp (request) messages sent", "refId": "B", - "step": 600 + "step": 30 } ], "thresholds": [], @@ -11166,7 +11050,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -11179,7 +11063,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ] }, @@ -11187,7 +11071,8 @@ "aliasColors": {}, "bars": false, "datasource": "${DS_LOCALHOST}", - "fill": 1, + "decimals": null, + "fill": 2, "height": "", "id": 113, "legend": { @@ -11205,7 +11090,7 @@ "values": true }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "minSpan": 1, "nullPointMode": "null", @@ -11217,39 +11102,47 @@ { "alias": "/.*Out.*/", "transform": "negative-Y" + }, + { + "alias": "/.*AddrMaskReps.*/", + "color": "#B7DBAB" + }, + { + "alias": "/.*Masks -.*/", + "color": "#E5AC0E" } ], - "span": 6, + "span": 4, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_netstat_Icmp_InAddrMaskReps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InAddrMaskReps - ICMP Address Mask Reply messages received", + "legendFormat": "InAddrMaskReps - Address Mask Reply messages received", "refId": "C", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_InAddrMasks{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "InAddrMasks - ICMP Address Mask Request messages received", + "legendFormat": "InAddrMasks - Address Mask Request messages received", "refId": "D", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_OutAddrMaskReps{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutAddrMaskReps - ICMP Address Mask Reply messages sent", + "legendFormat": "OutAddrMaskReps - Address Mask Reply messages sent", "refId": "Q", - "step": 600 + "step": 30 }, { "expr": "irate(node_netstat_Icmp_OutAddrMasks{instance=~\"$node.*\"}[5m])", "intervalFactor": 2, - "legendFormat": "OutAddrMasks - ICMP Address Mask Request messages sent", + "legendFormat": "OutAddrMasks - Address Mask Request messages sent", "refId": "R", - "step": 600 + "step": 30 } ], "thresholds": [], @@ -11270,7 +11163,7 @@ }, "yaxes": [ { - "format": "none", + "format": "short", "label": "", "logBase": 1, "max": null, @@ -11283,201 +11176,7 @@ "logBase": 1, "max": null, "min": null, - "show": true - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "fill": 1, - "height": "", - "id": 116, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "/.*Out.*/", - "transform": "negative-Y" - } - ], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_Icmp_InParmProbs{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "InParmProbs - ICMP Parameter Problem messages received", - "refId": "K", - "step": 600 - }, - { - "expr": "irate(node_netstat_Icmp_OutParmProbs{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "OutParmProb - ICMP Parameter Problem messages sent", - "refId": "X", - "step": 600 - }, - { - "expr": "irate(node_netstat_Icmp_InSrcQuenchs{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "InSrcQuenchs - ICMP Source Quench messages received", - "refId": "C", - "step": 600 - }, - { - "expr": "irate(node_netstat_Icmp_OutSrcQuenchs{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "OutSrcQuenchs - ICMP Source Quench messages sent", - "refId": "D", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "ICMP Params", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ] - }, - { - "aliasColors": {}, - "bars": false, - "datasource": "${DS_LOCALHOST}", - "fill": 1, - "height": "", - "id": 117, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "current", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "minSpan": 1, - "nullPointMode": "null", - "percentage": false, - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "/.*Out.*/", - "transform": "negative-Y" - } - ], - "span": 6, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "irate(node_netstat_IcmpMsg_InType3{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "InType3", - "refId": "A", - "step": 600 - }, - { - "expr": "irate(node_netstat_IcmpMsg_OutType3{instance=~\"$node.*\"}[5m])", - "intervalFactor": 2, - "legendFormat": "OutType3", - "refId": "B", - "step": 600 - } - ], - "thresholds": [], - "timeFrom": null, - "timeShift": null, - "title": "ICMP Type", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "none", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true + "show": false } ] } @@ -11498,7 +11197,7 @@ "bars": false, "datasource": "${DS_LOCALHOST}", "description": "node_exporter: Duration of a scrape job.", - "fill": 1, + "fill": 2, "id": 40, "legend": { "avg": false, @@ -11510,7 +11209,7 @@ "values": false }, "lines": true, - "linewidth": 2, + "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, @@ -11527,7 +11226,7 @@ "intervalFactor": 2, "legendFormat": "{{collector}}", "refId": "A", - "step": 240 + "step": 4 } ], "thresholds": [], @@ -11602,7 +11301,7 @@ ] }, "time": { - "from": "now/w", + "from": "now-6h", "to": "now" }, "timepicker": { @@ -11632,5 +11331,5 @@ }, "timezone": "browser", "title": "Node Exporter Full", - "version": 13 + "version": 64 } \ No newline at end of file