blob: 62e92fabdfa695ca75cfcff67cf9272e460f59bb [file] [log] [blame]
Matteo Scandolo56216492019-02-14 12:58:37 -08001{
2 "annotations": {
3 "list": [
4 {
5 "builtIn": 1,
6 "datasource": "-- Grafana --",
7 "enable": true,
8 "hide": true,
9 "iconColor": "rgba(0, 211, 255, 1)",
10 "name": "Annotations & Alerts",
11 "type": "dashboard"
12 }
13 ]
14 },
15 "editable": true,
16 "gnetId": 1860,
17 "graphTooltip": 0,
18 "id": null,
19 "iteration": 1550176331904,
20 "links": [],
21 "panels": [
22 {
23 "collapsed": false,
24 "gridPos": {
25 "h": 1,
26 "w": 24,
27 "x": 0,
28 "y": 0
29 },
30 "id": 261,
31 "panels": [],
32 "repeat": null,
33 "title": "Basic CPU / Mem / Disk Gauge",
34 "type": "row"
35 },
36 {
37 "cacheTimeout": null,
38 "colorBackground": false,
39 "colorValue": true,
40 "colors": [
41 "rgba(50, 172, 45, 0.97)",
42 "rgba(237, 129, 40, 0.89)",
43 "rgba(245, 54, 54, 0.9)"
44 ],
45 "datasource": "Prometheus",
46 "decimals": null,
47 "description": "Busy state of all CPU cores together",
48 "format": "percent",
49 "gauge": {
50 "maxValue": 100,
51 "minValue": 0,
52 "show": true,
53 "thresholdLabels": false,
54 "thresholdMarkers": true
55 },
56 "gridPos": {
57 "h": 4,
58 "w": 4,
59 "x": 0,
60 "y": 1
61 },
62 "id": 20,
63 "interval": null,
64 "links": [],
65 "mappingType": 1,
66 "mappingTypes": [
67 {
68 "name": "value to text",
69 "value": 1
70 },
71 {
72 "name": "range to text",
73 "value": 2
74 }
75 ],
76 "maxDataPoints": 100,
77 "minSpan": 2,
78 "nullPointMode": "null",
79 "nullText": null,
80 "postfix": "",
81 "postfixFontSize": "50%",
82 "prefix": "",
83 "prefixFontSize": "50%",
84 "rangeMaps": [
85 {
86 "from": "null",
87 "text": "N/A",
88 "to": "null"
89 }
90 ],
91 "sparkline": {
92 "fillColor": "rgba(31, 118, 189, 0.18)",
93 "full": false,
94 "lineColor": "rgb(31, 120, 193)",
95 "show": true
96 },
97 "tableColumn": "",
98 "targets": [
99 {
100 "expr": "(((count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu))) - avg(sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=~\"$node:$port\",job=~\"$job\"}[5m])))) * 100) / count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu))",
101 "hide": false,
102 "intervalFactor": 1,
103 "legendFormat": "",
104 "refId": "A",
105 "step": 900
106 }
107 ],
108 "thresholds": "85,95",
109 "title": "CPU Busy",
110 "type": "singlestat",
111 "valueFontSize": "80%",
112 "valueMaps": [
113 {
114 "op": "=",
115 "text": "N/A",
116 "value": "null"
117 }
118 ],
119 "valueName": "current"
120 },
121 {
122 "cacheTimeout": null,
123 "colorBackground": false,
124 "colorValue": true,
125 "colors": [
126 "rgba(50, 172, 45, 0.97)",
127 "rgba(237, 129, 40, 0.89)",
128 "rgba(245, 54, 54, 0.9)"
129 ],
130 "datasource": "Prometheus",
131 "decimals": 0,
132 "description": "Non available RAM memory",
133 "format": "percent",
134 "gauge": {
135 "maxValue": 100,
136 "minValue": 0,
137 "show": true,
138 "thresholdLabels": false,
139 "thresholdMarkers": true
140 },
141 "gridPos": {
142 "h": 4,
143 "w": 4,
144 "x": 4,
145 "y": 1
146 },
147 "hideTimeOverride": false,
148 "id": 16,
149 "interval": null,
150 "links": [],
151 "mappingType": 1,
152 "mappingTypes": [
153 {
154 "name": "value to text",
155 "value": 1
156 },
157 {
158 "name": "range to text",
159 "value": 2
160 }
161 ],
162 "maxDataPoints": 100,
163 "minSpan": 4,
164 "nullPointMode": "null",
165 "nullText": null,
166 "postfix": "",
167 "postfixFontSize": "50%",
168 "prefix": "",
169 "prefixFontSize": "50%",
170 "rangeMaps": [
171 {
172 "from": "null",
173 "text": "N/A",
174 "to": "null"
175 }
176 ],
177 "sparkline": {
178 "fillColor": "rgba(31, 118, 189, 0.18)",
179 "full": false,
180 "lineColor": "rgb(31, 120, 193)",
181 "show": true
182 },
183 "tableColumn": "",
184 "targets": [
185 {
186 "expr": "((node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"}) / (node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} )) * 100",
187 "format": "time_series",
188 "hide": true,
189 "intervalFactor": 1,
190 "refId": "A",
191 "step": 900
192 },
193 {
194 "expr": "100 - ((node_memory_MemAvailable_bytes{instance=~\"$node:$port\",job=~\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
195 "format": "time_series",
196 "hide": false,
197 "intervalFactor": 1,
198 "refId": "B",
199 "step": 900
200 }
201 ],
202 "thresholds": "80,90",
203 "title": "Used RAM Memory",
204 "type": "singlestat",
205 "valueFontSize": "80%",
206 "valueMaps": [],
207 "valueName": "current"
208 },
209 {
210 "cacheTimeout": null,
211 "colorBackground": false,
212 "colorValue": true,
213 "colors": [
214 "rgba(50, 172, 45, 0.97)",
215 "rgba(237, 129, 40, 0.89)",
216 "rgba(245, 54, 54, 0.9)"
217 ],
218 "datasource": "Prometheus",
219 "decimals": null,
220 "description": "Used Swap",
221 "format": "percent",
222 "gauge": {
223 "maxValue": 100,
224 "minValue": 0,
225 "show": true,
226 "thresholdLabels": false,
227 "thresholdMarkers": true
228 },
229 "gridPos": {
230 "h": 4,
231 "w": 4,
232 "x": 8,
233 "y": 1
234 },
235 "id": 21,
236 "interval": null,
237 "links": [],
238 "mappingType": 1,
239 "mappingTypes": [
240 {
241 "name": "value to text",
242 "value": 1
243 },
244 {
245 "name": "range to text",
246 "value": 2
247 }
248 ],
249 "maxDataPoints": 100,
250 "minSpan": 4,
251 "nullPointMode": "null",
252 "nullText": null,
253 "postfix": "",
254 "postfixFontSize": "50%",
255 "prefix": "",
256 "prefixFontSize": "50%",
257 "rangeMaps": [
258 {
259 "from": "null",
260 "text": "N/A",
261 "to": "null"
262 }
263 ],
264 "sparkline": {
265 "fillColor": "rgba(31, 118, 189, 0.18)",
266 "full": false,
267 "lineColor": "rgb(31, 120, 193)",
268 "show": true
269 },
270 "tableColumn": "",
271 "targets": [
272 {
273 "expr": "((node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_SwapFree_bytes{instance=~\"$node:$port\",job=~\"$job\"}) / (node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} )) * 100",
274 "intervalFactor": 1,
275 "refId": "A",
276 "step": 900
277 }
278 ],
279 "thresholds": "10,25",
280 "title": "Used SWAP",
281 "type": "singlestat",
282 "valueFontSize": "80%",
283 "valueMaps": [
284 {
285 "op": "=",
286 "text": "N/A",
287 "value": "null"
288 }
289 ],
290 "valueName": "current"
291 },
292 {
293 "cacheTimeout": null,
294 "colorBackground": false,
295 "colorValue": true,
296 "colors": [
297 "rgba(50, 172, 45, 0.97)",
298 "rgba(237, 129, 40, 0.89)",
299 "rgba(245, 54, 54, 0.9)"
300 ],
301 "datasource": "Prometheus",
302 "decimals": null,
303 "description": "Used Root FS",
304 "format": "percent",
305 "gauge": {
306 "maxValue": 100,
307 "minValue": 0,
308 "show": true,
309 "thresholdLabels": false,
310 "thresholdMarkers": true
311 },
312 "gridPos": {
313 "h": 4,
314 "w": 4,
315 "x": 12,
316 "y": 1
317 },
318 "id": 154,
319 "interval": null,
320 "links": [],
321 "mappingType": 1,
322 "mappingTypes": [
323 {
324 "name": "value to text",
325 "value": 1
326 },
327 {
328 "name": "range to text",
329 "value": 2
330 }
331 ],
332 "maxDataPoints": 100,
333 "minSpan": 4,
334 "nullPointMode": "null",
335 "nullText": null,
336 "postfix": "",
337 "postfixFontSize": "50%",
338 "prefix": "",
339 "prefixFontSize": "50%",
340 "rangeMaps": [
341 {
342 "from": "null",
343 "text": "N/A",
344 "to": "null"
345 }
346 ],
347 "sparkline": {
348 "fillColor": "rgba(31, 118, 189, 0.18)",
349 "full": false,
350 "lineColor": "rgb(31, 120, 193)",
351 "show": true
352 },
353 "tableColumn": "",
354 "targets": [
355 {
356 "expr": "100 - ((node_filesystem_avail_bytes{instance=~\"$node:$port\",job=~\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"})",
357 "format": "time_series",
358 "intervalFactor": 1,
359 "refId": "A",
360 "step": 900
361 }
362 ],
363 "thresholds": "80,90",
364 "title": "Used Root FS",
365 "type": "singlestat",
366 "valueFontSize": "80%",
367 "valueMaps": [
368 {
369 "op": "=",
370 "text": "N/A",
371 "value": "null"
372 }
373 ],
374 "valueName": "current"
375 },
376 {
377 "cacheTimeout": null,
378 "colorBackground": false,
379 "colorValue": true,
380 "colors": [
381 "rgba(50, 172, 45, 0.97)",
382 "rgba(237, 129, 40, 0.89)",
383 "rgba(245, 54, 54, 0.9)"
384 ],
385 "datasource": "Prometheus",
386 "decimals": null,
387 "description": "Busy state of all CPU cores together (1 min average)",
388 "format": "percent",
389 "gauge": {
390 "maxValue": 100,
391 "minValue": 0,
392 "show": true,
393 "thresholdLabels": false,
394 "thresholdMarkers": true
395 },
396 "gridPos": {
397 "h": 4,
398 "w": 4,
399 "x": 16,
400 "y": 1
401 },
402 "id": 19,
403 "interval": null,
404 "links": [],
405 "mappingType": 1,
406 "mappingTypes": [
407 {
408 "name": "value to text",
409 "value": 1
410 },
411 {
412 "name": "range to text",
413 "value": 2
414 }
415 ],
416 "maxDataPoints": 100,
417 "minSpan": 2,
418 "nullPointMode": "null",
419 "nullText": null,
420 "postfix": "",
421 "postfixFontSize": "50%",
422 "prefix": "",
423 "prefixFontSize": "50%",
424 "rangeMaps": [
425 {
426 "from": "null",
427 "text": "N/A",
428 "to": "null"
429 }
430 ],
431 "sparkline": {
432 "fillColor": "rgba(31, 118, 189, 0.18)",
433 "full": false,
434 "lineColor": "rgb(31, 120, 193)",
435 "show": true
436 },
437 "tableColumn": "",
438 "targets": [
439 {
440 "expr": "avg(node_load1{instance=~\"$node:$port\",job=~\"$job\"}) / count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu)) * 100",
441 "hide": false,
442 "intervalFactor": 1,
443 "refId": "A",
444 "step": 900
445 }
446 ],
447 "thresholds": "85, 95",
448 "title": "CPU System Load (1m avg)",
449 "type": "singlestat",
450 "valueFontSize": "80%",
451 "valueMaps": [
452 {
453 "op": "=",
454 "text": "N/A",
455 "value": "null"
456 }
457 ],
458 "valueName": "current"
459 },
460 {
461 "cacheTimeout": null,
462 "colorBackground": false,
463 "colorValue": true,
464 "colors": [
465 "rgba(50, 172, 45, 0.97)",
466 "rgba(237, 129, 40, 0.89)",
467 "rgba(245, 54, 54, 0.9)"
468 ],
469 "datasource": "Prometheus",
470 "decimals": null,
471 "description": "Busy state of all CPU cores together (5 min average)",
472 "format": "percent",
473 "gauge": {
474 "maxValue": 100,
475 "minValue": 0,
476 "show": true,
477 "thresholdLabels": false,
478 "thresholdMarkers": true
479 },
480 "gridPos": {
481 "h": 4,
482 "w": 4,
483 "x": 20,
484 "y": 1
485 },
486 "id": 155,
487 "interval": null,
488 "links": [],
489 "mappingType": 1,
490 "mappingTypes": [
491 {
492 "name": "value to text",
493 "value": 1
494 },
495 {
496 "name": "range to text",
497 "value": 2
498 }
499 ],
500 "maxDataPoints": 100,
501 "minSpan": 2,
502 "nullPointMode": "null",
503 "nullText": null,
504 "postfix": "",
505 "postfixFontSize": "50%",
506 "prefix": "",
507 "prefixFontSize": "50%",
508 "rangeMaps": [
509 {
510 "from": "null",
511 "text": "N/A",
512 "to": "null"
513 }
514 ],
515 "sparkline": {
516 "fillColor": "rgba(31, 118, 189, 0.18)",
517 "full": false,
518 "lineColor": "rgb(31, 120, 193)",
519 "show": true
520 },
521 "tableColumn": "",
522 "targets": [
523 {
524 "expr": "avg(node_load5{instance=~\"$node:$port\",job=~\"$job\"}) / count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu)) * 100",
525 "format": "time_series",
526 "hide": false,
527 "intervalFactor": 1,
528 "refId": "A",
529 "step": 900
530 }
531 ],
532 "thresholds": "85, 95",
533 "title": "CPU System Load (5m avg)",
534 "type": "singlestat",
535 "valueFontSize": "80%",
536 "valueMaps": [
537 {
538 "op": "=",
539 "text": "N/A",
540 "value": "null"
541 }
542 ],
543 "valueName": "current"
544 },
545 {
546 "collapsed": false,
547 "gridPos": {
548 "h": 1,
549 "w": 24,
550 "x": 0,
551 "y": 5
552 },
553 "id": 262,
554 "panels": [],
555 "repeat": null,
556 "title": "Basic CPU / Mem / Disk Info",
557 "type": "row"
558 },
559 {
560 "cacheTimeout": null,
561 "colorBackground": false,
562 "colorValue": false,
563 "colors": [
564 "rgba(245, 54, 54, 0.9)",
565 "rgba(237, 129, 40, 0.89)",
566 "rgba(50, 172, 45, 0.97)"
567 ],
568 "datasource": "Prometheus",
569 "description": "Total number of CPU cores",
570 "format": "short",
571 "gauge": {
572 "maxValue": 100,
573 "minValue": 0,
574 "show": false,
575 "thresholdLabels": false,
576 "thresholdMarkers": true
577 },
578 "gridPos": {
579 "h": 3,
580 "w": 4,
581 "x": 0,
582 "y": 6
583 },
584 "id": 14,
585 "interval": null,
586 "links": [],
587 "mappingType": 1,
588 "mappingTypes": [
589 {
590 "name": "value to text",
591 "value": 1
592 },
593 {
594 "name": "range to text",
595 "value": 2
596 }
597 ],
598 "maxDataPoints": 100,
599 "minSpan": 4,
600 "nullPointMode": "null",
601 "nullText": null,
602 "postfix": "",
603 "postfixFontSize": "50%",
604 "prefix": "",
605 "prefixFontSize": "50%",
606 "rangeMaps": [
607 {
608 "from": "null",
609 "text": "N/A",
610 "to": "null"
611 }
612 ],
613 "sparkline": {
614 "fillColor": "rgba(31, 118, 189, 0.18)",
615 "full": false,
616 "lineColor": "rgb(31, 120, 193)",
617 "show": false
618 },
619 "tableColumn": "",
620 "targets": [
621 {
622 "expr": "count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu))",
623 "intervalFactor": 1,
624 "refId": "A",
625 "step": 900
626 }
627 ],
628 "thresholds": "",
629 "title": "CPU Cores",
630 "type": "singlestat",
631 "valueFontSize": "50%",
632 "valueMaps": [
633 {
634 "op": "=",
635 "text": "N/A",
636 "value": "null"
637 }
638 ],
639 "valueName": "current"
640 },
641 {
642 "cacheTimeout": null,
643 "colorBackground": false,
644 "colorValue": false,
645 "colors": [
646 "rgba(245, 54, 54, 0.9)",
647 "rgba(237, 129, 40, 0.89)",
648 "rgba(50, 172, 45, 0.97)"
649 ],
650 "datasource": "Prometheus",
651 "decimals": 2,
652 "description": "Total RAM",
653 "format": "bytes",
654 "gauge": {
655 "maxValue": 100,
656 "minValue": 0,
657 "show": false,
658 "thresholdLabels": false,
659 "thresholdMarkers": true
660 },
661 "gridPos": {
662 "h": 3,
663 "w": 4,
664 "x": 4,
665 "y": 6
666 },
667 "id": 75,
668 "interval": null,
669 "links": [],
670 "mappingType": 1,
671 "mappingTypes": [
672 {
673 "name": "value to text",
674 "value": 1
675 },
676 {
677 "name": "range to text",
678 "value": 2
679 }
680 ],
681 "maxDataPoints": 100,
682 "minSpan": 4,
683 "nullPointMode": "null",
684 "nullText": null,
685 "postfix": "",
686 "postfixFontSize": "70%",
687 "prefix": "",
688 "prefixFontSize": "50%",
689 "rangeMaps": [
690 {
691 "from": "null",
692 "text": "N/A",
693 "to": "null"
694 }
695 ],
696 "sparkline": {
697 "fillColor": "rgba(31, 118, 189, 0.18)",
698 "full": false,
699 "lineColor": "rgb(31, 120, 193)",
700 "show": false
701 },
702 "tableColumn": "",
703 "targets": [
704 {
705 "expr": "node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
706 "intervalFactor": 1,
707 "refId": "A",
708 "step": 900
709 }
710 ],
711 "thresholds": "",
712 "title": "Total RAM",
713 "type": "singlestat",
714 "valueFontSize": "50%",
715 "valueMaps": [
716 {
717 "op": "=",
718 "text": "N/A",
719 "value": "null"
720 }
721 ],
722 "valueName": "current"
723 },
724 {
725 "cacheTimeout": null,
726 "colorBackground": false,
727 "colorValue": false,
728 "colors": [
729 "rgba(245, 54, 54, 0.9)",
730 "rgba(237, 129, 40, 0.89)",
731 "rgba(50, 172, 45, 0.97)"
732 ],
733 "datasource": "Prometheus",
734 "decimals": 2,
735 "description": "Total SWAP",
736 "format": "bytes",
737 "gauge": {
738 "maxValue": 100,
739 "minValue": 0,
740 "show": false,
741 "thresholdLabels": false,
742 "thresholdMarkers": true
743 },
744 "gridPos": {
745 "h": 3,
746 "w": 4,
747 "x": 8,
748 "y": 6
749 },
750 "id": 18,
751 "interval": null,
752 "links": [],
753 "mappingType": 1,
754 "mappingTypes": [
755 {
756 "name": "value to text",
757 "value": 1
758 },
759 {
760 "name": "range to text",
761 "value": 2
762 }
763 ],
764 "maxDataPoints": 100,
765 "minSpan": 4,
766 "nullPointMode": "null",
767 "nullText": null,
768 "postfix": "",
769 "postfixFontSize": "70%",
770 "prefix": "",
771 "prefixFontSize": "50%",
772 "rangeMaps": [
773 {
774 "from": "null",
775 "text": "N/A",
776 "to": "null"
777 }
778 ],
779 "sparkline": {
780 "fillColor": "rgba(31, 118, 189, 0.18)",
781 "full": false,
782 "lineColor": "rgb(31, 120, 193)",
783 "show": false
784 },
785 "tableColumn": "",
786 "targets": [
787 {
788 "expr": "node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
789 "intervalFactor": 1,
790 "refId": "A",
791 "step": 900
792 }
793 ],
794 "thresholds": "",
795 "title": "Total SWAP",
796 "type": "singlestat",
797 "valueFontSize": "50%",
798 "valueMaps": [
799 {
800 "op": "=",
801 "text": "N/A",
802 "value": "null"
803 }
804 ],
805 "valueName": "current"
806 },
807 {
808 "cacheTimeout": null,
809 "colorBackground": false,
810 "colorValue": false,
811 "colors": [
812 "rgba(50, 172, 45, 0.97)",
813 "rgba(237, 129, 40, 0.89)",
814 "rgba(245, 54, 54, 0.9)"
815 ],
816 "datasource": "Prometheus",
817 "decimals": null,
818 "description": "Total RootFS",
819 "format": "bytes",
820 "gauge": {
821 "maxValue": 100,
822 "minValue": 0,
823 "show": false,
824 "thresholdLabels": false,
825 "thresholdMarkers": true
826 },
827 "gridPos": {
828 "h": 3,
829 "w": 4,
830 "x": 12,
831 "y": 6
832 },
833 "id": 23,
834 "interval": null,
835 "links": [],
836 "mappingType": 1,
837 "mappingTypes": [
838 {
839 "name": "value to text",
840 "value": 1
841 },
842 {
843 "name": "range to text",
844 "value": 2
845 }
846 ],
847 "maxDataPoints": 100,
848 "minSpan": 4,
849 "nullPointMode": "null",
850 "nullText": null,
851 "postfix": "",
852 "postfixFontSize": "50%",
853 "prefix": "",
854 "prefixFontSize": "50%",
855 "rangeMaps": [
856 {
857 "from": "null",
858 "text": "N/A",
859 "to": "null"
860 }
861 ],
862 "sparkline": {
863 "fillColor": "rgba(31, 118, 189, 0.18)",
864 "full": false,
865 "lineColor": "rgb(31, 120, 193)",
866 "show": false
867 },
868 "tableColumn": "",
869 "targets": [
870 {
871 "expr": "node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}",
872 "format": "time_series",
873 "hide": false,
874 "intervalFactor": 1,
875 "refId": "A",
876 "step": 900
877 }
878 ],
879 "thresholds": "70,90",
880 "title": "Total RootFS",
881 "type": "singlestat",
882 "valueFontSize": "50%",
883 "valueMaps": [
884 {
885 "op": "=",
886 "text": "N/A",
887 "value": "null"
888 }
889 ],
890 "valueName": "current"
891 },
892 {
893 "cacheTimeout": null,
894 "colorBackground": false,
895 "colorValue": false,
896 "colors": [
897 "rgba(245, 54, 54, 0.9)",
898 "rgba(237, 129, 40, 0.89)",
899 "rgba(50, 172, 45, 0.97)"
900 ],
901 "datasource": "Prometheus",
902 "decimals": 2,
903 "description": "System Load (1m avg)",
904 "format": "short",
905 "gauge": {
906 "maxValue": 100,
907 "minValue": 0,
908 "show": false,
909 "thresholdLabels": false,
910 "thresholdMarkers": true
911 },
912 "gridPos": {
913 "h": 3,
914 "w": 4,
915 "x": 16,
916 "y": 6
917 },
918 "id": 17,
919 "interval": null,
920 "links": [],
921 "mappingType": 1,
922 "mappingTypes": [
923 {
924 "name": "value to text",
925 "value": 1
926 },
927 {
928 "name": "range to text",
929 "value": 2
930 }
931 ],
932 "maxDataPoints": 100,
933 "minSpan": 2,
934 "nullPointMode": "null",
935 "nullText": null,
936 "postfix": "",
937 "postfixFontSize": "50%",
938 "prefix": "",
939 "prefixFontSize": "50%",
940 "rangeMaps": [
941 {
942 "from": "null",
943 "text": "N/A",
944 "to": "null"
945 }
946 ],
947 "sparkline": {
948 "fillColor": "rgba(31, 118, 189, 0.18)",
949 "full": false,
950 "lineColor": "rgb(31, 120, 193)",
951 "show": false
952 },
953 "tableColumn": "",
954 "targets": [
955 {
956 "expr": "node_load1{instance=~\"$node:$port\",job=~\"$job\"}",
957 "hide": false,
958 "intervalFactor": 1,
959 "refId": "A",
960 "step": 900
961 }
962 ],
963 "thresholds": "",
964 "title": "System Load (1m avg)",
965 "type": "singlestat",
966 "valueFontSize": "50%",
967 "valueMaps": [
968 {
969 "op": "=",
970 "text": "N/A",
971 "value": "null"
972 }
973 ],
974 "valueName": "current"
975 },
976 {
977 "cacheTimeout": null,
978 "colorBackground": false,
979 "colorValue": false,
980 "colors": [
981 "rgba(245, 54, 54, 0.9)",
982 "rgba(237, 129, 40, 0.89)",
983 "rgba(50, 172, 45, 0.97)"
984 ],
985 "datasource": "Prometheus",
986 "decimals": 1,
987 "description": "System uptime",
988 "format": "s",
989 "gauge": {
990 "maxValue": 100,
991 "minValue": 0,
992 "show": false,
993 "thresholdLabels": false,
994 "thresholdMarkers": true
995 },
996 "gridPos": {
997 "h": 3,
998 "w": 4,
999 "x": 20,
1000 "y": 6
1001 },
1002 "hideTimeOverride": true,
1003 "id": 15,
1004 "interval": null,
1005 "links": [],
1006 "mappingType": 1,
1007 "mappingTypes": [
1008 {
1009 "name": "value to text",
1010 "value": 1
1011 },
1012 {
1013 "name": "range to text",
1014 "value": 2
1015 }
1016 ],
1017 "maxDataPoints": 100,
1018 "nullPointMode": "null",
1019 "nullText": null,
1020 "postfix": "s",
1021 "postfixFontSize": "50%",
1022 "prefix": "",
1023 "prefixFontSize": "50%",
1024 "rangeMaps": [
1025 {
1026 "from": "null",
1027 "text": "N/A",
1028 "to": "null"
1029 }
1030 ],
1031 "sparkline": {
1032 "fillColor": "rgba(31, 118, 189, 0.18)",
1033 "full": false,
1034 "lineColor": "rgb(31, 120, 193)",
1035 "show": false
1036 },
1037 "tableColumn": "",
1038 "targets": [
1039 {
1040 "expr": "node_time_seconds{instance=~\"$node:$port\",job=~\"$job\"} - node_boot_time_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
1041 "intervalFactor": 2,
1042 "refId": "A",
1043 "step": 1800
1044 }
1045 ],
1046 "thresholds": "",
1047 "title": "Uptime",
1048 "transparent": false,
1049 "type": "singlestat",
1050 "valueFontSize": "50%",
1051 "valueMaps": [
1052 {
1053 "op": "=",
1054 "text": "N/A",
1055 "value": "null"
1056 }
1057 ],
1058 "valueName": "current"
1059 },
1060 {
1061 "collapsed": false,
1062 "gridPos": {
1063 "h": 1,
1064 "w": 24,
1065 "x": 0,
1066 "y": 9
1067 },
1068 "id": 263,
1069 "panels": [],
1070 "repeat": null,
1071 "title": "Basic CPU / Mem Graph",
1072 "type": "row"
1073 },
1074 {
1075 "aliasColors": {
1076 "Busy": "#EAB839",
1077 "Busy Iowait": "#890F02",
1078 "Busy other": "#1F78C1",
1079 "Idle": "#052B51",
1080 "Idle - Waiting for something to happen": "#052B51",
1081 "guest": "#9AC48A",
1082 "idle": "#052B51",
1083 "iowait": "#EAB839",
1084 "irq": "#BF1B00",
1085 "nice": "#C15C17",
1086 "softirq": "#E24D42",
1087 "steal": "#FCE2DE",
1088 "system": "#508642",
1089 "user": "#5195CE"
1090 },
1091 "bars": false,
1092 "dashLength": 10,
1093 "dashes": false,
1094 "datasource": "Prometheus",
1095 "decimals": 2,
1096 "description": "Basic CPU info",
1097 "fill": 4,
1098 "gridPos": {
1099 "h": 7,
1100 "w": 12,
1101 "x": 0,
1102 "y": 10
1103 },
1104 "id": 77,
1105 "legend": {
1106 "alignAsTable": false,
1107 "avg": false,
1108 "current": false,
1109 "max": false,
1110 "min": false,
1111 "rightSide": false,
1112 "show": true,
1113 "sideWidth": 250,
1114 "sort": null,
1115 "sortDesc": null,
1116 "total": false,
1117 "values": false
1118 },
1119 "lines": true,
1120 "linewidth": 1,
1121 "links": [],
1122 "minSpan": 4,
1123 "nullPointMode": "null",
1124 "percentage": true,
1125 "pointradius": 5,
1126 "points": false,
1127 "renderer": "flot",
1128 "seriesOverrides": [
1129 {
1130 "alias": "Busy Iowait",
1131 "color": "#890F02"
1132 },
1133 {
1134 "alias": "Idle",
1135 "color": "#7EB26D"
1136 },
1137 {
1138 "alias": "Busy System",
1139 "color": "#EAB839"
1140 },
1141 {
1142 "alias": "Busy User",
1143 "color": "#0A437C"
1144 },
1145 {
1146 "alias": "Busy Other",
1147 "color": "#6D1F62"
1148 }
1149 ],
1150 "spaceLength": 10,
1151 "stack": true,
1152 "steppedLine": false,
1153 "targets": [
1154 {
1155 "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode=\"system\",instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1156 "format": "time_series",
1157 "hide": false,
1158 "intervalFactor": 2,
1159 "legendFormat": "Busy System",
1160 "refId": "B",
1161 "step": 240
1162 },
1163 {
1164 "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode='user',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1165 "format": "time_series",
1166 "hide": false,
1167 "intervalFactor": 2,
1168 "legendFormat": "Busy User",
1169 "refId": "D",
1170 "step": 240
1171 },
1172 {
1173 "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode='iowait',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1174 "format": "time_series",
1175 "intervalFactor": 2,
1176 "legendFormat": "Busy Iowait",
1177 "refId": "E",
1178 "step": 240
1179 },
1180 {
1181 "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode=~\".*irq\",instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1182 "format": "time_series",
1183 "intervalFactor": 2,
1184 "legendFormat": "Busy IRQs",
1185 "refId": "F",
1186 "step": 240
1187 },
1188 {
1189 "expr": "sum (rate(node_cpu_seconds_total{mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1190 "format": "time_series",
1191 "intervalFactor": 2,
1192 "legendFormat": "Busy Other",
1193 "refId": "A",
1194 "step": 240
1195 },
1196 {
1197 "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='idle',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1198 "format": "time_series",
1199 "intervalFactor": 2,
1200 "legendFormat": "Idle",
1201 "refId": "C",
1202 "step": 240
1203 }
1204 ],
1205 "thresholds": [],
1206 "timeFrom": null,
1207 "timeShift": null,
1208 "title": "CPU Basic",
1209 "tooltip": {
1210 "shared": true,
1211 "sort": 0,
1212 "value_type": "individual"
1213 },
1214 "transparent": false,
1215 "type": "graph",
1216 "xaxis": {
1217 "buckets": null,
1218 "mode": "time",
1219 "name": null,
1220 "show": true,
1221 "values": []
1222 },
1223 "yaxes": [
1224 {
1225 "format": "short",
1226 "label": "",
1227 "logBase": 1,
1228 "max": "100",
1229 "min": "0",
1230 "show": true
1231 },
1232 {
1233 "format": "short",
1234 "label": null,
1235 "logBase": 1,
1236 "max": null,
1237 "min": null,
1238 "show": false
1239 }
1240 ],
1241 "yaxis": {
1242 "align": false,
1243 "alignLevel": null
1244 }
1245 },
1246 {
1247 "aliasColors": {
1248 "Apps": "#629E51",
1249 "Buffers": "#614D93",
1250 "Cache": "#6D1F62",
1251 "Cached": "#511749",
1252 "Committed": "#508642",
1253 "Free": "#0A437C",
1254 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1255 "Inactive": "#584477",
1256 "PageTables": "#0A50A1",
1257 "Page_Tables": "#0A50A1",
1258 "RAM_Free": "#E0F9D7",
1259 "SWAP Used": "#BF1B00",
1260 "Slab": "#806EB7",
1261 "Slab_Cache": "#E0752D",
1262 "Swap": "#BF1B00",
1263 "Swap Used": "#BF1B00",
1264 "Swap_Cache": "#C15C17",
1265 "Swap_Free": "#2F575E",
1266 "Unused": "#EAB839"
1267 },
1268 "bars": false,
1269 "dashLength": 10,
1270 "dashes": false,
1271 "datasource": "Prometheus",
1272 "decimals": 2,
1273 "description": "Basic memory usage",
1274 "fill": 4,
1275 "gridPos": {
1276 "h": 7,
1277 "w": 12,
1278 "x": 12,
1279 "y": 10
1280 },
1281 "id": 78,
1282 "legend": {
1283 "alignAsTable": false,
1284 "avg": false,
1285 "current": false,
1286 "max": false,
1287 "min": false,
1288 "rightSide": false,
1289 "show": true,
1290 "sideWidth": 350,
1291 "total": false,
1292 "values": false
1293 },
1294 "lines": true,
1295 "linewidth": 1,
1296 "links": [],
1297 "minSpan": 4,
1298 "nullPointMode": "null",
1299 "percentage": false,
1300 "pointradius": 5,
1301 "points": false,
1302 "renderer": "flot",
1303 "seriesOverrides": [
1304 {
1305 "alias": "RAM Total",
1306 "color": "#E0F9D7",
1307 "fill": 0,
1308 "stack": false
1309 },
1310 {
1311 "alias": "RAM Cache + Buffer",
1312 "color": "#052B51"
1313 },
1314 {
1315 "alias": "RAM Free",
1316 "color": "#7EB26D"
1317 },
1318 {
1319 "alias": "Avaliable",
1320 "color": "#DEDAF7",
1321 "fill": 0,
1322 "stack": false
1323 }
1324 ],
1325 "spaceLength": 10,
1326 "stack": true,
1327 "steppedLine": false,
1328 "targets": [
1329 {
1330 "expr": "node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1331 "format": "time_series",
1332 "hide": false,
1333 "intervalFactor": 2,
1334 "legendFormat": "RAM Total",
1335 "refId": "A",
1336 "step": 240
1337 },
1338 {
1339 "expr": "node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"} - (node_memory_Cached_bytes{instance=~\"$node:$port\",job=~\"$job\"} + node_memory_Buffers_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
1340 "format": "time_series",
1341 "hide": false,
1342 "intervalFactor": 2,
1343 "legendFormat": "RAM Used",
1344 "refId": "D",
1345 "step": 240
1346 },
1347 {
1348 "expr": "node_memory_Cached_bytes{instance=~\"$node:$port\",job=~\"$job\"} + node_memory_Buffers_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1349 "format": "time_series",
1350 "intervalFactor": 2,
1351 "legendFormat": "RAM Cache + Buffer",
1352 "refId": "B",
1353 "step": 240
1354 },
1355 {
1356 "expr": "node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1357 "format": "time_series",
1358 "intervalFactor": 2,
1359 "legendFormat": "RAM Free",
1360 "refId": "F",
1361 "step": 240
1362 },
1363 {
1364 "expr": "(node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_SwapFree_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
1365 "format": "time_series",
1366 "intervalFactor": 2,
1367 "legendFormat": "SWAP Used",
1368 "refId": "G",
1369 "step": 240
1370 }
1371 ],
1372 "thresholds": [],
1373 "timeFrom": null,
1374 "timeShift": null,
1375 "title": "Memory Basic",
1376 "tooltip": {
1377 "shared": true,
1378 "sort": 0,
1379 "value_type": "individual"
1380 },
1381 "type": "graph",
1382 "xaxis": {
1383 "buckets": null,
1384 "mode": "time",
1385 "name": null,
1386 "show": true,
1387 "values": []
1388 },
1389 "yaxes": [
1390 {
1391 "format": "bytes",
1392 "label": "",
1393 "logBase": 1,
1394 "max": null,
1395 "min": "0",
1396 "show": true
1397 },
1398 {
1399 "format": "short",
1400 "label": null,
1401 "logBase": 1,
1402 "max": null,
1403 "min": null,
1404 "show": false
1405 }
1406 ],
1407 "yaxis": {
1408 "align": false,
1409 "alignLevel": null
1410 }
1411 },
1412 {
1413 "collapsed": false,
1414 "gridPos": {
1415 "h": 1,
1416 "w": 24,
1417 "x": 0,
1418 "y": 17
1419 },
1420 "id": 264,
1421 "panels": [],
1422 "repeat": null,
1423 "title": "Basic Net / Disk Info",
1424 "type": "row"
1425 },
1426 {
1427 "aliasColors": {
1428 "Recv_bytes_eth2": "#7EB26D",
1429 "Recv_bytes_lo": "#0A50A1",
1430 "Recv_drop_eth2": "#6ED0E0",
1431 "Recv_drop_lo": "#E0F9D7",
1432 "Recv_errs_eth2": "#BF1B00",
1433 "Recv_errs_lo": "#CCA300",
1434 "Trans_bytes_eth2": "#7EB26D",
1435 "Trans_bytes_lo": "#0A50A1",
1436 "Trans_drop_eth2": "#6ED0E0",
1437 "Trans_drop_lo": "#E0F9D7",
1438 "Trans_errs_eth2": "#BF1B00",
1439 "Trans_errs_lo": "#CCA300",
1440 "recv_bytes_lo": "#0A50A1",
1441 "recv_drop_eth0": "#99440A",
1442 "recv_drop_lo": "#967302",
1443 "recv_errs_eth0": "#BF1B00",
1444 "recv_errs_lo": "#890F02",
1445 "trans_bytes_eth0": "#7EB26D",
1446 "trans_bytes_lo": "#0A50A1",
1447 "trans_drop_eth0": "#99440A",
1448 "trans_drop_lo": "#967302",
1449 "trans_errs_eth0": "#BF1B00",
1450 "trans_errs_lo": "#890F02"
1451 },
1452 "bars": false,
1453 "dashLength": 10,
1454 "dashes": false,
1455 "datasource": "Prometheus",
1456 "description": "Basic network info per interface",
1457 "fill": 4,
1458 "gridPos": {
1459 "h": 7,
1460 "w": 12,
1461 "x": 0,
1462 "y": 18
1463 },
1464 "id": 74,
1465 "legend": {
1466 "alignAsTable": false,
1467 "avg": false,
1468 "current": false,
1469 "hideEmpty": false,
1470 "hideZero": false,
1471 "max": false,
1472 "min": false,
1473 "rightSide": false,
1474 "show": true,
1475 "sort": "current",
1476 "sortDesc": true,
1477 "total": false,
1478 "values": false
1479 },
1480 "lines": true,
1481 "linewidth": 1,
1482 "links": [],
1483 "nullPointMode": "null",
1484 "percentage": false,
1485 "pointradius": 5,
1486 "points": false,
1487 "renderer": "flot",
1488 "seriesOverrides": [
1489 {
1490 "alias": "/.*trans.*/",
1491 "transform": "negative-Y"
1492 },
1493 {
1494 "alias": "/.*lo.*/",
1495 "color": "#7EB26D"
1496 },
1497 {
1498 "alias": "/.*eth0.*/",
1499 "color": "#EAB839"
1500 },
1501 {
1502 "alias": "/.*eth1.*/",
1503 "color": "#6ED0E0"
1504 },
1505 {
1506 "alias": "/.*eth2.*/",
1507 "color": "#EF843C"
1508 },
1509 {
1510 "alias": "/.*eth3.*/",
1511 "color": "#E24D42"
1512 },
1513 {
1514 "alias": "/.*eth4.*/",
1515 "color": "#1F78C1"
1516 },
1517 {
1518 "alias": "/.*eth5.*/",
1519 "color": "#BA43A9"
1520 }
1521 ],
1522 "spaceLength": 10,
1523 "stack": false,
1524 "steppedLine": false,
1525 "targets": [
1526 {
1527 "expr": "rate(node_network_receive_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
1528 "format": "time_series",
1529 "intervalFactor": 2,
1530 "legendFormat": "recv {{device}}",
1531 "refId": "A",
1532 "step": 240
1533 },
1534 {
1535 "expr": "rate(node_network_transmit_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
1536 "format": "time_series",
1537 "intervalFactor": 2,
1538 "legendFormat": "trans {{device}} ",
1539 "refId": "B",
1540 "step": 240
1541 }
1542 ],
1543 "thresholds": [],
1544 "timeFrom": null,
1545 "timeShift": null,
1546 "title": "Network Traffic Basic",
1547 "tooltip": {
1548 "shared": true,
1549 "sort": 0,
1550 "value_type": "individual"
1551 },
1552 "transparent": false,
1553 "type": "graph",
1554 "xaxis": {
1555 "buckets": null,
1556 "mode": "time",
1557 "name": null,
1558 "show": true,
1559 "values": []
1560 },
1561 "yaxes": [
1562 {
1563 "format": "bytes",
1564 "label": null,
1565 "logBase": 1,
1566 "max": null,
1567 "min": null,
1568 "show": true
1569 },
1570 {
1571 "format": "pps",
1572 "label": "",
1573 "logBase": 1,
1574 "max": null,
1575 "min": null,
1576 "show": false
1577 }
1578 ],
1579 "yaxis": {
1580 "align": false,
1581 "alignLevel": null
1582 }
1583 },
1584 {
1585 "aliasColors": {},
1586 "bars": false,
1587 "dashLength": 10,
1588 "dashes": false,
1589 "datasource": "Prometheus",
1590 "decimals": 3,
1591 "description": "Disk space used of all filesystems mounted",
1592 "fill": 4,
1593 "gridPos": {
1594 "h": 7,
1595 "w": 12,
1596 "x": 12,
1597 "y": 18
1598 },
1599 "height": "",
1600 "id": 152,
1601 "legend": {
1602 "alignAsTable": false,
1603 "avg": false,
1604 "current": false,
1605 "max": false,
1606 "min": false,
1607 "rightSide": false,
1608 "show": true,
1609 "sort": "current",
1610 "sortDesc": false,
1611 "total": false,
1612 "values": false
1613 },
1614 "lines": true,
1615 "linewidth": 1,
1616 "links": [],
1617 "minSpan": 4,
1618 "nullPointMode": "null",
1619 "percentage": false,
1620 "pointradius": 5,
1621 "points": false,
1622 "renderer": "flot",
1623 "seriesOverrides": [],
1624 "spaceLength": 10,
1625 "stack": false,
1626 "steppedLine": false,
1627 "targets": [
1628 {
1629 "expr": "100 - ((node_filesystem_avail_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'})",
1630 "format": "time_series",
1631 "intervalFactor": 2,
1632 "legendFormat": "{{mountpoint}}",
1633 "refId": "A",
1634 "step": 240
1635 }
1636 ],
1637 "thresholds": [],
1638 "timeFrom": null,
1639 "timeShift": null,
1640 "title": "Disk Space Used Basic",
1641 "tooltip": {
1642 "shared": true,
1643 "sort": 0,
1644 "value_type": "individual"
1645 },
1646 "type": "graph",
1647 "xaxis": {
1648 "buckets": null,
1649 "mode": "time",
1650 "name": null,
1651 "show": true,
1652 "values": []
1653 },
1654 "yaxes": [
1655 {
1656 "format": "percent",
1657 "label": null,
1658 "logBase": 1,
1659 "max": "100",
1660 "min": "0",
1661 "show": true
1662 },
1663 {
1664 "format": "short",
1665 "label": null,
1666 "logBase": 1,
1667 "max": null,
1668 "min": null,
1669 "show": true
1670 }
1671 ],
1672 "yaxis": {
1673 "align": false,
1674 "alignLevel": null
1675 }
1676 },
1677 {
1678 "collapsed": true,
1679 "gridPos": {
1680 "h": 1,
1681 "w": 24,
1682 "x": 0,
1683 "y": 25
1684 },
1685 "id": 265,
1686 "panels": [
1687 {
1688 "aliasColors": {
1689 "Idle - Waiting for something to happen": "#052B51",
1690 "guest": "#9AC48A",
1691 "idle": "#052B51",
1692 "iowait": "#EAB839",
1693 "irq": "#BF1B00",
1694 "nice": "#C15C17",
1695 "softirq": "#E24D42",
1696 "steal": "#FCE2DE",
1697 "system": "#508642",
1698 "user": "#5195CE"
1699 },
1700 "bars": false,
1701 "dashLength": 10,
1702 "dashes": false,
1703 "datasource": "Prometheus",
1704 "decimals": 2,
1705 "description": "",
1706 "fill": 4,
1707 "gridPos": {
1708 "h": 12,
1709 "w": 12,
1710 "x": 0,
1711 "y": 26
1712 },
1713 "id": 3,
1714 "legend": {
1715 "alignAsTable": true,
1716 "avg": true,
1717 "current": true,
1718 "max": true,
1719 "min": true,
1720 "rightSide": false,
1721 "show": true,
1722 "sideWidth": 250,
1723 "sort": null,
1724 "sortDesc": null,
1725 "total": false,
1726 "values": true
1727 },
1728 "lines": true,
1729 "linewidth": 1,
1730 "links": [],
1731 "minSpan": 4,
1732 "nullPointMode": "null",
1733 "percentage": true,
1734 "pointradius": 5,
1735 "points": false,
1736 "renderer": "flot",
1737 "repeat": null,
1738 "seriesOverrides": [],
1739 "spaceLength": 10,
1740 "stack": true,
1741 "steppedLine": false,
1742 "targets": [
1743 {
1744 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode=\"system\",instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1745 "format": "time_series",
1746 "interval": "10s",
1747 "intervalFactor": 2,
1748 "legendFormat": "System - Processes executing in kernel mode",
1749 "refId": "A",
1750 "step": 20
1751 },
1752 {
1753 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='user',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1754 "format": "time_series",
1755 "intervalFactor": 2,
1756 "legendFormat": "User - Normal processes executing in user mode",
1757 "refId": "B",
1758 "step": 240
1759 },
1760 {
1761 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='nice',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1762 "format": "time_series",
1763 "intervalFactor": 2,
1764 "legendFormat": "Nice - Niced processes executing in user mode",
1765 "refId": "C",
1766 "step": 240
1767 },
1768 {
1769 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1770 "format": "time_series",
1771 "intervalFactor": 2,
1772 "legendFormat": "Idle - Waiting for something to happen",
1773 "refId": "F",
1774 "step": 240
1775 },
1776 {
1777 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='iowait',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1778 "format": "time_series",
1779 "intervalFactor": 2,
1780 "legendFormat": "Iowait - Waiting for I/O to complete",
1781 "refId": "D",
1782 "step": 240
1783 },
1784 {
1785 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='irq',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1786 "format": "time_series",
1787 "intervalFactor": 2,
1788 "legendFormat": "Irq - Servicing interrupts",
1789 "refId": "G",
1790 "step": 240
1791 },
1792 {
1793 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='softirq',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1794 "format": "time_series",
1795 "intervalFactor": 2,
1796 "legendFormat": "Softirq - Servicing softirqs",
1797 "refId": "H",
1798 "step": 240
1799 },
1800 {
1801 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='steal',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1802 "format": "time_series",
1803 "intervalFactor": 2,
1804 "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment",
1805 "refId": "E",
1806 "step": 240
1807 },
1808 {
1809 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='guest',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1810 "format": "time_series",
1811 "intervalFactor": 2,
1812 "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system",
1813 "refId": "I",
1814 "step": 240
1815 }
1816 ],
1817 "thresholds": [],
1818 "timeFrom": null,
1819 "timeShift": null,
1820 "title": "CPU",
1821 "tooltip": {
1822 "shared": true,
1823 "sort": 0,
1824 "value_type": "individual"
1825 },
1826 "transparent": false,
1827 "type": "graph",
1828 "xaxis": {
1829 "buckets": null,
1830 "mode": "time",
1831 "name": null,
1832 "show": true,
1833 "values": []
1834 },
1835 "yaxes": [
1836 {
1837 "format": "short",
1838 "label": "Percentage",
1839 "logBase": 1,
1840 "max": "100",
1841 "min": "0",
1842 "show": true
1843 },
1844 {
1845 "format": "short",
1846 "label": null,
1847 "logBase": 1,
1848 "max": null,
1849 "min": null,
1850 "show": false
1851 }
1852 ]
1853 },
1854 {
1855 "aliasColors": {
1856 "Apps": "#629E51",
1857 "Buffers": "#614D93",
1858 "Cache": "#6D1F62",
1859 "Cached": "#511749",
1860 "Committed": "#508642",
1861 "Free": "#0A437C",
1862 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1863 "Inactive": "#584477",
1864 "PageTables": "#0A50A1",
1865 "Page_Tables": "#0A50A1",
1866 "RAM_Free": "#E0F9D7",
1867 "Slab": "#806EB7",
1868 "Slab_Cache": "#E0752D",
1869 "Swap": "#BF1B00",
1870 "Swap - Swap memory usage": "#BF1B00",
1871 "Swap_Cache": "#C15C17",
1872 "Swap_Free": "#2F575E",
1873 "Unused": "#EAB839",
1874 "Unused - Free memory unasigned": "#052B51"
1875 },
1876 "bars": false,
1877 "dashLength": 10,
1878 "dashes": false,
1879 "datasource": "Prometheus",
1880 "decimals": 2,
1881 "description": "",
1882 "fill": 4,
1883 "gridPos": {
1884 "h": 12,
1885 "w": 12,
1886 "x": 12,
1887 "y": 26
1888 },
1889 "id": 24,
1890 "legend": {
1891 "alignAsTable": true,
1892 "avg": true,
1893 "current": true,
1894 "max": true,
1895 "min": true,
1896 "rightSide": false,
1897 "show": true,
1898 "sideWidth": 350,
1899 "sort": null,
1900 "sortDesc": null,
1901 "total": false,
1902 "values": true
1903 },
1904 "lines": true,
1905 "linewidth": 1,
1906 "links": [],
1907 "minSpan": 4,
1908 "nullPointMode": "null",
1909 "percentage": false,
1910 "pointradius": 5,
1911 "points": false,
1912 "renderer": "flot",
1913 "seriesOverrides": [
1914 {
1915 "alias": "/.*Harware Corrupted - *./",
1916 "stack": false
1917 }
1918 ],
1919 "spaceLength": 10,
1920 "stack": true,
1921 "steppedLine": false,
1922 "targets": [
1923 {
1924 "expr": "node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_Buffers_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_Cached_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_Slab_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_PageTables_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_SwapCached_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1925 "format": "time_series",
1926 "hide": false,
1927 "intervalFactor": 2,
1928 "legendFormat": "Apps - Memory used by user-space applications",
1929 "refId": "Q",
1930 "step": 240
1931 },
1932 {
1933 "expr": "node_memory_PageTables_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1934 "format": "time_series",
1935 "hide": false,
1936 "intervalFactor": 2,
1937 "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses",
1938 "refId": "G",
1939 "step": 240
1940 },
1941 {
1942 "expr": "node_memory_SwapCached_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1943 "format": "time_series",
1944 "intervalFactor": 2,
1945 "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified",
1946 "refId": "F",
1947 "step": 240
1948 },
1949 {
1950 "expr": "node_memory_Slab_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1951 "format": "time_series",
1952 "hide": false,
1953 "intervalFactor": 2,
1954 "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)",
1955 "refId": "E",
1956 "step": 240
1957 },
1958 {
1959 "expr": "node_memory_Cached_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1960 "format": "time_series",
1961 "hide": false,
1962 "intervalFactor": 2,
1963 "legendFormat": "Cache - Parked file data (file content) cache",
1964 "refId": "C",
1965 "step": 240
1966 },
1967 {
1968 "expr": "node_memory_Buffers_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1969 "format": "time_series",
1970 "hide": false,
1971 "intervalFactor": 2,
1972 "legendFormat": "Buffers - Block device (e.g. harddisk) cache",
1973 "refId": "B",
1974 "step": 240
1975 },
1976 {
1977 "expr": "node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1978 "format": "time_series",
1979 "hide": false,
1980 "intervalFactor": 2,
1981 "legendFormat": "Unused - Free memory unasigned",
1982 "refId": "D",
1983 "step": 240
1984 },
1985 {
1986 "expr": "(node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_SwapFree_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
1987 "format": "time_series",
1988 "hide": false,
1989 "intervalFactor": 2,
1990 "legendFormat": "Swap - Swap space used",
1991 "refId": "I",
1992 "step": 240
1993 },
1994 {
1995 "expr": "node_memory_HardwareCorrupted_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1996 "format": "time_series",
1997 "hide": false,
1998 "intervalFactor": 2,
1999 "legendFormat": "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working",
2000 "refId": "O",
2001 "step": 240
2002 }
2003 ],
2004 "thresholds": [],
2005 "timeFrom": null,
2006 "timeShift": null,
2007 "title": "Memory Stack",
2008 "tooltip": {
2009 "shared": true,
2010 "sort": 0,
2011 "value_type": "individual"
2012 },
2013 "type": "graph",
2014 "xaxis": {
2015 "buckets": null,
2016 "mode": "time",
2017 "name": null,
2018 "show": true,
2019 "values": []
2020 },
2021 "yaxes": [
2022 {
2023 "format": "bytes",
2024 "label": "Bytes",
2025 "logBase": 1,
2026 "max": null,
2027 "min": "0",
2028 "show": true
2029 },
2030 {
2031 "format": "short",
2032 "label": null,
2033 "logBase": 1,
2034 "max": null,
2035 "min": null,
2036 "show": false
2037 }
2038 ]
2039 },
2040 {
2041 "aliasColors": {
2042 "receive_packets_eth0": "#7EB26D",
2043 "receive_packets_lo": "#E24D42",
2044 "transmit_packets_eth0": "#7EB26D",
2045 "transmit_packets_lo": "#E24D42"
2046 },
2047 "bars": false,
2048 "dashLength": 10,
2049 "dashes": false,
2050 "datasource": "Prometheus",
2051 "fill": 4,
2052 "gridPos": {
2053 "h": 12,
2054 "w": 12,
2055 "x": 0,
2056 "y": 38
2057 },
2058 "id": 84,
2059 "legend": {
2060 "alignAsTable": true,
2061 "avg": true,
2062 "current": true,
2063 "max": true,
2064 "min": true,
2065 "rightSide": false,
2066 "show": true,
2067 "total": false,
2068 "values": true
2069 },
2070 "lines": true,
2071 "linewidth": 1,
2072 "links": [],
2073 "nullPointMode": "null",
2074 "percentage": false,
2075 "pointradius": 5,
2076 "points": false,
2077 "renderer": "flot",
2078 "seriesOverrides": [
2079 {
2080 "alias": "/.*Trans.*/",
2081 "transform": "negative-Y"
2082 },
2083 {
2084 "alias": "/.*lo.*/",
2085 "color": "#7EB26D"
2086 },
2087 {
2088 "alias": "/.*eth0.*/",
2089 "color": "#EAB839"
2090 },
2091 {
2092 "alias": "/.*eth1.*/",
2093 "color": "#6ED0E0"
2094 },
2095 {
2096 "alias": "/.*eth2.*/",
2097 "color": "#EF843C"
2098 },
2099 {
2100 "alias": "/.*eth3.*/",
2101 "color": "#E24D42"
2102 },
2103 {
2104 "alias": "/.*eth4.*/",
2105 "color": "#1F78C1"
2106 },
2107 {
2108 "alias": "/.*eth5.*/",
2109 "color": "#BA43A9"
2110 }
2111 ],
2112 "spaceLength": 10,
2113 "stack": false,
2114 "steppedLine": false,
2115 "targets": [
2116 {
2117 "expr": "irate(node_network_receive_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
2118 "format": "time_series",
2119 "intervalFactor": 2,
2120 "legendFormat": "{{device}} - Receive",
2121 "refId": "O",
2122 "step": 240
2123 },
2124 {
2125 "expr": "irate(node_network_transmit_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
2126 "format": "time_series",
2127 "intervalFactor": 2,
2128 "legendFormat": "{{device}} - Transmit",
2129 "refId": "P",
2130 "step": 240
2131 }
2132 ],
2133 "thresholds": [],
2134 "timeFrom": null,
2135 "timeShift": null,
2136 "title": "Network Traffic",
2137 "tooltip": {
2138 "shared": true,
2139 "sort": 0,
2140 "value_type": "individual"
2141 },
2142 "type": "graph",
2143 "xaxis": {
2144 "buckets": null,
2145 "mode": "time",
2146 "name": null,
2147 "show": true,
2148 "values": []
2149 },
2150 "yaxes": [
2151 {
2152 "format": "Bps",
2153 "label": "Bytes out (-) / in (+)",
2154 "logBase": 1,
2155 "max": null,
2156 "min": null,
2157 "show": true
2158 },
2159 {
2160 "format": "short",
2161 "label": null,
2162 "logBase": 1,
2163 "max": null,
2164 "min": null,
2165 "show": false
2166 }
2167 ]
2168 },
2169 {
2170 "aliasColors": {},
2171 "bars": false,
2172 "dashLength": 10,
2173 "dashes": false,
2174 "datasource": "Prometheus",
2175 "decimals": 3,
2176 "description": "",
2177 "fill": 4,
2178 "gridPos": {
2179 "h": 12,
2180 "w": 12,
2181 "x": 12,
2182 "y": 38
2183 },
2184 "height": "",
2185 "id": 156,
2186 "legend": {
2187 "alignAsTable": true,
2188 "avg": true,
2189 "current": true,
2190 "max": true,
2191 "min": true,
2192 "rightSide": false,
2193 "show": true,
2194 "sort": "current",
2195 "sortDesc": false,
2196 "total": false,
2197 "values": true
2198 },
2199 "lines": true,
2200 "linewidth": 1,
2201 "links": [],
2202 "minSpan": 4,
2203 "nullPointMode": "null",
2204 "percentage": false,
2205 "pointradius": 5,
2206 "points": false,
2207 "renderer": "flot",
2208 "seriesOverrides": [],
2209 "spaceLength": 10,
2210 "stack": false,
2211 "steppedLine": false,
2212 "targets": [
2213 {
2214 "expr": "node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
2215 "format": "time_series",
2216 "intervalFactor": 2,
2217 "legendFormat": "{{mountpoint}}",
2218 "refId": "A",
2219 "step": 240
2220 }
2221 ],
2222 "thresholds": [],
2223 "timeFrom": null,
2224 "timeShift": null,
2225 "title": "Disk Space Used",
2226 "tooltip": {
2227 "shared": true,
2228 "sort": 0,
2229 "value_type": "individual"
2230 },
2231 "type": "graph",
2232 "xaxis": {
2233 "buckets": null,
2234 "mode": "time",
2235 "name": null,
2236 "show": true,
2237 "values": []
2238 },
2239 "yaxes": [
2240 {
2241 "format": "bytes",
2242 "label": "Bytes",
2243 "logBase": 1,
2244 "max": null,
2245 "min": "0",
2246 "show": true
2247 },
2248 {
2249 "format": "short",
2250 "label": null,
2251 "logBase": 1,
2252 "max": null,
2253 "min": null,
2254 "show": false
2255 }
2256 ]
2257 },
2258 {
2259 "aliasColors": {},
2260 "bars": false,
2261 "dashLength": 10,
2262 "dashes": false,
2263 "datasource": "Prometheus",
2264 "description": "",
2265 "fill": 2,
2266 "gridPos": {
2267 "h": 12,
2268 "w": 12,
2269 "x": 0,
2270 "y": 50
2271 },
2272 "id": 229,
2273 "legend": {
2274 "alignAsTable": true,
2275 "avg": true,
2276 "current": true,
2277 "hideZero": true,
2278 "max": true,
2279 "min": true,
2280 "rightSide": false,
2281 "show": true,
2282 "total": false,
2283 "values": true
2284 },
2285 "lines": true,
2286 "linewidth": 1,
2287 "links": [],
2288 "minSpan": 4,
2289 "nullPointMode": "null",
2290 "percentage": false,
2291 "pointradius": 5,
2292 "points": false,
2293 "renderer": "flot",
2294 "seriesOverrides": [
2295 {
2296 "alias": "/.*Read.*/",
2297 "transform": "negative-Y"
2298 },
2299 {
2300 "alias": "/.*sda_.*/",
2301 "color": "#7EB26D"
2302 },
2303 {
2304 "alias": "/.*sdb_.*/",
2305 "color": "#EAB839"
2306 },
2307 {
2308 "alias": "/.*sdc_.*/",
2309 "color": "#6ED0E0"
2310 },
2311 {
2312 "alias": "/.*sdd_.*/",
2313 "color": "#EF843C"
2314 },
2315 {
2316 "alias": "/.*sde_.*/",
2317 "color": "#E24D42"
2318 },
2319 {
2320 "alias": "/.*sda1.*/",
2321 "color": "#584477"
2322 },
2323 {
2324 "alias": "/.*sda2_.*/",
2325 "color": "#BA43A9"
2326 },
2327 {
2328 "alias": "/.*sda3_.*/",
2329 "color": "#F4D598"
2330 },
2331 {
2332 "alias": "/.*sdb1.*/",
2333 "color": "#0A50A1"
2334 },
2335 {
2336 "alias": "/.*sdb2.*/",
2337 "color": "#BF1B00"
2338 },
2339 {
2340 "alias": "/.*sdb3.*/",
2341 "color": "#E0752D"
2342 },
2343 {
2344 "alias": "/.*sdc1.*/",
2345 "color": "#962D82"
2346 },
2347 {
2348 "alias": "/.*sdc2.*/",
2349 "color": "#614D93"
2350 },
2351 {
2352 "alias": "/.*sdc3.*/",
2353 "color": "#9AC48A"
2354 },
2355 {
2356 "alias": "/.*sdd1.*/",
2357 "color": "#65C5DB"
2358 },
2359 {
2360 "alias": "/.*sdd2.*/",
2361 "color": "#F9934E"
2362 },
2363 {
2364 "alias": "/.*sdd3.*/",
2365 "color": "#EA6460"
2366 },
2367 {
2368 "alias": "/.*sde1.*/",
2369 "color": "#E0F9D7"
2370 },
2371 {
2372 "alias": "/.*sdd2.*/",
2373 "color": "#FCEACA"
2374 },
2375 {
2376 "alias": "/.*sde3.*/",
2377 "color": "#F9E2D2"
2378 }
2379 ],
2380 "spaceLength": 10,
2381 "stack": false,
2382 "steppedLine": false,
2383 "targets": [
2384 {
2385 "expr": "irate(node_disk_reads_completed_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2386 "intervalFactor": 4,
2387 "legendFormat": "{{device}} - Reads completed",
2388 "refId": "A",
2389 "step": 480
2390 },
2391 {
2392 "expr": "irate(node_disk_writes_completed_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2393 "intervalFactor": 2,
2394 "legendFormat": "{{device}} - Writes completed",
2395 "refId": "B",
2396 "step": 240
2397 }
2398 ],
2399 "thresholds": [],
2400 "timeFrom": null,
2401 "timeShift": null,
2402 "title": "Disk IOps",
2403 "tooltip": {
2404 "shared": false,
2405 "sort": 0,
2406 "value_type": "individual"
2407 },
2408 "type": "graph",
2409 "xaxis": {
2410 "buckets": null,
2411 "mode": "time",
2412 "name": null,
2413 "show": true,
2414 "values": []
2415 },
2416 "yaxes": [
2417 {
2418 "format": "iops",
2419 "label": "IO read (-) / write (+)",
2420 "logBase": 1,
2421 "max": null,
2422 "min": null,
2423 "show": true
2424 },
2425 {
2426 "format": "short",
2427 "label": null,
2428 "logBase": 1,
2429 "max": null,
2430 "min": null,
2431 "show": false
2432 }
2433 ]
2434 },
2435 {
2436 "aliasColors": {
2437 "io time": "#890F02"
2438 },
2439 "bars": false,
2440 "dashLength": 10,
2441 "dashes": false,
2442 "datasource": "Prometheus",
2443 "decimals": 3,
2444 "description": "",
2445 "fill": 4,
2446 "gridPos": {
2447 "h": 12,
2448 "w": 12,
2449 "x": 12,
2450 "y": 50
2451 },
2452 "id": 42,
2453 "legend": {
2454 "alignAsTable": true,
2455 "avg": true,
2456 "current": true,
2457 "max": true,
2458 "min": true,
2459 "rightSide": false,
2460 "show": true,
2461 "sort": null,
2462 "sortDesc": null,
2463 "total": false,
2464 "values": true
2465 },
2466 "lines": true,
2467 "linewidth": 1,
2468 "links": [],
2469 "minSpan": 4,
2470 "nullPointMode": "null",
2471 "percentage": false,
2472 "pointradius": 5,
2473 "points": false,
2474 "renderer": "flot",
2475 "seriesOverrides": [
2476 {
2477 "alias": "/.*read*./",
2478 "transform": "negative-Y"
2479 },
2480 {
2481 "alias": "/.*sda.*/",
2482 "color": "#7EB26D"
2483 },
2484 {
2485 "alias": "/.*sdb.*/",
2486 "color": "#EAB839"
2487 },
2488 {
2489 "alias": "/.*sdc.*/",
2490 "color": "#6ED0E0"
2491 },
2492 {
2493 "alias": "/.*sdd.*/",
2494 "color": "#EF843C"
2495 },
2496 {
2497 "alias": "/.*sde.*/",
2498 "color": "#E24D42"
2499 }
2500 ],
2501 "spaceLength": 10,
2502 "stack": false,
2503 "steppedLine": false,
2504 "targets": [
2505 {
2506 "expr": "irate(node_disk_read_bytes_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2507 "format": "time_series",
2508 "hide": false,
2509 "intervalFactor": 2,
2510 "legendFormat": "{{device}} - Successfully read bytes",
2511 "refId": "A",
2512 "step": 240
2513 },
2514 {
2515 "expr": "irate(node_disk_written_bytes_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2516 "format": "time_series",
2517 "hide": false,
2518 "intervalFactor": 2,
2519 "legendFormat": "{{device}} - Successfully written bytes",
2520 "refId": "B",
2521 "step": 240
2522 }
2523 ],
2524 "thresholds": [],
2525 "timeFrom": null,
2526 "timeShift": null,
2527 "title": "I/O Usage Read / Write",
2528 "tooltip": {
2529 "shared": true,
2530 "sort": 0,
2531 "value_type": "individual"
2532 },
2533 "type": "graph",
2534 "xaxis": {
2535 "buckets": null,
2536 "mode": "time",
2537 "name": null,
2538 "show": false,
2539 "values": []
2540 },
2541 "yaxes": [
2542 {
2543 "format": "bytes",
2544 "label": "Bytes read (-) / write (+)",
2545 "logBase": 1,
2546 "max": null,
2547 "min": null,
2548 "show": true
2549 },
2550 {
2551 "format": "ms",
2552 "label": "",
2553 "logBase": 1,
2554 "max": null,
2555 "min": null,
2556 "show": true
2557 }
2558 ]
2559 },
2560 {
2561 "aliasColors": {
2562 "io time": "#890F02"
2563 },
2564 "bars": false,
2565 "dashLength": 10,
2566 "dashes": false,
2567 "datasource": "Prometheus",
2568 "decimals": 3,
2569 "description": "",
2570 "fill": 4,
2571 "gridPos": {
2572 "h": 12,
2573 "w": 12,
2574 "x": 0,
2575 "y": 62
2576 },
2577 "id": 127,
2578 "legend": {
2579 "alignAsTable": true,
2580 "avg": true,
2581 "current": true,
2582 "max": true,
2583 "min": true,
2584 "rightSide": false,
2585 "show": true,
2586 "sort": null,
2587 "sortDesc": null,
2588 "total": false,
2589 "values": true
2590 },
2591 "lines": true,
2592 "linewidth": 1,
2593 "links": [],
2594 "minSpan": 4,
2595 "nullPointMode": "null",
2596 "percentage": false,
2597 "pointradius": 5,
2598 "points": false,
2599 "renderer": "flot",
2600 "seriesOverrides": [],
2601 "spaceLength": 10,
2602 "stack": false,
2603 "steppedLine": false,
2604 "targets": [
2605 {
2606 "expr": "irate(node_disk_io_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"} [5m])",
2607 "format": "time_series",
2608 "hide": false,
2609 "intervalFactor": 2,
2610 "legendFormat": "{{device}} - Milliseconds spent doing I/Os",
2611 "refId": "C",
2612 "step": 240
2613 }
2614 ],
2615 "thresholds": [],
2616 "timeFrom": null,
2617 "timeShift": null,
2618 "title": "I/O Usage Times",
2619 "tooltip": {
2620 "shared": true,
2621 "sort": 0,
2622 "value_type": "individual"
2623 },
2624 "type": "graph",
2625 "xaxis": {
2626 "buckets": null,
2627 "mode": "time",
2628 "name": null,
2629 "show": false,
2630 "values": []
2631 },
2632 "yaxes": [
2633 {
2634 "format": "ms",
2635 "label": "Milliseconds",
2636 "logBase": 1,
2637 "max": null,
2638 "min": "0",
2639 "show": true
2640 },
2641 {
2642 "format": "ms",
2643 "label": "",
2644 "logBase": 1,
2645 "max": null,
2646 "min": null,
2647 "show": false
2648 }
2649 ]
2650 }
2651 ],
2652 "repeat": null,
2653 "title": "CPU Memory Net Disk",
2654 "type": "row"
2655 },
2656 {
2657 "collapsed": true,
2658 "gridPos": {
2659 "h": 1,
2660 "w": 24,
2661 "x": 0,
2662 "y": 26
2663 },
2664 "id": 266,
2665 "panels": [
2666 {
2667 "aliasColors": {
2668 "Apps": "#629E51",
2669 "Buffers": "#614D93",
2670 "Cache": "#6D1F62",
2671 "Cached": "#511749",
2672 "Committed": "#508642",
2673 "Free": "#0A437C",
2674 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2675 "Inactive": "#584477",
2676 "PageTables": "#0A50A1",
2677 "Page_Tables": "#0A50A1",
2678 "RAM_Free": "#E0F9D7",
2679 "Slab": "#806EB7",
2680 "Slab_Cache": "#E0752D",
2681 "Swap": "#BF1B00",
2682 "Swap_Cache": "#C15C17",
2683 "Swap_Free": "#2F575E",
2684 "Unused": "#EAB839"
2685 },
2686 "bars": false,
2687 "dashLength": 10,
2688 "dashes": false,
2689 "datasource": "Prometheus",
2690 "decimals": 2,
2691 "fill": 2,
2692 "gridPos": {
2693 "h": 10,
2694 "w": 12,
2695 "x": 0,
2696 "y": 63
2697 },
2698 "id": 136,
2699 "legend": {
2700 "alignAsTable": true,
2701 "avg": true,
2702 "current": true,
2703 "max": true,
2704 "min": true,
2705 "rightSide": false,
2706 "show": true,
2707 "sideWidth": 350,
2708 "total": false,
2709 "values": true
2710 },
2711 "lines": true,
2712 "linewidth": 1,
2713 "links": [],
2714 "minSpan": 12,
2715 "nullPointMode": "null",
2716 "percentage": false,
2717 "pointradius": 5,
2718 "points": false,
2719 "renderer": "flot",
2720 "seriesOverrides": [],
2721 "spaceLength": 10,
2722 "stack": true,
2723 "steppedLine": false,
2724 "targets": [
2725 {
2726 "expr": "node_memory_Inactive_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2727 "format": "time_series",
2728 "intervalFactor": 2,
2729 "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes",
2730 "refId": "K",
2731 "step": 4
2732 },
2733 {
2734 "expr": "node_memory_Active_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2735 "format": "time_series",
2736 "intervalFactor": 2,
2737 "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary",
2738 "refId": "J",
2739 "step": 4
2740 }
2741 ],
2742 "thresholds": [],
2743 "timeFrom": null,
2744 "timeShift": null,
2745 "title": "Memory Active / Inactive",
2746 "tooltip": {
2747 "shared": true,
2748 "sort": 0,
2749 "value_type": "cumulative"
2750 },
2751 "type": "graph",
2752 "xaxis": {
2753 "buckets": null,
2754 "mode": "time",
2755 "name": null,
2756 "show": true,
2757 "values": []
2758 },
2759 "yaxes": [
2760 {
2761 "format": "bytes",
2762 "label": "Bytes",
2763 "logBase": 1,
2764 "max": null,
2765 "min": "0",
2766 "show": true
2767 },
2768 {
2769 "format": "short",
2770 "label": null,
2771 "logBase": 1,
2772 "max": null,
2773 "min": null,
2774 "show": false
2775 }
2776 ]
2777 },
2778 {
2779 "aliasColors": {
2780 "Apps": "#629E51",
2781 "Buffers": "#614D93",
2782 "Cache": "#6D1F62",
2783 "Cached": "#511749",
2784 "Committed": "#508642",
2785 "Free": "#0A437C",
2786 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2787 "Inactive": "#584477",
2788 "PageTables": "#0A50A1",
2789 "Page_Tables": "#0A50A1",
2790 "RAM_Free": "#E0F9D7",
2791 "Slab": "#806EB7",
2792 "Slab_Cache": "#E0752D",
2793 "Swap": "#BF1B00",
2794 "Swap_Cache": "#C15C17",
2795 "Swap_Free": "#2F575E",
2796 "Unused": "#EAB839"
2797 },
2798 "bars": false,
2799 "dashLength": 10,
2800 "dashes": false,
2801 "datasource": "Prometheus",
2802 "decimals": 2,
2803 "fill": 2,
2804 "gridPos": {
2805 "h": 10,
2806 "w": 12,
2807 "x": 12,
2808 "y": 63
2809 },
2810 "id": 135,
2811 "legend": {
2812 "alignAsTable": true,
2813 "avg": true,
2814 "current": true,
2815 "max": true,
2816 "min": true,
2817 "rightSide": false,
2818 "show": true,
2819 "sideWidth": 350,
2820 "total": false,
2821 "values": true
2822 },
2823 "lines": true,
2824 "linewidth": 1,
2825 "links": [],
2826 "minSpan": 4,
2827 "nullPointMode": "null",
2828 "percentage": false,
2829 "pointradius": 5,
2830 "points": false,
2831 "renderer": "flot",
2832 "seriesOverrides": [
2833 {
2834 "alias": "/.*Committed_AS - *./"
2835 },
2836 {
2837 "alias": "/.*CommitLimit - *./",
2838 "color": "#BF1B00",
2839 "fill": 0
2840 }
2841 ],
2842 "spaceLength": 10,
2843 "stack": false,
2844 "steppedLine": false,
2845 "targets": [
2846 {
2847 "expr": "node_memory_Committed_AS_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2848 "format": "time_series",
2849 "intervalFactor": 2,
2850 "legendFormat": "Committed_AS - Amount of memory presently allocated on the system",
2851 "refId": "A",
2852 "step": 4
2853 },
2854 {
2855 "expr": "node_memory_CommitLimit_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2856 "format": "time_series",
2857 "intervalFactor": 2,
2858 "legendFormat": "CommitLimit - Amount of memory currently available to be allocated on the system",
2859 "refId": "M",
2860 "step": 4
2861 }
2862 ],
2863 "thresholds": [],
2864 "timeFrom": null,
2865 "timeShift": null,
2866 "title": "Memory Commited",
2867 "tooltip": {
2868 "shared": true,
2869 "sort": 0,
2870 "value_type": "cumulative"
2871 },
2872 "type": "graph",
2873 "xaxis": {
2874 "buckets": null,
2875 "mode": "time",
2876 "name": null,
2877 "show": true,
2878 "values": []
2879 },
2880 "yaxes": [
2881 {
2882 "format": "bytes",
2883 "label": "Bytes",
2884 "logBase": 1,
2885 "max": null,
2886 "min": "0",
2887 "show": true
2888 },
2889 {
2890 "format": "short",
2891 "label": null,
2892 "logBase": 1,
2893 "max": null,
2894 "min": null,
2895 "show": false
2896 }
2897 ]
2898 },
2899 {
2900 "aliasColors": {
2901 "Apps": "#629E51",
2902 "Buffers": "#614D93",
2903 "Cache": "#6D1F62",
2904 "Cached": "#511749",
2905 "Committed": "#508642",
2906 "Free": "#0A437C",
2907 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2908 "Inactive": "#584477",
2909 "PageTables": "#0A50A1",
2910 "Page_Tables": "#0A50A1",
2911 "RAM_Free": "#E0F9D7",
2912 "Slab": "#806EB7",
2913 "Slab_Cache": "#E0752D",
2914 "Swap": "#BF1B00",
2915 "Swap_Cache": "#C15C17",
2916 "Swap_Free": "#2F575E",
2917 "Unused": "#EAB839"
2918 },
2919 "bars": false,
2920 "dashLength": 10,
2921 "dashes": false,
2922 "datasource": "Prometheus",
2923 "decimals": 2,
2924 "fill": 2,
2925 "gridPos": {
2926 "h": 10,
2927 "w": 12,
2928 "x": 0,
2929 "y": 73
2930 },
2931 "id": 191,
2932 "legend": {
2933 "alignAsTable": true,
2934 "avg": true,
2935 "current": true,
2936 "max": true,
2937 "min": true,
2938 "rightSide": false,
2939 "show": true,
2940 "sideWidth": 350,
2941 "total": false,
2942 "values": true
2943 },
2944 "lines": true,
2945 "linewidth": 1,
2946 "links": [],
2947 "minSpan": 4,
2948 "nullPointMode": "null",
2949 "percentage": false,
2950 "pointradius": 5,
2951 "points": false,
2952 "renderer": "flot",
2953 "seriesOverrides": [],
2954 "spaceLength": 10,
2955 "stack": true,
2956 "steppedLine": false,
2957 "targets": [
2958 {
2959 "expr": "node_memory_Inactive_file_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2960 "format": "time_series",
2961 "hide": false,
2962 "intervalFactor": 2,
2963 "legendFormat": "Inactive_file - File-backed memory on inactive LRU list",
2964 "refId": "A",
2965 "step": 4
2966 },
2967 {
2968 "expr": "node_memory_Inactive_anon_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2969 "format": "time_series",
2970 "hide": false,
2971 "intervalFactor": 2,
2972 "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)",
2973 "refId": "D",
2974 "step": 4
2975 },
2976 {
2977 "expr": "node_memory_Active_file_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2978 "format": "time_series",
2979 "hide": false,
2980 "intervalFactor": 2,
2981 "legendFormat": "Active_file - File-backed memory on active LRU list",
2982 "refId": "B",
2983 "step": 4
2984 },
2985 {
2986 "expr": "node_memory_Active_anon_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2987 "format": "time_series",
2988 "hide": false,
2989 "intervalFactor": 2,
2990 "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs",
2991 "refId": "C",
2992 "step": 4
2993 }
2994 ],
2995 "thresholds": [],
2996 "timeFrom": null,
2997 "timeShift": null,
2998 "title": "Memory Active / Inactive Detail",
2999 "tooltip": {
3000 "shared": true,
3001 "sort": 0,
3002 "value_type": "cumulative"
3003 },
3004 "type": "graph",
3005 "xaxis": {
3006 "buckets": null,
3007 "mode": "time",
3008 "name": null,
3009 "show": true,
3010 "values": []
3011 },
3012 "yaxes": [
3013 {
3014 "format": "bytes",
3015 "label": "Bytes",
3016 "logBase": 1,
3017 "max": null,
3018 "min": "0",
3019 "show": true
3020 },
3021 {
3022 "format": "bytes",
3023 "label": null,
3024 "logBase": 1,
3025 "max": null,
3026 "min": null,
3027 "show": true
3028 }
3029 ]
3030 },
3031 {
3032 "aliasColors": {
3033 "Active": "#99440A",
3034 "Buffers": "#58140C",
3035 "Cache": "#6D1F62",
3036 "Cached": "#511749",
3037 "Committed": "#508642",
3038 "Dirty": "#6ED0E0",
3039 "Free": "#B7DBAB",
3040 "Inactive": "#EA6460",
3041 "Mapped": "#052B51",
3042 "PageTables": "#0A50A1",
3043 "Page_Tables": "#0A50A1",
3044 "Slab_Cache": "#EAB839",
3045 "Swap": "#BF1B00",
3046 "Swap_Cache": "#C15C17",
3047 "Total": "#511749",
3048 "Total RAM": "#052B51",
3049 "Total RAM + Swap": "#052B51",
3050 "Total Swap": "#614D93",
3051 "VmallocUsed": "#EA6460"
3052 },
3053 "bars": false,
3054 "dashLength": 10,
3055 "dashes": false,
3056 "datasource": "Prometheus",
3057 "decimals": 2,
3058 "fill": 2,
3059 "gridPos": {
3060 "h": 10,
3061 "w": 12,
3062 "x": 12,
3063 "y": 73
3064 },
3065 "id": 130,
3066 "legend": {
3067 "alignAsTable": true,
3068 "avg": true,
3069 "current": true,
3070 "max": true,
3071 "min": true,
3072 "rightSide": false,
3073 "show": true,
3074 "sideWidth": null,
3075 "total": false,
3076 "values": true
3077 },
3078 "lines": true,
3079 "linewidth": 1,
3080 "links": [],
3081 "minSpan": 12,
3082 "nullPointMode": "null",
3083 "percentage": false,
3084 "pointradius": 5,
3085 "points": false,
3086 "renderer": "flot",
3087 "seriesOverrides": [],
3088 "spaceLength": 10,
3089 "stack": false,
3090 "steppedLine": false,
3091 "targets": [
3092 {
3093 "expr": "node_memory_Writeback_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3094 "format": "time_series",
3095 "intervalFactor": 2,
3096 "legendFormat": "Writeback - Memory which is actively being written back to disk",
3097 "refId": "J",
3098 "step": 4
3099 },
3100 {
3101 "expr": "node_memory_WritebackTmp_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3102 "format": "time_series",
3103 "intervalFactor": 2,
3104 "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers",
3105 "refId": "K",
3106 "step": 4
3107 },
3108 {
3109 "expr": "node_memory_Dirty_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3110 "format": "time_series",
3111 "intervalFactor": 2,
3112 "legendFormat": "Dirty - Memory which is waiting to get written back to the disk",
3113 "refId": "A",
3114 "step": 4
3115 }
3116 ],
3117 "thresholds": [],
3118 "timeFrom": null,
3119 "timeShift": null,
3120 "title": "Memory Writeback and Dirty",
3121 "tooltip": {
3122 "shared": true,
3123 "sort": 0,
3124 "value_type": "individual"
3125 },
3126 "type": "graph",
3127 "xaxis": {
3128 "buckets": null,
3129 "mode": "time",
3130 "name": null,
3131 "show": true,
3132 "values": []
3133 },
3134 "yaxes": [
3135 {
3136 "format": "bytes",
3137 "label": "Bytes",
3138 "logBase": 1,
3139 "max": null,
3140 "min": "0",
3141 "show": true
3142 },
3143 {
3144 "format": "short",
3145 "label": null,
3146 "logBase": 1,
3147 "max": null,
3148 "min": null,
3149 "show": false
3150 }
3151 ]
3152 },
3153 {
3154 "aliasColors": {
3155 "Apps": "#629E51",
3156 "Buffers": "#614D93",
3157 "Cache": "#6D1F62",
3158 "Cached": "#511749",
3159 "Committed": "#508642",
3160 "Free": "#0A437C",
3161 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3162 "Inactive": "#584477",
3163 "PageTables": "#0A50A1",
3164 "Page_Tables": "#0A50A1",
3165 "RAM_Free": "#E0F9D7",
3166 "Slab": "#806EB7",
3167 "Slab_Cache": "#E0752D",
3168 "Swap": "#BF1B00",
3169 "Swap_Cache": "#C15C17",
3170 "Swap_Free": "#2F575E",
3171 "Unused": "#EAB839"
3172 },
3173 "bars": false,
3174 "dashLength": 10,
3175 "dashes": false,
3176 "datasource": "Prometheus",
3177 "decimals": 2,
3178 "fill": 2,
3179 "gridPos": {
3180 "h": 10,
3181 "w": 12,
3182 "x": 0,
3183 "y": 83
3184 },
3185 "id": 138,
3186 "legend": {
3187 "alignAsTable": true,
3188 "avg": true,
3189 "current": true,
3190 "max": true,
3191 "min": true,
3192 "rightSide": false,
3193 "show": true,
3194 "sideWidth": 350,
3195 "total": false,
3196 "values": true
3197 },
3198 "lines": true,
3199 "linewidth": 1,
3200 "links": [],
3201 "minSpan": 4,
3202 "nullPointMode": "null",
3203 "percentage": false,
3204 "pointradius": 5,
3205 "points": false,
3206 "renderer": "flot",
3207 "seriesOverrides": [],
3208 "spaceLength": 10,
3209 "stack": false,
3210 "steppedLine": false,
3211 "targets": [
3212 {
3213 "expr": "node_memory_Mapped_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3214 "format": "time_series",
3215 "intervalFactor": 2,
3216 "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries",
3217 "refId": "A",
3218 "step": 4
3219 },
3220 {
3221 "expr": "node_memory_Shmem_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3222 "format": "time_series",
3223 "intervalFactor": 2,
3224 "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)",
3225 "refId": "B",
3226 "step": 4
3227 }
3228 ],
3229 "thresholds": [],
3230 "timeFrom": null,
3231 "timeShift": null,
3232 "title": "Memory Shared and Mapped",
3233 "tooltip": {
3234 "shared": true,
3235 "sort": 0,
3236 "value_type": "cumulative"
3237 },
3238 "type": "graph",
3239 "xaxis": {
3240 "buckets": null,
3241 "mode": "time",
3242 "name": null,
3243 "show": true,
3244 "values": []
3245 },
3246 "yaxes": [
3247 {
3248 "format": "bytes",
3249 "label": "Bytes",
3250 "logBase": 1,
3251 "max": null,
3252 "min": "0",
3253 "show": true
3254 },
3255 {
3256 "format": "short",
3257 "label": null,
3258 "logBase": 1,
3259 "max": null,
3260 "min": null,
3261 "show": false
3262 }
3263 ]
3264 },
3265 {
3266 "aliasColors": {
3267 "Active": "#99440A",
3268 "Buffers": "#58140C",
3269 "Cache": "#6D1F62",
3270 "Cached": "#511749",
3271 "Committed": "#508642",
3272 "Dirty": "#6ED0E0",
3273 "Free": "#B7DBAB",
3274 "Inactive": "#EA6460",
3275 "Mapped": "#052B51",
3276 "PageTables": "#0A50A1",
3277 "Page_Tables": "#0A50A1",
3278 "Slab_Cache": "#EAB839",
3279 "Swap": "#BF1B00",
3280 "Swap_Cache": "#C15C17",
3281 "Total": "#511749",
3282 "Total RAM": "#052B51",
3283 "Total RAM + Swap": "#052B51",
3284 "Total Swap": "#614D93",
3285 "VmallocUsed": "#EA6460"
3286 },
3287 "bars": false,
3288 "dashLength": 10,
3289 "dashes": false,
3290 "datasource": "Prometheus",
3291 "decimals": 2,
3292 "fill": 2,
3293 "gridPos": {
3294 "h": 10,
3295 "w": 12,
3296 "x": 12,
3297 "y": 83
3298 },
3299 "id": 131,
3300 "legend": {
3301 "alignAsTable": true,
3302 "avg": true,
3303 "current": true,
3304 "max": true,
3305 "min": true,
3306 "rightSide": false,
3307 "show": true,
3308 "sideWidth": null,
3309 "total": false,
3310 "values": true
3311 },
3312 "lines": true,
3313 "linewidth": 1,
3314 "links": [],
3315 "minSpan": 12,
3316 "nullPointMode": "null",
3317 "percentage": false,
3318 "pointradius": 5,
3319 "points": false,
3320 "renderer": "flot",
3321 "seriesOverrides": [],
3322 "spaceLength": 10,
3323 "stack": true,
3324 "steppedLine": false,
3325 "targets": [
3326 {
3327 "expr": "node_memory_SUnreclaim_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3328 "format": "time_series",
3329 "intervalFactor": 2,
3330 "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure",
3331 "refId": "O",
3332 "step": 4
3333 },
3334 {
3335 "expr": "node_memory_SReclaimable_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3336 "format": "time_series",
3337 "intervalFactor": 2,
3338 "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches",
3339 "refId": "N",
3340 "step": 4
3341 }
3342 ],
3343 "thresholds": [],
3344 "timeFrom": null,
3345 "timeShift": null,
3346 "title": "Memory Slab",
3347 "tooltip": {
3348 "shared": true,
3349 "sort": 0,
3350 "value_type": "individual"
3351 },
3352 "type": "graph",
3353 "xaxis": {
3354 "buckets": null,
3355 "mode": "time",
3356 "name": null,
3357 "show": true,
3358 "values": []
3359 },
3360 "yaxes": [
3361 {
3362 "format": "bytes",
3363 "label": "Bytes",
3364 "logBase": 1,
3365 "max": null,
3366 "min": "0",
3367 "show": true
3368 },
3369 {
3370 "format": "short",
3371 "label": null,
3372 "logBase": 1,
3373 "max": null,
3374 "min": null,
3375 "show": false
3376 }
3377 ]
3378 },
3379 {
3380 "aliasColors": {
3381 "Active": "#99440A",
3382 "Buffers": "#58140C",
3383 "Cache": "#6D1F62",
3384 "Cached": "#511749",
3385 "Committed": "#508642",
3386 "Dirty": "#6ED0E0",
3387 "Free": "#B7DBAB",
3388 "Inactive": "#EA6460",
3389 "Mapped": "#052B51",
3390 "PageTables": "#0A50A1",
3391 "Page_Tables": "#0A50A1",
3392 "Slab_Cache": "#EAB839",
3393 "Swap": "#BF1B00",
3394 "Swap_Cache": "#C15C17",
3395 "Total": "#511749",
3396 "Total RAM": "#052B51",
3397 "Total RAM + Swap": "#052B51",
3398 "VmallocUsed": "#EA6460"
3399 },
3400 "bars": false,
3401 "dashLength": 10,
3402 "dashes": false,
3403 "datasource": "Prometheus",
3404 "decimals": 2,
3405 "fill": 2,
3406 "gridPos": {
3407 "h": 10,
3408 "w": 12,
3409 "x": 0,
3410 "y": 93
3411 },
3412 "id": 70,
3413 "legend": {
3414 "alignAsTable": true,
3415 "avg": true,
3416 "current": true,
3417 "max": true,
3418 "min": true,
3419 "rightSide": false,
3420 "show": true,
3421 "sideWidth": null,
3422 "total": false,
3423 "values": true
3424 },
3425 "lines": true,
3426 "linewidth": 1,
3427 "links": [],
3428 "minSpan": 4,
3429 "nullPointMode": "null",
3430 "percentage": false,
3431 "pointradius": 5,
3432 "points": false,
3433 "renderer": "flot",
3434 "seriesOverrides": [],
3435 "spaceLength": 10,
3436 "stack": false,
3437 "steppedLine": false,
3438 "targets": [
3439 {
3440 "expr": "node_memory_VmallocChunk_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3441 "format": "time_series",
3442 "hide": false,
3443 "intervalFactor": 2,
3444 "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free",
3445 "refId": "H",
3446 "step": 4
3447 },
3448 {
3449 "expr": "node_memory_VmallocTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3450 "format": "time_series",
3451 "hide": false,
3452 "intervalFactor": 2,
3453 "legendFormat": "VmallocTotal - Total size of vmalloc memory area",
3454 "refId": "I",
3455 "step": 4
3456 },
3457 {
3458 "expr": "node_memory_VmallocUsed_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3459 "format": "time_series",
3460 "hide": false,
3461 "intervalFactor": 2,
3462 "legendFormat": "VmallocUsed - Amount of vmalloc area which is used",
3463 "refId": "O",
3464 "step": 4
3465 }
3466 ],
3467 "thresholds": [],
3468 "timeFrom": null,
3469 "timeShift": null,
3470 "title": "Memory Vmalloc",
3471 "tooltip": {
3472 "shared": true,
3473 "sort": 0,
3474 "value_type": "individual"
3475 },
3476 "type": "graph",
3477 "xaxis": {
3478 "buckets": null,
3479 "mode": "time",
3480 "name": null,
3481 "show": true,
3482 "values": []
3483 },
3484 "yaxes": [
3485 {
3486 "format": "bytes",
3487 "label": "Bytes",
3488 "logBase": 1,
3489 "max": null,
3490 "min": "0",
3491 "show": true
3492 },
3493 {
3494 "format": "short",
3495 "label": null,
3496 "logBase": 1,
3497 "max": null,
3498 "min": null,
3499 "show": false
3500 }
3501 ]
3502 },
3503 {
3504 "aliasColors": {
3505 "Apps": "#629E51",
3506 "Buffers": "#614D93",
3507 "Cache": "#6D1F62",
3508 "Cached": "#511749",
3509 "Committed": "#508642",
3510 "Free": "#0A437C",
3511 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3512 "Inactive": "#584477",
3513 "PageTables": "#0A50A1",
3514 "Page_Tables": "#0A50A1",
3515 "RAM_Free": "#E0F9D7",
3516 "Slab": "#806EB7",
3517 "Slab_Cache": "#E0752D",
3518 "Swap": "#BF1B00",
3519 "Swap_Cache": "#C15C17",
3520 "Swap_Free": "#2F575E",
3521 "Unused": "#EAB839"
3522 },
3523 "bars": false,
3524 "dashLength": 10,
3525 "dashes": false,
3526 "datasource": "Prometheus",
3527 "decimals": 2,
3528 "fill": 2,
3529 "gridPos": {
3530 "h": 10,
3531 "w": 12,
3532 "x": 12,
3533 "y": 93
3534 },
3535 "id": 159,
3536 "legend": {
3537 "alignAsTable": true,
3538 "avg": true,
3539 "current": true,
3540 "max": true,
3541 "min": true,
3542 "rightSide": false,
3543 "show": true,
3544 "sideWidth": 350,
3545 "total": false,
3546 "values": true
3547 },
3548 "lines": true,
3549 "linewidth": 1,
3550 "links": [],
3551 "minSpan": 4,
3552 "nullPointMode": "null",
3553 "percentage": false,
3554 "pointradius": 5,
3555 "points": false,
3556 "renderer": "flot",
3557 "seriesOverrides": [],
3558 "spaceLength": 10,
3559 "stack": false,
3560 "steppedLine": false,
3561 "targets": [
3562 {
3563 "expr": "node_memory_Bounce_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3564 "format": "time_series",
3565 "intervalFactor": 2,
3566 "legendFormat": "Bounce - Memory used for block device bounce buffers",
3567 "refId": "N",
3568 "step": 4
3569 }
3570 ],
3571 "thresholds": [],
3572 "timeFrom": null,
3573 "timeShift": null,
3574 "title": "Memory Bounce",
3575 "tooltip": {
3576 "shared": true,
3577 "sort": 0,
3578 "value_type": "cumulative"
3579 },
3580 "type": "graph",
3581 "xaxis": {
3582 "buckets": null,
3583 "mode": "time",
3584 "name": null,
3585 "show": true,
3586 "values": []
3587 },
3588 "yaxes": [
3589 {
3590 "format": "bytes",
3591 "label": "Bytes",
3592 "logBase": 1,
3593 "max": null,
3594 "min": "0",
3595 "show": true
3596 },
3597 {
3598 "format": "short",
3599 "label": null,
3600 "logBase": 1,
3601 "max": null,
3602 "min": null,
3603 "show": false
3604 }
3605 ]
3606 },
3607 {
3608 "aliasColors": {
3609 "Active": "#99440A",
3610 "Buffers": "#58140C",
3611 "Cache": "#6D1F62",
3612 "Cached": "#511749",
3613 "Committed": "#508642",
3614 "Dirty": "#6ED0E0",
3615 "Free": "#B7DBAB",
3616 "Inactive": "#EA6460",
3617 "Mapped": "#052B51",
3618 "PageTables": "#0A50A1",
3619 "Page_Tables": "#0A50A1",
3620 "Slab_Cache": "#EAB839",
3621 "Swap": "#BF1B00",
3622 "Swap_Cache": "#C15C17",
3623 "Total": "#511749",
3624 "Total RAM": "#052B51",
3625 "Total RAM + Swap": "#052B51",
3626 "VmallocUsed": "#EA6460"
3627 },
3628 "bars": false,
3629 "dashLength": 10,
3630 "dashes": false,
3631 "datasource": "Prometheus",
3632 "decimals": 2,
3633 "fill": 2,
3634 "gridPos": {
3635 "h": 10,
3636 "w": 12,
3637 "x": 0,
3638 "y": 103
3639 },
3640 "id": 129,
3641 "legend": {
3642 "alignAsTable": true,
3643 "avg": true,
3644 "current": true,
3645 "max": true,
3646 "min": true,
3647 "rightSide": false,
3648 "show": true,
3649 "sideWidth": null,
3650 "total": false,
3651 "values": true
3652 },
3653 "lines": true,
3654 "linewidth": 1,
3655 "links": [],
3656 "minSpan": 4,
3657 "nullPointMode": "null",
3658 "percentage": false,
3659 "pointradius": 5,
3660 "points": false,
3661 "renderer": "flot",
3662 "seriesOverrides": [
3663 {
3664 "alias": "/.*Inactive *./",
3665 "transform": "negative-Y"
3666 }
3667 ],
3668 "spaceLength": 10,
3669 "stack": false,
3670 "steppedLine": false,
3671 "targets": [
3672 {
3673 "expr": "node_memory_AnonHugePages_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3674 "format": "time_series",
3675 "intervalFactor": 2,
3676 "legendFormat": "AnonHugePages - Memory in anonymous huge pages",
3677 "refId": "D",
3678 "step": 4
3679 },
3680 {
3681 "expr": "node_memory_AnonPages_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3682 "format": "time_series",
3683 "intervalFactor": 2,
3684 "legendFormat": "AnonPages - Memory in user pages not backed by files",
3685 "refId": "G",
3686 "step": 4
3687 }
3688 ],
3689 "thresholds": [],
3690 "timeFrom": null,
3691 "timeShift": null,
3692 "title": "Memory Anonymous",
3693 "tooltip": {
3694 "shared": true,
3695 "sort": 0,
3696 "value_type": "individual"
3697 },
3698 "type": "graph",
3699 "xaxis": {
3700 "buckets": null,
3701 "mode": "time",
3702 "name": null,
3703 "show": true,
3704 "values": []
3705 },
3706 "yaxes": [
3707 {
3708 "format": "bytes",
3709 "label": "Bytes",
3710 "logBase": 1,
3711 "max": null,
3712 "min": "0",
3713 "show": true
3714 },
3715 {
3716 "format": "short",
3717 "label": null,
3718 "logBase": 1,
3719 "max": null,
3720 "min": null,
3721 "show": false
3722 }
3723 ]
3724 },
3725 {
3726 "aliasColors": {
3727 "Apps": "#629E51",
3728 "Buffers": "#614D93",
3729 "Cache": "#6D1F62",
3730 "Cached": "#511749",
3731 "Committed": "#508642",
3732 "Free": "#0A437C",
3733 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3734 "Inactive": "#584477",
3735 "PageTables": "#0A50A1",
3736 "Page_Tables": "#0A50A1",
3737 "RAM_Free": "#E0F9D7",
3738 "Slab": "#806EB7",
3739 "Slab_Cache": "#E0752D",
3740 "Swap": "#BF1B00",
3741 "Swap_Cache": "#C15C17",
3742 "Swap_Free": "#2F575E",
3743 "Unused": "#EAB839"
3744 },
3745 "bars": false,
3746 "dashLength": 10,
3747 "dashes": false,
3748 "datasource": "Prometheus",
3749 "decimals": 2,
3750 "fill": 2,
3751 "gridPos": {
3752 "h": 10,
3753 "w": 12,
3754 "x": 12,
3755 "y": 103
3756 },
3757 "id": 160,
3758 "legend": {
3759 "alignAsTable": true,
3760 "avg": true,
3761 "current": true,
3762 "max": true,
3763 "min": true,
3764 "rightSide": false,
3765 "show": true,
3766 "sideWidth": 350,
3767 "total": false,
3768 "values": true
3769 },
3770 "lines": true,
3771 "linewidth": 1,
3772 "links": [],
3773 "minSpan": 12,
3774 "nullPointMode": "null",
3775 "percentage": false,
3776 "pointradius": 5,
3777 "points": false,
3778 "renderer": "flot",
3779 "seriesOverrides": [],
3780 "spaceLength": 10,
3781 "stack": false,
3782 "steppedLine": false,
3783 "targets": [
3784 {
3785 "expr": "node_memory_KernelStack_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3786 "format": "time_series",
3787 "intervalFactor": 2,
3788 "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable",
3789 "refId": "N",
3790 "step": 4
3791 }
3792 ],
3793 "thresholds": [],
3794 "timeFrom": null,
3795 "timeShift": null,
3796 "title": "Memory Kernel",
3797 "tooltip": {
3798 "shared": true,
3799 "sort": 0,
3800 "value_type": "cumulative"
3801 },
3802 "type": "graph",
3803 "xaxis": {
3804 "buckets": null,
3805 "mode": "time",
3806 "name": null,
3807 "show": true,
3808 "values": []
3809 },
3810 "yaxes": [
3811 {
3812 "format": "bytes",
3813 "label": "Bytes",
3814 "logBase": 1,
3815 "max": null,
3816 "min": "0",
3817 "show": true
3818 },
3819 {
3820 "format": "short",
3821 "label": null,
3822 "logBase": 1,
3823 "max": null,
3824 "min": null,
3825 "show": false
3826 }
3827 ]
3828 },
3829 {
3830 "aliasColors": {
3831 "Active": "#99440A",
3832 "Buffers": "#58140C",
3833 "Cache": "#6D1F62",
3834 "Cached": "#511749",
3835 "Committed": "#508642",
3836 "Dirty": "#6ED0E0",
3837 "Free": "#B7DBAB",
3838 "Inactive": "#EA6460",
3839 "Mapped": "#052B51",
3840 "PageTables": "#0A50A1",
3841 "Page_Tables": "#0A50A1",
3842 "Slab_Cache": "#EAB839",
3843 "Swap": "#BF1B00",
3844 "Swap_Cache": "#C15C17",
3845 "Total": "#511749",
3846 "Total RAM": "#806EB7",
3847 "Total RAM + Swap": "#806EB7",
3848 "VmallocUsed": "#EA6460"
3849 },
3850 "bars": false,
3851 "dashLength": 10,
3852 "dashes": false,
3853 "datasource": "Prometheus",
3854 "decimals": 2,
3855 "fill": 2,
3856 "gridPos": {
3857 "h": 10,
3858 "w": 12,
3859 "x": 0,
3860 "y": 113
3861 },
3862 "id": 140,
3863 "legend": {
3864 "alignAsTable": true,
3865 "avg": false,
3866 "current": true,
3867 "max": true,
3868 "min": true,
3869 "rightSide": false,
3870 "show": true,
3871 "sideWidth": null,
3872 "total": false,
3873 "values": true
3874 },
3875 "lines": true,
3876 "linewidth": 1,
3877 "links": [],
3878 "minSpan": 4,
3879 "nullPointMode": "null",
3880 "percentage": false,
3881 "pointradius": 5,
3882 "points": false,
3883 "renderer": "flot",
3884 "seriesOverrides": [],
3885 "spaceLength": 10,
3886 "stack": false,
3887 "steppedLine": false,
3888 "targets": [
3889 {
3890 "expr": "node_memory_HugePages_Free{instance=~\"$node:$port\",job=~\"$job\"}",
3891 "format": "time_series",
3892 "intervalFactor": 2,
3893 "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated",
3894 "refId": "I",
3895 "step": 4
3896 },
3897 {
3898 "expr": "node_memory_HugePages_Rsvd{instance=~\"$node:$port\",job=~\"$job\"}",
3899 "format": "time_series",
3900 "intervalFactor": 2,
3901 "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made",
3902 "refId": "J",
3903 "step": 4
3904 },
3905 {
3906 "expr": "node_memory_HugePages_Surp{instance=~\"$node:$port\",job=~\"$job\"}",
3907 "format": "time_series",
3908 "intervalFactor": 2,
3909 "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages",
3910 "refId": "K",
3911 "step": 4
3912 }
3913 ],
3914 "thresholds": [],
3915 "timeFrom": null,
3916 "timeShift": null,
3917 "title": "Memory HugePages Counter",
3918 "tooltip": {
3919 "shared": true,
3920 "sort": 0,
3921 "value_type": "individual"
3922 },
3923 "type": "graph",
3924 "xaxis": {
3925 "buckets": null,
3926 "mode": "time",
3927 "name": null,
3928 "show": true,
3929 "values": []
3930 },
3931 "yaxes": [
3932 {
3933 "format": "short",
3934 "label": "Pages",
3935 "logBase": 1,
3936 "max": null,
3937 "min": "0",
3938 "show": true
3939 },
3940 {
3941 "format": "short",
3942 "label": "",
3943 "logBase": 1,
3944 "max": null,
3945 "min": null,
3946 "show": false
3947 }
3948 ]
3949 },
3950 {
3951 "aliasColors": {
3952 "Active": "#99440A",
3953 "Buffers": "#58140C",
3954 "Cache": "#6D1F62",
3955 "Cached": "#511749",
3956 "Committed": "#508642",
3957 "Dirty": "#6ED0E0",
3958 "Free": "#B7DBAB",
3959 "Inactive": "#EA6460",
3960 "Mapped": "#052B51",
3961 "PageTables": "#0A50A1",
3962 "Page_Tables": "#0A50A1",
3963 "Slab_Cache": "#EAB839",
3964 "Swap": "#BF1B00",
3965 "Swap_Cache": "#C15C17",
3966 "Total": "#511749",
3967 "Total RAM": "#806EB7",
3968 "Total RAM + Swap": "#806EB7",
3969 "VmallocUsed": "#EA6460"
3970 },
3971 "bars": false,
3972 "dashLength": 10,
3973 "dashes": false,
3974 "datasource": "Prometheus",
3975 "decimals": 2,
3976 "fill": 2,
3977 "gridPos": {
3978 "h": 10,
3979 "w": 12,
3980 "x": 12,
3981 "y": 113
3982 },
3983 "id": 71,
3984 "legend": {
3985 "alignAsTable": true,
3986 "avg": false,
3987 "current": true,
3988 "max": true,
3989 "min": true,
3990 "rightSide": false,
3991 "show": true,
3992 "sideWidth": null,
3993 "total": false,
3994 "values": true
3995 },
3996 "lines": true,
3997 "linewidth": 1,
3998 "links": [],
3999 "minSpan": 12,
4000 "nullPointMode": "null",
4001 "percentage": false,
4002 "pointradius": 5,
4003 "points": false,
4004 "renderer": "flot",
4005 "seriesOverrides": [],
4006 "spaceLength": 10,
4007 "stack": false,
4008 "steppedLine": false,
4009 "targets": [
4010 {
4011 "expr": "node_memory_HugePages_Total{instance=~\"$node:$port\",job=~\"$job\"}",
4012 "format": "time_series",
4013 "intervalFactor": 2,
4014 "legendFormat": "HugePages - Total size of the pool of huge pages",
4015 "refId": "L",
4016 "step": 4
4017 },
4018 {
4019 "expr": "node_memory_Hugepagesize_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4020 "format": "time_series",
4021 "intervalFactor": 2,
4022 "legendFormat": "Hugepagesize - Huge Page size",
4023 "refId": "D",
4024 "step": 4
4025 }
4026 ],
4027 "thresholds": [],
4028 "timeFrom": null,
4029 "timeShift": null,
4030 "title": "Memory HugePages Size",
4031 "tooltip": {
4032 "shared": true,
4033 "sort": 0,
4034 "value_type": "individual"
4035 },
4036 "type": "graph",
4037 "xaxis": {
4038 "buckets": null,
4039 "mode": "time",
4040 "name": null,
4041 "show": true,
4042 "values": []
4043 },
4044 "yaxes": [
4045 {
4046 "format": "bytes",
4047 "label": "Bytes",
4048 "logBase": 1,
4049 "max": null,
4050 "min": "0",
4051 "show": true
4052 },
4053 {
4054 "format": "short",
4055 "label": "",
4056 "logBase": 1,
4057 "max": null,
4058 "min": null,
4059 "show": false
4060 }
4061 ]
4062 },
4063 {
4064 "aliasColors": {
4065 "Active": "#99440A",
4066 "Buffers": "#58140C",
4067 "Cache": "#6D1F62",
4068 "Cached": "#511749",
4069 "Committed": "#508642",
4070 "Dirty": "#6ED0E0",
4071 "Free": "#B7DBAB",
4072 "Inactive": "#EA6460",
4073 "Mapped": "#052B51",
4074 "PageTables": "#0A50A1",
4075 "Page_Tables": "#0A50A1",
4076 "Slab_Cache": "#EAB839",
4077 "Swap": "#BF1B00",
4078 "Swap_Cache": "#C15C17",
4079 "Total": "#511749",
4080 "Total RAM": "#052B51",
4081 "Total RAM + Swap": "#052B51",
4082 "VmallocUsed": "#EA6460"
4083 },
4084 "bars": false,
4085 "dashLength": 10,
4086 "dashes": false,
4087 "datasource": "Prometheus",
4088 "decimals": 2,
4089 "fill": 2,
4090 "gridPos": {
4091 "h": 10,
4092 "w": 12,
4093 "x": 0,
4094 "y": 123
4095 },
4096 "id": 128,
4097 "legend": {
4098 "alignAsTable": true,
4099 "avg": true,
4100 "current": false,
4101 "hideEmpty": false,
4102 "hideZero": false,
4103 "max": true,
4104 "min": true,
4105 "rightSide": false,
4106 "show": true,
4107 "sideWidth": null,
4108 "total": false,
4109 "values": true
4110 },
4111 "lines": true,
4112 "linewidth": 1,
4113 "links": [],
4114 "minSpan": 4,
4115 "nullPointMode": "null",
4116 "percentage": false,
4117 "pointradius": 5,
4118 "points": false,
4119 "renderer": "flot",
4120 "seriesOverrides": [],
4121 "spaceLength": 10,
4122 "stack": false,
4123 "steppedLine": false,
4124 "targets": [
4125 {
4126 "expr": "node_memory_DirectMap1G{instance=~\"$node:$port\",job=~\"$job\"}",
4127 "format": "time_series",
4128 "intervalFactor": 2,
4129 "legendFormat": "DirectMap1G - Amount of pages mapped as this size",
4130 "refId": "J",
4131 "step": 4
4132 },
4133 {
4134 "expr": "node_memory_DirectMap2M_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4135 "format": "time_series",
4136 "interval": "",
4137 "intervalFactor": 2,
4138 "legendFormat": "DirectMap2M - Amount of pages mapped as this size",
4139 "refId": "K",
4140 "step": 4
4141 },
4142 {
4143 "expr": "node_memory_DirectMap4k_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4144 "format": "time_series",
4145 "interval": "",
4146 "intervalFactor": 2,
4147 "legendFormat": "DirectMap4K - Amount of pages mapped as this size",
4148 "refId": "L",
4149 "step": 4
4150 }
4151 ],
4152 "thresholds": [],
4153 "timeFrom": null,
4154 "timeShift": null,
4155 "title": "Memory DirectMap",
4156 "tooltip": {
4157 "shared": true,
4158 "sort": 0,
4159 "value_type": "individual"
4160 },
4161 "type": "graph",
4162 "xaxis": {
4163 "buckets": null,
4164 "mode": "time",
4165 "name": null,
4166 "show": true,
4167 "values": []
4168 },
4169 "yaxes": [
4170 {
4171 "format": "bytes",
4172 "label": "Bytes",
4173 "logBase": 1,
4174 "max": null,
4175 "min": "0",
4176 "show": true
4177 },
4178 {
4179 "format": "short",
4180 "label": null,
4181 "logBase": 1,
4182 "max": null,
4183 "min": null,
4184 "show": false
4185 }
4186 ]
4187 },
4188 {
4189 "aliasColors": {
4190 "Apps": "#629E51",
4191 "Buffers": "#614D93",
4192 "Cache": "#6D1F62",
4193 "Cached": "#511749",
4194 "Committed": "#508642",
4195 "Free": "#0A437C",
4196 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4197 "Inactive": "#584477",
4198 "PageTables": "#0A50A1",
4199 "Page_Tables": "#0A50A1",
4200 "RAM_Free": "#E0F9D7",
4201 "Slab": "#806EB7",
4202 "Slab_Cache": "#E0752D",
4203 "Swap": "#BF1B00",
4204 "Swap_Cache": "#C15C17",
4205 "Swap_Free": "#2F575E",
4206 "Unused": "#EAB839"
4207 },
4208 "bars": false,
4209 "dashLength": 10,
4210 "dashes": false,
4211 "datasource": "Prometheus",
4212 "decimals": 2,
4213 "fill": 2,
4214 "gridPos": {
4215 "h": 10,
4216 "w": 12,
4217 "x": 12,
4218 "y": 123
4219 },
4220 "id": 137,
4221 "legend": {
4222 "alignAsTable": true,
4223 "avg": true,
4224 "current": true,
4225 "max": true,
4226 "min": true,
4227 "rightSide": false,
4228 "show": true,
4229 "sideWidth": 350,
4230 "total": false,
4231 "values": true
4232 },
4233 "lines": true,
4234 "linewidth": 1,
4235 "links": [],
4236 "minSpan": 4,
4237 "nullPointMode": "null",
4238 "percentage": false,
4239 "pointradius": 5,
4240 "points": false,
4241 "renderer": "flot",
4242 "seriesOverrides": [],
4243 "spaceLength": 10,
4244 "stack": false,
4245 "steppedLine": false,
4246 "targets": [
4247 {
4248 "expr": "node_memory_Unevictable_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4249 "format": "time_series",
4250 "intervalFactor": 2,
4251 "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons",
4252 "refId": "P",
4253 "step": 4
4254 },
4255 {
4256 "expr": "node_memory_Mlocked_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4257 "format": "time_series",
4258 "intervalFactor": 2,
4259 "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call",
4260 "refId": "C",
4261 "step": 4
4262 }
4263 ],
4264 "thresholds": [],
4265 "timeFrom": null,
4266 "timeShift": null,
4267 "title": "Memory Unevictable and MLocked",
4268 "tooltip": {
4269 "shared": true,
4270 "sort": 0,
4271 "value_type": "cumulative"
4272 },
4273 "type": "graph",
4274 "xaxis": {
4275 "buckets": null,
4276 "mode": "time",
4277 "name": null,
4278 "show": true,
4279 "values": []
4280 },
4281 "yaxes": [
4282 {
4283 "format": "bytes",
4284 "label": "Bytes",
4285 "logBase": 1,
4286 "max": null,
4287 "min": "0",
4288 "show": true
4289 },
4290 {
4291 "format": "short",
4292 "label": null,
4293 "logBase": 1,
4294 "max": null,
4295 "min": null,
4296 "show": false
4297 }
4298 ]
4299 },
4300 {
4301 "aliasColors": {
4302 "Active": "#99440A",
4303 "Buffers": "#58140C",
4304 "Cache": "#6D1F62",
4305 "Cached": "#511749",
4306 "Committed": "#508642",
4307 "Dirty": "#6ED0E0",
4308 "Free": "#B7DBAB",
4309 "Inactive": "#EA6460",
4310 "Mapped": "#052B51",
4311 "PageTables": "#0A50A1",
4312 "Page_Tables": "#0A50A1",
4313 "Slab_Cache": "#EAB839",
4314 "Swap": "#BF1B00",
4315 "Swap_Cache": "#C15C17",
4316 "Total": "#511749",
4317 "Total RAM": "#052B51",
4318 "Total RAM + Swap": "#052B51",
4319 "Total Swap": "#614D93",
4320 "VmallocUsed": "#EA6460"
4321 },
4322 "bars": false,
4323 "dashLength": 10,
4324 "dashes": false,
4325 "datasource": "Prometheus",
4326 "decimals": 2,
4327 "fill": 2,
4328 "gridPos": {
4329 "h": 10,
4330 "w": 12,
4331 "x": 0,
4332 "y": 133
4333 },
4334 "id": 132,
4335 "legend": {
4336 "alignAsTable": true,
4337 "avg": true,
4338 "current": true,
4339 "max": true,
4340 "min": true,
4341 "rightSide": false,
4342 "show": true,
4343 "sideWidth": null,
4344 "total": false,
4345 "values": true
4346 },
4347 "lines": true,
4348 "linewidth": 1,
4349 "links": [],
4350 "minSpan": 4,
4351 "nullPointMode": "null",
4352 "percentage": false,
4353 "pointradius": 5,
4354 "points": false,
4355 "renderer": "flot",
4356 "seriesOverrides": [],
4357 "spaceLength": 10,
4358 "stack": false,
4359 "steppedLine": false,
4360 "targets": [
4361 {
4362 "expr": "node_memory_NFS_Unstable_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4363 "format": "time_series",
4364 "intervalFactor": 2,
4365 "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage",
4366 "refId": "L",
4367 "step": 4
4368 }
4369 ],
4370 "thresholds": [],
4371 "timeFrom": null,
4372 "timeShift": null,
4373 "title": "Memory NFS",
4374 "tooltip": {
4375 "shared": true,
4376 "sort": 0,
4377 "value_type": "individual"
4378 },
4379 "type": "graph",
4380 "xaxis": {
4381 "buckets": null,
4382 "mode": "time",
4383 "name": null,
4384 "show": true,
4385 "values": []
4386 },
4387 "yaxes": [
4388 {
4389 "format": "bytes",
4390 "label": "Bytes",
4391 "logBase": 1,
4392 "max": null,
4393 "min": "0",
4394 "show": true
4395 },
4396 {
4397 "format": "short",
4398 "label": null,
4399 "logBase": 1,
4400 "max": null,
4401 "min": null,
4402 "show": false
4403 }
4404 ]
4405 }
4406 ],
4407 "repeat": null,
4408 "title": "Memory Detail Meminfo",
4409 "type": "row"
4410 },
4411 {
4412 "collapsed": true,
4413 "gridPos": {
4414 "h": 1,
4415 "w": 24,
4416 "x": 0,
4417 "y": 27
4418 },
4419 "id": 267,
4420 "panels": [
4421 {
4422 "aliasColors": {},
4423 "bars": false,
4424 "dashLength": 10,
4425 "dashes": false,
4426 "datasource": "Prometheus",
4427 "fill": 2,
4428 "gridPos": {
4429 "h": 10,
4430 "w": 12,
4431 "x": 0,
4432 "y": 134
4433 },
4434 "id": 176,
4435 "legend": {
4436 "alignAsTable": true,
4437 "avg": true,
4438 "current": true,
4439 "max": true,
4440 "min": true,
4441 "rightSide": false,
4442 "show": true,
4443 "total": false,
4444 "values": true
4445 },
4446 "lines": true,
4447 "linewidth": 1,
4448 "links": [],
4449 "minSpan": 4,
4450 "nullPointMode": "null",
4451 "percentage": false,
4452 "pointradius": 5,
4453 "points": false,
4454 "renderer": "flot",
4455 "seriesOverrides": [
4456 {
4457 "alias": "/.*out/",
4458 "transform": "negative-Y"
4459 }
4460 ],
4461 "spaceLength": 10,
4462 "stack": false,
4463 "steppedLine": false,
4464 "targets": [
4465 {
4466 "expr": "irate(node_vmstat_pgpgin{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4467 "format": "time_series",
4468 "intervalFactor": 2,
4469 "legendFormat": "Pagesin - Page in operations",
4470 "refId": "A",
4471 "step": 4
4472 },
4473 {
4474 "expr": "irate(node_vmstat_pgpgout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4475 "format": "time_series",
4476 "intervalFactor": 2,
4477 "legendFormat": "Pagesout - Page out operations",
4478 "refId": "B",
4479 "step": 4
4480 }
4481 ],
4482 "thresholds": [],
4483 "timeFrom": null,
4484 "timeShift": null,
4485 "title": "Memory Pages In / Out",
4486 "tooltip": {
4487 "shared": true,
4488 "sort": 0,
4489 "value_type": "individual"
4490 },
4491 "type": "graph",
4492 "xaxis": {
4493 "buckets": null,
4494 "mode": "time",
4495 "name": null,
4496 "show": true,
4497 "values": []
4498 },
4499 "yaxes": [
4500 {
4501 "format": "short",
4502 "label": "Pages out (-) / in (+)",
4503 "logBase": 1,
4504 "max": null,
4505 "min": null,
4506 "show": true
4507 },
4508 {
4509 "format": "short",
4510 "label": null,
4511 "logBase": 1,
4512 "max": null,
4513 "min": null,
4514 "show": false
4515 }
4516 ]
4517 },
4518 {
4519 "aliasColors": {},
4520 "bars": false,
4521 "dashLength": 10,
4522 "dashes": false,
4523 "datasource": "Prometheus",
4524 "fill": 2,
4525 "gridPos": {
4526 "h": 10,
4527 "w": 12,
4528 "x": 12,
4529 "y": 134
4530 },
4531 "id": 22,
4532 "legend": {
4533 "alignAsTable": true,
4534 "avg": true,
4535 "current": true,
4536 "max": true,
4537 "min": true,
4538 "rightSide": false,
4539 "show": true,
4540 "total": false,
4541 "values": true
4542 },
4543 "lines": true,
4544 "linewidth": 1,
4545 "links": [],
4546 "minSpan": 4,
4547 "nullPointMode": "null",
4548 "percentage": false,
4549 "pointradius": 5,
4550 "points": false,
4551 "renderer": "flot",
4552 "seriesOverrides": [
4553 {
4554 "alias": "/.*out/",
4555 "transform": "negative-Y"
4556 }
4557 ],
4558 "spaceLength": 10,
4559 "stack": false,
4560 "steppedLine": false,
4561 "targets": [
4562 {
4563 "expr": "irate(node_vmstat_pswpin{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4564 "format": "time_series",
4565 "intervalFactor": 2,
4566 "legendFormat": "Pswpin - Pages swapped in",
4567 "refId": "A",
4568 "step": 4
4569 },
4570 {
4571 "expr": "irate(node_vmstat_pswpout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4572 "format": "time_series",
4573 "intervalFactor": 2,
4574 "legendFormat": "Pswpout - Pages swapped out",
4575 "refId": "B",
4576 "step": 4
4577 }
4578 ],
4579 "thresholds": [],
4580 "timeFrom": null,
4581 "timeShift": null,
4582 "title": "Memory Pages Swap In / Out",
4583 "tooltip": {
4584 "shared": true,
4585 "sort": 0,
4586 "value_type": "individual"
4587 },
4588 "type": "graph",
4589 "xaxis": {
4590 "buckets": null,
4591 "mode": "time",
4592 "name": null,
4593 "show": true,
4594 "values": []
4595 },
4596 "yaxes": [
4597 {
4598 "format": "short",
4599 "label": "Pages out (-) / in (+)",
4600 "logBase": 1,
4601 "max": null,
4602 "min": null,
4603 "show": true
4604 },
4605 {
4606 "format": "short",
4607 "label": null,
4608 "logBase": 1,
4609 "max": null,
4610 "min": null,
4611 "show": false
4612 }
4613 ]
4614 },
4615 {
4616 "aliasColors": {
4617 "Apps": "#629E51",
4618 "Buffers": "#614D93",
4619 "Cache": "#6D1F62",
4620 "Cached": "#511749",
4621 "Committed": "#508642",
4622 "Free": "#0A437C",
4623 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4624 "Inactive": "#584477",
4625 "PageTables": "#0A50A1",
4626 "Page_Tables": "#0A50A1",
4627 "RAM_Free": "#E0F9D7",
4628 "Slab": "#806EB7",
4629 "Slab_Cache": "#E0752D",
4630 "Swap": "#BF1B00",
4631 "Swap_Cache": "#C15C17",
4632 "Swap_Free": "#2F575E",
4633 "Unused": "#EAB839"
4634 },
4635 "bars": false,
4636 "dashLength": 10,
4637 "dashes": false,
4638 "datasource": "Prometheus",
4639 "decimals": 2,
4640 "fill": 2,
4641 "gridPos": {
4642 "h": 10,
4643 "w": 12,
4644 "x": 0,
4645 "y": 144
4646 },
4647 "id": 197,
4648 "legend": {
4649 "alignAsTable": true,
4650 "avg": true,
4651 "current": true,
4652 "max": true,
4653 "min": true,
4654 "rightSide": false,
4655 "show": true,
4656 "sideWidth": 350,
4657 "total": false,
4658 "values": true
4659 },
4660 "lines": true,
4661 "linewidth": 1,
4662 "links": [],
4663 "minSpan": 4,
4664 "nullPointMode": "null",
4665 "percentage": false,
4666 "pointradius": 5,
4667 "points": false,
4668 "renderer": "flot",
4669 "seriesOverrides": [],
4670 "spaceLength": 10,
4671 "stack": false,
4672 "steppedLine": false,
4673 "targets": [
4674 {
4675 "expr": "irate(node_vmstat_pgdeactivate{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4676 "format": "time_series",
4677 "intervalFactor": 2,
4678 "legendFormat": "Pgdeactivate - Pages moved from active to inactive",
4679 "refId": "B",
4680 "step": 4
4681 },
4682 {
4683 "expr": "irate(node_vmstat_pgfree{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4684 "format": "time_series",
4685 "intervalFactor": 2,
4686 "legendFormat": "Pgfree - Page free operations",
4687 "refId": "D",
4688 "step": 4
4689 },
4690 {
4691 "expr": "irate(node_vmstat_pgactivate{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4692 "format": "time_series",
4693 "intervalFactor": 2,
4694 "legendFormat": "Pgactivate - Pages moved from inactive to active",
4695 "refId": "A",
4696 "step": 4
4697 }
4698 ],
4699 "thresholds": [],
4700 "timeFrom": null,
4701 "timeShift": null,
4702 "title": "Memory Page Operations",
4703 "tooltip": {
4704 "shared": true,
4705 "sort": 0,
4706 "value_type": "cumulative"
4707 },
4708 "type": "graph",
4709 "xaxis": {
4710 "buckets": null,
4711 "mode": "time",
4712 "name": null,
4713 "show": true,
4714 "values": []
4715 },
4716 "yaxes": [
4717 {
4718 "format": "short",
4719 "label": "Pages",
4720 "logBase": 1,
4721 "max": null,
4722 "min": "0",
4723 "show": true
4724 },
4725 {
4726 "format": "short",
4727 "label": null,
4728 "logBase": 1,
4729 "max": null,
4730 "min": null,
4731 "show": false
4732 }
4733 ]
4734 },
4735 {
4736 "aliasColors": {
4737 "Apps": "#629E51",
4738 "Buffers": "#614D93",
4739 "Cache": "#6D1F62",
4740 "Cached": "#511749",
4741 "Committed": "#508642",
4742 "Free": "#0A437C",
4743 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4744 "Inactive": "#584477",
4745 "PageTables": "#0A50A1",
4746 "Page_Tables": "#0A50A1",
4747 "RAM_Free": "#E0F9D7",
4748 "Slab": "#806EB7",
4749 "Slab_Cache": "#E0752D",
4750 "Swap": "#BF1B00",
4751 "Swap_Cache": "#C15C17",
4752 "Swap_Free": "#2F575E",
4753 "Unused": "#EAB839"
4754 },
4755 "bars": false,
4756 "dashLength": 10,
4757 "dashes": false,
4758 "datasource": "Prometheus",
4759 "decimals": 2,
4760 "fill": 2,
4761 "gridPos": {
4762 "h": 10,
4763 "w": 12,
4764 "x": 12,
4765 "y": 144
4766 },
4767 "id": 175,
4768 "legend": {
4769 "alignAsTable": true,
4770 "avg": true,
4771 "current": true,
4772 "max": true,
4773 "min": true,
4774 "rightSide": false,
4775 "show": true,
4776 "sideWidth": 350,
4777 "total": false,
4778 "values": true
4779 },
4780 "lines": true,
4781 "linewidth": 1,
4782 "links": [],
4783 "minSpan": 4,
4784 "nullPointMode": "null",
4785 "percentage": false,
4786 "pointradius": 5,
4787 "points": false,
4788 "renderer": "flot",
4789 "seriesOverrides": [
4790 {
4791 "alias": "Pgfault - Page major and minor fault operations",
4792 "fill": 0,
4793 "stack": false
4794 }
4795 ],
4796 "spaceLength": 10,
4797 "stack": true,
4798 "steppedLine": false,
4799 "targets": [
4800 {
4801 "expr": "irate(node_vmstat_pgfault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4802 "format": "time_series",
4803 "intervalFactor": 2,
4804 "legendFormat": "Pgfault - Page major and minor fault operations",
4805 "refId": "C",
4806 "step": 4
4807 },
4808 {
4809 "expr": "irate(node_vmstat_pgmajfault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4810 "format": "time_series",
4811 "intervalFactor": 2,
4812 "legendFormat": "Pgmajfault - Major page fault operations",
4813 "refId": "F",
4814 "step": 4
4815 },
4816 {
4817 "expr": "irate(node_vmstat_pgfault{instance=~\"$node:$port\",job=~\"$job\"}[5m]) - irate(node_vmstat_pgmajfault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4818 "format": "time_series",
4819 "intervalFactor": 2,
4820 "legendFormat": "Pgminfault - Minor page fault operations",
4821 "refId": "A",
4822 "step": 4
4823 }
4824 ],
4825 "thresholds": [],
4826 "timeFrom": null,
4827 "timeShift": null,
4828 "title": "Memory Page Faults",
4829 "tooltip": {
4830 "shared": true,
4831 "sort": 0,
4832 "value_type": "cumulative"
4833 },
4834 "type": "graph",
4835 "xaxis": {
4836 "buckets": null,
4837 "mode": "time",
4838 "name": null,
4839 "show": true,
4840 "values": []
4841 },
4842 "yaxes": [
4843 {
4844 "format": "short",
4845 "label": "Faults",
4846 "logBase": 1,
4847 "max": null,
4848 "min": "0",
4849 "show": true
4850 },
4851 {
4852 "format": "short",
4853 "label": null,
4854 "logBase": 1,
4855 "max": null,
4856 "min": null,
4857 "show": false
4858 }
4859 ]
4860 },
4861 {
4862 "aliasColors": {
4863 "Apps": "#629E51",
4864 "Buffers": "#614D93",
4865 "Cache": "#6D1F62",
4866 "Cached": "#511749",
4867 "Committed": "#508642",
4868 "Free": "#0A437C",
4869 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4870 "Inactive": "#584477",
4871 "PageTables": "#0A50A1",
4872 "Page_Tables": "#0A50A1",
4873 "RAM_Free": "#E0F9D7",
4874 "Slab": "#806EB7",
4875 "Slab_Cache": "#E0752D",
4876 "Swap": "#BF1B00",
4877 "Swap_Cache": "#C15C17",
4878 "Swap_Free": "#2F575E",
4879 "Unused": "#EAB839"
4880 },
4881 "bars": false,
4882 "dashLength": 10,
4883 "dashes": false,
4884 "datasource": "Prometheus",
4885 "decimals": 2,
4886 "fill": 2,
4887 "gridPos": {
4888 "h": 10,
4889 "w": 12,
4890 "x": 0,
4891 "y": 154
4892 },
4893 "id": 172,
4894 "legend": {
4895 "alignAsTable": true,
4896 "avg": true,
4897 "current": true,
4898 "max": true,
4899 "min": true,
4900 "rightSide": false,
4901 "show": true,
4902 "sideWidth": 350,
4903 "total": false,
4904 "values": true
4905 },
4906 "lines": true,
4907 "linewidth": 1,
4908 "links": [],
4909 "minSpan": 12,
4910 "nullPointMode": "null",
4911 "percentage": false,
4912 "pointradius": 5,
4913 "points": false,
4914 "renderer": "flot",
4915 "seriesOverrides": [],
4916 "spaceLength": 10,
4917 "stack": false,
4918 "steppedLine": false,
4919 "targets": [
4920 {
4921 "expr": "irate(node_vmstat_kswapd_inodesteal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4922 "format": "time_series",
4923 "intervalFactor": 2,
4924 "legendFormat": "Kswapd_inodesteal - Pages reclaimed via kswapd inode freeing",
4925 "refId": "A",
4926 "step": 4
4927 },
4928 {
4929 "expr": "irate(node_vmstat_pginodesteal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4930 "format": "time_series",
4931 "intervalFactor": 2,
4932 "legendFormat": "Pgindesteal - Pages reclaimed via inode freeing",
4933 "refId": "B",
4934 "step": 4
4935 }
4936 ],
4937 "thresholds": [],
4938 "timeFrom": null,
4939 "timeShift": null,
4940 "title": "Memory Pages Reclaimed",
4941 "tooltip": {
4942 "shared": true,
4943 "sort": 0,
4944 "value_type": "cumulative"
4945 },
4946 "type": "graph",
4947 "xaxis": {
4948 "buckets": null,
4949 "mode": "time",
4950 "name": null,
4951 "show": true,
4952 "values": []
4953 },
4954 "yaxes": [
4955 {
4956 "format": "short",
4957 "label": "Pages",
4958 "logBase": 1,
4959 "max": null,
4960 "min": "0",
4961 "show": true
4962 },
4963 {
4964 "format": "short",
4965 "label": null,
4966 "logBase": 1,
4967 "max": null,
4968 "min": null,
4969 "show": false
4970 }
4971 ]
4972 },
4973 {
4974 "aliasColors": {
4975 "Apps": "#629E51",
4976 "Buffers": "#614D93",
4977 "Cache": "#6D1F62",
4978 "Cached": "#511749",
4979 "Committed": "#508642",
4980 "Free": "#0A437C",
4981 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4982 "Inactive": "#584477",
4983 "PageTables": "#0A50A1",
4984 "Page_Tables": "#0A50A1",
4985 "RAM_Free": "#E0F9D7",
4986 "Slab": "#806EB7",
4987 "Slab_Cache": "#E0752D",
4988 "Swap": "#BF1B00",
4989 "Swap_Cache": "#C15C17",
4990 "Swap_Free": "#2F575E",
4991 "Unused": "#EAB839"
4992 },
4993 "bars": false,
4994 "dashLength": 10,
4995 "dashes": false,
4996 "datasource": "Prometheus",
4997 "decimals": 2,
4998 "fill": 2,
4999 "gridPos": {
5000 "h": 10,
5001 "w": 12,
5002 "x": 12,
5003 "y": 154
5004 },
5005 "id": 184,
5006 "legend": {
5007 "alignAsTable": true,
5008 "avg": true,
5009 "current": true,
5010 "max": true,
5011 "min": true,
5012 "rightSide": false,
5013 "show": true,
5014 "sideWidth": 350,
5015 "total": false,
5016 "values": true
5017 },
5018 "lines": true,
5019 "linewidth": 1,
5020 "links": [],
5021 "minSpan": 4,
5022 "nullPointMode": "null",
5023 "percentage": false,
5024 "pointradius": 5,
5025 "points": false,
5026 "renderer": "flot",
5027 "seriesOverrides": [],
5028 "spaceLength": 10,
5029 "stack": false,
5030 "steppedLine": false,
5031 "targets": [
5032 {
5033 "expr": "irate(node_vmstat_pageoutrun{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5034 "format": "time_series",
5035 "intervalFactor": 2,
5036 "legendFormat": "Pageoutrun - Kswapd calls to page reclaim",
5037 "refId": "A",
5038 "step": 4
5039 },
5040 {
5041 "expr": "irate(node_vmstat_allocstall{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5042 "intervalFactor": 2,
5043 "legendFormat": "Allocstall - Direct reclaim calls",
5044 "refId": "B",
5045 "step": 4
5046 },
5047 {
5048 "expr": "irate(node_vmstat_zone_reclaim_failed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5049 "intervalFactor": 2,
5050 "legendFormat": "Zone_reclaim_failed - Zone reclaim failures",
5051 "refId": "C",
5052 "step": 4
5053 }
5054 ],
5055 "thresholds": [],
5056 "timeFrom": null,
5057 "timeShift": null,
5058 "title": "Memory Calls Reclaimed",
5059 "tooltip": {
5060 "shared": true,
5061 "sort": 0,
5062 "value_type": "cumulative"
5063 },
5064 "type": "graph",
5065 "xaxis": {
5066 "buckets": null,
5067 "mode": "time",
5068 "name": null,
5069 "show": true,
5070 "values": []
5071 },
5072 "yaxes": [
5073 {
5074 "format": "short",
5075 "label": "Calls",
5076 "logBase": 1,
5077 "max": null,
5078 "min": "0",
5079 "show": true
5080 },
5081 {
5082 "format": "short",
5083 "label": null,
5084 "logBase": 1,
5085 "max": null,
5086 "min": null,
5087 "show": false
5088 }
5089 ]
5090 },
5091 {
5092 "aliasColors": {
5093 "Apps": "#629E51",
5094 "Buffers": "#614D93",
5095 "Cache": "#6D1F62",
5096 "Cached": "#511749",
5097 "Committed": "#508642",
5098 "Free": "#0A437C",
5099 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5100 "Inactive": "#584477",
5101 "PageTables": "#0A50A1",
5102 "Page_Tables": "#0A50A1",
5103 "RAM_Free": "#E0F9D7",
5104 "Slab": "#806EB7",
5105 "Slab_Cache": "#E0752D",
5106 "Swap": "#BF1B00",
5107 "Swap_Cache": "#C15C17",
5108 "Swap_Free": "#2F575E",
5109 "Unused": "#EAB839"
5110 },
5111 "bars": false,
5112 "dashLength": 10,
5113 "dashes": false,
5114 "datasource": "Prometheus",
5115 "decimals": 2,
5116 "fill": 2,
5117 "gridPos": {
5118 "h": 10,
5119 "w": 12,
5120 "x": 0,
5121 "y": 164
5122 },
5123 "id": 200,
5124 "legend": {
5125 "alignAsTable": true,
5126 "avg": true,
5127 "current": true,
5128 "max": true,
5129 "min": true,
5130 "rightSide": false,
5131 "show": true,
5132 "sideWidth": 350,
5133 "total": false,
5134 "values": true
5135 },
5136 "lines": true,
5137 "linewidth": 1,
5138 "links": [],
5139 "minSpan": 4,
5140 "nullPointMode": "null",
5141 "percentage": false,
5142 "pointradius": 5,
5143 "points": false,
5144 "renderer": "flot",
5145 "seriesOverrides": [],
5146 "spaceLength": 10,
5147 "stack": false,
5148 "steppedLine": false,
5149 "targets": [
5150 {
5151 "expr": "irate(node_vmstat_pgrotated{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5152 "format": "time_series",
5153 "intervalFactor": 2,
5154 "legendFormat": "Pgrotated - Pages rotated to tail of the LRU",
5155 "refId": "D",
5156 "step": 4
5157 }
5158 ],
5159 "thresholds": [],
5160 "timeFrom": null,
5161 "timeShift": null,
5162 "title": "Memory Page Rotate",
5163 "tooltip": {
5164 "shared": true,
5165 "sort": 0,
5166 "value_type": "cumulative"
5167 },
5168 "type": "graph",
5169 "xaxis": {
5170 "buckets": null,
5171 "mode": "time",
5172 "name": null,
5173 "show": true,
5174 "values": []
5175 },
5176 "yaxes": [
5177 {
5178 "format": "short",
5179 "label": "Pages",
5180 "logBase": 1,
5181 "max": null,
5182 "min": "0",
5183 "show": true
5184 },
5185 {
5186 "format": "short",
5187 "label": null,
5188 "logBase": 1,
5189 "max": null,
5190 "min": null,
5191 "show": false
5192 }
5193 ]
5194 },
5195 {
5196 "aliasColors": {
5197 "Apps": "#629E51",
5198 "Buffers": "#614D93",
5199 "Cache": "#6D1F62",
5200 "Cached": "#511749",
5201 "Committed": "#508642",
5202 "Free": "#0A437C",
5203 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5204 "Inactive": "#584477",
5205 "PageTables": "#0A50A1",
5206 "Page_Tables": "#0A50A1",
5207 "RAM_Free": "#E0F9D7",
5208 "Slab": "#806EB7",
5209 "Slab_Cache": "#E0752D",
5210 "Swap": "#BF1B00",
5211 "Swap_Cache": "#C15C17",
5212 "Swap_Free": "#2F575E",
5213 "Unused": "#EAB839"
5214 },
5215 "bars": false,
5216 "dashLength": 10,
5217 "dashes": false,
5218 "datasource": "Prometheus",
5219 "decimals": 2,
5220 "fill": 2,
5221 "gridPos": {
5222 "h": 10,
5223 "w": 12,
5224 "x": 12,
5225 "y": 164
5226 },
5227 "id": 170,
5228 "legend": {
5229 "alignAsTable": true,
5230 "avg": true,
5231 "current": true,
5232 "max": true,
5233 "min": true,
5234 "rightSide": false,
5235 "show": true,
5236 "sideWidth": 350,
5237 "total": false,
5238 "values": true
5239 },
5240 "lines": true,
5241 "linewidth": 1,
5242 "links": [],
5243 "minSpan": 12,
5244 "nullPointMode": "null",
5245 "percentage": false,
5246 "pointradius": 5,
5247 "points": false,
5248 "renderer": "flot",
5249 "seriesOverrides": [],
5250 "spaceLength": 10,
5251 "stack": false,
5252 "steppedLine": false,
5253 "targets": [
5254 {
5255 "expr": "node_vmstat_drop_pagecache{instance=~\"$node:$port\",job=~\"$job\"}",
5256 "format": "time_series",
5257 "intervalFactor": 2,
5258 "legendFormat": "Drop_pagecache - Calls to drop page cache pages",
5259 "refId": "N",
5260 "step": 4
5261 },
5262 {
5263 "expr": "node_vmstat_drop_slab{instance=~\"$node:$port\",job=~\"$job\"}",
5264 "format": "time_series",
5265 "intervalFactor": 2,
5266 "legendFormat": "Drop_slab - Calls to drop slab cache pages",
5267 "refId": "A",
5268 "step": 4
5269 }
5270 ],
5271 "thresholds": [],
5272 "timeFrom": null,
5273 "timeShift": null,
5274 "title": "Memory Page Drop",
5275 "tooltip": {
5276 "shared": true,
5277 "sort": 0,
5278 "value_type": "cumulative"
5279 },
5280 "type": "graph",
5281 "xaxis": {
5282 "buckets": null,
5283 "mode": "time",
5284 "name": null,
5285 "show": true,
5286 "values": []
5287 },
5288 "yaxes": [
5289 {
5290 "format": "short",
5291 "label": "Calls",
5292 "logBase": 1,
5293 "max": null,
5294 "min": "0",
5295 "show": true
5296 },
5297 {
5298 "format": "short",
5299 "label": null,
5300 "logBase": 1,
5301 "max": null,
5302 "min": null,
5303 "show": false
5304 }
5305 ]
5306 },
5307 {
5308 "aliasColors": {
5309 "Apps": "#629E51",
5310 "Buffers": "#614D93",
5311 "Cache": "#6D1F62",
5312 "Cached": "#511749",
5313 "Committed": "#508642",
5314 "Free": "#0A437C",
5315 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5316 "Inactive": "#584477",
5317 "PageTables": "#0A50A1",
5318 "Page_Tables": "#0A50A1",
5319 "RAM_Free": "#E0F9D7",
5320 "Slab": "#806EB7",
5321 "Slab_Cache": "#E0752D",
5322 "Swap": "#BF1B00",
5323 "Swap_Cache": "#C15C17",
5324 "Swap_Free": "#2F575E",
5325 "Unused": "#EAB839"
5326 },
5327 "bars": false,
5328 "dashLength": 10,
5329 "dashes": false,
5330 "datasource": "Prometheus",
5331 "decimals": 2,
5332 "fill": 2,
5333 "gridPos": {
5334 "h": 10,
5335 "w": 12,
5336 "x": 0,
5337 "y": 174
5338 },
5339 "id": 183,
5340 "legend": {
5341 "alignAsTable": true,
5342 "avg": true,
5343 "current": true,
5344 "max": true,
5345 "min": true,
5346 "rightSide": false,
5347 "show": true,
5348 "sideWidth": 350,
5349 "total": false,
5350 "values": true
5351 },
5352 "lines": true,
5353 "linewidth": 1,
5354 "links": [],
5355 "minSpan": 4,
5356 "nullPointMode": "null",
5357 "percentage": false,
5358 "pointradius": 5,
5359 "points": false,
5360 "renderer": "flot",
5361 "seriesOverrides": [],
5362 "spaceLength": 10,
5363 "stack": false,
5364 "steppedLine": false,
5365 "targets": [
5366 {
5367 "expr": "irate(node_vmstat_slabs_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5368 "format": "time_series",
5369 "intervalFactor": 2,
5370 "legendFormat": "Slabs_scanned - Slab pages scanned",
5371 "refId": "B",
5372 "step": 4
5373 }
5374 ],
5375 "thresholds": [],
5376 "timeFrom": null,
5377 "timeShift": null,
5378 "title": "Memory Scan Slab",
5379 "tooltip": {
5380 "shared": true,
5381 "sort": 0,
5382 "value_type": "cumulative"
5383 },
5384 "type": "graph",
5385 "xaxis": {
5386 "buckets": null,
5387 "mode": "time",
5388 "name": null,
5389 "show": true,
5390 "values": []
5391 },
5392 "yaxes": [
5393 {
5394 "format": "short",
5395 "label": "Pages",
5396 "logBase": 1,
5397 "max": null,
5398 "min": "0",
5399 "show": true
5400 },
5401 {
5402 "format": "short",
5403 "label": null,
5404 "logBase": 1,
5405 "max": null,
5406 "min": null,
5407 "show": false
5408 }
5409 ]
5410 },
5411 {
5412 "aliasColors": {
5413 "Apps": "#629E51",
5414 "Buffers": "#614D93",
5415 "Cache": "#6D1F62",
5416 "Cached": "#511749",
5417 "Committed": "#508642",
5418 "Free": "#0A437C",
5419 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5420 "Inactive": "#584477",
5421 "PageTables": "#0A50A1",
5422 "Page_Tables": "#0A50A1",
5423 "RAM_Free": "#E0F9D7",
5424 "Slab": "#806EB7",
5425 "Slab_Cache": "#E0752D",
5426 "Swap": "#BF1B00",
5427 "Swap_Cache": "#C15C17",
5428 "Swap_Free": "#2F575E",
5429 "Unused": "#EAB839"
5430 },
5431 "bars": false,
5432 "dashLength": 10,
5433 "dashes": false,
5434 "datasource": "Prometheus",
5435 "decimals": 2,
5436 "fill": 2,
5437 "gridPos": {
5438 "h": 10,
5439 "w": 12,
5440 "x": 12,
5441 "y": 174
5442 },
5443 "id": 181,
5444 "legend": {
5445 "alignAsTable": true,
5446 "avg": true,
5447 "current": true,
5448 "max": true,
5449 "min": true,
5450 "rightSide": false,
5451 "show": true,
5452 "sideWidth": 350,
5453 "total": false,
5454 "values": true
5455 },
5456 "lines": true,
5457 "linewidth": 1,
5458 "links": [],
5459 "minSpan": 12,
5460 "nullPointMode": "null",
5461 "percentage": false,
5462 "pointradius": 5,
5463 "points": false,
5464 "renderer": "flot",
5465 "seriesOverrides": [],
5466 "spaceLength": 10,
5467 "stack": true,
5468 "steppedLine": false,
5469 "targets": [
5470 {
5471 "expr": "irate(node_vmstat_unevictable_pgs_cleared{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5472 "format": "time_series",
5473 "intervalFactor": 2,
5474 "legendFormat": "Unevictable_pgs_cleared - Unevictable pages cleared",
5475 "refId": "B",
5476 "step": 4
5477 },
5478 {
5479 "expr": "irate(node_vmstat_unevictable_pgs_culled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5480 "format": "time_series",
5481 "intervalFactor": 2,
5482 "legendFormat": "Unevictable_pgs_culled - Unevictable pages culled",
5483 "refId": "C",
5484 "step": 4
5485 },
5486 {
5487 "expr": "irate(node_vmstat_unevictable_pgs_mlocked{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5488 "format": "time_series",
5489 "intervalFactor": 2,
5490 "legendFormat": "Unevictable_pgs_mlocked - Unevictable pages mlocked",
5491 "refId": "D",
5492 "step": 4
5493 },
5494 {
5495 "expr": "irate(node_vmstat_unevictable_pgs_munlocked{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5496 "format": "time_series",
5497 "intervalFactor": 2,
5498 "legendFormat": "Unevictable_pgs_munlocked - Unevictable pages munlocked",
5499 "refId": "E",
5500 "step": 4
5501 },
5502 {
5503 "expr": "irate(node_vmstat_unevictable_pgs_rescued{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5504 "format": "time_series",
5505 "intervalFactor": 2,
5506 "legendFormat": "Unevictable_pgs_rescued- Unevictable pages rescued",
5507 "refId": "F",
5508 "step": 4
5509 },
5510 {
5511 "expr": "irate(node_vmstat_unevictable_pgs_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5512 "format": "time_series",
5513 "intervalFactor": 2,
5514 "legendFormat": "Unevictable_pgs_scanned - Unevictable pages scanned",
5515 "refId": "G",
5516 "step": 4
5517 },
5518 {
5519 "expr": "irate(node_vmstat_unevictable_pgs_stranded{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5520 "format": "time_series",
5521 "intervalFactor": 2,
5522 "legendFormat": "unevictable_pgs_stranded - Unevictable pages stranded",
5523 "refId": "H",
5524 "step": 4
5525 }
5526 ],
5527 "thresholds": [],
5528 "timeFrom": null,
5529 "timeShift": null,
5530 "title": "Memory Unevictable Pages",
5531 "tooltip": {
5532 "shared": true,
5533 "sort": 0,
5534 "value_type": "cumulative"
5535 },
5536 "type": "graph",
5537 "xaxis": {
5538 "buckets": null,
5539 "mode": "time",
5540 "name": null,
5541 "show": true,
5542 "values": []
5543 },
5544 "yaxes": [
5545 {
5546 "format": "short",
5547 "label": "Pages",
5548 "logBase": 1,
5549 "max": null,
5550 "min": "0",
5551 "show": true
5552 },
5553 {
5554 "format": "short",
5555 "label": null,
5556 "logBase": 1,
5557 "max": null,
5558 "min": null,
5559 "show": false
5560 }
5561 ]
5562 },
5563 {
5564 "aliasColors": {
5565 "Apps": "#629E51",
5566 "Buffers": "#614D93",
5567 "Cache": "#6D1F62",
5568 "Cached": "#511749",
5569 "Committed": "#508642",
5570 "Free": "#0A437C",
5571 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5572 "Inactive": "#584477",
5573 "PageTables": "#0A50A1",
5574 "Page_Tables": "#0A50A1",
5575 "RAM_Free": "#E0F9D7",
5576 "Slab": "#806EB7",
5577 "Slab_Cache": "#E0752D",
5578 "Swap": "#BF1B00",
5579 "Swap_Cache": "#C15C17",
5580 "Swap_Free": "#2F575E",
5581 "Unused": "#EAB839"
5582 },
5583 "bars": false,
5584 "dashLength": 10,
5585 "dashes": false,
5586 "datasource": "Prometheus",
5587 "decimals": 2,
5588 "fill": 2,
5589 "gridPos": {
5590 "h": 10,
5591 "w": 12,
5592 "x": 0,
5593 "y": 184
5594 },
5595 "id": 174,
5596 "legend": {
5597 "alignAsTable": true,
5598 "avg": true,
5599 "current": true,
5600 "max": true,
5601 "min": true,
5602 "rightSide": false,
5603 "show": true,
5604 "sideWidth": 350,
5605 "total": false,
5606 "values": true
5607 },
5608 "lines": true,
5609 "linewidth": 1,
5610 "links": [],
5611 "minSpan": 4,
5612 "nullPointMode": "null",
5613 "percentage": false,
5614 "pointradius": 5,
5615 "points": false,
5616 "renderer": "flot",
5617 "seriesOverrides": [],
5618 "spaceLength": 10,
5619 "stack": false,
5620 "steppedLine": false,
5621 "targets": [
5622 {
5623 "expr": "irate(node_vmstat_pgalloc_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5624 "format": "time_series",
5625 "intervalFactor": 2,
5626 "legendFormat": "Pgalloc_dma - Dma mem page allocations",
5627 "refId": "A",
5628 "step": 4
5629 },
5630 {
5631 "expr": "irate(node_vmstat_pgalloc_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5632 "format": "time_series",
5633 "intervalFactor": 2,
5634 "legendFormat": "Pgalloc_dma32 - Dma32 mem page allocations",
5635 "refId": "B",
5636 "step": 4
5637 },
5638 {
5639 "expr": "irate(node_vmstat_pgalloc_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5640 "format": "time_series",
5641 "intervalFactor": 2,
5642 "legendFormat": "Pgalloc_movable - Movable mem page allocations",
5643 "refId": "C",
5644 "step": 4
5645 },
5646 {
5647 "expr": "irate(node_vmstat_pgalloc_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5648 "format": "time_series",
5649 "intervalFactor": 2,
5650 "legendFormat": "Pgalloc_normal - Normal mem page allocations",
5651 "refId": "D",
5652 "step": 4
5653 }
5654 ],
5655 "thresholds": [],
5656 "timeFrom": null,
5657 "timeShift": null,
5658 "title": "Memory Page Allocation",
5659 "tooltip": {
5660 "shared": true,
5661 "sort": 0,
5662 "value_type": "cumulative"
5663 },
5664 "type": "graph",
5665 "xaxis": {
5666 "buckets": null,
5667 "mode": "time",
5668 "name": null,
5669 "show": true,
5670 "values": []
5671 },
5672 "yaxes": [
5673 {
5674 "format": "short",
5675 "label": "Pages",
5676 "logBase": 1,
5677 "max": null,
5678 "min": "0",
5679 "show": true
5680 },
5681 {
5682 "format": "short",
5683 "label": null,
5684 "logBase": 1,
5685 "max": null,
5686 "min": null,
5687 "show": false
5688 }
5689 ]
5690 },
5691 {
5692 "aliasColors": {
5693 "Apps": "#629E51",
5694 "Buffers": "#614D93",
5695 "Cache": "#6D1F62",
5696 "Cached": "#511749",
5697 "Committed": "#508642",
5698 "Free": "#0A437C",
5699 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5700 "Inactive": "#584477",
5701 "PageTables": "#0A50A1",
5702 "Page_Tables": "#0A50A1",
5703 "RAM_Free": "#E0F9D7",
5704 "Slab": "#806EB7",
5705 "Slab_Cache": "#E0752D",
5706 "Swap": "#BF1B00",
5707 "Swap_Cache": "#C15C17",
5708 "Swap_Free": "#2F575E",
5709 "Unused": "#EAB839"
5710 },
5711 "bars": false,
5712 "dashLength": 10,
5713 "dashes": false,
5714 "datasource": "Prometheus",
5715 "decimals": 2,
5716 "fill": 2,
5717 "gridPos": {
5718 "h": 10,
5719 "w": 12,
5720 "x": 12,
5721 "y": 184
5722 },
5723 "id": 177,
5724 "legend": {
5725 "alignAsTable": true,
5726 "avg": true,
5727 "current": true,
5728 "max": true,
5729 "min": true,
5730 "rightSide": false,
5731 "show": true,
5732 "sideWidth": 350,
5733 "total": false,
5734 "values": true
5735 },
5736 "lines": true,
5737 "linewidth": 1,
5738 "links": [],
5739 "minSpan": 4,
5740 "nullPointMode": "null",
5741 "percentage": false,
5742 "pointradius": 5,
5743 "points": false,
5744 "renderer": "flot",
5745 "seriesOverrides": [],
5746 "spaceLength": 10,
5747 "stack": false,
5748 "steppedLine": false,
5749 "targets": [
5750 {
5751 "expr": "irate(node_vmstat_pgrefill_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5752 "format": "time_series",
5753 "intervalFactor": 2,
5754 "legendFormat": "Pgrefill_dma - Dma mem pages inspected in refill_inactive_zone",
5755 "refId": "B",
5756 "step": 4
5757 },
5758 {
5759 "expr": "irate(node_vmstat_pgrefill_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5760 "format": "time_series",
5761 "intervalFactor": 2,
5762 "legendFormat": "Pgrefill_dma32 - Dma32 mem pages inspected in refill_inactive_zone",
5763 "refId": "C",
5764 "step": 4
5765 },
5766 {
5767 "expr": "irate(node_vmstat_pgrefill_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5768 "format": "time_series",
5769 "intervalFactor": 2,
5770 "legendFormat": "Pgrefill_movable - Movable mem pages inspected in refill_inactive_zone",
5771 "refId": "D",
5772 "step": 4
5773 },
5774 {
5775 "expr": "irate(node_vmstat_pgrefill_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5776 "format": "time_series",
5777 "intervalFactor": 2,
5778 "legendFormat": "Pgrefill_normal - Normal mem pages inspected in refill_inactive_zone",
5779 "refId": "E",
5780 "step": 4
5781 }
5782 ],
5783 "thresholds": [],
5784 "timeFrom": null,
5785 "timeShift": null,
5786 "title": "Memory Page Refill",
5787 "tooltip": {
5788 "shared": true,
5789 "sort": 0,
5790 "value_type": "cumulative"
5791 },
5792 "type": "graph",
5793 "xaxis": {
5794 "buckets": null,
5795 "mode": "time",
5796 "name": null,
5797 "show": true,
5798 "values": []
5799 },
5800 "yaxes": [
5801 {
5802 "format": "short",
5803 "label": "Pages",
5804 "logBase": 1,
5805 "max": null,
5806 "min": "0",
5807 "show": true
5808 },
5809 {
5810 "format": "short",
5811 "label": null,
5812 "logBase": 1,
5813 "max": null,
5814 "min": null,
5815 "show": false
5816 }
5817 ]
5818 },
5819 {
5820 "aliasColors": {
5821 "Apps": "#629E51",
5822 "Buffers": "#614D93",
5823 "Cache": "#6D1F62",
5824 "Cached": "#511749",
5825 "Committed": "#508642",
5826 "Free": "#0A437C",
5827 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5828 "Inactive": "#584477",
5829 "PageTables": "#0A50A1",
5830 "Page_Tables": "#0A50A1",
5831 "RAM_Free": "#E0F9D7",
5832 "Slab": "#806EB7",
5833 "Slab_Cache": "#E0752D",
5834 "Swap": "#BF1B00",
5835 "Swap_Cache": "#C15C17",
5836 "Swap_Free": "#2F575E",
5837 "Unused": "#EAB839"
5838 },
5839 "bars": false,
5840 "dashLength": 10,
5841 "dashes": false,
5842 "datasource": "Prometheus",
5843 "decimals": 2,
5844 "fill": 2,
5845 "gridPos": {
5846 "h": 10,
5847 "w": 12,
5848 "x": 0,
5849 "y": 194
5850 },
5851 "id": 179,
5852 "legend": {
5853 "alignAsTable": true,
5854 "avg": true,
5855 "current": true,
5856 "max": true,
5857 "min": true,
5858 "rightSide": false,
5859 "show": true,
5860 "sideWidth": 350,
5861 "total": false,
5862 "values": true
5863 },
5864 "lines": true,
5865 "linewidth": 1,
5866 "links": [],
5867 "minSpan": 4,
5868 "nullPointMode": "null",
5869 "percentage": false,
5870 "pointradius": 5,
5871 "points": false,
5872 "renderer": "flot",
5873 "seriesOverrides": [],
5874 "spaceLength": 10,
5875 "stack": false,
5876 "steppedLine": false,
5877 "targets": [
5878 {
5879 "expr": "irate(node_vmstat_pgsteal_direct_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5880 "format": "time_series",
5881 "intervalFactor": 2,
5882 "legendFormat": "Pgsteal_direct_dma - Dma mem pages stealed",
5883 "refId": "B",
5884 "step": 4
5885 },
5886 {
5887 "expr": "irate(node_vmstat_pgsteal_direct_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5888 "format": "time_series",
5889 "intervalFactor": 2,
5890 "legendFormat": "Pgsteal_direct_dma32 - Dma32 mem pages scanned",
5891 "refId": "C",
5892 "step": 4
5893 },
5894 {
5895 "expr": "irate(node_vmstat_pgsteal_direct_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5896 "format": "time_series",
5897 "intervalFactor": 2,
5898 "legendFormat": "Pgsteal_direct_movable - Movable mem pages scanned",
5899 "refId": "D",
5900 "step": 4
5901 },
5902 {
5903 "expr": "irate(node_vmstat_pgsteal_direct_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5904 "format": "time_series",
5905 "intervalFactor": 2,
5906 "legendFormat": "Pgsteal_direct_normal - Normal mem pages scanned",
5907 "refId": "E",
5908 "step": 4
5909 }
5910 ],
5911 "thresholds": [],
5912 "timeFrom": null,
5913 "timeShift": null,
5914 "title": "Memory Page Steal Direct",
5915 "tooltip": {
5916 "shared": true,
5917 "sort": 0,
5918 "value_type": "cumulative"
5919 },
5920 "type": "graph",
5921 "xaxis": {
5922 "buckets": null,
5923 "mode": "time",
5924 "name": null,
5925 "show": true,
5926 "values": []
5927 },
5928 "yaxes": [
5929 {
5930 "format": "short",
5931 "label": "Pages",
5932 "logBase": 1,
5933 "max": null,
5934 "min": "0",
5935 "show": true
5936 },
5937 {
5938 "format": "short",
5939 "label": null,
5940 "logBase": 1,
5941 "max": null,
5942 "min": null,
5943 "show": false
5944 }
5945 ]
5946 },
5947 {
5948 "aliasColors": {
5949 "Apps": "#629E51",
5950 "Buffers": "#614D93",
5951 "Cache": "#6D1F62",
5952 "Cached": "#511749",
5953 "Committed": "#508642",
5954 "Free": "#0A437C",
5955 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5956 "Inactive": "#584477",
5957 "PageTables": "#0A50A1",
5958 "Page_Tables": "#0A50A1",
5959 "RAM_Free": "#E0F9D7",
5960 "Slab": "#806EB7",
5961 "Slab_Cache": "#E0752D",
5962 "Swap": "#BF1B00",
5963 "Swap_Cache": "#C15C17",
5964 "Swap_Free": "#2F575E",
5965 "Unused": "#EAB839"
5966 },
5967 "bars": false,
5968 "dashLength": 10,
5969 "dashes": false,
5970 "datasource": "Prometheus",
5971 "decimals": 2,
5972 "fill": 2,
5973 "gridPos": {
5974 "h": 10,
5975 "w": 12,
5976 "x": 12,
5977 "y": 194
5978 },
5979 "id": 198,
5980 "legend": {
5981 "alignAsTable": true,
5982 "avg": true,
5983 "current": true,
5984 "max": true,
5985 "min": true,
5986 "rightSide": false,
5987 "show": true,
5988 "sideWidth": 350,
5989 "total": false,
5990 "values": true
5991 },
5992 "lines": true,
5993 "linewidth": 1,
5994 "links": [],
5995 "minSpan": 4,
5996 "nullPointMode": "null",
5997 "percentage": false,
5998 "pointradius": 5,
5999 "points": false,
6000 "renderer": "flot",
6001 "seriesOverrides": [],
6002 "spaceLength": 10,
6003 "stack": false,
6004 "steppedLine": false,
6005 "targets": [
6006 {
6007 "expr": "irate(node_vmstat_pgsteal_kswapd_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6008 "format": "time_series",
6009 "intervalFactor": 2,
6010 "legendFormat": "Pgsteal_kswapd_dma - Dma mem pages scanned by kswapd",
6011 "refId": "F",
6012 "step": 4
6013 },
6014 {
6015 "expr": "irate(node_vmstat_pgsteal_kswapd_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6016 "format": "time_series",
6017 "intervalFactor": 2,
6018 "legendFormat": "Pgsteal_kswapd_dma32 - Dma32 mem pages scanned by kswapd",
6019 "refId": "G",
6020 "step": 4
6021 },
6022 {
6023 "expr": "irate(node_vmstat_pgsteal_kswapd_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6024 "format": "time_series",
6025 "intervalFactor": 2,
6026 "legendFormat": "Pgsteal_kswapd_movable - Movable mem pages scanned by kswapd",
6027 "refId": "H",
6028 "step": 4
6029 },
6030 {
6031 "expr": "irate(node_vmstat_pgsteal_kswapd_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6032 "format": "time_series",
6033 "intervalFactor": 2,
6034 "legendFormat": "Pgsteal_kswapd_normal - Normal mem pages scanned by kswapd",
6035 "refId": "I",
6036 "step": 4
6037 }
6038 ],
6039 "thresholds": [],
6040 "timeFrom": null,
6041 "timeShift": null,
6042 "title": "Memory Page Steal Kswapd",
6043 "tooltip": {
6044 "shared": true,
6045 "sort": 0,
6046 "value_type": "cumulative"
6047 },
6048 "type": "graph",
6049 "xaxis": {
6050 "buckets": null,
6051 "mode": "time",
6052 "name": null,
6053 "show": true,
6054 "values": []
6055 },
6056 "yaxes": [
6057 {
6058 "format": "short",
6059 "label": "Pages",
6060 "logBase": 1,
6061 "max": null,
6062 "min": "0",
6063 "show": true
6064 },
6065 {
6066 "format": "short",
6067 "label": null,
6068 "logBase": 1,
6069 "max": null,
6070 "min": null,
6071 "show": false
6072 }
6073 ]
6074 },
6075 {
6076 "aliasColors": {
6077 "Apps": "#629E51",
6078 "Buffers": "#614D93",
6079 "Cache": "#6D1F62",
6080 "Cached": "#511749",
6081 "Committed": "#508642",
6082 "Free": "#0A437C",
6083 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6084 "Inactive": "#584477",
6085 "PageTables": "#0A50A1",
6086 "Page_Tables": "#0A50A1",
6087 "RAM_Free": "#E0F9D7",
6088 "Slab": "#806EB7",
6089 "Slab_Cache": "#E0752D",
6090 "Swap": "#BF1B00",
6091 "Swap_Cache": "#C15C17",
6092 "Swap_Free": "#2F575E",
6093 "Unused": "#EAB839"
6094 },
6095 "bars": false,
6096 "dashLength": 10,
6097 "dashes": false,
6098 "datasource": "Prometheus",
6099 "decimals": 2,
6100 "fill": 2,
6101 "gridPos": {
6102 "h": 10,
6103 "w": 12,
6104 "x": 0,
6105 "y": 204
6106 },
6107 "id": 192,
6108 "legend": {
6109 "alignAsTable": true,
6110 "avg": true,
6111 "current": true,
6112 "max": true,
6113 "min": true,
6114 "rightSide": false,
6115 "show": true,
6116 "sideWidth": 350,
6117 "total": false,
6118 "values": true
6119 },
6120 "lines": true,
6121 "linewidth": 1,
6122 "links": [],
6123 "minSpan": 12,
6124 "nullPointMode": "null",
6125 "percentage": false,
6126 "pointradius": 5,
6127 "points": false,
6128 "renderer": "flot",
6129 "seriesOverrides": [],
6130 "spaceLength": 10,
6131 "stack": true,
6132 "steppedLine": false,
6133 "targets": [
6134 {
6135 "expr": "irate(node_vmstat_pgscan_direct_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6136 "format": "time_series",
6137 "intervalFactor": 2,
6138 "legendFormat": "Pgscan_direct_dma - Dma mem pages scanned",
6139 "refId": "A",
6140 "step": 4
6141 },
6142 {
6143 "expr": "irate(node_vmstat_pgscan_direct_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6144 "format": "time_series",
6145 "intervalFactor": 2,
6146 "legendFormat": "Pgscan_direct_dma32 - Dma32 mem pages scanned",
6147 "refId": "C",
6148 "step": 4
6149 },
6150 {
6151 "expr": "irate(node_vmstat_pgscan_direct_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6152 "format": "time_series",
6153 "intervalFactor": 2,
6154 "legendFormat": "Pgscan_direct_movable - Movable mem pages scanned",
6155 "refId": "D",
6156 "step": 4
6157 },
6158 {
6159 "expr": "irate(node_vmstat_pgscan_direct_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6160 "format": "time_series",
6161 "intervalFactor": 2,
6162 "legendFormat": "Pgscan_direct_normal - Normal mem pages scanned",
6163 "refId": "E",
6164 "step": 4
6165 },
6166 {
6167 "expr": "irate(node_vmstat_pgscan_direct_throttle{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6168 "format": "time_series",
6169 "hide": true,
6170 "intervalFactor": 2,
6171 "legendFormat": "Pgscan_direct_throttle - ",
6172 "refId": "F",
6173 "step": 2
6174 }
6175 ],
6176 "thresholds": [],
6177 "timeFrom": null,
6178 "timeShift": null,
6179 "title": "Memory Scan Direct",
6180 "tooltip": {
6181 "shared": true,
6182 "sort": 0,
6183 "value_type": "cumulative"
6184 },
6185 "type": "graph",
6186 "xaxis": {
6187 "buckets": null,
6188 "mode": "time",
6189 "name": null,
6190 "show": true,
6191 "values": []
6192 },
6193 "yaxes": [
6194 {
6195 "format": "short",
6196 "label": "Pages",
6197 "logBase": 1,
6198 "max": null,
6199 "min": "0",
6200 "show": true
6201 },
6202 {
6203 "format": "short",
6204 "label": null,
6205 "logBase": 1,
6206 "max": null,
6207 "min": null,
6208 "show": false
6209 }
6210 ]
6211 },
6212 {
6213 "aliasColors": {
6214 "Apps": "#629E51",
6215 "Buffers": "#614D93",
6216 "Cache": "#6D1F62",
6217 "Cached": "#511749",
6218 "Committed": "#508642",
6219 "Free": "#0A437C",
6220 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6221 "Inactive": "#584477",
6222 "PageTables": "#0A50A1",
6223 "Page_Tables": "#0A50A1",
6224 "RAM_Free": "#E0F9D7",
6225 "Slab": "#806EB7",
6226 "Slab_Cache": "#E0752D",
6227 "Swap": "#BF1B00",
6228 "Swap_Cache": "#C15C17",
6229 "Swap_Free": "#2F575E",
6230 "Unused": "#EAB839"
6231 },
6232 "bars": false,
6233 "dashLength": 10,
6234 "dashes": false,
6235 "datasource": "Prometheus",
6236 "decimals": 2,
6237 "fill": 2,
6238 "gridPos": {
6239 "h": 10,
6240 "w": 12,
6241 "x": 12,
6242 "y": 204
6243 },
6244 "id": 178,
6245 "legend": {
6246 "alignAsTable": true,
6247 "avg": true,
6248 "current": true,
6249 "max": true,
6250 "min": true,
6251 "rightSide": false,
6252 "show": true,
6253 "sideWidth": 350,
6254 "total": false,
6255 "values": true
6256 },
6257 "lines": true,
6258 "linewidth": 1,
6259 "links": [],
6260 "minSpan": 12,
6261 "nullPointMode": "null",
6262 "percentage": false,
6263 "pointradius": 5,
6264 "points": false,
6265 "renderer": "flot",
6266 "seriesOverrides": [],
6267 "spaceLength": 10,
6268 "stack": true,
6269 "steppedLine": false,
6270 "targets": [
6271 {
6272 "expr": "irate(node_vmstat_pgscan_kswapd_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6273 "format": "time_series",
6274 "intervalFactor": 2,
6275 "legendFormat": "Pgscan_kswapd_dma - Dma mem pages scanned by kswapd",
6276 "refId": "B",
6277 "step": 4
6278 },
6279 {
6280 "expr": "irate(node_vmstat_pgscan_kswapd_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6281 "format": "time_series",
6282 "intervalFactor": 2,
6283 "legendFormat": "Pgscan_kswapd_dma32 - Dma32 mem pages scanned by kswapd",
6284 "refId": "G",
6285 "step": 4
6286 },
6287 {
6288 "expr": "irate(node_vmstat_pgscan_kswapd_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6289 "format": "time_series",
6290 "intervalFactor": 2,
6291 "legendFormat": "Pgscan_kswapd_movable - Movable mem pages scanned by kswapd",
6292 "refId": "H",
6293 "step": 4
6294 },
6295 {
6296 "expr": "irate(node_vmstat_pgscan_kswapd_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6297 "format": "time_series",
6298 "intervalFactor": 2,
6299 "legendFormat": "Pgscan_kswapd_normal - Normal mem pages scanned by kswapd",
6300 "refId": "I",
6301 "step": 4
6302 }
6303 ],
6304 "thresholds": [],
6305 "timeFrom": null,
6306 "timeShift": null,
6307 "title": "Memory Scan Kswapd",
6308 "tooltip": {
6309 "shared": true,
6310 "sort": 0,
6311 "value_type": "cumulative"
6312 },
6313 "type": "graph",
6314 "xaxis": {
6315 "buckets": null,
6316 "mode": "time",
6317 "name": null,
6318 "show": true,
6319 "values": []
6320 },
6321 "yaxes": [
6322 {
6323 "format": "short",
6324 "label": "Pages",
6325 "logBase": 1,
6326 "max": null,
6327 "min": "0",
6328 "show": true
6329 },
6330 {
6331 "format": "short",
6332 "label": null,
6333 "logBase": 1,
6334 "max": null,
6335 "min": null,
6336 "show": false
6337 }
6338 ]
6339 },
6340 {
6341 "aliasColors": {
6342 "Active": "#99440A",
6343 "Buffers": "#58140C",
6344 "Cache": "#6D1F62",
6345 "Cached": "#511749",
6346 "Committed": "#508642",
6347 "Dirty": "#6ED0E0",
6348 "Free": "#B7DBAB",
6349 "Inactive": "#EA6460",
6350 "Mapped": "#052B51",
6351 "PageTables": "#0A50A1",
6352 "Page_Tables": "#0A50A1",
6353 "Slab_Cache": "#EAB839",
6354 "Swap": "#BF1B00",
6355 "Swap_Cache": "#C15C17",
6356 "Total": "#511749",
6357 "Total RAM": "#052B51",
6358 "Total RAM + Swap": "#052B51",
6359 "Total Swap": "#614D93",
6360 "VmallocUsed": "#EA6460"
6361 },
6362 "bars": false,
6363 "dashLength": 10,
6364 "dashes": false,
6365 "datasource": "Prometheus",
6366 "decimals": 2,
6367 "fill": 2,
6368 "gridPos": {
6369 "h": 10,
6370 "w": 12,
6371 "x": 0,
6372 "y": 214
6373 },
6374 "id": 169,
6375 "legend": {
6376 "alignAsTable": true,
6377 "avg": true,
6378 "current": true,
6379 "max": true,
6380 "min": true,
6381 "rightSide": false,
6382 "show": true,
6383 "sideWidth": null,
6384 "total": false,
6385 "values": true
6386 },
6387 "lines": true,
6388 "linewidth": 1,
6389 "links": [],
6390 "minSpan": 12,
6391 "nullPointMode": "null",
6392 "percentage": false,
6393 "pointradius": 5,
6394 "points": false,
6395 "renderer": "flot",
6396 "seriesOverrides": [
6397 {
6398 "alias": "/.*fail*./",
6399 "color": "#890F02"
6400 }
6401 ],
6402 "spaceLength": 10,
6403 "stack": false,
6404 "steppedLine": false,
6405 "targets": [
6406 {
6407 "expr": "irate(node_vmstat_compact_free_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6408 "format": "time_series",
6409 "intervalFactor": 2,
6410 "legendFormat": "Compact_free_scanned - Pages scanned for freeing by compaction daemon",
6411 "refId": "B",
6412 "step": 4
6413 },
6414 {
6415 "expr": "irate(node_vmstat_compact_isolated{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6416 "format": "time_series",
6417 "intervalFactor": 2,
6418 "legendFormat": "Compact_isolated - Page isolations for memory compaction",
6419 "refId": "C",
6420 "step": 4
6421 },
6422 {
6423 "expr": "irate(node_vmstat_compact_migrate_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6424 "format": "time_series",
6425 "intervalFactor": 2,
6426 "legendFormat": "Compact_migrate_scanned - Pages scanned for migration by compaction daemon",
6427 "refId": "D",
6428 "step": 4
6429 }
6430 ],
6431 "thresholds": [],
6432 "timeFrom": null,
6433 "timeShift": null,
6434 "title": "Memory Page Compact",
6435 "tooltip": {
6436 "shared": true,
6437 "sort": 0,
6438 "value_type": "individual"
6439 },
6440 "type": "graph",
6441 "xaxis": {
6442 "buckets": null,
6443 "mode": "time",
6444 "name": null,
6445 "show": true,
6446 "values": []
6447 },
6448 "yaxes": [
6449 {
6450 "format": "short",
6451 "label": "Pages",
6452 "logBase": 1,
6453 "max": null,
6454 "min": "0",
6455 "show": true
6456 },
6457 {
6458 "format": "short",
6459 "label": null,
6460 "logBase": 1,
6461 "max": null,
6462 "min": null,
6463 "show": false
6464 }
6465 ]
6466 },
6467 {
6468 "aliasColors": {
6469 "Active": "#99440A",
6470 "Buffers": "#58140C",
6471 "Cache": "#6D1F62",
6472 "Cached": "#511749",
6473 "Committed": "#508642",
6474 "Dirty": "#6ED0E0",
6475 "Free": "#B7DBAB",
6476 "Inactive": "#EA6460",
6477 "Mapped": "#052B51",
6478 "PageTables": "#0A50A1",
6479 "Page_Tables": "#0A50A1",
6480 "Slab_Cache": "#EAB839",
6481 "Swap": "#BF1B00",
6482 "Swap_Cache": "#C15C17",
6483 "Total": "#511749",
6484 "Total RAM": "#052B51",
6485 "Total RAM + Swap": "#052B51",
6486 "Total Swap": "#614D93",
6487 "VmallocUsed": "#EA6460"
6488 },
6489 "bars": false,
6490 "dashLength": 10,
6491 "dashes": false,
6492 "datasource": "Prometheus",
6493 "decimals": 2,
6494 "fill": 2,
6495 "gridPos": {
6496 "h": 10,
6497 "w": 12,
6498 "x": 12,
6499 "y": 214
6500 },
6501 "id": 189,
6502 "legend": {
6503 "alignAsTable": true,
6504 "avg": true,
6505 "current": true,
6506 "max": true,
6507 "min": true,
6508 "rightSide": false,
6509 "show": true,
6510 "sideWidth": null,
6511 "total": false,
6512 "values": true
6513 },
6514 "lines": true,
6515 "linewidth": 1,
6516 "links": [],
6517 "minSpan": 12,
6518 "nullPointMode": "null",
6519 "percentage": false,
6520 "pointradius": 5,
6521 "points": false,
6522 "renderer": "flot",
6523 "seriesOverrides": [
6524 {
6525 "alias": "/.*fail*./",
6526 "color": "#890F02"
6527 }
6528 ],
6529 "spaceLength": 10,
6530 "stack": false,
6531 "steppedLine": false,
6532 "targets": [
6533 {
6534 "expr": "irate(node_vmstat_compact_fail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6535 "format": "time_series",
6536 "intervalFactor": 2,
6537 "legendFormat": "Compact_fail - Unsuccessful compactions for high order allocations",
6538 "refId": "A",
6539 "step": 4
6540 },
6541 {
6542 "expr": "irate(node_vmstat_compact_stall{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6543 "format": "time_series",
6544 "intervalFactor": 2,
6545 "legendFormat": "Compact_stall - Failures to even start compacting",
6546 "refId": "E",
6547 "step": 4
6548 },
6549 {
6550 "expr": "irate(node_vmstat_compact_success{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6551 "format": "time_series",
6552 "intervalFactor": 2,
6553 "legendFormat": "Compact_sucess - Successful compactions for high order allocations",
6554 "refId": "F",
6555 "step": 4
6556 }
6557 ],
6558 "thresholds": [],
6559 "timeFrom": null,
6560 "timeShift": null,
6561 "title": "Memory Compactions",
6562 "tooltip": {
6563 "shared": true,
6564 "sort": 0,
6565 "value_type": "individual"
6566 },
6567 "type": "graph",
6568 "xaxis": {
6569 "buckets": null,
6570 "mode": "time",
6571 "name": null,
6572 "show": true,
6573 "values": []
6574 },
6575 "yaxes": [
6576 {
6577 "format": "short",
6578 "label": "Compactions",
6579 "logBase": 1,
6580 "max": null,
6581 "min": "0",
6582 "show": true
6583 },
6584 {
6585 "format": "short",
6586 "label": null,
6587 "logBase": 1,
6588 "max": null,
6589 "min": null,
6590 "show": false
6591 }
6592 ]
6593 },
6594 {
6595 "aliasColors": {
6596 "Apps": "#629E51",
6597 "Buffers": "#614D93",
6598 "Cache": "#6D1F62",
6599 "Cached": "#511749",
6600 "Committed": "#508642",
6601 "Free": "#0A437C",
6602 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6603 "Inactive": "#584477",
6604 "PageTables": "#0A50A1",
6605 "Page_Tables": "#0A50A1",
6606 "RAM_Free": "#E0F9D7",
6607 "Slab": "#806EB7",
6608 "Slab_Cache": "#E0752D",
6609 "Swap": "#BF1B00",
6610 "Swap_Cache": "#C15C17",
6611 "Swap_Free": "#2F575E",
6612 "Unused": "#EAB839"
6613 },
6614 "bars": false,
6615 "dashLength": 10,
6616 "dashes": false,
6617 "datasource": "Prometheus",
6618 "decimals": 2,
6619 "fill": 2,
6620 "gridPos": {
6621 "h": 10,
6622 "w": 12,
6623 "x": 0,
6624 "y": 224
6625 },
6626 "id": 190,
6627 "legend": {
6628 "alignAsTable": true,
6629 "avg": true,
6630 "current": true,
6631 "max": true,
6632 "min": true,
6633 "rightSide": false,
6634 "show": true,
6635 "sideWidth": 350,
6636 "total": false,
6637 "values": true
6638 },
6639 "lines": true,
6640 "linewidth": 1,
6641 "links": [],
6642 "minSpan": 12,
6643 "nullPointMode": "null",
6644 "percentage": false,
6645 "pointradius": 5,
6646 "points": false,
6647 "renderer": "flot",
6648 "seriesOverrides": [],
6649 "spaceLength": 10,
6650 "stack": false,
6651 "steppedLine": false,
6652 "targets": [
6653 {
6654 "expr": "node_vmstat_kswapd_high_wmark_hit_quickly{instance=~\"$node:$port\",job=~\"$job\"}",
6655 "format": "time_series",
6656 "intervalFactor": 2,
6657 "legendFormat": "Kswapd_high_wmark_hit_quickly - Times high watermark reached quickly",
6658 "refId": "N",
6659 "step": 4
6660 },
6661 {
6662 "expr": "node_vmstat_kswapd_low_wmark_hit_quickly{instance=~\"$node:$port\",job=~\"$job\"}",
6663 "format": "time_series",
6664 "intervalFactor": 2,
6665 "legendFormat": "Kswapd_low_wmark_hit_quickly - Times low watermark reached quickly",
6666 "refId": "B",
6667 "step": 4
6668 }
6669 ],
6670 "thresholds": [],
6671 "timeFrom": null,
6672 "timeShift": null,
6673 "title": "Memory Kswapd Watermark",
6674 "tooltip": {
6675 "shared": true,
6676 "sort": 0,
6677 "value_type": "cumulative"
6678 },
6679 "type": "graph",
6680 "xaxis": {
6681 "buckets": null,
6682 "mode": "time",
6683 "name": null,
6684 "show": true,
6685 "values": []
6686 },
6687 "yaxes": [
6688 {
6689 "format": "short",
6690 "label": "Counter",
6691 "logBase": 1,
6692 "max": null,
6693 "min": "0",
6694 "show": true
6695 },
6696 {
6697 "format": "short",
6698 "label": null,
6699 "logBase": 1,
6700 "max": null,
6701 "min": null,
6702 "show": false
6703 }
6704 ]
6705 },
6706 {
6707 "aliasColors": {
6708 "Apps": "#629E51",
6709 "Buffers": "#614D93",
6710 "Cache": "#6D1F62",
6711 "Cached": "#511749",
6712 "Committed": "#508642",
6713 "Free": "#0A437C",
6714 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6715 "Inactive": "#584477",
6716 "PageTables": "#0A50A1",
6717 "Page_Tables": "#0A50A1",
6718 "RAM_Free": "#E0F9D7",
6719 "Slab": "#806EB7",
6720 "Slab_Cache": "#E0752D",
6721 "Swap": "#BF1B00",
6722 "Swap_Cache": "#C15C17",
6723 "Swap_Free": "#2F575E",
6724 "Unused": "#EAB839"
6725 },
6726 "bars": false,
6727 "dashLength": 10,
6728 "dashes": false,
6729 "datasource": "Prometheus",
6730 "decimals": 2,
6731 "fill": 2,
6732 "gridPos": {
6733 "h": 10,
6734 "w": 12,
6735 "x": 12,
6736 "y": 224
6737 },
6738 "id": 171,
6739 "legend": {
6740 "alignAsTable": true,
6741 "avg": true,
6742 "current": true,
6743 "max": true,
6744 "min": true,
6745 "rightSide": false,
6746 "show": true,
6747 "sideWidth": 350,
6748 "total": false,
6749 "values": true
6750 },
6751 "lines": true,
6752 "linewidth": 1,
6753 "links": [],
6754 "minSpan": 12,
6755 "nullPointMode": "null",
6756 "percentage": false,
6757 "pointradius": 5,
6758 "points": false,
6759 "renderer": "flot",
6760 "seriesOverrides": [],
6761 "spaceLength": 10,
6762 "stack": false,
6763 "steppedLine": false,
6764 "targets": [
6765 {
6766 "expr": "node_vmstat_htlb_buddy_alloc_fail{instance=~\"$node:$port\",job=~\"$job\"}",
6767 "format": "time_series",
6768 "intervalFactor": 2,
6769 "legendFormat": "Htlb_buddy_alloc_fail - Huge TLB page buddy allocation failures",
6770 "refId": "N",
6771 "step": 4
6772 },
6773 {
6774 "expr": "node_vmstat_htlb_buddy_alloc_success{instance=~\"$node:$port\",job=~\"$job\"}",
6775 "format": "time_series",
6776 "intervalFactor": 2,
6777 "legendFormat": "Htlb_buddy_alloc_success - Huge TLB page buddy allocation successes",
6778 "refId": "A",
6779 "step": 4
6780 }
6781 ],
6782 "thresholds": [],
6783 "timeFrom": null,
6784 "timeShift": null,
6785 "title": "Memory Buddy Alloc",
6786 "tooltip": {
6787 "shared": true,
6788 "sort": 0,
6789 "value_type": "cumulative"
6790 },
6791 "type": "graph",
6792 "xaxis": {
6793 "buckets": null,
6794 "mode": "time",
6795 "name": null,
6796 "show": true,
6797 "values": []
6798 },
6799 "yaxes": [
6800 {
6801 "format": "short",
6802 "label": "Allocations",
6803 "logBase": 1,
6804 "max": null,
6805 "min": "0",
6806 "show": true
6807 },
6808 {
6809 "format": "short",
6810 "label": null,
6811 "logBase": 1,
6812 "max": null,
6813 "min": null,
6814 "show": false
6815 }
6816 ]
6817 },
6818 {
6819 "aliasColors": {
6820 "Apps": "#629E51",
6821 "Buffers": "#614D93",
6822 "Cache": "#6D1F62",
6823 "Cached": "#511749",
6824 "Committed": "#508642",
6825 "Free": "#0A437C",
6826 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6827 "Inactive": "#584477",
6828 "PageTables": "#0A50A1",
6829 "Page_Tables": "#0A50A1",
6830 "RAM_Free": "#E0F9D7",
6831 "Slab": "#806EB7",
6832 "Slab_Cache": "#E0752D",
6833 "Swap": "#BF1B00",
6834 "Swap_Cache": "#C15C17",
6835 "Swap_Free": "#2F575E",
6836 "Unused": "#EAB839"
6837 },
6838 "bars": false,
6839 "dashLength": 10,
6840 "dashes": false,
6841 "datasource": "Prometheus",
6842 "decimals": 2,
6843 "fill": 2,
6844 "gridPos": {
6845 "h": 10,
6846 "w": 12,
6847 "x": 0,
6848 "y": 234
6849 },
6850 "id": 173,
6851 "legend": {
6852 "alignAsTable": true,
6853 "avg": true,
6854 "current": true,
6855 "max": true,
6856 "min": true,
6857 "rightSide": false,
6858 "show": true,
6859 "sideWidth": 350,
6860 "total": false,
6861 "values": true
6862 },
6863 "lines": true,
6864 "linewidth": 1,
6865 "links": [],
6866 "minSpan": 4,
6867 "nullPointMode": "null",
6868 "percentage": false,
6869 "pointradius": 5,
6870 "points": false,
6871 "renderer": "flot",
6872 "seriesOverrides": [],
6873 "spaceLength": 10,
6874 "stack": false,
6875 "steppedLine": false,
6876 "targets": [
6877 {
6878 "expr": "irate(node_vmstat_numa_foreign{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6879 "format": "time_series",
6880 "intervalFactor": 2,
6881 "legendFormat": "Numa_foreign - Foreign NUMA zone allocations",
6882 "refId": "A",
6883 "step": 4
6884 },
6885 {
6886 "expr": "irate(node_vmstat_numa_hit{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6887 "format": "time_series",
6888 "intervalFactor": 2,
6889 "legendFormat": "Numa_hit - Successful allocations from preferred NUMA zone",
6890 "refId": "D",
6891 "step": 4
6892 },
6893 {
6894 "expr": "irate(node_vmstat_numa_interleave{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6895 "format": "time_series",
6896 "intervalFactor": 2,
6897 "legendFormat": "Numa_interleave - Interleaved NUMA allocations in each zone for each NUMA node",
6898 "refId": "F",
6899 "step": 4
6900 },
6901 {
6902 "expr": "irate(node_vmstat_numa_local{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6903 "format": "time_series",
6904 "intervalFactor": 2,
6905 "legendFormat": "Numa_local - Successful allocations from local NUMA zone",
6906 "refId": "G",
6907 "step": 4
6908 },
6909 {
6910 "expr": "irate(node_vmstat_numa_miss{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6911 "format": "time_series",
6912 "intervalFactor": 2,
6913 "legendFormat": "Numa_miss - Unsuccessful allocations from preferred NUMA zona",
6914 "refId": "H",
6915 "step": 4
6916 },
6917 {
6918 "expr": "irate(node_vmstat_numa_other{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6919 "format": "time_series",
6920 "intervalFactor": 2,
6921 "legendFormat": "Numa_other - Unsuccessful allocations from local NUMA zone",
6922 "refId": "I",
6923 "step": 4
6924 }
6925 ],
6926 "thresholds": [],
6927 "timeFrom": null,
6928 "timeShift": null,
6929 "title": "Memory Numa Allocations",
6930 "tooltip": {
6931 "shared": true,
6932 "sort": 0,
6933 "value_type": "cumulative"
6934 },
6935 "type": "graph",
6936 "xaxis": {
6937 "buckets": null,
6938 "mode": "time",
6939 "name": null,
6940 "show": true,
6941 "values": []
6942 },
6943 "yaxes": [
6944 {
6945 "format": "short",
6946 "label": "Allocations",
6947 "logBase": 1,
6948 "max": null,
6949 "min": "0",
6950 "show": true
6951 },
6952 {
6953 "format": "short",
6954 "label": null,
6955 "logBase": 1,
6956 "max": null,
6957 "min": null,
6958 "show": false
6959 }
6960 ]
6961 },
6962 {
6963 "aliasColors": {
6964 "Apps": "#629E51",
6965 "Buffers": "#614D93",
6966 "Cache": "#6D1F62",
6967 "Cached": "#511749",
6968 "Committed": "#508642",
6969 "Free": "#0A437C",
6970 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6971 "Inactive": "#584477",
6972 "PageTables": "#0A50A1",
6973 "Page_Tables": "#0A50A1",
6974 "RAM_Free": "#E0F9D7",
6975 "Slab": "#806EB7",
6976 "Slab_Cache": "#E0752D",
6977 "Swap": "#BF1B00",
6978 "Swap_Cache": "#C15C17",
6979 "Swap_Free": "#2F575E",
6980 "Unused": "#EAB839"
6981 },
6982 "bars": false,
6983 "dashLength": 10,
6984 "dashes": false,
6985 "datasource": "Prometheus",
6986 "decimals": 2,
6987 "fill": 2,
6988 "gridPos": {
6989 "h": 10,
6990 "w": 12,
6991 "x": 12,
6992 "y": 234
6993 },
6994 "id": 193,
6995 "legend": {
6996 "alignAsTable": true,
6997 "avg": true,
6998 "current": true,
6999 "max": true,
7000 "min": true,
7001 "rightSide": false,
7002 "show": true,
7003 "sideWidth": 350,
7004 "total": false,
7005 "values": true
7006 },
7007 "lines": true,
7008 "linewidth": 1,
7009 "links": [],
7010 "minSpan": 12,
7011 "nullPointMode": "null",
7012 "percentage": false,
7013 "pointradius": 5,
7014 "points": false,
7015 "renderer": "flot",
7016 "seriesOverrides": [
7017 {
7018 "alias": "/.*Numa_pages_migrated - *./",
7019 "fill": 0,
7020 "stack": false
7021 }
7022 ],
7023 "spaceLength": 10,
7024 "stack": true,
7025 "steppedLine": false,
7026 "targets": [
7027 {
7028 "expr": "irate(node_vmstat_numa_pages_migrated{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7029 "format": "time_series",
7030 "intervalFactor": 2,
7031 "legendFormat": "Numa_pages_migrated - NUMA page migrations",
7032 "refId": "J",
7033 "step": 4
7034 },
7035 {
7036 "expr": "irate(node_vmstat_pgmigrate_fail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7037 "format": "time_series",
7038 "intervalFactor": 2,
7039 "legendFormat": "Pgmigrate_fail - Unsuccessful NUMA page migrations",
7040 "refId": "A",
7041 "step": 4
7042 },
7043 {
7044 "expr": "irate(node_vmstat_pgmigrate_success{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7045 "format": "time_series",
7046 "intervalFactor": 2,
7047 "legendFormat": "Pgmigrate_success - Successful NUMA page migrations",
7048 "refId": "B",
7049 "step": 4
7050 }
7051 ],
7052 "thresholds": [],
7053 "timeFrom": null,
7054 "timeShift": null,
7055 "title": "Memory Numa Page Migrations",
7056 "tooltip": {
7057 "shared": true,
7058 "sort": 0,
7059 "value_type": "cumulative"
7060 },
7061 "type": "graph",
7062 "xaxis": {
7063 "buckets": null,
7064 "mode": "time",
7065 "name": null,
7066 "show": true,
7067 "values": []
7068 },
7069 "yaxes": [
7070 {
7071 "format": "short",
7072 "label": "Pages",
7073 "logBase": 1,
7074 "max": null,
7075 "min": "0",
7076 "show": true
7077 },
7078 {
7079 "format": "short",
7080 "label": null,
7081 "logBase": 1,
7082 "max": null,
7083 "min": null,
7084 "show": false
7085 }
7086 ]
7087 },
7088 {
7089 "aliasColors": {
7090 "Apps": "#629E51",
7091 "Buffers": "#614D93",
7092 "Cache": "#6D1F62",
7093 "Cached": "#511749",
7094 "Committed": "#508642",
7095 "Free": "#0A437C",
7096 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7097 "Inactive": "#584477",
7098 "PageTables": "#0A50A1",
7099 "Page_Tables": "#0A50A1",
7100 "RAM_Free": "#E0F9D7",
7101 "Slab": "#806EB7",
7102 "Slab_Cache": "#E0752D",
7103 "Swap": "#BF1B00",
7104 "Swap_Cache": "#C15C17",
7105 "Swap_Free": "#2F575E",
7106 "Unused": "#EAB839"
7107 },
7108 "bars": false,
7109 "dashLength": 10,
7110 "dashes": false,
7111 "datasource": "Prometheus",
7112 "decimals": 2,
7113 "fill": 2,
7114 "gridPos": {
7115 "h": 10,
7116 "w": 12,
7117 "x": 0,
7118 "y": 244
7119 },
7120 "id": 194,
7121 "legend": {
7122 "alignAsTable": true,
7123 "avg": true,
7124 "current": true,
7125 "max": true,
7126 "min": true,
7127 "rightSide": false,
7128 "show": true,
7129 "sideWidth": 350,
7130 "total": false,
7131 "values": true
7132 },
7133 "lines": true,
7134 "linewidth": 1,
7135 "links": [],
7136 "minSpan": 12,
7137 "nullPointMode": "null",
7138 "percentage": false,
7139 "pointradius": 5,
7140 "points": false,
7141 "renderer": "flot",
7142 "seriesOverrides": [],
7143 "spaceLength": 10,
7144 "stack": false,
7145 "steppedLine": false,
7146 "targets": [
7147 {
7148 "expr": "irate(node_vmstat_numa_hint_faults{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7149 "format": "time_series",
7150 "intervalFactor": 2,
7151 "legendFormat": "Numa_hint_faults - NUMA hint faults trapped",
7152 "refId": "B",
7153 "step": 4
7154 },
7155 {
7156 "expr": "irate(node_vmstat_numa_hint_faults_local{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7157 "format": "time_series",
7158 "intervalFactor": 2,
7159 "legendFormat": "Numa_hint_faults_local - Hinting faults to local nodes",
7160 "refId": "C",
7161 "step": 4
7162 }
7163 ],
7164 "thresholds": [],
7165 "timeFrom": null,
7166 "timeShift": null,
7167 "title": "Memory Numa Hints",
7168 "tooltip": {
7169 "shared": true,
7170 "sort": 0,
7171 "value_type": "cumulative"
7172 },
7173 "type": "graph",
7174 "xaxis": {
7175 "buckets": null,
7176 "mode": "time",
7177 "name": null,
7178 "show": true,
7179 "values": []
7180 },
7181 "yaxes": [
7182 {
7183 "format": "short",
7184 "label": "HInts",
7185 "logBase": 1,
7186 "max": null,
7187 "min": "0",
7188 "show": true
7189 },
7190 {
7191 "format": "short",
7192 "label": null,
7193 "logBase": 1,
7194 "max": null,
7195 "min": null,
7196 "show": false
7197 }
7198 ]
7199 },
7200 {
7201 "aliasColors": {
7202 "Apps": "#629E51",
7203 "Buffers": "#614D93",
7204 "Cache": "#6D1F62",
7205 "Cached": "#511749",
7206 "Committed": "#508642",
7207 "Free": "#0A437C",
7208 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7209 "Inactive": "#584477",
7210 "PageTables": "#0A50A1",
7211 "Page_Tables": "#0A50A1",
7212 "RAM_Free": "#E0F9D7",
7213 "Slab": "#806EB7",
7214 "Slab_Cache": "#E0752D",
7215 "Swap": "#BF1B00",
7216 "Swap_Cache": "#C15C17",
7217 "Swap_Free": "#2F575E",
7218 "Unused": "#EAB839"
7219 },
7220 "bars": false,
7221 "dashLength": 10,
7222 "dashes": false,
7223 "datasource": "Prometheus",
7224 "decimals": 2,
7225 "fill": 2,
7226 "gridPos": {
7227 "h": 10,
7228 "w": 12,
7229 "x": 12,
7230 "y": 244
7231 },
7232 "id": 196,
7233 "legend": {
7234 "alignAsTable": true,
7235 "avg": true,
7236 "current": true,
7237 "max": true,
7238 "min": true,
7239 "rightSide": false,
7240 "show": true,
7241 "sideWidth": 350,
7242 "total": false,
7243 "values": true
7244 },
7245 "lines": true,
7246 "linewidth": 1,
7247 "links": [],
7248 "minSpan": 12,
7249 "nullPointMode": "null",
7250 "percentage": false,
7251 "pointradius": 5,
7252 "points": false,
7253 "renderer": "flot",
7254 "seriesOverrides": [],
7255 "spaceLength": 10,
7256 "stack": false,
7257 "steppedLine": false,
7258 "targets": [
7259 {
7260 "expr": "irate(node_vmstat_numa_pte_updates{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7261 "format": "time_series",
7262 "intervalFactor": 2,
7263 "legendFormat": "Numa_pte_updates - NUMA page table entry updates",
7264 "refId": "K",
7265 "step": 4
7266 },
7267 {
7268 "expr": "irate(node_vmstat_numa_huge_pte_updates{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7269 "intervalFactor": 2,
7270 "legendFormat": "Numa_huge_pte_updates - NUMA huge page table entry updates",
7271 "refId": "A",
7272 "step": 4
7273 }
7274 ],
7275 "thresholds": [],
7276 "timeFrom": null,
7277 "timeShift": null,
7278 "title": "Memory Numa Table Updates",
7279 "tooltip": {
7280 "shared": true,
7281 "sort": 0,
7282 "value_type": "cumulative"
7283 },
7284 "type": "graph",
7285 "xaxis": {
7286 "buckets": null,
7287 "mode": "time",
7288 "name": null,
7289 "show": true,
7290 "values": []
7291 },
7292 "yaxes": [
7293 {
7294 "format": "short",
7295 "label": "Updates",
7296 "logBase": 1,
7297 "max": null,
7298 "min": "0",
7299 "show": true
7300 },
7301 {
7302 "format": "short",
7303 "label": null,
7304 "logBase": 1,
7305 "max": null,
7306 "min": null,
7307 "show": false
7308 }
7309 ]
7310 },
7311 {
7312 "aliasColors": {
7313 "Apps": "#629E51",
7314 "Buffers": "#614D93",
7315 "Cache": "#6D1F62",
7316 "Cached": "#511749",
7317 "Committed": "#508642",
7318 "Free": "#0A437C",
7319 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7320 "Inactive": "#584477",
7321 "PageTables": "#0A50A1",
7322 "Page_Tables": "#0A50A1",
7323 "RAM_Free": "#E0F9D7",
7324 "Slab": "#806EB7",
7325 "Slab_Cache": "#E0752D",
7326 "Swap": "#BF1B00",
7327 "Swap_Cache": "#C15C17",
7328 "Swap_Free": "#2F575E",
7329 "Unused": "#EAB839"
7330 },
7331 "bars": false,
7332 "dashLength": 10,
7333 "dashes": false,
7334 "datasource": "Prometheus",
7335 "decimals": 2,
7336 "fill": 2,
7337 "gridPos": {
7338 "h": 10,
7339 "w": 12,
7340 "x": 0,
7341 "y": 254
7342 },
7343 "id": 199,
7344 "legend": {
7345 "alignAsTable": true,
7346 "avg": true,
7347 "current": true,
7348 "max": true,
7349 "min": true,
7350 "rightSide": false,
7351 "show": true,
7352 "sideWidth": 350,
7353 "total": false,
7354 "values": true
7355 },
7356 "lines": true,
7357 "linewidth": 1,
7358 "links": [],
7359 "minSpan": 4,
7360 "nullPointMode": "null",
7361 "percentage": false,
7362 "pointradius": 5,
7363 "points": false,
7364 "renderer": "flot",
7365 "seriesOverrides": [],
7366 "spaceLength": 10,
7367 "stack": false,
7368 "steppedLine": false,
7369 "targets": [
7370 {
7371 "expr": "irate(node_vmstat_thp_split{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7372 "format": "time_series",
7373 "intervalFactor": 2,
7374 "legendFormat": "Thp_split - Transparent huge page splits",
7375 "refId": "F",
7376 "step": 4
7377 }
7378 ],
7379 "thresholds": [],
7380 "timeFrom": null,
7381 "timeShift": null,
7382 "title": "Memory THP Splits",
7383 "tooltip": {
7384 "shared": true,
7385 "sort": 0,
7386 "value_type": "cumulative"
7387 },
7388 "type": "graph",
7389 "xaxis": {
7390 "buckets": null,
7391 "mode": "time",
7392 "name": null,
7393 "show": true,
7394 "values": []
7395 },
7396 "yaxes": [
7397 {
7398 "format": "short",
7399 "label": "Splits",
7400 "logBase": 1,
7401 "max": null,
7402 "min": "0",
7403 "show": true
7404 },
7405 {
7406 "format": "short",
7407 "label": null,
7408 "logBase": 1,
7409 "max": null,
7410 "min": null,
7411 "show": false
7412 }
7413 ]
7414 },
7415 {
7416 "aliasColors": {
7417 "Apps": "#629E51",
7418 "Buffers": "#614D93",
7419 "Cache": "#6D1F62",
7420 "Cached": "#511749",
7421 "Committed": "#508642",
7422 "Free": "#0A437C",
7423 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7424 "Inactive": "#584477",
7425 "PageTables": "#0A50A1",
7426 "Page_Tables": "#0A50A1",
7427 "RAM_Free": "#E0F9D7",
7428 "Slab": "#806EB7",
7429 "Slab_Cache": "#E0752D",
7430 "Swap": "#BF1B00",
7431 "Swap_Cache": "#C15C17",
7432 "Swap_Free": "#2F575E",
7433 "Unused": "#EAB839"
7434 },
7435 "bars": false,
7436 "dashLength": 10,
7437 "dashes": false,
7438 "datasource": "Prometheus",
7439 "decimals": 2,
7440 "fill": 2,
7441 "gridPos": {
7442 "h": 10,
7443 "w": 12,
7444 "x": 12,
7445 "y": 254
7446 },
7447 "id": 182,
7448 "legend": {
7449 "alignAsTable": true,
7450 "avg": true,
7451 "current": true,
7452 "max": true,
7453 "min": true,
7454 "rightSide": false,
7455 "show": true,
7456 "sideWidth": 350,
7457 "total": false,
7458 "values": true
7459 },
7460 "lines": true,
7461 "linewidth": 1,
7462 "links": [],
7463 "minSpan": 4,
7464 "nullPointMode": "null",
7465 "percentage": false,
7466 "pointradius": 5,
7467 "points": false,
7468 "renderer": "flot",
7469 "seriesOverrides": [],
7470 "spaceLength": 10,
7471 "stack": false,
7472 "steppedLine": false,
7473 "targets": [
7474 {
7475 "expr": "irate(node_vmstat_workingset_activate{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7476 "format": "time_series",
7477 "intervalFactor": 2,
7478 "legendFormat": "Workingset_activate - Page activations to form the working set",
7479 "refId": "C",
7480 "step": 4
7481 },
7482 {
7483 "expr": "irate(node_vmstat_workingset_nodereclaim{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7484 "format": "time_series",
7485 "intervalFactor": 2,
7486 "legendFormat": "Workingset_nodereclaim - NUMA node working set page reclaims",
7487 "refId": "D",
7488 "step": 4
7489 },
7490 {
7491 "expr": "irate(node_vmstat_workingset_refault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7492 "format": "time_series",
7493 "intervalFactor": 2,
7494 "legendFormat": "Workingset_refault - Refaults of previously evicted pages",
7495 "refId": "E",
7496 "step": 4
7497 }
7498 ],
7499 "thresholds": [],
7500 "timeFrom": null,
7501 "timeShift": null,
7502 "title": "Memory Workingset",
7503 "tooltip": {
7504 "shared": true,
7505 "sort": 0,
7506 "value_type": "cumulative"
7507 },
7508 "type": "graph",
7509 "xaxis": {
7510 "buckets": null,
7511 "mode": "time",
7512 "name": null,
7513 "show": true,
7514 "values": []
7515 },
7516 "yaxes": [
7517 {
7518 "format": "short",
7519 "label": "Counter",
7520 "logBase": 1,
7521 "max": null,
7522 "min": "0",
7523 "show": true
7524 },
7525 {
7526 "format": "short",
7527 "label": null,
7528 "logBase": 1,
7529 "max": null,
7530 "min": null,
7531 "show": false
7532 }
7533 ]
7534 },
7535 {
7536 "aliasColors": {
7537 "Apps": "#629E51",
7538 "Buffers": "#614D93",
7539 "Cache": "#6D1F62",
7540 "Cached": "#511749",
7541 "Committed": "#508642",
7542 "Free": "#0A437C",
7543 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7544 "Inactive": "#584477",
7545 "PageTables": "#0A50A1",
7546 "Page_Tables": "#0A50A1",
7547 "RAM_Free": "#E0F9D7",
7548 "Slab": "#806EB7",
7549 "Slab_Cache": "#E0752D",
7550 "Swap": "#BF1B00",
7551 "Swap_Cache": "#C15C17",
7552 "Swap_Free": "#2F575E",
7553 "Unused": "#EAB839"
7554 },
7555 "bars": false,
7556 "dashLength": 10,
7557 "dashes": false,
7558 "datasource": "Prometheus",
7559 "decimals": 2,
7560 "fill": 2,
7561 "gridPos": {
7562 "h": 10,
7563 "w": 12,
7564 "x": 0,
7565 "y": 264
7566 },
7567 "id": 180,
7568 "legend": {
7569 "alignAsTable": true,
7570 "avg": true,
7571 "current": true,
7572 "max": true,
7573 "min": true,
7574 "rightSide": false,
7575 "show": true,
7576 "sideWidth": 350,
7577 "total": false,
7578 "values": true
7579 },
7580 "lines": true,
7581 "linewidth": 1,
7582 "links": [],
7583 "minSpan": 4,
7584 "nullPointMode": "null",
7585 "percentage": false,
7586 "pointradius": 5,
7587 "points": false,
7588 "renderer": "flot",
7589 "seriesOverrides": [],
7590 "spaceLength": 10,
7591 "stack": false,
7592 "steppedLine": false,
7593 "targets": [
7594 {
7595 "expr": "irate(node_vmstat_thp_collapse_alloc{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7596 "format": "time_series",
7597 "intervalFactor": 2,
7598 "legendFormat": "Thp_collapse_alloc - Transparent huge page collapse allocations",
7599 "refId": "A",
7600 "step": 4
7601 },
7602 {
7603 "expr": "irate(node_vmstat_thp_collapse_alloc_failed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7604 "format": "time_series",
7605 "intervalFactor": 2,
7606 "legendFormat": "Thp_collapse_alloc_failed - Transparent huge page collapse allocation failures",
7607 "refId": "C",
7608 "step": 4
7609 },
7610 {
7611 "expr": "irate(node_vmstat_thp_zero_page_alloc{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7612 "format": "time_series",
7613 "intervalFactor": 2,
7614 "legendFormat": "Thp_zero_page_alloc - Transparent huge page zeroed page allocations",
7615 "refId": "G",
7616 "step": 4
7617 },
7618 {
7619 "expr": "irate(node_vmstat_thp_zero_page_alloc_failed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7620 "format": "time_series",
7621 "intervalFactor": 2,
7622 "legendFormat": "Thp_zero_page_alloc_failed - Transparent huge page zeroed page allocation failures",
7623 "refId": "H",
7624 "step": 4
7625 },
7626 {
7627 "expr": "irate(node_vmstat_thp_fault_alloc{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7628 "intervalFactor": 2,
7629 "legendFormat": "Thp_fault_alloc - Transparent huge page fault allocations",
7630 "refId": "B",
7631 "step": 4
7632 },
7633 {
7634 "expr": "irate(node_vmstat_thp_fault_fallback{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7635 "intervalFactor": 2,
7636 "legendFormat": "Thp_fault_fallback - Transparent huge page fault fallbacks",
7637 "refId": "D",
7638 "step": 4
7639 }
7640 ],
7641 "thresholds": [],
7642 "timeFrom": null,
7643 "timeShift": null,
7644 "title": "Memory THP Allocations",
7645 "tooltip": {
7646 "shared": true,
7647 "sort": 0,
7648 "value_type": "cumulative"
7649 },
7650 "type": "graph",
7651 "xaxis": {
7652 "buckets": null,
7653 "mode": "time",
7654 "name": null,
7655 "show": true,
7656 "values": []
7657 },
7658 "yaxes": [
7659 {
7660 "format": "short",
7661 "label": "Allocations",
7662 "logBase": 1,
7663 "max": null,
7664 "min": "0",
7665 "show": true
7666 },
7667 {
7668 "format": "short",
7669 "label": null,
7670 "logBase": 1,
7671 "max": null,
7672 "min": null,
7673 "show": false
7674 }
7675 ]
7676 }
7677 ],
7678 "repeat": null,
7679 "title": "Memory Detail Vmstat",
7680 "type": "row"
7681 },
7682 {
7683 "collapsed": true,
7684 "gridPos": {
7685 "h": 1,
7686 "w": 24,
7687 "x": 0,
7688 "y": 28
7689 },
7690 "id": 268,
7691 "panels": [
7692 {
7693 "aliasColors": {
7694 "Apps": "#629E51",
7695 "Buffers": "#614D93",
7696 "Cache": "#6D1F62",
7697 "Cached": "#511749",
7698 "Committed": "#508642",
7699 "Free": "#0A437C",
7700 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7701 "Inactive": "#584477",
7702 "PageTables": "#0A50A1",
7703 "Page_Tables": "#0A50A1",
7704 "RAM_Free": "#E0F9D7",
7705 "Slab": "#806EB7",
7706 "Slab_Cache": "#E0752D",
7707 "Swap": "#BF1B00",
7708 "Swap_Cache": "#C15C17",
7709 "Swap_Free": "#2F575E",
7710 "Unused": "#EAB839"
7711 },
7712 "bars": false,
7713 "dashLength": 10,
7714 "dashes": false,
7715 "datasource": "Prometheus",
7716 "decimals": 2,
7717 "fill": 2,
7718 "gridPos": {
7719 "h": 10,
7720 "w": 12,
7721 "x": 0,
7722 "y": 265
7723 },
7724 "id": 185,
7725 "legend": {
7726 "alignAsTable": true,
7727 "avg": true,
7728 "current": true,
7729 "max": true,
7730 "min": true,
7731 "rightSide": false,
7732 "show": true,
7733 "sideWidth": 350,
7734 "total": false,
7735 "values": true
7736 },
7737 "lines": true,
7738 "linewidth": 1,
7739 "links": [],
7740 "minSpan": 4,
7741 "nullPointMode": "null",
7742 "percentage": false,
7743 "pointradius": 5,
7744 "points": false,
7745 "renderer": "flot",
7746 "seriesOverrides": [],
7747 "spaceLength": 10,
7748 "stack": false,
7749 "steppedLine": false,
7750 "targets": [
7751 {
7752 "expr": "node_vmstat_nr_active_anon{instance=~\"$node:$port\",job=~\"$job\"}",
7753 "format": "time_series",
7754 "intervalFactor": 2,
7755 "legendFormat": "Active_anon - Active anonymous memory pages",
7756 "refId": "B",
7757 "step": 240
7758 },
7759 {
7760 "expr": "node_vmstat_nr_active_file{instance=~\"$node:$port\",job=~\"$job\"}",
7761 "format": "time_series",
7762 "intervalFactor": 2,
7763 "legendFormat": "Active_file - Active file memory memory pages",
7764 "refId": "C",
7765 "step": 240
7766 }
7767 ],
7768 "thresholds": [],
7769 "timeFrom": null,
7770 "timeShift": null,
7771 "title": "Memory Page Active",
7772 "tooltip": {
7773 "shared": true,
7774 "sort": 0,
7775 "value_type": "cumulative"
7776 },
7777 "type": "graph",
7778 "xaxis": {
7779 "buckets": null,
7780 "mode": "time",
7781 "name": null,
7782 "show": true,
7783 "values": []
7784 },
7785 "yaxes": [
7786 {
7787 "format": "short",
7788 "label": "Pages",
7789 "logBase": 1,
7790 "max": null,
7791 "min": "0",
7792 "show": true
7793 },
7794 {
7795 "format": "short",
7796 "label": null,
7797 "logBase": 1,
7798 "max": null,
7799 "min": null,
7800 "show": false
7801 }
7802 ]
7803 },
7804 {
7805 "aliasColors": {
7806 "Apps": "#629E51",
7807 "Buffers": "#614D93",
7808 "Cache": "#6D1F62",
7809 "Cached": "#511749",
7810 "Committed": "#508642",
7811 "Free": "#0A437C",
7812 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7813 "Inactive": "#584477",
7814 "PageTables": "#0A50A1",
7815 "Page_Tables": "#0A50A1",
7816 "RAM_Free": "#E0F9D7",
7817 "Slab": "#806EB7",
7818 "Slab_Cache": "#E0752D",
7819 "Swap": "#BF1B00",
7820 "Swap_Cache": "#C15C17",
7821 "Swap_Free": "#2F575E",
7822 "Unused": "#EAB839"
7823 },
7824 "bars": false,
7825 "dashLength": 10,
7826 "dashes": false,
7827 "datasource": "Prometheus",
7828 "decimals": 2,
7829 "fill": 2,
7830 "gridPos": {
7831 "h": 10,
7832 "w": 12,
7833 "x": 12,
7834 "y": 265
7835 },
7836 "id": 228,
7837 "legend": {
7838 "alignAsTable": true,
7839 "avg": true,
7840 "current": true,
7841 "max": true,
7842 "min": true,
7843 "rightSide": false,
7844 "show": true,
7845 "sideWidth": 350,
7846 "total": false,
7847 "values": true
7848 },
7849 "lines": true,
7850 "linewidth": 1,
7851 "links": [],
7852 "minSpan": 4,
7853 "nullPointMode": "null",
7854 "percentage": false,
7855 "pointradius": 5,
7856 "points": false,
7857 "renderer": "flot",
7858 "seriesOverrides": [],
7859 "spaceLength": 10,
7860 "stack": false,
7861 "steppedLine": false,
7862 "targets": [
7863 {
7864 "expr": "node_vmstat_nr_inactive_anon{instance=~\"$node:$port\",job=~\"$job\"}",
7865 "intervalFactor": 2,
7866 "legendFormat": "Inactive_anon - Inactive anonymous memory pages in each zone for each NUMA node",
7867 "refId": "A",
7868 "step": 240
7869 },
7870 {
7871 "expr": "node_vmstat_nr_inactive_file{instance=~\"$node:$port\",job=~\"$job\"}",
7872 "intervalFactor": 2,
7873 "legendFormat": "Inactive_file - Inactive file memory pages in each zone for each NUMA node",
7874 "refId": "D",
7875 "step": 240
7876 }
7877 ],
7878 "thresholds": [],
7879 "timeFrom": null,
7880 "timeShift": null,
7881 "title": "Memory Page Inactive",
7882 "tooltip": {
7883 "shared": true,
7884 "sort": 0,
7885 "value_type": "cumulative"
7886 },
7887 "type": "graph",
7888 "xaxis": {
7889 "buckets": null,
7890 "mode": "time",
7891 "name": null,
7892 "show": true,
7893 "values": []
7894 },
7895 "yaxes": [
7896 {
7897 "format": "short",
7898 "label": "Pages",
7899 "logBase": 1,
7900 "max": null,
7901 "min": "0",
7902 "show": true
7903 },
7904 {
7905 "format": "short",
7906 "label": null,
7907 "logBase": 1,
7908 "max": null,
7909 "min": null,
7910 "show": false
7911 }
7912 ]
7913 },
7914 {
7915 "aliasColors": {
7916 "Apps": "#629E51",
7917 "Buffers": "#614D93",
7918 "Cache": "#6D1F62",
7919 "Cached": "#511749",
7920 "Committed": "#508642",
7921 "Free": "#0A437C",
7922 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7923 "Inactive": "#584477",
7924 "PageTables": "#0A50A1",
7925 "Page_Tables": "#0A50A1",
7926 "RAM_Free": "#E0F9D7",
7927 "Slab": "#806EB7",
7928 "Slab_Cache": "#E0752D",
7929 "Swap": "#BF1B00",
7930 "Swap_Cache": "#C15C17",
7931 "Swap_Free": "#2F575E",
7932 "Unused": "#EAB839"
7933 },
7934 "bars": false,
7935 "dashLength": 10,
7936 "dashes": false,
7937 "datasource": "Prometheus",
7938 "decimals": 2,
7939 "fill": 2,
7940 "gridPos": {
7941 "h": 10,
7942 "w": 12,
7943 "x": 0,
7944 "y": 275
7945 },
7946 "id": 188,
7947 "legend": {
7948 "alignAsTable": true,
7949 "avg": true,
7950 "current": true,
7951 "max": true,
7952 "min": true,
7953 "rightSide": false,
7954 "show": true,
7955 "sideWidth": 350,
7956 "total": false,
7957 "values": true
7958 },
7959 "lines": true,
7960 "linewidth": 1,
7961 "links": [],
7962 "minSpan": 4,
7963 "nullPointMode": "null",
7964 "percentage": false,
7965 "pointradius": 5,
7966 "points": false,
7967 "renderer": "flot",
7968 "seriesOverrides": [],
7969 "spaceLength": 10,
7970 "stack": false,
7971 "steppedLine": false,
7972 "targets": [
7973 {
7974 "expr": "node_vmstat_nr_slab_reclaimable{instance=~\"$node:$port\",job=~\"$job\"}",
7975 "format": "time_series",
7976 "intervalFactor": 2,
7977 "legendFormat": "Reclaimable - Instantaneous reclaimable slab pages",
7978 "refId": "A",
7979 "step": 240
7980 },
7981 {
7982 "expr": "node_vmstat_nr_slab_unreclaimable{instance=~\"$node:$port\",job=~\"$job\"}",
7983 "format": "time_series",
7984 "intervalFactor": 2,
7985 "legendFormat": "Unreclaimable - Instantaneous unreclaimable slab pages",
7986 "refId": "C",
7987 "step": 240
7988 }
7989 ],
7990 "thresholds": [],
7991 "timeFrom": null,
7992 "timeShift": null,
7993 "title": "Memory Page Reclaimed / Unreclaimed",
7994 "tooltip": {
7995 "shared": true,
7996 "sort": 0,
7997 "value_type": "cumulative"
7998 },
7999 "type": "graph",
8000 "xaxis": {
8001 "buckets": null,
8002 "mode": "time",
8003 "name": null,
8004 "show": true,
8005 "values": []
8006 },
8007 "yaxes": [
8008 {
8009 "format": "short",
8010 "label": "Pages",
8011 "logBase": 1,
8012 "max": null,
8013 "min": "0",
8014 "show": true
8015 },
8016 {
8017 "format": "short",
8018 "label": null,
8019 "logBase": 1,
8020 "max": null,
8021 "min": null,
8022 "show": false
8023 }
8024 ]
8025 },
8026 {
8027 "aliasColors": {
8028 "Apps": "#629E51",
8029 "Buffers": "#614D93",
8030 "Cache": "#6D1F62",
8031 "Cached": "#511749",
8032 "Committed": "#508642",
8033 "Free": "#0A437C",
8034 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8035 "Inactive": "#584477",
8036 "PageTables": "#0A50A1",
8037 "Page_Tables": "#0A50A1",
8038 "RAM_Free": "#E0F9D7",
8039 "Slab": "#806EB7",
8040 "Slab_Cache": "#E0752D",
8041 "Swap": "#BF1B00",
8042 "Swap_Cache": "#C15C17",
8043 "Swap_Free": "#2F575E",
8044 "Unused": "#EAB839"
8045 },
8046 "bars": false,
8047 "dashLength": 10,
8048 "dashes": false,
8049 "datasource": "Prometheus",
8050 "decimals": 2,
8051 "fill": 2,
8052 "gridPos": {
8053 "h": 10,
8054 "w": 12,
8055 "x": 12,
8056 "y": 275
8057 },
8058 "id": 186,
8059 "legend": {
8060 "alignAsTable": true,
8061 "avg": true,
8062 "current": true,
8063 "max": true,
8064 "min": true,
8065 "rightSide": false,
8066 "show": true,
8067 "sideWidth": 350,
8068 "total": false,
8069 "values": true
8070 },
8071 "lines": true,
8072 "linewidth": 1,
8073 "links": [],
8074 "minSpan": 4,
8075 "nullPointMode": "null",
8076 "percentage": false,
8077 "pointradius": 5,
8078 "points": false,
8079 "renderer": "flot",
8080 "seriesOverrides": [],
8081 "spaceLength": 10,
8082 "stack": false,
8083 "steppedLine": false,
8084 "targets": [
8085 {
8086 "expr": "node_vmstat_nr_free_pages{instance=~\"$node:$port\",job=~\"$job\"}",
8087 "intervalFactor": 2,
8088 "legendFormat": "Free_pages - Free pages",
8089 "refId": "B",
8090 "step": 240
8091 },
8092 {
8093 "expr": "node_vmstat_nr_written{instance=~\"$node:$port\",job=~\"$job\"}",
8094 "intervalFactor": 2,
8095 "legendFormat": "Written - Pages written out in each zone for each NUMA node",
8096 "refId": "A",
8097 "step": 240
8098 }
8099 ],
8100 "thresholds": [],
8101 "timeFrom": null,
8102 "timeShift": null,
8103 "title": "Memory Page Free / Written",
8104 "tooltip": {
8105 "shared": true,
8106 "sort": 0,
8107 "value_type": "cumulative"
8108 },
8109 "type": "graph",
8110 "xaxis": {
8111 "buckets": null,
8112 "mode": "time",
8113 "name": null,
8114 "show": true,
8115 "values": []
8116 },
8117 "yaxes": [
8118 {
8119 "format": "short",
8120 "label": "Pages",
8121 "logBase": 1,
8122 "max": null,
8123 "min": "0",
8124 "show": true
8125 },
8126 {
8127 "format": "short",
8128 "label": null,
8129 "logBase": 1,
8130 "max": null,
8131 "min": null,
8132 "show": false
8133 }
8134 ]
8135 },
8136 {
8137 "aliasColors": {
8138 "Apps": "#629E51",
8139 "Buffers": "#614D93",
8140 "Cache": "#6D1F62",
8141 "Cached": "#511749",
8142 "Committed": "#508642",
8143 "Free": "#0A437C",
8144 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8145 "Inactive": "#584477",
8146 "PageTables": "#0A50A1",
8147 "Page_Tables": "#0A50A1",
8148 "RAM_Free": "#E0F9D7",
8149 "Slab": "#806EB7",
8150 "Slab_Cache": "#E0752D",
8151 "Swap": "#BF1B00",
8152 "Swap_Cache": "#C15C17",
8153 "Swap_Free": "#2F575E",
8154 "Unused": "#EAB839"
8155 },
8156 "bars": false,
8157 "dashLength": 10,
8158 "dashes": false,
8159 "datasource": "Prometheus",
8160 "decimals": 2,
8161 "fill": 2,
8162 "gridPos": {
8163 "h": 10,
8164 "w": 12,
8165 "x": 0,
8166 "y": 285
8167 },
8168 "id": 218,
8169 "legend": {
8170 "alignAsTable": true,
8171 "avg": true,
8172 "current": true,
8173 "max": true,
8174 "min": true,
8175 "rightSide": false,
8176 "show": true,
8177 "sideWidth": 350,
8178 "total": false,
8179 "values": true
8180 },
8181 "lines": true,
8182 "linewidth": 1,
8183 "links": [],
8184 "minSpan": 4,
8185 "nullPointMode": "null",
8186 "percentage": false,
8187 "pointradius": 5,
8188 "points": false,
8189 "renderer": "flot",
8190 "seriesOverrides": [],
8191 "spaceLength": 10,
8192 "stack": false,
8193 "steppedLine": false,
8194 "targets": [
8195 {
8196 "expr": "node_vmstat_nr_dirty{instance=~\"$node:$port\",job=~\"$job\"}",
8197 "format": "time_series",
8198 "intervalFactor": 2,
8199 "legendFormat": "Dirty - Pages in dirty state",
8200 "refId": "C",
8201 "step": 240
8202 },
8203 {
8204 "expr": "node_vmstat_nr_bounce{instance=~\"$node:$port\",job=~\"$job\"}",
8205 "intervalFactor": 2,
8206 "legendFormat": "Bounce - Bounce buffer pages",
8207 "refId": "A",
8208 "step": 240
8209 }
8210 ],
8211 "thresholds": [],
8212 "timeFrom": null,
8213 "timeShift": null,
8214 "title": "Memory Page Dirty / Bounce",
8215 "tooltip": {
8216 "shared": true,
8217 "sort": 0,
8218 "value_type": "cumulative"
8219 },
8220 "type": "graph",
8221 "xaxis": {
8222 "buckets": null,
8223 "mode": "time",
8224 "name": null,
8225 "show": true,
8226 "values": []
8227 },
8228 "yaxes": [
8229 {
8230 "format": "short",
8231 "label": "Pages",
8232 "logBase": 1,
8233 "max": null,
8234 "min": "0",
8235 "show": true
8236 },
8237 {
8238 "format": "short",
8239 "label": null,
8240 "logBase": 1,
8241 "max": null,
8242 "min": null,
8243 "show": false
8244 }
8245 ]
8246 },
8247 {
8248 "aliasColors": {
8249 "Apps": "#629E51",
8250 "Buffers": "#614D93",
8251 "Cache": "#6D1F62",
8252 "Cached": "#511749",
8253 "Committed": "#508642",
8254 "Free": "#0A437C",
8255 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8256 "Inactive": "#584477",
8257 "PageTables": "#0A50A1",
8258 "Page_Tables": "#0A50A1",
8259 "RAM_Free": "#E0F9D7",
8260 "Slab": "#806EB7",
8261 "Slab_Cache": "#E0752D",
8262 "Swap": "#BF1B00",
8263 "Swap_Cache": "#C15C17",
8264 "Swap_Free": "#2F575E",
8265 "Unused": "#EAB839"
8266 },
8267 "bars": false,
8268 "dashLength": 10,
8269 "dashes": false,
8270 "datasource": "Prometheus",
8271 "decimals": 2,
8272 "fill": 2,
8273 "gridPos": {
8274 "h": 10,
8275 "w": 12,
8276 "x": 12,
8277 "y": 285
8278 },
8279 "id": 201,
8280 "legend": {
8281 "alignAsTable": true,
8282 "avg": true,
8283 "current": true,
8284 "max": true,
8285 "min": true,
8286 "rightSide": false,
8287 "show": true,
8288 "sideWidth": 350,
8289 "total": false,
8290 "values": true
8291 },
8292 "lines": true,
8293 "linewidth": 1,
8294 "links": [],
8295 "minSpan": 4,
8296 "nullPointMode": "null",
8297 "percentage": false,
8298 "pointradius": 5,
8299 "points": false,
8300 "renderer": "flot",
8301 "seriesOverrides": [],
8302 "spaceLength": 10,
8303 "stack": false,
8304 "steppedLine": false,
8305 "targets": [
8306 {
8307 "expr": "node_vmstat_nr_unevictable{instance=~\"$node:$port\",job=~\"$job\"}",
8308 "format": "time_series",
8309 "intervalFactor": 2,
8310 "legendFormat": "Unevictable - Unevictable pages",
8311 "refId": "B",
8312 "step": 240
8313 },
8314 {
8315 "expr": "node_vmstat_nr_mlock{instance=~\"$node:$port\",job=~\"$job\"}",
8316 "intervalFactor": 2,
8317 "legendFormat": "Mlock - Pages under mlock",
8318 "refId": "A",
8319 "step": 240
8320 }
8321 ],
8322 "thresholds": [],
8323 "timeFrom": null,
8324 "timeShift": null,
8325 "title": "Memory Pages Unevictable / Mlock",
8326 "tooltip": {
8327 "shared": true,
8328 "sort": 0,
8329 "value_type": "cumulative"
8330 },
8331 "type": "graph",
8332 "xaxis": {
8333 "buckets": null,
8334 "mode": "time",
8335 "name": null,
8336 "show": true,
8337 "values": []
8338 },
8339 "yaxes": [
8340 {
8341 "format": "short",
8342 "label": "Pages",
8343 "logBase": 1,
8344 "max": null,
8345 "min": "0",
8346 "show": true
8347 },
8348 {
8349 "format": "short",
8350 "label": null,
8351 "logBase": 1,
8352 "max": null,
8353 "min": null,
8354 "show": false
8355 }
8356 ]
8357 },
8358 {
8359 "aliasColors": {
8360 "Apps": "#629E51",
8361 "Buffers": "#614D93",
8362 "Cache": "#6D1F62",
8363 "Cached": "#511749",
8364 "Committed": "#508642",
8365 "Free": "#0A437C",
8366 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8367 "Inactive": "#584477",
8368 "PageTables": "#0A50A1",
8369 "Page_Tables": "#0A50A1",
8370 "RAM_Free": "#E0F9D7",
8371 "Slab": "#806EB7",
8372 "Slab_Cache": "#E0752D",
8373 "Swap": "#BF1B00",
8374 "Swap_Cache": "#C15C17",
8375 "Swap_Free": "#2F575E",
8376 "Unused": "#EAB839"
8377 },
8378 "bars": false,
8379 "dashLength": 10,
8380 "dashes": false,
8381 "datasource": "Prometheus",
8382 "decimals": 2,
8383 "fill": 2,
8384 "gridPos": {
8385 "h": 10,
8386 "w": 12,
8387 "x": 0,
8388 "y": 295
8389 },
8390 "id": 214,
8391 "legend": {
8392 "alignAsTable": true,
8393 "avg": true,
8394 "current": true,
8395 "max": true,
8396 "min": true,
8397 "rightSide": false,
8398 "show": true,
8399 "sideWidth": 350,
8400 "total": false,
8401 "values": true
8402 },
8403 "lines": true,
8404 "linewidth": 1,
8405 "links": [],
8406 "minSpan": 4,
8407 "nullPointMode": "null",
8408 "percentage": false,
8409 "pointradius": 5,
8410 "points": false,
8411 "renderer": "flot",
8412 "seriesOverrides": [],
8413 "spaceLength": 10,
8414 "stack": false,
8415 "steppedLine": false,
8416 "targets": [
8417 {
8418 "expr": "node_vmstat_nr_shmem{instance=~\"$node:$port\",job=~\"$job\"}",
8419 "format": "time_series",
8420 "intervalFactor": 2,
8421 "legendFormat": "Shmem - Shared memory pages",
8422 "refId": "H",
8423 "step": 240
8424 },
8425 {
8426 "expr": "node_vmstat_nr_mapped{instance=~\"$node:$port\",job=~\"$job\"}",
8427 "intervalFactor": 2,
8428 "legendFormat": "Mapped - Mapped pagecache pages in each zone for each NUMA node",
8429 "refId": "A",
8430 "step": 240
8431 }
8432 ],
8433 "thresholds": [],
8434 "timeFrom": null,
8435 "timeShift": null,
8436 "title": "Memory Page Shmem / Mapped",
8437 "tooltip": {
8438 "shared": true,
8439 "sort": 0,
8440 "value_type": "cumulative"
8441 },
8442 "type": "graph",
8443 "xaxis": {
8444 "buckets": null,
8445 "mode": "time",
8446 "name": null,
8447 "show": true,
8448 "values": []
8449 },
8450 "yaxes": [
8451 {
8452 "format": "short",
8453 "label": "Pages",
8454 "logBase": 1,
8455 "max": null,
8456 "min": "0",
8457 "show": true
8458 },
8459 {
8460 "format": "short",
8461 "label": null,
8462 "logBase": 1,
8463 "max": null,
8464 "min": null,
8465 "show": false
8466 }
8467 ]
8468 },
8469 {
8470 "aliasColors": {
8471 "Apps": "#629E51",
8472 "Buffers": "#614D93",
8473 "Cache": "#6D1F62",
8474 "Cached": "#511749",
8475 "Committed": "#508642",
8476 "Free": "#0A437C",
8477 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8478 "Inactive": "#584477",
8479 "PageTables": "#0A50A1",
8480 "Page_Tables": "#0A50A1",
8481 "RAM_Free": "#E0F9D7",
8482 "Slab": "#806EB7",
8483 "Slab_Cache": "#E0752D",
8484 "Swap": "#BF1B00",
8485 "Swap_Cache": "#C15C17",
8486 "Swap_Free": "#2F575E",
8487 "Unused": "#EAB839"
8488 },
8489 "bars": false,
8490 "dashLength": 10,
8491 "dashes": false,
8492 "datasource": "Prometheus",
8493 "decimals": 2,
8494 "fill": 2,
8495 "gridPos": {
8496 "h": 10,
8497 "w": 12,
8498 "x": 12,
8499 "y": 295
8500 },
8501 "id": 212,
8502 "legend": {
8503 "alignAsTable": true,
8504 "avg": true,
8505 "current": true,
8506 "max": true,
8507 "min": true,
8508 "rightSide": false,
8509 "show": true,
8510 "sideWidth": 350,
8511 "total": false,
8512 "values": true
8513 },
8514 "lines": true,
8515 "linewidth": 1,
8516 "links": [],
8517 "minSpan": 4,
8518 "nullPointMode": "null",
8519 "percentage": false,
8520 "pointradius": 5,
8521 "points": false,
8522 "renderer": "flot",
8523 "seriesOverrides": [],
8524 "spaceLength": 10,
8525 "stack": false,
8526 "steppedLine": false,
8527 "targets": [
8528 {
8529 "expr": "node_vmstat_nr_kernel_stack{instance=~\"$node:$port\",job=~\"$job\"}",
8530 "format": "time_series",
8531 "intervalFactor": 2,
8532 "legendFormat": "Kernel_stack - Pages of kernel stack",
8533 "refId": "F",
8534 "step": 240
8535 }
8536 ],
8537 "thresholds": [],
8538 "timeFrom": null,
8539 "timeShift": null,
8540 "title": "Memory Page Kernel_stack",
8541 "tooltip": {
8542 "shared": true,
8543 "sort": 0,
8544 "value_type": "cumulative"
8545 },
8546 "type": "graph",
8547 "xaxis": {
8548 "buckets": null,
8549 "mode": "time",
8550 "name": null,
8551 "show": true,
8552 "values": []
8553 },
8554 "yaxes": [
8555 {
8556 "format": "short",
8557 "label": "Pages",
8558 "logBase": 1,
8559 "max": null,
8560 "min": "0",
8561 "show": true
8562 },
8563 {
8564 "format": "short",
8565 "label": null,
8566 "logBase": 1,
8567 "max": null,
8568 "min": null,
8569 "show": false
8570 }
8571 ]
8572 },
8573 {
8574 "aliasColors": {
8575 "Apps": "#629E51",
8576 "Buffers": "#614D93",
8577 "Cache": "#6D1F62",
8578 "Cached": "#511749",
8579 "Committed": "#508642",
8580 "Free": "#0A437C",
8581 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8582 "Inactive": "#584477",
8583 "PageTables": "#0A50A1",
8584 "Page_Tables": "#0A50A1",
8585 "RAM_Free": "#E0F9D7",
8586 "Slab": "#806EB7",
8587 "Slab_Cache": "#E0752D",
8588 "Swap": "#BF1B00",
8589 "Swap_Cache": "#C15C17",
8590 "Swap_Free": "#2F575E",
8591 "Unused": "#EAB839"
8592 },
8593 "bars": false,
8594 "dashLength": 10,
8595 "dashes": false,
8596 "datasource": "Prometheus",
8597 "decimals": 2,
8598 "fill": 2,
8599 "gridPos": {
8600 "h": 10,
8601 "w": 12,
8602 "x": 0,
8603 "y": 305
8604 },
8605 "id": 203,
8606 "legend": {
8607 "alignAsTable": true,
8608 "avg": true,
8609 "current": true,
8610 "max": true,
8611 "min": true,
8612 "rightSide": false,
8613 "show": true,
8614 "sideWidth": 350,
8615 "total": false,
8616 "values": true
8617 },
8618 "lines": true,
8619 "linewidth": 1,
8620 "links": [],
8621 "minSpan": 4,
8622 "nullPointMode": "null",
8623 "percentage": false,
8624 "pointradius": 5,
8625 "points": false,
8626 "renderer": "flot",
8627 "seriesOverrides": [],
8628 "spaceLength": 10,
8629 "stack": false,
8630 "steppedLine": false,
8631 "targets": [
8632 {
8633 "expr": "node_vmstat_nr_writeback{instance=~\"$node:$port\",job=~\"$job\"}",
8634 "format": "time_series",
8635 "intervalFactor": 2,
8636 "legendFormat": "Writeback - Writeback pages",
8637 "refId": "G",
8638 "step": 240
8639 },
8640 {
8641 "expr": "node_vmstat_nr_writeback_temp{instance=~\"$node:$port\",job=~\"$job\"}",
8642 "format": "time_series",
8643 "intervalFactor": 2,
8644 "legendFormat": "Writeback_temp - Temporary writeback pages",
8645 "refId": "H",
8646 "step": 240
8647 }
8648 ],
8649 "thresholds": [],
8650 "timeFrom": null,
8651 "timeShift": null,
8652 "title": "Memory Pages Writeback",
8653 "tooltip": {
8654 "shared": true,
8655 "sort": 0,
8656 "value_type": "cumulative"
8657 },
8658 "type": "graph",
8659 "xaxis": {
8660 "buckets": null,
8661 "mode": "time",
8662 "name": null,
8663 "show": true,
8664 "values": []
8665 },
8666 "yaxes": [
8667 {
8668 "format": "short",
8669 "label": "Pages",
8670 "logBase": 1,
8671 "max": null,
8672 "min": "0",
8673 "show": true
8674 },
8675 {
8676 "format": "short",
8677 "label": null,
8678 "logBase": 1,
8679 "max": null,
8680 "min": null,
8681 "show": false
8682 }
8683 ]
8684 },
8685 {
8686 "aliasColors": {
8687 "Apps": "#629E51",
8688 "Buffers": "#614D93",
8689 "Cache": "#6D1F62",
8690 "Cached": "#511749",
8691 "Committed": "#508642",
8692 "Free": "#0A437C",
8693 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8694 "Inactive": "#584477",
8695 "PageTables": "#0A50A1",
8696 "Page_Tables": "#0A50A1",
8697 "RAM_Free": "#E0F9D7",
8698 "Slab": "#806EB7",
8699 "Slab_Cache": "#E0752D",
8700 "Swap": "#BF1B00",
8701 "Swap_Cache": "#C15C17",
8702 "Swap_Free": "#2F575E",
8703 "Unused": "#EAB839"
8704 },
8705 "bars": false,
8706 "dashLength": 10,
8707 "dashes": false,
8708 "datasource": "Prometheus",
8709 "decimals": 2,
8710 "fill": 2,
8711 "gridPos": {
8712 "h": 10,
8713 "w": 12,
8714 "x": 12,
8715 "y": 305
8716 },
8717 "id": 205,
8718 "legend": {
8719 "alignAsTable": true,
8720 "avg": true,
8721 "current": true,
8722 "max": true,
8723 "min": true,
8724 "rightSide": false,
8725 "show": true,
8726 "sideWidth": 350,
8727 "total": false,
8728 "values": true
8729 },
8730 "lines": true,
8731 "linewidth": 1,
8732 "links": [],
8733 "minSpan": 4,
8734 "nullPointMode": "null",
8735 "percentage": false,
8736 "pointradius": 5,
8737 "points": false,
8738 "renderer": "flot",
8739 "seriesOverrides": [],
8740 "spaceLength": 10,
8741 "stack": false,
8742 "steppedLine": false,
8743 "targets": [
8744 {
8745 "expr": "node_vmstat_nr_file_pages{instance=~\"$node:$port\",job=~\"$job\"}",
8746 "format": "time_series",
8747 "intervalFactor": 2,
8748 "legendFormat": "File_pages - File pagecache pages in each zone for each NUMA node",
8749 "refId": "F",
8750 "step": 240
8751 }
8752 ],
8753 "thresholds": [],
8754 "timeFrom": null,
8755 "timeShift": null,
8756 "title": "Memory Page File_pages",
8757 "tooltip": {
8758 "shared": true,
8759 "sort": 0,
8760 "value_type": "cumulative"
8761 },
8762 "type": "graph",
8763 "xaxis": {
8764 "buckets": null,
8765 "mode": "time",
8766 "name": null,
8767 "show": true,
8768 "values": []
8769 },
8770 "yaxes": [
8771 {
8772 "format": "short",
8773 "label": "Pages",
8774 "logBase": 1,
8775 "max": null,
8776 "min": "0",
8777 "show": true
8778 },
8779 {
8780 "format": "short",
8781 "label": null,
8782 "logBase": 1,
8783 "max": null,
8784 "min": null,
8785 "show": false
8786 }
8787 ]
8788 },
8789 {
8790 "aliasColors": {
8791 "Apps": "#629E51",
8792 "Buffers": "#614D93",
8793 "Cache": "#6D1F62",
8794 "Cached": "#511749",
8795 "Committed": "#508642",
8796 "Free": "#0A437C",
8797 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8798 "Inactive": "#584477",
8799 "PageTables": "#0A50A1",
8800 "Page_Tables": "#0A50A1",
8801 "RAM_Free": "#E0F9D7",
8802 "Slab": "#806EB7",
8803 "Slab_Cache": "#E0752D",
8804 "Swap": "#BF1B00",
8805 "Swap_Cache": "#C15C17",
8806 "Swap_Free": "#2F575E",
8807 "Unused": "#EAB839"
8808 },
8809 "bars": false,
8810 "dashLength": 10,
8811 "dashes": false,
8812 "datasource": "Prometheus",
8813 "decimals": 2,
8814 "fill": 2,
8815 "gridPos": {
8816 "h": 10,
8817 "w": 12,
8818 "x": 0,
8819 "y": 315
8820 },
8821 "id": 206,
8822 "legend": {
8823 "alignAsTable": true,
8824 "avg": true,
8825 "current": true,
8826 "max": true,
8827 "min": true,
8828 "rightSide": false,
8829 "show": true,
8830 "sideWidth": 350,
8831 "total": false,
8832 "values": true
8833 },
8834 "lines": true,
8835 "linewidth": 1,
8836 "links": [],
8837 "minSpan": 4,
8838 "nullPointMode": "null",
8839 "percentage": false,
8840 "pointradius": 5,
8841 "points": false,
8842 "renderer": "flot",
8843 "seriesOverrides": [],
8844 "spaceLength": 10,
8845 "stack": false,
8846 "steppedLine": false,
8847 "targets": [
8848 {
8849 "expr": "node_vmstat_nr_dirty_background_threshold{instance=~\"$node:$port\",job=~\"$job\"}",
8850 "format": "time_series",
8851 "intervalFactor": 2,
8852 "legendFormat": "Dirty_background_threshold - Background writeback threshold",
8853 "refId": "D",
8854 "step": 240
8855 },
8856 {
8857 "expr": "node_vmstat_nr_dirty_threshold{instance=~\"$node:$port\",job=~\"$job\"}",
8858 "format": "time_series",
8859 "intervalFactor": 2,
8860 "legendFormat": "Dirty_threshold - Dirty throttling threshold",
8861 "refId": "E",
8862 "step": 240
8863 }
8864 ],
8865 "thresholds": [],
8866 "timeFrom": null,
8867 "timeShift": null,
8868 "title": "Memory Page Dirty Threshold",
8869 "tooltip": {
8870 "shared": true,
8871 "sort": 0,
8872 "value_type": "cumulative"
8873 },
8874 "type": "graph",
8875 "xaxis": {
8876 "buckets": null,
8877 "mode": "time",
8878 "name": null,
8879 "show": true,
8880 "values": []
8881 },
8882 "yaxes": [
8883 {
8884 "format": "short",
8885 "label": "Pages",
8886 "logBase": 1,
8887 "max": null,
8888 "min": "0",
8889 "show": true
8890 },
8891 {
8892 "format": "short",
8893 "label": null,
8894 "logBase": 1,
8895 "max": null,
8896 "min": null,
8897 "show": false
8898 }
8899 ]
8900 },
8901 {
8902 "aliasColors": {
8903 "Apps": "#629E51",
8904 "Buffers": "#614D93",
8905 "Cache": "#6D1F62",
8906 "Cached": "#511749",
8907 "Committed": "#508642",
8908 "Free": "#0A437C",
8909 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8910 "Inactive": "#584477",
8911 "PageTables": "#0A50A1",
8912 "Page_Tables": "#0A50A1",
8913 "RAM_Free": "#E0F9D7",
8914 "Slab": "#806EB7",
8915 "Slab_Cache": "#E0752D",
8916 "Swap": "#BF1B00",
8917 "Swap_Cache": "#C15C17",
8918 "Swap_Free": "#2F575E",
8919 "Unused": "#EAB839"
8920 },
8921 "bars": false,
8922 "dashLength": 10,
8923 "dashes": false,
8924 "datasource": "Prometheus",
8925 "decimals": 2,
8926 "fill": 2,
8927 "gridPos": {
8928 "h": 10,
8929 "w": 12,
8930 "x": 12,
8931 "y": 315
8932 },
8933 "id": 208,
8934 "legend": {
8935 "alignAsTable": true,
8936 "avg": true,
8937 "current": true,
8938 "max": true,
8939 "min": true,
8940 "rightSide": false,
8941 "show": true,
8942 "sideWidth": 350,
8943 "total": false,
8944 "values": true
8945 },
8946 "lines": true,
8947 "linewidth": 1,
8948 "links": [],
8949 "minSpan": 4,
8950 "nullPointMode": "null",
8951 "percentage": false,
8952 "pointradius": 5,
8953 "points": false,
8954 "renderer": "flot",
8955 "seriesOverrides": [],
8956 "spaceLength": 10,
8957 "stack": false,
8958 "steppedLine": false,
8959 "targets": [
8960 {
8961 "expr": "node_vmstat_nr_unstable{instance=~\"$node:$port\",job=~\"$job\"}",
8962 "format": "time_series",
8963 "intervalFactor": 2,
8964 "legendFormat": "Unstable - Pages unstable state in each zone for each NUMA node",
8965 "refId": "D",
8966 "step": 240
8967 },
8968 {
8969 "expr": "node_vmstat_nr_dirtied{instance=~\"$node:$port\",job=~\"$job\"}",
8970 "intervalFactor": 2,
8971 "legendFormat": "Dirtied - Pages entering dirty state in each zone for each NUMA node",
8972 "refId": "A",
8973 "step": 240
8974 }
8975 ],
8976 "thresholds": [],
8977 "timeFrom": null,
8978 "timeShift": null,
8979 "title": "Memory Page Unstable / Dirtied",
8980 "tooltip": {
8981 "shared": true,
8982 "sort": 0,
8983 "value_type": "cumulative"
8984 },
8985 "type": "graph",
8986 "xaxis": {
8987 "buckets": null,
8988 "mode": "time",
8989 "name": null,
8990 "show": true,
8991 "values": []
8992 },
8993 "yaxes": [
8994 {
8995 "format": "short",
8996 "label": "Pages",
8997 "logBase": 1,
8998 "max": null,
8999 "min": "0",
9000 "show": true
9001 },
9002 {
9003 "format": "short",
9004 "label": null,
9005 "logBase": 1,
9006 "max": null,
9007 "min": null,
9008 "show": false
9009 }
9010 ]
9011 },
9012 {
9013 "aliasColors": {
9014 "Apps": "#629E51",
9015 "Buffers": "#614D93",
9016 "Cache": "#6D1F62",
9017 "Cached": "#511749",
9018 "Committed": "#508642",
9019 "Free": "#0A437C",
9020 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9021 "Inactive": "#584477",
9022 "PageTables": "#0A50A1",
9023 "Page_Tables": "#0A50A1",
9024 "RAM_Free": "#E0F9D7",
9025 "Slab": "#806EB7",
9026 "Slab_Cache": "#E0752D",
9027 "Swap": "#BF1B00",
9028 "Swap_Cache": "#C15C17",
9029 "Swap_Free": "#2F575E",
9030 "Unused": "#EAB839"
9031 },
9032 "bars": false,
9033 "dashLength": 10,
9034 "dashes": false,
9035 "datasource": "Prometheus",
9036 "decimals": 2,
9037 "fill": 2,
9038 "gridPos": {
9039 "h": 10,
9040 "w": 12,
9041 "x": 0,
9042 "y": 325
9043 },
9044 "id": 209,
9045 "legend": {
9046 "alignAsTable": true,
9047 "avg": true,
9048 "current": true,
9049 "max": true,
9050 "min": true,
9051 "rightSide": false,
9052 "show": true,
9053 "sideWidth": 350,
9054 "total": false,
9055 "values": true
9056 },
9057 "lines": true,
9058 "linewidth": 1,
9059 "links": [],
9060 "minSpan": 4,
9061 "nullPointMode": "null",
9062 "percentage": false,
9063 "pointradius": 5,
9064 "points": false,
9065 "renderer": "flot",
9066 "seriesOverrides": [],
9067 "spaceLength": 10,
9068 "stack": false,
9069 "steppedLine": false,
9070 "targets": [
9071 {
9072 "expr": "node_vmstat_nr_page_table_pages{instance=~\"$node:$port\",job=~\"$job\"}",
9073 "format": "time_series",
9074 "intervalFactor": 2,
9075 "legendFormat": "Page_table_pages - Page table pages in each zone for each NUMA node",
9076 "refId": "A",
9077 "step": 240
9078 }
9079 ],
9080 "thresholds": [],
9081 "timeFrom": null,
9082 "timeShift": null,
9083 "title": "Memory Page Page_table_pages",
9084 "tooltip": {
9085 "shared": true,
9086 "sort": 0,
9087 "value_type": "cumulative"
9088 },
9089 "type": "graph",
9090 "xaxis": {
9091 "buckets": null,
9092 "mode": "time",
9093 "name": null,
9094 "show": true,
9095 "values": []
9096 },
9097 "yaxes": [
9098 {
9099 "format": "short",
9100 "label": "Pages",
9101 "logBase": 1,
9102 "max": null,
9103 "min": "0",
9104 "show": true
9105 },
9106 {
9107 "format": "short",
9108 "label": null,
9109 "logBase": 1,
9110 "max": null,
9111 "min": null,
9112 "show": false
9113 }
9114 ]
9115 },
9116 {
9117 "aliasColors": {
9118 "Apps": "#629E51",
9119 "Buffers": "#614D93",
9120 "Cache": "#6D1F62",
9121 "Cached": "#511749",
9122 "Committed": "#508642",
9123 "Free": "#0A437C",
9124 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9125 "Inactive": "#584477",
9126 "PageTables": "#0A50A1",
9127 "Page_Tables": "#0A50A1",
9128 "RAM_Free": "#E0F9D7",
9129 "Slab": "#806EB7",
9130 "Slab_Cache": "#E0752D",
9131 "Swap": "#BF1B00",
9132 "Swap_Cache": "#C15C17",
9133 "Swap_Free": "#2F575E",
9134 "Unused": "#EAB839"
9135 },
9136 "bars": false,
9137 "dashLength": 10,
9138 "dashes": false,
9139 "datasource": "Prometheus",
9140 "decimals": 2,
9141 "fill": 2,
9142 "gridPos": {
9143 "h": 10,
9144 "w": 12,
9145 "x": 12,
9146 "y": 325
9147 },
9148 "id": 217,
9149 "legend": {
9150 "alignAsTable": true,
9151 "avg": true,
9152 "current": true,
9153 "max": true,
9154 "min": true,
9155 "rightSide": false,
9156 "show": true,
9157 "sideWidth": 350,
9158 "total": false,
9159 "values": true
9160 },
9161 "lines": true,
9162 "linewidth": 1,
9163 "links": [],
9164 "minSpan": 4,
9165 "nullPointMode": "null",
9166 "percentage": false,
9167 "pointradius": 5,
9168 "points": false,
9169 "renderer": "flot",
9170 "seriesOverrides": [],
9171 "spaceLength": 10,
9172 "stack": false,
9173 "steppedLine": false,
9174 "targets": [
9175 {
9176 "expr": "node_vmstat_nr_alloc_batch{instance=~\"$node:$port\",job=~\"$job\"}",
9177 "format": "time_series",
9178 "intervalFactor": 2,
9179 "legendFormat": "Alloc_batch - Pages allocated to other zones due to insufficient memory for each zone for each NUMA node",
9180 "refId": "D",
9181 "step": 240
9182 }
9183 ],
9184 "thresholds": [],
9185 "timeFrom": null,
9186 "timeShift": null,
9187 "title": "Memory Page Alloc_batch",
9188 "tooltip": {
9189 "shared": true,
9190 "sort": 0,
9191 "value_type": "cumulative"
9192 },
9193 "type": "graph",
9194 "xaxis": {
9195 "buckets": null,
9196 "mode": "time",
9197 "name": null,
9198 "show": true,
9199 "values": []
9200 },
9201 "yaxes": [
9202 {
9203 "format": "short",
9204 "label": "Pages",
9205 "logBase": 1,
9206 "max": null,
9207 "min": "0",
9208 "show": true
9209 },
9210 {
9211 "format": "short",
9212 "label": null,
9213 "logBase": 1,
9214 "max": null,
9215 "min": null,
9216 "show": false
9217 }
9218 ]
9219 },
9220 {
9221 "aliasColors": {
9222 "Apps": "#629E51",
9223 "Buffers": "#614D93",
9224 "Cache": "#6D1F62",
9225 "Cached": "#511749",
9226 "Committed": "#508642",
9227 "Free": "#0A437C",
9228 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9229 "Inactive": "#584477",
9230 "PageTables": "#0A50A1",
9231 "Page_Tables": "#0A50A1",
9232 "RAM_Free": "#E0F9D7",
9233 "Slab": "#806EB7",
9234 "Slab_Cache": "#E0752D",
9235 "Swap": "#BF1B00",
9236 "Swap_Cache": "#C15C17",
9237 "Swap_Free": "#2F575E",
9238 "Unused": "#EAB839"
9239 },
9240 "bars": false,
9241 "dashLength": 10,
9242 "dashes": false,
9243 "datasource": "Prometheus",
9244 "decimals": 2,
9245 "fill": 2,
9246 "gridPos": {
9247 "h": 10,
9248 "w": 12,
9249 "x": 0,
9250 "y": 335
9251 },
9252 "id": 213,
9253 "legend": {
9254 "alignAsTable": true,
9255 "avg": true,
9256 "current": true,
9257 "max": true,
9258 "min": true,
9259 "rightSide": false,
9260 "show": true,
9261 "sideWidth": 350,
9262 "total": false,
9263 "values": true
9264 },
9265 "lines": true,
9266 "linewidth": 1,
9267 "links": [],
9268 "minSpan": 4,
9269 "nullPointMode": "null",
9270 "percentage": false,
9271 "pointradius": 5,
9272 "points": false,
9273 "renderer": "flot",
9274 "seriesOverrides": [],
9275 "spaceLength": 10,
9276 "stack": false,
9277 "steppedLine": false,
9278 "targets": [
9279 {
9280 "expr": "node_vmstat_nr_isolated_anon{instance=~\"$node:$port\",job=~\"$job\"}",
9281 "format": "time_series",
9282 "intervalFactor": 2,
9283 "legendFormat": "Isolated_anon - Isolated anonymous memory pages in each zone for each NUMA node",
9284 "refId": "D",
9285 "step": 240
9286 },
9287 {
9288 "expr": "node_vmstat_nr_isolated_file{instance=~\"$node:$port\",job=~\"$job\"}",
9289 "format": "time_series",
9290 "intervalFactor": 2,
9291 "legendFormat": "Isolated_file - Isolated file memory pages in each zone for each NUMA node",
9292 "refId": "E",
9293 "step": 240
9294 }
9295 ],
9296 "thresholds": [],
9297 "timeFrom": null,
9298 "timeShift": null,
9299 "title": "Memory Page Isolated",
9300 "tooltip": {
9301 "shared": true,
9302 "sort": 0,
9303 "value_type": "cumulative"
9304 },
9305 "type": "graph",
9306 "xaxis": {
9307 "buckets": null,
9308 "mode": "time",
9309 "name": null,
9310 "show": true,
9311 "values": []
9312 },
9313 "yaxes": [
9314 {
9315 "format": "short",
9316 "label": "Pages",
9317 "logBase": 1,
9318 "max": null,
9319 "min": "0",
9320 "show": true
9321 },
9322 {
9323 "format": "short",
9324 "label": null,
9325 "logBase": 1,
9326 "max": null,
9327 "min": null,
9328 "show": false
9329 }
9330 ]
9331 },
9332 {
9333 "aliasColors": {
9334 "Apps": "#629E51",
9335 "Buffers": "#614D93",
9336 "Cache": "#6D1F62",
9337 "Cached": "#511749",
9338 "Committed": "#508642",
9339 "Free": "#0A437C",
9340 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9341 "Inactive": "#584477",
9342 "PageTables": "#0A50A1",
9343 "Page_Tables": "#0A50A1",
9344 "RAM_Free": "#E0F9D7",
9345 "Slab": "#806EB7",
9346 "Slab_Cache": "#E0752D",
9347 "Swap": "#BF1B00",
9348 "Swap_Cache": "#C15C17",
9349 "Swap_Free": "#2F575E",
9350 "Unused": "#EAB839"
9351 },
9352 "bars": false,
9353 "dashLength": 10,
9354 "dashes": false,
9355 "datasource": "Prometheus",
9356 "decimals": 2,
9357 "fill": 2,
9358 "gridPos": {
9359 "h": 10,
9360 "w": 12,
9361 "x": 12,
9362 "y": 335
9363 },
9364 "id": 216,
9365 "legend": {
9366 "alignAsTable": true,
9367 "avg": true,
9368 "current": true,
9369 "max": true,
9370 "min": true,
9371 "rightSide": false,
9372 "show": true,
9373 "sideWidth": 350,
9374 "total": false,
9375 "values": true
9376 },
9377 "lines": true,
9378 "linewidth": 1,
9379 "links": [],
9380 "minSpan": 4,
9381 "nullPointMode": "null",
9382 "percentage": false,
9383 "pointradius": 5,
9384 "points": false,
9385 "renderer": "flot",
9386 "seriesOverrides": [],
9387 "spaceLength": 10,
9388 "stack": false,
9389 "steppedLine": false,
9390 "targets": [
9391 {
9392 "expr": "node_vmstat_nr_anon_pages{instance=~\"$node:$port\",job=~\"$job\"}",
9393 "format": "time_series",
9394 "intervalFactor": 2,
9395 "legendFormat": "Anon_pages - Anonymous mapped pagecache pages in each zone for each NUMA node",
9396 "refId": "E",
9397 "step": 240
9398 },
9399 {
9400 "expr": "node_vmstat_nr_anon_transparent_hugepages{instance=~\"$node:$port\",job=~\"$job\"}",
9401 "format": "time_series",
9402 "intervalFactor": 2,
9403 "legendFormat": "Anon_transparent_hugepages - Anonymous transparent huge pages in each zone for each NUMA node",
9404 "refId": "F",
9405 "step": 240
9406 }
9407 ],
9408 "thresholds": [],
9409 "timeFrom": null,
9410 "timeShift": null,
9411 "title": "Memory Page Anon",
9412 "tooltip": {
9413 "shared": true,
9414 "sort": 0,
9415 "value_type": "cumulative"
9416 },
9417 "type": "graph",
9418 "xaxis": {
9419 "buckets": null,
9420 "mode": "time",
9421 "name": null,
9422 "show": true,
9423 "values": []
9424 },
9425 "yaxes": [
9426 {
9427 "format": "short",
9428 "label": "Pages",
9429 "logBase": 1,
9430 "max": null,
9431 "min": "0",
9432 "show": true
9433 },
9434 {
9435 "format": "short",
9436 "label": null,
9437 "logBase": 1,
9438 "max": null,
9439 "min": null,
9440 "show": false
9441 }
9442 ]
9443 },
9444 {
9445 "aliasColors": {
9446 "Apps": "#629E51",
9447 "Buffers": "#614D93",
9448 "Cache": "#6D1F62",
9449 "Cached": "#511749",
9450 "Committed": "#508642",
9451 "Free": "#0A437C",
9452 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9453 "Inactive": "#584477",
9454 "PageTables": "#0A50A1",
9455 "Page_Tables": "#0A50A1",
9456 "RAM_Free": "#E0F9D7",
9457 "Slab": "#806EB7",
9458 "Slab_Cache": "#E0752D",
9459 "Swap": "#BF1B00",
9460 "Swap_Cache": "#C15C17",
9461 "Swap_Free": "#2F575E",
9462 "Unused": "#EAB839"
9463 },
9464 "bars": false,
9465 "dashLength": 10,
9466 "dashes": false,
9467 "datasource": "Prometheus",
9468 "decimals": 2,
9469 "fill": 2,
9470 "gridPos": {
9471 "h": 10,
9472 "w": 12,
9473 "x": 0,
9474 "y": 345
9475 },
9476 "id": 204,
9477 "legend": {
9478 "alignAsTable": true,
9479 "avg": true,
9480 "current": true,
9481 "max": true,
9482 "min": true,
9483 "rightSide": false,
9484 "show": true,
9485 "sideWidth": 350,
9486 "total": false,
9487 "values": true
9488 },
9489 "lines": true,
9490 "linewidth": 1,
9491 "links": [],
9492 "minSpan": 4,
9493 "nullPointMode": "null",
9494 "percentage": false,
9495 "pointradius": 5,
9496 "points": false,
9497 "renderer": "flot",
9498 "seriesOverrides": [],
9499 "spaceLength": 10,
9500 "stack": false,
9501 "steppedLine": false,
9502 "targets": [
9503 {
9504 "expr": "node_vmstat_nr_free_cma{instance=~\"$node:$port\",job=~\"$job\"}",
9505 "format": "time_series",
9506 "intervalFactor": 2,
9507 "legendFormat": "Free_cma - Free Contiguous Memory Allocator pages in each zone for each NUMA node",
9508 "refId": "G",
9509 "step": 240
9510 },
9511 {
9512 "expr": "node_vmstat_nr_vmscan_write{instance=~\"$node:$port\",job=~\"$job\"}",
9513 "intervalFactor": 2,
9514 "legendFormat": "Vmscan_write - Pages written by VM scanner from LRU",
9515 "refId": "B",
9516 "step": 240
9517 },
9518 {
9519 "expr": "node_vmstat_nr_vmscan_immediate_reclaim{instance=~\"$node:$port\",job=~\"$job\"}",
9520 "intervalFactor": 2,
9521 "legendFormat": "Immediate_reclaim - Prioritise for reclaim when writeback ends in each zone for each NUMA node",
9522 "refId": "C",
9523 "step": 240
9524 }
9525 ],
9526 "thresholds": [],
9527 "timeFrom": null,
9528 "timeShift": null,
9529 "title": "Memory Page Misc",
9530 "tooltip": {
9531 "shared": true,
9532 "sort": 0,
9533 "value_type": "cumulative"
9534 },
9535 "type": "graph",
9536 "xaxis": {
9537 "buckets": null,
9538 "mode": "time",
9539 "name": null,
9540 "show": true,
9541 "values": []
9542 },
9543 "yaxes": [
9544 {
9545 "format": "short",
9546 "label": "Pages",
9547 "logBase": 1,
9548 "max": null,
9549 "min": "0",
9550 "show": true
9551 },
9552 {
9553 "format": "short",
9554 "label": null,
9555 "logBase": 1,
9556 "max": null,
9557 "min": null,
9558 "show": false
9559 }
9560 ]
9561 }
9562 ],
9563 "repeat": null,
9564 "title": "Memory Detail Vmstat Counters",
9565 "type": "row"
9566 },
9567 {
9568 "collapsed": true,
9569 "gridPos": {
9570 "h": 1,
9571 "w": 24,
9572 "x": 0,
9573 "y": 29
9574 },
9575 "id": 269,
9576 "panels": [
9577 {
9578 "aliasColors": {},
9579 "bars": false,
9580 "dashLength": 10,
9581 "dashes": false,
9582 "datasource": "Prometheus",
9583 "fill": 2,
9584 "gridPos": {
9585 "h": 10,
9586 "w": 12,
9587 "x": 0,
9588 "y": 346
9589 },
9590 "id": 8,
9591 "legend": {
9592 "alignAsTable": true,
9593 "avg": true,
9594 "current": true,
9595 "max": true,
9596 "min": true,
9597 "show": true,
9598 "total": false,
9599 "values": true
9600 },
9601 "lines": true,
9602 "linewidth": 1,
9603 "links": [],
9604 "minSpan": 4,
9605 "nullPointMode": "null",
9606 "percentage": false,
9607 "pointradius": 5,
9608 "points": false,
9609 "renderer": "flot",
9610 "repeat": null,
9611 "seriesOverrides": [],
9612 "spaceLength": 10,
9613 "stack": false,
9614 "steppedLine": false,
9615 "targets": [
9616 {
9617 "expr": "irate(node_context_switches_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
9618 "format": "time_series",
9619 "intervalFactor": 2,
9620 "legendFormat": "Context switches",
9621 "refId": "A",
9622 "step": 240
9623 },
9624 {
9625 "expr": "irate(node_intr_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
9626 "format": "time_series",
9627 "intervalFactor": 2,
9628 "legendFormat": "Interrupts",
9629 "refId": "B",
9630 "step": 240
9631 }
9632 ],
9633 "thresholds": [],
9634 "timeFrom": null,
9635 "timeShift": null,
9636 "title": "Context Switches / Interrupts",
9637 "tooltip": {
9638 "shared": true,
9639 "sort": 0,
9640 "value_type": "individual"
9641 },
9642 "type": "graph",
9643 "xaxis": {
9644 "buckets": null,
9645 "mode": "time",
9646 "name": null,
9647 "show": true,
9648 "values": []
9649 },
9650 "yaxes": [
9651 {
9652 "format": "short",
9653 "label": "Counter",
9654 "logBase": 1,
9655 "max": null,
9656 "min": "0",
9657 "show": true
9658 },
9659 {
9660 "format": "short",
9661 "label": null,
9662 "logBase": 1,
9663 "max": null,
9664 "min": null,
9665 "show": false
9666 }
9667 ]
9668 },
9669 {
9670 "aliasColors": {},
9671 "bars": false,
9672 "dashLength": 10,
9673 "dashes": false,
9674 "datasource": "Prometheus",
9675 "fill": 2,
9676 "gridPos": {
9677 "h": 10,
9678 "w": 12,
9679 "x": 12,
9680 "y": 346
9681 },
9682 "id": 7,
9683 "legend": {
9684 "alignAsTable": true,
9685 "avg": true,
9686 "current": true,
9687 "max": true,
9688 "min": true,
9689 "show": true,
9690 "total": false,
9691 "values": true
9692 },
9693 "lines": true,
9694 "linewidth": 1,
9695 "links": [],
9696 "minSpan": 4,
9697 "nullPointMode": "null",
9698 "percentage": false,
9699 "pointradius": 5,
9700 "points": false,
9701 "renderer": "flot",
9702 "repeat": null,
9703 "seriesOverrides": [],
9704 "spaceLength": 10,
9705 "stack": false,
9706 "steppedLine": false,
9707 "targets": [
9708 {
9709 "expr": "node_load1{instance=~\"$node:$port\",job=~\"$job\"}",
9710 "format": "time_series",
9711 "intervalFactor": 4,
9712 "legendFormat": "Load 1m",
9713 "refId": "A",
9714 "step": 480
9715 },
9716 {
9717 "expr": "node_load5{instance=~\"$node:$port\",job=~\"$job\"}",
9718 "format": "time_series",
9719 "intervalFactor": 4,
9720 "legendFormat": "Load 5m",
9721 "refId": "B",
9722 "step": 480
9723 },
9724 {
9725 "expr": "node_load15{instance=~\"$node:$port\",job=~\"$job\"}",
9726 "format": "time_series",
9727 "intervalFactor": 4,
9728 "legendFormat": "Load 15m",
9729 "refId": "C",
9730 "step": 480
9731 }
9732 ],
9733 "thresholds": [],
9734 "timeFrom": null,
9735 "timeShift": null,
9736 "title": "System Load",
9737 "tooltip": {
9738 "shared": true,
9739 "sort": 0,
9740 "value_type": "individual"
9741 },
9742 "type": "graph",
9743 "xaxis": {
9744 "buckets": null,
9745 "mode": "time",
9746 "name": null,
9747 "show": true,
9748 "values": []
9749 },
9750 "yaxes": [
9751 {
9752 "format": "short",
9753 "label": "Load",
9754 "logBase": 1,
9755 "max": null,
9756 "min": "0",
9757 "show": true
9758 },
9759 {
9760 "format": "short",
9761 "label": null,
9762 "logBase": 1,
9763 "max": null,
9764 "min": null,
9765 "show": false
9766 }
9767 ]
9768 },
9769 {
9770 "aliasColors": {},
9771 "bars": false,
9772 "dashLength": 10,
9773 "dashes": false,
9774 "datasource": "Prometheus",
9775 "fill": 2,
9776 "gridPos": {
9777 "h": 10,
9778 "w": 12,
9779 "x": 0,
9780 "y": 356
9781 },
9782 "id": 259,
9783 "legend": {
9784 "alignAsTable": true,
9785 "avg": true,
9786 "current": true,
9787 "max": true,
9788 "min": true,
9789 "show": true,
9790 "total": false,
9791 "values": true
9792 },
9793 "lines": true,
9794 "linewidth": 1,
9795 "links": [],
9796 "nullPointMode": "null",
9797 "percentage": false,
9798 "pointradius": 5,
9799 "points": false,
9800 "renderer": "flot",
9801 "seriesOverrides": [
9802 {
9803 "alias": "/.*Critical*./",
9804 "color": "#E24D42",
9805 "fill": 0
9806 },
9807 {
9808 "alias": "/.*Max*./",
9809 "color": "#EF843C",
9810 "fill": 0
9811 }
9812 ],
9813 "spaceLength": 10,
9814 "stack": false,
9815 "steppedLine": false,
9816 "targets": [
9817 {
9818 "expr": "irate(node_interrupts_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
9819 "format": "time_series",
9820 "interval": "",
9821 "intervalFactor": 2,
9822 "legendFormat": "{{ type }} - {{ info }}",
9823 "refId": "A",
9824 "step": 240
9825 }
9826 ],
9827 "thresholds": [],
9828 "timeFrom": null,
9829 "timeShift": null,
9830 "title": "Interrupts Detail",
9831 "tooltip": {
9832 "shared": true,
9833 "sort": 0,
9834 "value_type": "individual"
9835 },
9836 "type": "graph",
9837 "xaxis": {
9838 "buckets": null,
9839 "mode": "time",
9840 "name": null,
9841 "show": true,
9842 "values": []
9843 },
9844 "yaxes": [
9845 {
9846 "format": "short",
9847 "label": "Counter",
9848 "logBase": 1,
9849 "max": null,
9850 "min": "0",
9851 "show": true
9852 },
9853 {
9854 "format": "short",
9855 "label": null,
9856 "logBase": 1,
9857 "max": null,
9858 "min": null,
9859 "show": false
9860 }
9861 ]
9862 },
9863 {
9864 "aliasColors": {},
9865 "bars": false,
9866 "dashLength": 10,
9867 "dashes": false,
9868 "datasource": "Prometheus",
9869 "fill": 2,
9870 "gridPos": {
9871 "h": 10,
9872 "w": 12,
9873 "x": 12,
9874 "y": 356
9875 },
9876 "id": 64,
9877 "legend": {
9878 "alignAsTable": true,
9879 "avg": true,
9880 "current": true,
9881 "max": true,
9882 "min": true,
9883 "show": true,
9884 "total": false,
9885 "values": true
9886 },
9887 "lines": true,
9888 "linewidth": 1,
9889 "links": [],
9890 "nullPointMode": "null",
9891 "percentage": false,
9892 "pointradius": 5,
9893 "points": false,
9894 "renderer": "flot",
9895 "seriesOverrides": [
9896 {
9897 "alias": "/.*Max*./",
9898 "color": "#890F02",
9899 "fill": 0
9900 }
9901 ],
9902 "spaceLength": 10,
9903 "stack": false,
9904 "steppedLine": false,
9905 "targets": [
9906 {
9907 "expr": "process_max_fds{instance=~\"$node:$port\",job=~\"$job\"}",
9908 "interval": "",
9909 "intervalFactor": 2,
9910 "legendFormat": "Maximum open file descriptors",
9911 "refId": "A",
9912 "step": 240
9913 },
9914 {
9915 "expr": "process_open_fds{instance=~\"$node:$port\",job=~\"$job\"}",
9916 "interval": "",
9917 "intervalFactor": 2,
9918 "legendFormat": "Open file descriptors",
9919 "refId": "B",
9920 "step": 240
9921 }
9922 ],
9923 "thresholds": [],
9924 "timeFrom": null,
9925 "timeShift": null,
9926 "title": "File Descriptors",
9927 "tooltip": {
9928 "shared": true,
9929 "sort": 0,
9930 "value_type": "individual"
9931 },
9932 "type": "graph",
9933 "xaxis": {
9934 "buckets": null,
9935 "mode": "time",
9936 "name": null,
9937 "show": true,
9938 "values": []
9939 },
9940 "yaxes": [
9941 {
9942 "format": "short",
9943 "label": "Descriptors",
9944 "logBase": 1,
9945 "max": null,
9946 "min": "0",
9947 "show": true
9948 },
9949 {
9950 "format": "short",
9951 "label": null,
9952 "logBase": 1,
9953 "max": null,
9954 "min": null,
9955 "show": false
9956 }
9957 ]
9958 },
9959 {
9960 "aliasColors": {},
9961 "bars": false,
9962 "dashLength": 10,
9963 "dashes": false,
9964 "datasource": "Prometheus",
9965 "fill": 2,
9966 "gridPos": {
9967 "h": 10,
9968 "w": 12,
9969 "x": 0,
9970 "y": 366
9971 },
9972 "id": 151,
9973 "legend": {
9974 "alignAsTable": true,
9975 "avg": true,
9976 "current": true,
9977 "max": true,
9978 "min": true,
9979 "show": true,
9980 "total": false,
9981 "values": true
9982 },
9983 "lines": true,
9984 "linewidth": 1,
9985 "links": [],
9986 "minSpan": 4,
9987 "nullPointMode": "null",
9988 "percentage": false,
9989 "pointradius": 5,
9990 "points": false,
9991 "renderer": "flot",
9992 "seriesOverrides": [],
9993 "spaceLength": 10,
9994 "stack": false,
9995 "steppedLine": false,
9996 "targets": [
9997 {
9998 "expr": "node_entropy_available_bits{instance=~\"$node:$port\",job=~\"$job\"}",
9999 "format": "time_series",
10000 "intervalFactor": 2,
10001 "legendFormat": "Entropy available to random number generators",
10002 "refId": "C",
10003 "step": 240
10004 }
10005 ],
10006 "thresholds": [],
10007 "timeFrom": null,
10008 "timeShift": null,
10009 "title": "Entropy",
10010 "tooltip": {
10011 "shared": true,
10012 "sort": 0,
10013 "value_type": "individual"
10014 },
10015 "type": "graph",
10016 "xaxis": {
10017 "buckets": null,
10018 "mode": "time",
10019 "name": null,
10020 "show": true,
10021 "values": []
10022 },
10023 "yaxes": [
10024 {
10025 "format": "short",
10026 "label": "Entropy",
10027 "logBase": 1,
10028 "max": null,
10029 "min": "0",
10030 "show": true
10031 },
10032 {
10033 "format": "short",
10034 "label": null,
10035 "logBase": 1,
10036 "max": null,
10037 "min": null,
10038 "show": false
10039 }
10040 ]
10041 },
10042 {
10043 "aliasColors": {},
10044 "bars": false,
10045 "dashLength": 10,
10046 "dashes": false,
10047 "datasource": "Prometheus",
10048 "fill": 2,
10049 "gridPos": {
10050 "h": 10,
10051 "w": 12,
10052 "x": 12,
10053 "y": 366
10054 },
10055 "id": 62,
10056 "legend": {
10057 "alignAsTable": true,
10058 "avg": true,
10059 "current": true,
10060 "max": true,
10061 "min": true,
10062 "show": true,
10063 "total": false,
10064 "values": true
10065 },
10066 "lines": true,
10067 "linewidth": 1,
10068 "links": [],
10069 "minSpan": 4,
10070 "nullPointMode": "null",
10071 "percentage": false,
10072 "pointradius": 5,
10073 "points": false,
10074 "renderer": "flot",
10075 "seriesOverrides": [],
10076 "spaceLength": 10,
10077 "stack": false,
10078 "steppedLine": false,
10079 "targets": [
10080 {
10081 "expr": "node_procs_blocked{instance=~\"$node:$port\",job=~\"$job\"}",
10082 "format": "time_series",
10083 "intervalFactor": 2,
10084 "legendFormat": "Processes blocked waiting for I/O to complete",
10085 "refId": "A",
10086 "step": 240
10087 },
10088 {
10089 "expr": "node_procs_running{instance=~\"$node:$port\",job=~\"$job\"}",
10090 "format": "time_series",
10091 "intervalFactor": 2,
10092 "legendFormat": "Processes in runnable state",
10093 "refId": "B",
10094 "step": 240
10095 }
10096 ],
10097 "thresholds": [],
10098 "timeFrom": null,
10099 "timeShift": null,
10100 "title": "Processes State",
10101 "tooltip": {
10102 "shared": true,
10103 "sort": 0,
10104 "value_type": "individual"
10105 },
10106 "type": "graph",
10107 "xaxis": {
10108 "buckets": null,
10109 "mode": "time",
10110 "name": null,
10111 "show": true,
10112 "values": []
10113 },
10114 "yaxes": [
10115 {
10116 "format": "short",
10117 "label": "Processes",
10118 "logBase": 1,
10119 "max": null,
10120 "min": "0",
10121 "show": true
10122 },
10123 {
10124 "format": "short",
10125 "label": null,
10126 "logBase": 1,
10127 "max": null,
10128 "min": null,
10129 "show": false
10130 }
10131 ]
10132 },
10133 {
10134 "aliasColors": {},
10135 "bars": false,
10136 "dashLength": 10,
10137 "dashes": false,
10138 "datasource": "Prometheus",
10139 "fill": 2,
10140 "gridPos": {
10141 "h": 10,
10142 "w": 12,
10143 "x": 0,
10144 "y": 376
10145 },
10146 "id": 148,
10147 "legend": {
10148 "alignAsTable": true,
10149 "avg": true,
10150 "current": true,
10151 "max": true,
10152 "min": true,
10153 "show": true,
10154 "total": false,
10155 "values": true
10156 },
10157 "lines": true,
10158 "linewidth": 1,
10159 "links": [],
10160 "minSpan": 4,
10161 "nullPointMode": "null",
10162 "percentage": false,
10163 "pointradius": 5,
10164 "points": false,
10165 "renderer": "flot",
10166 "seriesOverrides": [],
10167 "spaceLength": 10,
10168 "stack": false,
10169 "steppedLine": false,
10170 "targets": [
10171 {
10172 "expr": "rate(node_forks_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10173 "format": "time_series",
10174 "hide": false,
10175 "intervalFactor": 2,
10176 "legendFormat": "Processes forks second",
10177 "refId": "C",
10178 "step": 240
10179 }
10180 ],
10181 "thresholds": [],
10182 "timeFrom": null,
10183 "timeShift": null,
10184 "title": "Processes Forks",
10185 "tooltip": {
10186 "shared": true,
10187 "sort": 0,
10188 "value_type": "individual"
10189 },
10190 "type": "graph",
10191 "xaxis": {
10192 "buckets": null,
10193 "mode": "time",
10194 "name": null,
10195 "show": true,
10196 "values": []
10197 },
10198 "yaxes": [
10199 {
10200 "format": "short",
10201 "label": "Forks / sec",
10202 "logBase": 1,
10203 "max": null,
10204 "min": "0",
10205 "show": true
10206 },
10207 {
10208 "format": "short",
10209 "label": null,
10210 "logBase": 1,
10211 "max": null,
10212 "min": null,
10213 "show": false
10214 }
10215 ]
10216 },
10217 {
10218 "aliasColors": {},
10219 "bars": false,
10220 "dashLength": 10,
10221 "dashes": false,
10222 "datasource": "Prometheus",
10223 "fill": 2,
10224 "gridPos": {
10225 "h": 10,
10226 "w": 12,
10227 "x": 12,
10228 "y": 376
10229 },
10230 "id": 149,
10231 "legend": {
10232 "alignAsTable": true,
10233 "avg": true,
10234 "current": true,
10235 "max": true,
10236 "min": true,
10237 "show": true,
10238 "total": false,
10239 "values": true
10240 },
10241 "lines": true,
10242 "linewidth": 1,
10243 "links": [],
10244 "nullPointMode": "null",
10245 "percentage": false,
10246 "pointradius": 5,
10247 "points": false,
10248 "renderer": "flot",
10249 "seriesOverrides": [],
10250 "spaceLength": 10,
10251 "stack": false,
10252 "steppedLine": false,
10253 "targets": [
10254 {
10255 "expr": "process_virtual_memory_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
10256 "interval": "",
10257 "intervalFactor": 2,
10258 "legendFormat": "Processes virtual memory size in bytes",
10259 "refId": "C",
10260 "step": 240
10261 },
10262 {
10263 "expr": "process_resident_memory_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
10264 "interval": "",
10265 "intervalFactor": 2,
10266 "legendFormat": "Processes resident memory size in bytes",
10267 "refId": "A",
10268 "step": 240
10269 }
10270 ],
10271 "thresholds": [],
10272 "timeFrom": null,
10273 "timeShift": null,
10274 "title": "Processes Memory",
10275 "tooltip": {
10276 "shared": true,
10277 "sort": 0,
10278 "value_type": "individual"
10279 },
10280 "type": "graph",
10281 "xaxis": {
10282 "buckets": null,
10283 "mode": "time",
10284 "name": null,
10285 "show": true,
10286 "values": []
10287 },
10288 "yaxes": [
10289 {
10290 "format": "decbytes",
10291 "label": "Bytes",
10292 "logBase": 1,
10293 "max": null,
10294 "min": "0",
10295 "show": true
10296 },
10297 {
10298 "format": "short",
10299 "label": null,
10300 "logBase": 1,
10301 "max": null,
10302 "min": null,
10303 "show": false
10304 }
10305 ]
10306 },
10307 {
10308 "aliasColors": {},
10309 "bars": false,
10310 "dashLength": 10,
10311 "dashes": false,
10312 "datasource": "Prometheus",
10313 "description": "",
10314 "fill": 2,
10315 "gridPos": {
10316 "h": 10,
10317 "w": 12,
10318 "x": 0,
10319 "y": 386
10320 },
10321 "id": 168,
10322 "legend": {
10323 "alignAsTable": true,
10324 "avg": true,
10325 "current": true,
10326 "max": true,
10327 "min": true,
10328 "show": true,
10329 "total": false,
10330 "values": true
10331 },
10332 "lines": true,
10333 "linewidth": 1,
10334 "links": [],
10335 "nullPointMode": "null",
10336 "percentage": false,
10337 "pointradius": 5,
10338 "points": false,
10339 "renderer": "flot",
10340 "seriesOverrides": [
10341 {
10342 "alias": "/.*Variation*./",
10343 "color": "#890F02"
10344 }
10345 ],
10346 "spaceLength": 10,
10347 "stack": false,
10348 "steppedLine": false,
10349 "targets": [
10350 {
10351 "expr": "node_timex_sync_status{instance=~\"$node:$port\",job=~\"$job\"}",
10352 "format": "time_series",
10353 "interval": "",
10354 "intervalFactor": 2,
10355 "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)",
10356 "refId": "B",
10357 "step": 240
10358 },
10359 {
10360 "expr": "node_timex_frequency_adjustment_ratio{instance=~\"$node:$port\",job=~\"$job\"}",
10361 "format": "time_series",
10362 "interval": "",
10363 "intervalFactor": 2,
10364 "legendFormat": "Local clock frequency adjustment",
10365 "refId": "A",
10366 "step": 240
10367 }
10368 ],
10369 "thresholds": [],
10370 "timeFrom": null,
10371 "timeShift": null,
10372 "title": "Time Syncronized Status",
10373 "tooltip": {
10374 "shared": true,
10375 "sort": 0,
10376 "value_type": "individual"
10377 },
10378 "type": "graph",
10379 "xaxis": {
10380 "buckets": null,
10381 "mode": "time",
10382 "name": null,
10383 "show": true,
10384 "values": []
10385 },
10386 "yaxes": [
10387 {
10388 "format": "short",
10389 "label": "Counter",
10390 "logBase": 1,
10391 "max": null,
10392 "min": null,
10393 "show": true
10394 },
10395 {
10396 "format": "short",
10397 "label": null,
10398 "logBase": 1,
10399 "max": null,
10400 "min": null,
10401 "show": false
10402 }
10403 ]
10404 },
10405 {
10406 "aliasColors": {},
10407 "bars": false,
10408 "dashLength": 10,
10409 "dashes": false,
10410 "datasource": "Prometheus",
10411 "description": "",
10412 "fill": 2,
10413 "gridPos": {
10414 "h": 10,
10415 "w": 12,
10416 "x": 12,
10417 "y": 386
10418 },
10419 "id": 260,
10420 "legend": {
10421 "alignAsTable": true,
10422 "avg": true,
10423 "current": true,
10424 "max": true,
10425 "min": true,
10426 "show": true,
10427 "total": false,
10428 "values": true
10429 },
10430 "lines": true,
10431 "linewidth": 1,
10432 "links": [],
10433 "nullPointMode": "null",
10434 "percentage": false,
10435 "pointradius": 5,
10436 "points": false,
10437 "renderer": "flot",
10438 "seriesOverrides": [
10439 {
10440 "alias": "/.*Variation*./",
10441 "color": "#890F02"
10442 }
10443 ],
10444 "spaceLength": 10,
10445 "stack": false,
10446 "steppedLine": false,
10447 "targets": [
10448 {
10449 "expr": "node_timex_estimated_error_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
10450 "format": "time_series",
10451 "hide": false,
10452 "interval": "",
10453 "intervalFactor": 2,
10454 "legendFormat": "Estimated error in seconds",
10455 "refId": "B",
10456 "step": 240
10457 },
10458 {
10459 "expr": "node_timex_offset_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
10460 "format": "time_series",
10461 "hide": false,
10462 "interval": "",
10463 "intervalFactor": 2,
10464 "legendFormat": "Time offset in between local system and reference clock",
10465 "refId": "A",
10466 "step": 240
10467 },
10468 {
10469 "expr": "node_timex_maxerror_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
10470 "format": "time_series",
10471 "hide": false,
10472 "interval": "",
10473 "intervalFactor": 2,
10474 "legendFormat": "Maximum error in seconds",
10475 "refId": "C",
10476 "step": 240
10477 }
10478 ],
10479 "thresholds": [],
10480 "timeFrom": null,
10481 "timeShift": null,
10482 "title": "Time Syncronized Drift",
10483 "tooltip": {
10484 "shared": true,
10485 "sort": 0,
10486 "value_type": "individual"
10487 },
10488 "type": "graph",
10489 "xaxis": {
10490 "buckets": null,
10491 "mode": "time",
10492 "name": null,
10493 "show": true,
10494 "values": []
10495 },
10496 "yaxes": [
10497 {
10498 "format": "s",
10499 "label": "Seconds",
10500 "logBase": 1,
10501 "max": null,
10502 "min": null,
10503 "show": true
10504 },
10505 {
10506 "format": "short",
10507 "label": null,
10508 "logBase": 1,
10509 "max": null,
10510 "min": null,
10511 "show": false
10512 }
10513 ]
10514 },
10515 {
10516 "aliasColors": {},
10517 "bars": false,
10518 "dashLength": 10,
10519 "dashes": false,
10520 "datasource": "Prometheus",
10521 "fill": 2,
10522 "gridPos": {
10523 "h": 10,
10524 "w": 12,
10525 "x": 0,
10526 "y": 396
10527 },
10528 "id": 158,
10529 "legend": {
10530 "alignAsTable": true,
10531 "avg": true,
10532 "current": true,
10533 "max": true,
10534 "min": true,
10535 "show": true,
10536 "total": false,
10537 "values": true
10538 },
10539 "lines": true,
10540 "linewidth": 1,
10541 "links": [],
10542 "nullPointMode": "null",
10543 "percentage": false,
10544 "pointradius": 5,
10545 "points": false,
10546 "renderer": "flot",
10547 "seriesOverrides": [
10548 {
10549 "alias": "/.*Critical*./",
10550 "color": "#E24D42",
10551 "fill": 0
10552 },
10553 {
10554 "alias": "/.*Max*./",
10555 "color": "#EF843C",
10556 "fill": 0
10557 }
10558 ],
10559 "spaceLength": 10,
10560 "stack": false,
10561 "steppedLine": false,
10562 "targets": [
10563 {
10564 "expr": "node_hwmon_temp_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10565 "format": "time_series",
10566 "interval": "",
10567 "intervalFactor": 2,
10568 "legendFormat": "{{ chip }} {{ sensor }} temp",
10569 "refId": "A",
10570 "step": 240
10571 },
10572 {
10573 "expr": "node_hwmon_temp_crit_alarm_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10574 "format": "time_series",
10575 "hide": true,
10576 "interval": "",
10577 "intervalFactor": 2,
10578 "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
10579 "refId": "B",
10580 "step": 240
10581 },
10582 {
10583 "expr": "node_hwmon_temp_crit_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10584 "format": "time_series",
10585 "interval": "",
10586 "intervalFactor": 2,
10587 "legendFormat": "{{ chip }} {{ sensor }} Critical",
10588 "refId": "C",
10589 "step": 240
10590 },
10591 {
10592 "expr": "node_hwmon_temp_crit_hyst_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10593 "format": "time_series",
10594 "hide": true,
10595 "interval": "",
10596 "intervalFactor": 2,
10597 "legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
10598 "refId": "D",
10599 "step": 240
10600 },
10601 {
10602 "expr": "node_hwmon_temp_max_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10603 "format": "time_series",
10604 "hide": true,
10605 "interval": "",
10606 "intervalFactor": 2,
10607 "legendFormat": "{{ chip }} {{ sensor }} Max",
10608 "refId": "E",
10609 "step": 240
10610 }
10611 ],
10612 "thresholds": [],
10613 "timeFrom": null,
10614 "timeShift": null,
10615 "title": "Hardware temperature monitor",
10616 "tooltip": {
10617 "shared": true,
10618 "sort": 0,
10619 "value_type": "individual"
10620 },
10621 "type": "graph",
10622 "xaxis": {
10623 "buckets": null,
10624 "mode": "time",
10625 "name": null,
10626 "show": true,
10627 "values": []
10628 },
10629 "yaxes": [
10630 {
10631 "format": "celsius",
10632 "label": "Temperature",
10633 "logBase": 1,
10634 "max": null,
10635 "min": "0",
10636 "show": true
10637 },
10638 {
10639 "format": "short",
10640 "label": null,
10641 "logBase": 1,
10642 "max": null,
10643 "min": null,
10644 "show": false
10645 }
10646 ]
10647 }
10648 ],
10649 "repeat": null,
10650 "title": "System Detail",
10651 "type": "row"
10652 },
10653 {
10654 "collapsed": true,
10655 "gridPos": {
10656 "h": 1,
10657 "w": 24,
10658 "x": 0,
10659 "y": 30
10660 },
10661 "id": 270,
10662 "panels": [
10663 {
10664 "aliasColors": {},
10665 "bars": false,
10666 "dashLength": 10,
10667 "dashes": false,
10668 "datasource": "Prometheus",
10669 "description": "",
10670 "fill": 2,
10671 "gridPos": {
10672 "h": 10,
10673 "w": 12,
10674 "x": 0,
10675 "y": 397
10676 },
10677 "id": 9,
10678 "legend": {
10679 "alignAsTable": true,
10680 "avg": true,
10681 "current": true,
10682 "hideZero": true,
10683 "max": true,
10684 "min": true,
10685 "rightSide": false,
10686 "show": true,
10687 "total": false,
10688 "values": true
10689 },
10690 "lines": true,
10691 "linewidth": 1,
10692 "links": [],
10693 "minSpan": 4,
10694 "nullPointMode": "null",
10695 "percentage": false,
10696 "pointradius": 5,
10697 "points": false,
10698 "renderer": "flot",
10699 "repeat": null,
10700 "seriesOverrides": [
10701 {
10702 "alias": "/.*Read.*/",
10703 "transform": "negative-Y"
10704 },
10705 {
10706 "alias": "/.*sda_.*/",
10707 "color": "#7EB26D"
10708 },
10709 {
10710 "alias": "/.*sdb_.*/",
10711 "color": "#EAB839"
10712 },
10713 {
10714 "alias": "/.*sdc_.*/",
10715 "color": "#6ED0E0"
10716 },
10717 {
10718 "alias": "/.*sdd_.*/",
10719 "color": "#EF843C"
10720 },
10721 {
10722 "alias": "/.*sde_.*/",
10723 "color": "#E24D42"
10724 },
10725 {
10726 "alias": "/.*sda1.*/",
10727 "color": "#584477"
10728 },
10729 {
10730 "alias": "/.*sda2_.*/",
10731 "color": "#BA43A9"
10732 },
10733 {
10734 "alias": "/.*sda3_.*/",
10735 "color": "#F4D598"
10736 },
10737 {
10738 "alias": "/.*sdb1.*/",
10739 "color": "#0A50A1"
10740 },
10741 {
10742 "alias": "/.*sdb2.*/",
10743 "color": "#BF1B00"
10744 },
10745 {
10746 "alias": "/.*sdb3.*/",
10747 "color": "#E0752D"
10748 },
10749 {
10750 "alias": "/.*sdc1.*/",
10751 "color": "#962D82"
10752 },
10753 {
10754 "alias": "/.*sdc2.*/",
10755 "color": "#614D93"
10756 },
10757 {
10758 "alias": "/.*sdc3.*/",
10759 "color": "#9AC48A"
10760 },
10761 {
10762 "alias": "/.*sdd1.*/",
10763 "color": "#65C5DB"
10764 },
10765 {
10766 "alias": "/.*sdd2.*/",
10767 "color": "#F9934E"
10768 },
10769 {
10770 "alias": "/.*sdd3.*/",
10771 "color": "#EA6460"
10772 },
10773 {
10774 "alias": "/.*sde1.*/",
10775 "color": "#E0F9D7"
10776 },
10777 {
10778 "alias": "/.*sdd2.*/",
10779 "color": "#FCEACA"
10780 },
10781 {
10782 "alias": "/.*sde3.*/",
10783 "color": "#F9E2D2"
10784 }
10785 ],
10786 "spaceLength": 10,
10787 "stack": false,
10788 "steppedLine": false,
10789 "targets": [
10790 {
10791 "expr": "irate(node_disk_reads_completed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10792 "intervalFactor": 4,
10793 "legendFormat": "{{device}} - Reads completed",
10794 "refId": "A",
10795 "step": 8
10796 },
10797 {
10798 "expr": "irate(node_disk_writes_completed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10799 "intervalFactor": 2,
10800 "legendFormat": "{{device}} - Writes completed",
10801 "refId": "B",
10802 "step": 4
10803 }
10804 ],
10805 "thresholds": [],
10806 "timeFrom": null,
10807 "timeShift": null,
10808 "title": "Disk IOps Completed",
10809 "tooltip": {
10810 "shared": false,
10811 "sort": 0,
10812 "value_type": "individual"
10813 },
10814 "type": "graph",
10815 "xaxis": {
10816 "buckets": null,
10817 "mode": "time",
10818 "name": null,
10819 "show": true,
10820 "values": []
10821 },
10822 "yaxes": [
10823 {
10824 "format": "iops",
10825 "label": "IO read (-) / write (+)",
10826 "logBase": 1,
10827 "max": null,
10828 "min": null,
10829 "show": true
10830 },
10831 {
10832 "format": "short",
10833 "label": null,
10834 "logBase": 1,
10835 "max": null,
10836 "min": null,
10837 "show": false
10838 }
10839 ]
10840 },
10841 {
10842 "aliasColors": {},
10843 "bars": false,
10844 "dashLength": 10,
10845 "dashes": false,
10846 "datasource": "Prometheus",
10847 "description": "",
10848 "fill": 2,
10849 "gridPos": {
10850 "h": 10,
10851 "w": 12,
10852 "x": 12,
10853 "y": 397
10854 },
10855 "id": 33,
10856 "legend": {
10857 "alignAsTable": true,
10858 "avg": true,
10859 "current": true,
10860 "hideZero": true,
10861 "max": true,
10862 "min": true,
10863 "rightSide": false,
10864 "show": true,
10865 "total": false,
10866 "values": true
10867 },
10868 "lines": true,
10869 "linewidth": 1,
10870 "links": [],
10871 "minSpan": 4,
10872 "nullPointMode": "null",
10873 "percentage": false,
10874 "pointradius": 5,
10875 "points": false,
10876 "renderer": "flot",
10877 "seriesOverrides": [
10878 {
10879 "alias": "/.*Read.*/",
10880 "transform": "negative-Y"
10881 },
10882 {
10883 "alias": "/.*sda_.*/",
10884 "color": "#7EB26D"
10885 },
10886 {
10887 "alias": "/.*sdb_.*/",
10888 "color": "#EAB839"
10889 },
10890 {
10891 "alias": "/.*sdc_.*/",
10892 "color": "#6ED0E0"
10893 },
10894 {
10895 "alias": "/.*sdd_.*/",
10896 "color": "#EF843C"
10897 },
10898 {
10899 "alias": "/.*sde_.*/",
10900 "color": "#E24D42"
10901 },
10902 {
10903 "alias": "/.*sda1.*/",
10904 "color": "#584477"
10905 },
10906 {
10907 "alias": "/.*sda2_.*/",
10908 "color": "#BA43A9"
10909 },
10910 {
10911 "alias": "/.*sda3_.*/",
10912 "color": "#F4D598"
10913 },
10914 {
10915 "alias": "/.*sdb1.*/",
10916 "color": "#0A50A1"
10917 },
10918 {
10919 "alias": "/.*sdb2.*/",
10920 "color": "#BF1B00"
10921 },
10922 {
10923 "alias": "/.*sdb3.*/",
10924 "color": "#E0752D"
10925 },
10926 {
10927 "alias": "/.*sdc1.*/",
10928 "color": "#962D82"
10929 },
10930 {
10931 "alias": "/.*sdc2.*/",
10932 "color": "#614D93"
10933 },
10934 {
10935 "alias": "/.*sdc3.*/",
10936 "color": "#9AC48A"
10937 },
10938 {
10939 "alias": "/.*sdd1.*/",
10940 "color": "#65C5DB"
10941 },
10942 {
10943 "alias": "/.*sdd2.*/",
10944 "color": "#F9934E"
10945 },
10946 {
10947 "alias": "/.*sdd3.*/",
10948 "color": "#EA6460"
10949 },
10950 {
10951 "alias": "/.*sde1.*/",
10952 "color": "#E0F9D7"
10953 },
10954 {
10955 "alias": "/.*sdd2.*/",
10956 "color": "#FCEACA"
10957 },
10958 {
10959 "alias": "/.*sde3.*/",
10960 "color": "#F9E2D2"
10961 }
10962 ],
10963 "spaceLength": 10,
10964 "stack": false,
10965 "steppedLine": false,
10966 "targets": [
10967 {
10968 "expr": "irate(node_disk_read_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10969 "format": "time_series",
10970 "intervalFactor": 4,
10971 "legendFormat": "{{device}} - Read bytes",
10972 "refId": "A",
10973 "step": 8
10974 },
10975 {
10976 "expr": "irate(node_disk_written_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10977 "format": "time_series",
10978 "intervalFactor": 2,
10979 "legendFormat": "{{device}} - Written bytes",
10980 "refId": "B",
10981 "step": 4
10982 }
10983 ],
10984 "thresholds": [],
10985 "timeFrom": null,
10986 "timeShift": null,
10987 "title": "Disk R/W Data",
10988 "tooltip": {
10989 "shared": false,
10990 "sort": 0,
10991 "value_type": "individual"
10992 },
10993 "type": "graph",
10994 "xaxis": {
10995 "buckets": null,
10996 "mode": "time",
10997 "name": null,
10998 "show": true,
10999 "values": []
11000 },
11001 "yaxes": [
11002 {
11003 "format": "Bps",
11004 "label": "Bytes read (-) / write (+)",
11005 "logBase": 1,
11006 "max": null,
11007 "min": null,
11008 "show": true
11009 },
11010 {
11011 "format": "short",
11012 "label": null,
11013 "logBase": 1,
11014 "max": null,
11015 "min": null,
11016 "show": false
11017 }
11018 ]
11019 },
11020 {
11021 "aliasColors": {},
11022 "bars": false,
11023 "dashLength": 10,
11024 "dashes": false,
11025 "datasource": "Prometheus",
11026 "description": "",
11027 "fill": 3,
11028 "gridPos": {
11029 "h": 10,
11030 "w": 12,
11031 "x": 0,
11032 "y": 407
11033 },
11034 "id": 37,
11035 "legend": {
11036 "alignAsTable": true,
11037 "avg": true,
11038 "current": true,
11039 "hideZero": true,
11040 "max": true,
11041 "min": true,
11042 "rightSide": false,
11043 "show": true,
11044 "sort": "current",
11045 "sortDesc": true,
11046 "total": false,
11047 "values": true
11048 },
11049 "lines": true,
11050 "linewidth": 1,
11051 "links": [],
11052 "minSpan": 4,
11053 "nullPointMode": "null",
11054 "percentage": false,
11055 "pointradius": 5,
11056 "points": false,
11057 "renderer": "flot",
11058 "seriesOverrides": [
11059 {
11060 "alias": "/.*Read.*/",
11061 "transform": "negative-Y"
11062 },
11063 {
11064 "alias": "/.*sda_.*/",
11065 "color": "#7EB26D"
11066 },
11067 {
11068 "alias": "/.*sdb_.*/",
11069 "color": "#EAB839"
11070 },
11071 {
11072 "alias": "/.*sdc_.*/",
11073 "color": "#6ED0E0"
11074 },
11075 {
11076 "alias": "/.*sdd_.*/",
11077 "color": "#EF843C"
11078 },
11079 {
11080 "alias": "/.*sde_.*/",
11081 "color": "#E24D42"
11082 },
11083 {
11084 "alias": "/.*sda1.*/",
11085 "color": "#584477"
11086 },
11087 {
11088 "alias": "/.*sda2_.*/",
11089 "color": "#BA43A9"
11090 },
11091 {
11092 "alias": "/.*sda3_.*/",
11093 "color": "#F4D598"
11094 },
11095 {
11096 "alias": "/.*sdb1.*/",
11097 "color": "#0A50A1"
11098 },
11099 {
11100 "alias": "/.*sdb2.*/",
11101 "color": "#BF1B00"
11102 },
11103 {
11104 "alias": "/.*sdb3.*/",
11105 "color": "#E0752D"
11106 },
11107 {
11108 "alias": "/.*sdc1.*/",
11109 "color": "#962D82"
11110 },
11111 {
11112 "alias": "/.*sdc2.*/",
11113 "color": "#614D93"
11114 },
11115 {
11116 "alias": "/.*sdc3.*/",
11117 "color": "#9AC48A"
11118 },
11119 {
11120 "alias": "/.*sdd1.*/",
11121 "color": "#65C5DB"
11122 },
11123 {
11124 "alias": "/.*sdd2.*/",
11125 "color": "#F9934E"
11126 },
11127 {
11128 "alias": "/.*sdd3.*/",
11129 "color": "#EA6460"
11130 },
11131 {
11132 "alias": "/.*sde1.*/",
11133 "color": "#E0F9D7"
11134 },
11135 {
11136 "alias": "/.*sdd2.*/",
11137 "color": "#FCEACA"
11138 },
11139 {
11140 "alias": "/.*sde3.*/",
11141 "color": "#F9E2D2"
11142 }
11143 ],
11144 "spaceLength": 10,
11145 "stack": false,
11146 "steppedLine": false,
11147 "targets": [
11148 {
11149 "expr": "irate(node_disk_read_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11150 "hide": false,
11151 "intervalFactor": 4,
11152 "legendFormat": "{{device}} - Read time ms",
11153 "refId": "A",
11154 "step": 8
11155 },
11156 {
11157 "expr": "irate(node_disk_write_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11158 "hide": false,
11159 "intervalFactor": 2,
11160 "legendFormat": "{{device}} - Write time ms",
11161 "refId": "B",
11162 "step": 4
11163 }
11164 ],
11165 "thresholds": [],
11166 "timeFrom": null,
11167 "timeShift": null,
11168 "title": "Disk R/W Time",
11169 "tooltip": {
11170 "shared": false,
11171 "sort": 0,
11172 "value_type": "individual"
11173 },
11174 "type": "graph",
11175 "xaxis": {
11176 "buckets": null,
11177 "mode": "time",
11178 "name": null,
11179 "show": true,
11180 "values": []
11181 },
11182 "yaxes": [
11183 {
11184 "format": "ms",
11185 "label": "Millisec. read (-) / write (+)",
11186 "logBase": 1,
11187 "max": null,
11188 "min": null,
11189 "show": true
11190 },
11191 {
11192 "format": "short",
11193 "label": null,
11194 "logBase": 1,
11195 "max": null,
11196 "min": null,
11197 "show": false
11198 }
11199 ]
11200 },
11201 {
11202 "aliasColors": {},
11203 "bars": false,
11204 "dashLength": 10,
11205 "dashes": false,
11206 "datasource": "Prometheus",
11207 "description": "",
11208 "fill": 2,
11209 "gridPos": {
11210 "h": 10,
11211 "w": 12,
11212 "x": 12,
11213 "y": 407
11214 },
11215 "id": 35,
11216 "legend": {
11217 "alignAsTable": true,
11218 "avg": true,
11219 "current": true,
11220 "hideZero": true,
11221 "max": true,
11222 "min": true,
11223 "rightSide": false,
11224 "show": true,
11225 "sort": "current",
11226 "sortDesc": true,
11227 "total": false,
11228 "values": true
11229 },
11230 "lines": true,
11231 "linewidth": 1,
11232 "links": [],
11233 "minSpan": 4,
11234 "nullPointMode": "null",
11235 "percentage": false,
11236 "pointradius": 5,
11237 "points": false,
11238 "renderer": "flot",
11239 "seriesOverrides": [
11240 {
11241 "alias": "/.*sda_.*/",
11242 "color": "#7EB26D"
11243 },
11244 {
11245 "alias": "/.*sdb_.*/",
11246 "color": "#EAB839"
11247 },
11248 {
11249 "alias": "/.*sdc_.*/",
11250 "color": "#6ED0E0"
11251 },
11252 {
11253 "alias": "/.*sdd_.*/",
11254 "color": "#EF843C"
11255 },
11256 {
11257 "alias": "/.*sde_.*/",
11258 "color": "#E24D42"
11259 },
11260 {
11261 "alias": "/.*sda1.*/",
11262 "color": "#584477"
11263 },
11264 {
11265 "alias": "/.*sda2_.*/",
11266 "color": "#BA43A9"
11267 },
11268 {
11269 "alias": "/.*sda3_.*/",
11270 "color": "#F4D598"
11271 },
11272 {
11273 "alias": "/.*sdb1.*/",
11274 "color": "#0A50A1"
11275 },
11276 {
11277 "alias": "/.*sdb2.*/",
11278 "color": "#BF1B00"
11279 },
11280 {
11281 "alias": "/.*sdb3.*/",
11282 "color": "#E0752D"
11283 },
11284 {
11285 "alias": "/.*sdc1.*/",
11286 "color": "#962D82"
11287 },
11288 {
11289 "alias": "/.*sdc2.*/",
11290 "color": "#614D93"
11291 },
11292 {
11293 "alias": "/.*sdc3.*/",
11294 "color": "#9AC48A"
11295 },
11296 {
11297 "alias": "/.*sdd1.*/",
11298 "color": "#65C5DB"
11299 },
11300 {
11301 "alias": "/.*sdd2.*/",
11302 "color": "#F9934E"
11303 },
11304 {
11305 "alias": "/.*sdd3.*/",
11306 "color": "#EA6460"
11307 },
11308 {
11309 "alias": "/.*sde1.*/",
11310 "color": "#E0F9D7"
11311 },
11312 {
11313 "alias": "/.*sdd2.*/",
11314 "color": "#FCEACA"
11315 },
11316 {
11317 "alias": "/.*sde3.*/",
11318 "color": "#F9E2D2"
11319 }
11320 ],
11321 "spaceLength": 10,
11322 "stack": false,
11323 "steppedLine": false,
11324 "targets": [
11325 {
11326 "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11327 "intervalFactor": 4,
11328 "legendFormat": "{{device}} - IO time weighted",
11329 "refId": "A",
11330 "step": 8
11331 }
11332 ],
11333 "thresholds": [],
11334 "timeFrom": null,
11335 "timeShift": null,
11336 "title": "Disk IOs Weighted",
11337 "tooltip": {
11338 "shared": false,
11339 "sort": 0,
11340 "value_type": "individual"
11341 },
11342 "type": "graph",
11343 "xaxis": {
11344 "buckets": null,
11345 "mode": "time",
11346 "name": null,
11347 "show": true,
11348 "values": []
11349 },
11350 "yaxes": [
11351 {
11352 "format": "ms",
11353 "label": "Milliseconds",
11354 "logBase": 1,
11355 "max": null,
11356 "min": "0",
11357 "show": true
11358 },
11359 {
11360 "format": "short",
11361 "label": null,
11362 "logBase": 1,
11363 "max": null,
11364 "min": null,
11365 "show": false
11366 }
11367 ]
11368 },
11369 {
11370 "aliasColors": {},
11371 "bars": false,
11372 "dashLength": 10,
11373 "dashes": false,
11374 "datasource": "Prometheus",
11375 "description": "",
11376 "fill": 2,
11377 "gridPos": {
11378 "h": 10,
11379 "w": 12,
11380 "x": 0,
11381 "y": 417
11382 },
11383 "id": 133,
11384 "legend": {
11385 "alignAsTable": true,
11386 "avg": true,
11387 "current": true,
11388 "hideZero": true,
11389 "max": true,
11390 "min": true,
11391 "rightSide": false,
11392 "show": true,
11393 "sort": "current",
11394 "sortDesc": true,
11395 "total": false,
11396 "values": true
11397 },
11398 "lines": true,
11399 "linewidth": 1,
11400 "links": [],
11401 "minSpan": 4,
11402 "nullPointMode": "null",
11403 "percentage": false,
11404 "pointradius": 5,
11405 "points": false,
11406 "renderer": "flot",
11407 "seriesOverrides": [
11408 {
11409 "alias": "/.*Read.*/",
11410 "transform": "negative-Y"
11411 },
11412 {
11413 "alias": "/.*sda_.*/",
11414 "color": "#7EB26D"
11415 },
11416 {
11417 "alias": "/.*sdb_.*/",
11418 "color": "#EAB839"
11419 },
11420 {
11421 "alias": "/.*sdc_.*/",
11422 "color": "#6ED0E0"
11423 },
11424 {
11425 "alias": "/.*sdd_.*/",
11426 "color": "#EF843C"
11427 },
11428 {
11429 "alias": "/.*sde_.*/",
11430 "color": "#E24D42"
11431 },
11432 {
11433 "alias": "/.*sda1.*/",
11434 "color": "#584477"
11435 },
11436 {
11437 "alias": "/.*sda2_.*/",
11438 "color": "#BA43A9"
11439 },
11440 {
11441 "alias": "/.*sda3_.*/",
11442 "color": "#F4D598"
11443 },
11444 {
11445 "alias": "/.*sdb1.*/",
11446 "color": "#0A50A1"
11447 },
11448 {
11449 "alias": "/.*sdb2.*/",
11450 "color": "#BF1B00"
11451 },
11452 {
11453 "alias": "/.*sdb3.*/",
11454 "color": "#E0752D"
11455 },
11456 {
11457 "alias": "/.*sdc1.*/",
11458 "color": "#962D82"
11459 },
11460 {
11461 "alias": "/.*sdc2.*/",
11462 "color": "#614D93"
11463 },
11464 {
11465 "alias": "/.*sdc3.*/",
11466 "color": "#9AC48A"
11467 },
11468 {
11469 "alias": "/.*sdd1.*/",
11470 "color": "#65C5DB"
11471 },
11472 {
11473 "alias": "/.*sdd2.*/",
11474 "color": "#F9934E"
11475 },
11476 {
11477 "alias": "/.*sdd3.*/",
11478 "color": "#EA6460"
11479 },
11480 {
11481 "alias": "/.*sde1.*/",
11482 "color": "#E0F9D7"
11483 },
11484 {
11485 "alias": "/.*sdd2.*/",
11486 "color": "#FCEACA"
11487 },
11488 {
11489 "alias": "/.*sde3.*/",
11490 "color": "#F9E2D2"
11491 }
11492 ],
11493 "spaceLength": 10,
11494 "stack": false,
11495 "steppedLine": false,
11496 "targets": [
11497 {
11498 "expr": "irate(node_disk_reads_merged_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11499 "intervalFactor": 2,
11500 "legendFormat": "{{device}} - Read merged",
11501 "refId": "C",
11502 "step": 4
11503 },
11504 {
11505 "expr": "irate(node_disk_writes_merged_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11506 "intervalFactor": 2,
11507 "legendFormat": "{{device}} - Write merged",
11508 "refId": "D",
11509 "step": 4
11510 }
11511 ],
11512 "thresholds": [],
11513 "timeFrom": null,
11514 "timeShift": null,
11515 "title": "Disk R/W Merged",
11516 "tooltip": {
11517 "shared": false,
11518 "sort": 0,
11519 "value_type": "individual"
11520 },
11521 "type": "graph",
11522 "xaxis": {
11523 "buckets": null,
11524 "mode": "time",
11525 "name": null,
11526 "show": true,
11527 "values": []
11528 },
11529 "yaxes": [
11530 {
11531 "format": "iops",
11532 "label": "I/Os",
11533 "logBase": 1,
11534 "max": null,
11535 "min": null,
11536 "show": true
11537 },
11538 {
11539 "format": "short",
11540 "label": null,
11541 "logBase": 1,
11542 "max": null,
11543 "min": null,
11544 "show": false
11545 }
11546 ]
11547 },
11548 {
11549 "aliasColors": {},
11550 "bars": false,
11551 "dashLength": 10,
11552 "dashes": false,
11553 "datasource": "Prometheus",
11554 "description": "",
11555 "fill": 3,
11556 "gridPos": {
11557 "h": 10,
11558 "w": 12,
11559 "x": 12,
11560 "y": 417
11561 },
11562 "id": 36,
11563 "legend": {
11564 "alignAsTable": true,
11565 "avg": true,
11566 "current": true,
11567 "hideZero": true,
11568 "max": true,
11569 "min": true,
11570 "rightSide": false,
11571 "show": true,
11572 "sort": "current",
11573 "sortDesc": true,
11574 "total": false,
11575 "values": true
11576 },
11577 "lines": true,
11578 "linewidth": 1,
11579 "links": [],
11580 "minSpan": 4,
11581 "nullPointMode": "null",
11582 "percentage": false,
11583 "pointradius": 5,
11584 "points": false,
11585 "renderer": "flot",
11586 "seriesOverrides": [
11587 {
11588 "alias": "/.*sda_.*/",
11589 "color": "#7EB26D"
11590 },
11591 {
11592 "alias": "/.*sdb_.*/",
11593 "color": "#EAB839"
11594 },
11595 {
11596 "alias": "/.*sdc_.*/",
11597 "color": "#6ED0E0"
11598 },
11599 {
11600 "alias": "/.*sdd_.*/",
11601 "color": "#EF843C"
11602 },
11603 {
11604 "alias": "/.*sde_.*/",
11605 "color": "#E24D42"
11606 },
11607 {
11608 "alias": "/.*sda1.*/",
11609 "color": "#584477"
11610 },
11611 {
11612 "alias": "/.*sda2_.*/",
11613 "color": "#BA43A9"
11614 },
11615 {
11616 "alias": "/.*sda3_.*/",
11617 "color": "#F4D598"
11618 },
11619 {
11620 "alias": "/.*sdb1.*/",
11621 "color": "#0A50A1"
11622 },
11623 {
11624 "alias": "/.*sdb2.*/",
11625 "color": "#BF1B00"
11626 },
11627 {
11628 "alias": "/.*sdb3.*/",
11629 "color": "#E0752D"
11630 },
11631 {
11632 "alias": "/.*sdc1.*/",
11633 "color": "#962D82"
11634 },
11635 {
11636 "alias": "/.*sdc2.*/",
11637 "color": "#614D93"
11638 },
11639 {
11640 "alias": "/.*sdc3.*/",
11641 "color": "#9AC48A"
11642 },
11643 {
11644 "alias": "/.*sdd1.*/",
11645 "color": "#65C5DB"
11646 },
11647 {
11648 "alias": "/.*sdd2.*/",
11649 "color": "#F9934E"
11650 },
11651 {
11652 "alias": "/.*sdd3.*/",
11653 "color": "#EA6460"
11654 },
11655 {
11656 "alias": "/.*sde1.*/",
11657 "color": "#E0F9D7"
11658 },
11659 {
11660 "alias": "/.*sdd2.*/",
11661 "color": "#FCEACA"
11662 },
11663 {
11664 "alias": "/.*sde3.*/",
11665 "color": "#F9E2D2"
11666 }
11667 ],
11668 "spaceLength": 10,
11669 "stack": false,
11670 "steppedLine": false,
11671 "targets": [
11672 {
11673 "expr": "irate(node_disk_io_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11674 "intervalFactor": 4,
11675 "legendFormat": "{{device}} - IO time ms",
11676 "refId": "A",
11677 "step": 8
11678 }
11679 ],
11680 "thresholds": [],
11681 "timeFrom": null,
11682 "timeShift": null,
11683 "title": "Milliseconds Spent Doing I/Os",
11684 "tooltip": {
11685 "shared": false,
11686 "sort": 0,
11687 "value_type": "individual"
11688 },
11689 "type": "graph",
11690 "xaxis": {
11691 "buckets": null,
11692 "mode": "time",
11693 "name": null,
11694 "show": true,
11695 "values": []
11696 },
11697 "yaxes": [
11698 {
11699 "format": "ms",
11700 "label": "Milliseconds",
11701 "logBase": 1,
11702 "max": null,
11703 "min": "0",
11704 "show": true
11705 },
11706 {
11707 "format": "short",
11708 "label": null,
11709 "logBase": 1,
11710 "max": null,
11711 "min": null,
11712 "show": false
11713 }
11714 ]
11715 },
11716 {
11717 "aliasColors": {},
11718 "bars": false,
11719 "dashLength": 10,
11720 "dashes": false,
11721 "datasource": "Prometheus",
11722 "description": "",
11723 "fill": 2,
11724 "gridPos": {
11725 "h": 10,
11726 "w": 12,
11727 "x": 0,
11728 "y": 427
11729 },
11730 "id": 34,
11731 "legend": {
11732 "alignAsTable": true,
11733 "avg": true,
11734 "current": true,
11735 "hideZero": true,
11736 "max": true,
11737 "min": true,
11738 "rightSide": false,
11739 "show": true,
11740 "sort": "current",
11741 "sortDesc": true,
11742 "total": false,
11743 "values": true
11744 },
11745 "lines": true,
11746 "linewidth": 1,
11747 "links": [],
11748 "minSpan": 4,
11749 "nullPointMode": "null",
11750 "percentage": false,
11751 "pointradius": 5,
11752 "points": false,
11753 "renderer": "flot",
11754 "seriesOverrides": [
11755 {
11756 "alias": "/.*sda_.*/",
11757 "color": "#7EB26D"
11758 },
11759 {
11760 "alias": "/.*sdb_.*/",
11761 "color": "#EAB839"
11762 },
11763 {
11764 "alias": "/.*sdc_.*/",
11765 "color": "#6ED0E0"
11766 },
11767 {
11768 "alias": "/.*sdd_.*/",
11769 "color": "#EF843C"
11770 },
11771 {
11772 "alias": "/.*sde_.*/",
11773 "color": "#E24D42"
11774 },
11775 {
11776 "alias": "/.*sda1.*/",
11777 "color": "#584477"
11778 },
11779 {
11780 "alias": "/.*sda2_.*/",
11781 "color": "#BA43A9"
11782 },
11783 {
11784 "alias": "/.*sda3_.*/",
11785 "color": "#F4D598"
11786 },
11787 {
11788 "alias": "/.*sdb1.*/",
11789 "color": "#0A50A1"
11790 },
11791 {
11792 "alias": "/.*sdb2.*/",
11793 "color": "#BF1B00"
11794 },
11795 {
11796 "alias": "/.*sdb3.*/",
11797 "color": "#E0752D"
11798 },
11799 {
11800 "alias": "/.*sdc1.*/",
11801 "color": "#962D82"
11802 },
11803 {
11804 "alias": "/.*sdc2.*/",
11805 "color": "#614D93"
11806 },
11807 {
11808 "alias": "/.*sdc3.*/",
11809 "color": "#9AC48A"
11810 },
11811 {
11812 "alias": "/.*sdd1.*/",
11813 "color": "#65C5DB"
11814 },
11815 {
11816 "alias": "/.*sdd2.*/",
11817 "color": "#F9934E"
11818 },
11819 {
11820 "alias": "/.*sdd3.*/",
11821 "color": "#EA6460"
11822 },
11823 {
11824 "alias": "/.*sde1.*/",
11825 "color": "#E0F9D7"
11826 },
11827 {
11828 "alias": "/.*sdd2.*/",
11829 "color": "#FCEACA"
11830 },
11831 {
11832 "alias": "/.*sde3.*/",
11833 "color": "#F9E2D2"
11834 }
11835 ],
11836 "spaceLength": 10,
11837 "stack": false,
11838 "steppedLine": false,
11839 "targets": [
11840 {
11841 "expr": "irate(node_disk_io_now{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11842 "intervalFactor": 4,
11843 "legendFormat": "{{device}} - IO now",
11844 "refId": "A",
11845 "step": 8
11846 }
11847 ],
11848 "thresholds": [],
11849 "timeFrom": null,
11850 "timeShift": null,
11851 "title": "Disk IOs Current in Progress",
11852 "tooltip": {
11853 "shared": false,
11854 "sort": 0,
11855 "value_type": "individual"
11856 },
11857 "type": "graph",
11858 "xaxis": {
11859 "buckets": null,
11860 "mode": "time",
11861 "name": null,
11862 "show": true,
11863 "values": []
11864 },
11865 "yaxes": [
11866 {
11867 "format": "iops",
11868 "label": "I/Os",
11869 "logBase": 1,
11870 "max": null,
11871 "min": "0",
11872 "show": true
11873 },
11874 {
11875 "format": "short",
11876 "label": null,
11877 "logBase": 1,
11878 "max": null,
11879 "min": null,
11880 "show": false
11881 }
11882 ]
11883 },
11884 {
11885 "aliasColors": {},
11886 "bars": false,
11887 "dashLength": 10,
11888 "dashes": false,
11889 "datasource": "Prometheus",
11890 "description": "",
11891 "fill": 2,
11892 "gridPos": {
11893 "h": 10,
11894 "w": 12,
11895 "x": 12,
11896 "y": 427
11897 },
11898 "id": 66,
11899 "legend": {
11900 "alignAsTable": true,
11901 "avg": true,
11902 "current": true,
11903 "hideZero": false,
11904 "max": true,
11905 "min": true,
11906 "show": true,
11907 "total": false,
11908 "values": true
11909 },
11910 "lines": true,
11911 "linewidth": 1,
11912 "links": [],
11913 "minSpan": 4,
11914 "nullPointMode": "null",
11915 "percentage": false,
11916 "pointradius": 5,
11917 "points": false,
11918 "renderer": "flot",
11919 "seriesOverrides": [
11920 {
11921 "alias": "/.*sda_.*/",
11922 "color": "#7EB26D"
11923 },
11924 {
11925 "alias": "/.*sdb_.*/",
11926 "color": "#EAB839"
11927 },
11928 {
11929 "alias": "/.*sdc_.*/",
11930 "color": "#6ED0E0"
11931 },
11932 {
11933 "alias": "/.*sdd_.*/",
11934 "color": "#EF843C"
11935 },
11936 {
11937 "alias": "/.*sde_.*/",
11938 "color": "#E24D42"
11939 },
11940 {
11941 "alias": "/.*sda1.*/",
11942 "color": "#584477"
11943 },
11944 {
11945 "alias": "/.*sda2_.*/",
11946 "color": "#B7DBAB"
11947 },
11948 {
11949 "alias": "/.*sda3_.*/",
11950 "color": "#F4D598"
11951 },
11952 {
11953 "alias": "/.*sdb1.*/",
11954 "color": "#0A50A1"
11955 },
11956 {
11957 "alias": "/.*sdb2.*/",
11958 "color": "#BF1B00"
11959 },
11960 {
11961 "alias": "/.*sdb3.*/",
11962 "color": "#E0752D"
11963 },
11964 {
11965 "alias": "/.*sdc1.*/",
11966 "color": "#962D82"
11967 },
11968 {
11969 "alias": "/.*sdc2.*/",
11970 "color": "#614D93"
11971 },
11972 {
11973 "alias": "/.*sdc3.*/",
11974 "color": "#9AC48A"
11975 },
11976 {
11977 "alias": "/.*sdd1.*/",
11978 "color": "#65C5DB"
11979 },
11980 {
11981 "alias": "/.*sdd2.*/",
11982 "color": "#F9934E"
11983 },
11984 {
11985 "alias": "/.*sdd3.*/",
11986 "color": "#EA6460"
11987 },
11988 {
11989 "alias": "/.*sde1.*/",
11990 "color": "#E0F9D7"
11991 },
11992 {
11993 "alias": "/.*sdd2.*/",
11994 "color": "#FCEACA"
11995 },
11996 {
11997 "alias": "/.*sde3.*/",
11998 "color": "#F9E2D2"
11999 }
12000 ],
12001 "spaceLength": 10,
12002 "stack": false,
12003 "steppedLine": false,
12004 "targets": [
12005 {
12006 "expr": "node_textfile_scrape_error{instance=~\"$node:$port\",job=~\"$job\"}",
12007 "intervalFactor": 4,
12008 "legendFormat": "Textfile scrape error (1 = true)",
12009 "refId": "A",
12010 "step": 8
12011 }
12012 ],
12013 "thresholds": [],
12014 "timeFrom": null,
12015 "timeShift": null,
12016 "title": "Open Error File",
12017 "tooltip": {
12018 "shared": false,
12019 "sort": 0,
12020 "value_type": "individual"
12021 },
12022 "type": "graph",
12023 "xaxis": {
12024 "buckets": null,
12025 "mode": "time",
12026 "name": null,
12027 "show": true,
12028 "values": []
12029 },
12030 "yaxes": [
12031 {
12032 "format": "short",
12033 "label": "Errors",
12034 "logBase": 1,
12035 "max": null,
12036 "min": "0",
12037 "show": true
12038 },
12039 {
12040 "format": "short",
12041 "label": null,
12042 "logBase": 1,
12043 "max": null,
12044 "min": null,
12045 "show": false
12046 }
12047 ]
12048 }
12049 ],
12050 "repeat": null,
12051 "title": "Disk Detail",
12052 "type": "row"
12053 },
12054 {
12055 "collapsed": true,
12056 "gridPos": {
12057 "h": 1,
12058 "w": 24,
12059 "x": 0,
12060 "y": 31
12061 },
12062 "id": 271,
12063 "panels": [
12064 {
12065 "aliasColors": {},
12066 "bars": false,
12067 "dashLength": 10,
12068 "dashes": false,
12069 "datasource": "Prometheus",
12070 "decimals": 3,
12071 "description": "",
12072 "fill": 2,
12073 "gridPos": {
12074 "h": 10,
12075 "w": 12,
12076 "x": 0,
12077 "y": 428
12078 },
12079 "id": 43,
12080 "legend": {
12081 "alignAsTable": true,
12082 "avg": true,
12083 "current": true,
12084 "max": true,
12085 "min": true,
12086 "rightSide": false,
12087 "show": true,
12088 "total": false,
12089 "values": true
12090 },
12091 "lines": true,
12092 "linewidth": 1,
12093 "links": [],
12094 "minSpan": 4,
12095 "nullPointMode": "null",
12096 "percentage": false,
12097 "pointradius": 5,
12098 "points": false,
12099 "renderer": "flot",
12100 "seriesOverrides": [],
12101 "spaceLength": 10,
12102 "stack": false,
12103 "steppedLine": false,
12104 "targets": [
12105 {
12106 "expr": "node_filesystem_avail_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12107 "format": "time_series",
12108 "hide": false,
12109 "intervalFactor": 2,
12110 "legendFormat": "{{mountpoint}} - Available",
12111 "metric": "",
12112 "refId": "A",
12113 "step": 4
12114 },
12115 {
12116 "expr": "node_filesystem_free_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12117 "format": "time_series",
12118 "hide": true,
12119 "intervalFactor": 2,
12120 "legendFormat": "{{mountpoint}} - Free",
12121 "refId": "B",
12122 "step": 2
12123 },
12124 {
12125 "expr": "node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12126 "format": "time_series",
12127 "hide": true,
12128 "intervalFactor": 2,
12129 "legendFormat": "{{mountpoint}} - Size",
12130 "refId": "D",
12131 "step": 2
12132 }
12133 ],
12134 "thresholds": [],
12135 "timeFrom": null,
12136 "timeShift": null,
12137 "title": "Filesystem space available",
12138 "tooltip": {
12139 "shared": true,
12140 "sort": 0,
12141 "value_type": "individual"
12142 },
12143 "type": "graph",
12144 "xaxis": {
12145 "buckets": null,
12146 "mode": "time",
12147 "name": null,
12148 "show": true,
12149 "values": []
12150 },
12151 "yaxes": [
12152 {
12153 "format": "bytes",
12154 "label": "Bytes",
12155 "logBase": 1,
12156 "max": null,
12157 "min": "0",
12158 "show": true
12159 },
12160 {
12161 "format": "short",
12162 "label": null,
12163 "logBase": 1,
12164 "max": null,
12165 "min": null,
12166 "show": false
12167 }
12168 ]
12169 },
12170 {
12171 "aliasColors": {},
12172 "bars": false,
12173 "dashLength": 10,
12174 "dashes": false,
12175 "datasource": "Prometheus",
12176 "description": "",
12177 "fill": 2,
12178 "gridPos": {
12179 "h": 10,
12180 "w": 12,
12181 "x": 12,
12182 "y": 428
12183 },
12184 "id": 41,
12185 "legend": {
12186 "alignAsTable": true,
12187 "avg": true,
12188 "current": true,
12189 "hideZero": true,
12190 "max": true,
12191 "min": true,
12192 "rightSide": false,
12193 "show": true,
12194 "total": false,
12195 "values": true
12196 },
12197 "lines": true,
12198 "linewidth": 1,
12199 "links": [],
12200 "nullPointMode": "null",
12201 "percentage": false,
12202 "pointradius": 5,
12203 "points": false,
12204 "renderer": "flot",
12205 "seriesOverrides": [],
12206 "spaceLength": 10,
12207 "stack": false,
12208 "steppedLine": false,
12209 "targets": [
12210 {
12211 "expr": "node_filesystem_files_free{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12212 "format": "time_series",
12213 "hide": false,
12214 "intervalFactor": 2,
12215 "legendFormat": "{{mountpoint}} - Free file nodes",
12216 "refId": "B",
12217 "step": 4
12218 }
12219 ],
12220 "thresholds": [],
12221 "timeFrom": null,
12222 "timeShift": null,
12223 "title": "File Nodes Free",
12224 "tooltip": {
12225 "shared": true,
12226 "sort": 0,
12227 "value_type": "individual"
12228 },
12229 "type": "graph",
12230 "xaxis": {
12231 "buckets": null,
12232 "mode": "time",
12233 "name": null,
12234 "show": true,
12235 "values": []
12236 },
12237 "yaxes": [
12238 {
12239 "format": "short",
12240 "label": "File Nodes",
12241 "logBase": 1,
12242 "max": null,
12243 "min": "0",
12244 "show": true
12245 },
12246 {
12247 "format": "short",
12248 "label": null,
12249 "logBase": 1,
12250 "max": null,
12251 "min": null,
12252 "show": false
12253 }
12254 ]
12255 },
12256 {
12257 "aliasColors": {},
12258 "bars": false,
12259 "dashLength": 10,
12260 "dashes": false,
12261 "datasource": "Prometheus",
12262 "description": "",
12263 "fill": 2,
12264 "gridPos": {
12265 "h": 10,
12266 "w": 12,
12267 "x": 0,
12268 "y": 438
12269 },
12270 "id": 28,
12271 "legend": {
12272 "alignAsTable": true,
12273 "avg": true,
12274 "current": true,
12275 "max": true,
12276 "min": true,
12277 "show": true,
12278 "total": false,
12279 "values": true
12280 },
12281 "lines": true,
12282 "linewidth": 1,
12283 "links": [],
12284 "minSpan": 4,
12285 "nullPointMode": "null",
12286 "percentage": false,
12287 "pointradius": 5,
12288 "points": false,
12289 "renderer": "flot",
12290 "seriesOverrides": [],
12291 "spaceLength": 10,
12292 "stack": false,
12293 "steppedLine": false,
12294 "targets": [
12295 {
12296 "expr": "node_filefd_maximum{instance=~\"$node:$port\",job=~\"$job\"}",
12297 "format": "time_series",
12298 "intervalFactor": 4,
12299 "legendFormat": "Max open files",
12300 "refId": "A",
12301 "step": 8
12302 },
12303 {
12304 "expr": "node_filefd_allocated{instance=~\"$node:$port\",job=~\"$job\"}",
12305 "format": "time_series",
12306 "intervalFactor": 2,
12307 "legendFormat": "Open files",
12308 "refId": "B",
12309 "step": 4
12310 }
12311 ],
12312 "thresholds": [],
12313 "timeFrom": null,
12314 "timeShift": null,
12315 "title": "File Descriptor",
12316 "tooltip": {
12317 "shared": false,
12318 "sort": 0,
12319 "value_type": "individual"
12320 },
12321 "type": "graph",
12322 "xaxis": {
12323 "buckets": null,
12324 "mode": "time",
12325 "name": null,
12326 "show": true,
12327 "values": []
12328 },
12329 "yaxes": [
12330 {
12331 "format": "short",
12332 "label": "Files",
12333 "logBase": 1,
12334 "max": null,
12335 "min": "0",
12336 "show": true
12337 },
12338 {
12339 "format": "short",
12340 "label": null,
12341 "logBase": 1,
12342 "max": null,
12343 "min": null,
12344 "show": false
12345 }
12346 ]
12347 },
12348 {
12349 "aliasColors": {},
12350 "bars": false,
12351 "dashLength": 10,
12352 "dashes": false,
12353 "datasource": "Prometheus",
12354 "description": "",
12355 "fill": 2,
12356 "gridPos": {
12357 "h": 10,
12358 "w": 12,
12359 "x": 12,
12360 "y": 438
12361 },
12362 "id": 219,
12363 "legend": {
12364 "alignAsTable": true,
12365 "avg": true,
12366 "current": true,
12367 "hideZero": true,
12368 "max": true,
12369 "min": true,
12370 "rightSide": false,
12371 "show": true,
12372 "total": false,
12373 "values": true
12374 },
12375 "lines": true,
12376 "linewidth": 1,
12377 "links": [],
12378 "nullPointMode": "null",
12379 "percentage": false,
12380 "pointradius": 5,
12381 "points": false,
12382 "renderer": "flot",
12383 "seriesOverrides": [],
12384 "spaceLength": 10,
12385 "stack": false,
12386 "steppedLine": false,
12387 "targets": [
12388 {
12389 "expr": "node_filesystem_files{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12390 "format": "time_series",
12391 "hide": false,
12392 "intervalFactor": 2,
12393 "legendFormat": "{{mountpoint}} - File nodes total",
12394 "refId": "A",
12395 "step": 4
12396 }
12397 ],
12398 "thresholds": [],
12399 "timeFrom": null,
12400 "timeShift": null,
12401 "title": "File Nodes Size",
12402 "tooltip": {
12403 "shared": true,
12404 "sort": 0,
12405 "value_type": "individual"
12406 },
12407 "type": "graph",
12408 "xaxis": {
12409 "buckets": null,
12410 "mode": "time",
12411 "name": null,
12412 "show": true,
12413 "values": []
12414 },
12415 "yaxes": [
12416 {
12417 "format": "short",
12418 "label": "File Nodes",
12419 "logBase": 1,
12420 "max": null,
12421 "min": "0",
12422 "show": true
12423 },
12424 {
12425 "format": "short",
12426 "label": null,
12427 "logBase": 1,
12428 "max": null,
12429 "min": null,
12430 "show": false
12431 }
12432 ]
12433 },
12434 {
12435 "aliasColors": {
12436 "/ ReadOnly": "#890F02"
12437 },
12438 "bars": false,
12439 "dashLength": 10,
12440 "dashes": false,
12441 "datasource": "Prometheus",
12442 "decimals": null,
12443 "description": "",
12444 "fill": 2,
12445 "gridPos": {
12446 "h": 10,
12447 "w": 12,
12448 "x": 0,
12449 "y": 448
12450 },
12451 "id": 44,
12452 "legend": {
12453 "alignAsTable": true,
12454 "avg": true,
12455 "current": true,
12456 "hideEmpty": true,
12457 "hideZero": true,
12458 "max": true,
12459 "min": true,
12460 "rightSide": false,
12461 "show": true,
12462 "total": false,
12463 "values": true
12464 },
12465 "lines": true,
12466 "linewidth": 1,
12467 "links": [],
12468 "minSpan": 4,
12469 "nullPointMode": "null",
12470 "percentage": false,
12471 "pointradius": 5,
12472 "points": false,
12473 "renderer": "flot",
12474 "seriesOverrides": [],
12475 "spaceLength": 10,
12476 "stack": true,
12477 "steppedLine": false,
12478 "targets": [
12479 {
12480 "expr": "node_filesystem_readonly{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12481 "format": "time_series",
12482 "intervalFactor": 2,
12483 "legendFormat": "{{mountpoint}} - ReadOnly",
12484 "refId": "C",
12485 "step": 4
12486 }
12487 ],
12488 "thresholds": [],
12489 "timeFrom": null,
12490 "timeShift": null,
12491 "title": "Filesystem in ReadOnly",
12492 "tooltip": {
12493 "shared": true,
12494 "sort": 0,
12495 "value_type": "individual"
12496 },
12497 "type": "graph",
12498 "xaxis": {
12499 "buckets": null,
12500 "mode": "time",
12501 "name": null,
12502 "show": true,
12503 "values": []
12504 },
12505 "yaxes": [
12506 {
12507 "format": "short",
12508 "label": "Read Only",
12509 "logBase": 1,
12510 "max": "1",
12511 "min": "0",
12512 "show": true
12513 },
12514 {
12515 "format": "short",
12516 "label": null,
12517 "logBase": 1,
12518 "max": null,
12519 "min": null,
12520 "show": false
12521 }
12522 ]
12523 }
12524 ],
12525 "repeat": null,
12526 "title": "Filesystem Detail",
12527 "type": "row"
12528 },
12529 {
12530 "collapsed": true,
12531 "gridPos": {
12532 "h": 1,
12533 "w": 24,
12534 "x": 0,
12535 "y": 32
12536 },
12537 "id": 272,
12538 "panels": [
12539 {
12540 "aliasColors": {
12541 "receive_packets_eth0": "#7EB26D",
12542 "receive_packets_lo": "#E24D42",
12543 "transmit_packets_eth0": "#7EB26D",
12544 "transmit_packets_lo": "#E24D42"
12545 },
12546 "bars": false,
12547 "dashLength": 10,
12548 "dashes": false,
12549 "datasource": "Prometheus",
12550 "fill": 2,
12551 "gridPos": {
12552 "h": 10,
12553 "w": 12,
12554 "x": 0,
12555 "y": 449
12556 },
12557 "id": 60,
12558 "legend": {
12559 "alignAsTable": true,
12560 "avg": true,
12561 "current": true,
12562 "max": true,
12563 "min": true,
12564 "rightSide": false,
12565 "show": true,
12566 "sideWidth": 300,
12567 "total": false,
12568 "values": true
12569 },
12570 "lines": true,
12571 "linewidth": 1,
12572 "links": [],
12573 "nullPointMode": "null",
12574 "percentage": false,
12575 "pointradius": 5,
12576 "points": false,
12577 "renderer": "flot",
12578 "seriesOverrides": [
12579 {
12580 "alias": "/.*Trans.*/",
12581 "transform": "negative-Y"
12582 },
12583 {
12584 "alias": "/.*lo.*/",
12585 "color": "#7EB26D"
12586 },
12587 {
12588 "alias": "/.*eth0.*/",
12589 "color": "#EAB839"
12590 },
12591 {
12592 "alias": "/.*eth1.*/",
12593 "color": "#6ED0E0"
12594 },
12595 {
12596 "alias": "/.*eth2.*/",
12597 "color": "#EF843C"
12598 },
12599 {
12600 "alias": "/.*eth3.*/",
12601 "color": "#E24D42"
12602 },
12603 {
12604 "alias": "/.*eth4.*/",
12605 "color": "#1F78C1"
12606 },
12607 {
12608 "alias": "/.*eth5.*/",
12609 "color": "#BA43A9"
12610 }
12611 ],
12612 "spaceLength": 10,
12613 "stack": false,
12614 "steppedLine": false,
12615 "targets": [
12616 {
12617 "expr": "irate(node_network_receive_packets_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12618 "format": "time_series",
12619 "intervalFactor": 2,
12620 "legendFormat": "{{device}} - Receive",
12621 "refId": "O",
12622 "step": 4
12623 },
12624 {
12625 "expr": "irate(node_network_transmit_packets_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12626 "format": "time_series",
12627 "intervalFactor": 2,
12628 "legendFormat": "{{device}} - Transmit",
12629 "refId": "P",
12630 "step": 4
12631 }
12632 ],
12633 "thresholds": [],
12634 "timeFrom": null,
12635 "timeShift": null,
12636 "title": "Network Traffic by Packets",
12637 "tooltip": {
12638 "shared": true,
12639 "sort": 0,
12640 "value_type": "individual"
12641 },
12642 "type": "graph",
12643 "xaxis": {
12644 "buckets": null,
12645 "mode": "time",
12646 "name": null,
12647 "show": true,
12648 "values": []
12649 },
12650 "yaxes": [
12651 {
12652 "format": "pps",
12653 "label": "Packets out (-) / in (+)",
12654 "logBase": 1,
12655 "max": null,
12656 "min": null,
12657 "show": true
12658 },
12659 {
12660 "format": "short",
12661 "label": null,
12662 "logBase": 1,
12663 "max": null,
12664 "min": null,
12665 "show": false
12666 }
12667 ]
12668 },
12669 {
12670 "aliasColors": {},
12671 "bars": false,
12672 "dashLength": 10,
12673 "dashes": false,
12674 "datasource": "Prometheus",
12675 "fill": 2,
12676 "gridPos": {
12677 "h": 10,
12678 "w": 12,
12679 "x": 12,
12680 "y": 449
12681 },
12682 "id": 142,
12683 "legend": {
12684 "alignAsTable": true,
12685 "avg": true,
12686 "current": true,
12687 "hideEmpty": false,
12688 "hideZero": false,
12689 "max": true,
12690 "min": true,
12691 "rightSide": false,
12692 "show": true,
12693 "sideWidth": 300,
12694 "sort": "current",
12695 "sortDesc": true,
12696 "total": false,
12697 "values": true
12698 },
12699 "lines": true,
12700 "linewidth": 1,
12701 "links": [],
12702 "nullPointMode": "null",
12703 "percentage": false,
12704 "pointradius": 5,
12705 "points": false,
12706 "renderer": "flot",
12707 "seriesOverrides": [
12708 {
12709 "alias": "/.*Trans.*/",
12710 "transform": "negative-Y"
12711 },
12712 {
12713 "alias": "/.*lo.*.errors.*/",
12714 "color": "#7EB26D"
12715 },
12716 {
12717 "alias": "/.*eth0.*.errors.*/",
12718 "color": "#EAB839"
12719 },
12720 {
12721 "alias": "/.*eth1.*.errors.*/",
12722 "color": "#6ED0E0"
12723 },
12724 {
12725 "alias": "/.*eth2.*.errors.*/",
12726 "color": "#EF843C"
12727 },
12728 {
12729 "alias": "/.*eth3.*.errors.*/",
12730 "color": "#E24D42"
12731 },
12732 {
12733 "alias": "/.*eth4.*.errors.*/",
12734 "color": "#1F78C1"
12735 },
12736 {
12737 "alias": "/.*eth5.*.errors.*/",
12738 "color": "#BA43A9"
12739 }
12740 ],
12741 "spaceLength": 10,
12742 "stack": false,
12743 "steppedLine": false,
12744 "targets": [
12745 {
12746 "expr": "irate(node_network_receive_errs_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12747 "format": "time_series",
12748 "intervalFactor": 2,
12749 "legendFormat": "{{device}} - Receive errors",
12750 "refId": "E",
12751 "step": 4
12752 },
12753 {
12754 "expr": "irate(node_network_transmit_errs_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12755 "format": "time_series",
12756 "intervalFactor": 2,
12757 "legendFormat": "{{device}} - Rransmit errors",
12758 "refId": "F",
12759 "step": 4
12760 }
12761 ],
12762 "thresholds": [],
12763 "timeFrom": null,
12764 "timeShift": null,
12765 "title": "Network Traffic Errors",
12766 "tooltip": {
12767 "shared": true,
12768 "sort": 0,
12769 "value_type": "individual"
12770 },
12771 "type": "graph",
12772 "xaxis": {
12773 "buckets": null,
12774 "mode": "time",
12775 "name": null,
12776 "show": true,
12777 "values": []
12778 },
12779 "yaxes": [
12780 {
12781 "format": "pps",
12782 "label": "Packets out (-) / in (+)",
12783 "logBase": 1,
12784 "max": null,
12785 "min": null,
12786 "show": true
12787 },
12788 {
12789 "format": "short",
12790 "label": null,
12791 "logBase": 1,
12792 "max": null,
12793 "min": null,
12794 "show": false
12795 }
12796 ]
12797 },
12798 {
12799 "aliasColors": {},
12800 "bars": false,
12801 "dashLength": 10,
12802 "dashes": false,
12803 "datasource": "Prometheus",
12804 "fill": 2,
12805 "gridPos": {
12806 "h": 10,
12807 "w": 12,
12808 "x": 0,
12809 "y": 459
12810 },
12811 "id": 143,
12812 "legend": {
12813 "alignAsTable": true,
12814 "avg": true,
12815 "current": true,
12816 "hideEmpty": false,
12817 "hideZero": false,
12818 "max": true,
12819 "min": true,
12820 "rightSide": false,
12821 "show": true,
12822 "sideWidth": 300,
12823 "sort": "current",
12824 "sortDesc": true,
12825 "total": false,
12826 "values": true
12827 },
12828 "lines": true,
12829 "linewidth": 1,
12830 "links": [],
12831 "nullPointMode": "null",
12832 "percentage": false,
12833 "pointradius": 5,
12834 "points": false,
12835 "renderer": "flot",
12836 "seriesOverrides": [
12837 {
12838 "alias": "/.*Trans.*/",
12839 "transform": "negative-Y"
12840 },
12841 {
12842 "alias": "/.*lo.*.drop.*/",
12843 "color": "#7EB26D"
12844 },
12845 {
12846 "alias": "/.*eth0.*.drop.*/",
12847 "color": "#EAB839"
12848 },
12849 {
12850 "alias": "/.*eth1.*.drop.*/",
12851 "color": "#6ED0E0"
12852 },
12853 {
12854 "alias": "/.*eth2.*.drop.*/",
12855 "color": "#EF843C"
12856 },
12857 {
12858 "alias": "/.*eth3.*.drop.*/",
12859 "color": "#E24D42"
12860 },
12861 {
12862 "alias": "/.*eth4.*.drop.*/",
12863 "color": "#1F78C1"
12864 },
12865 {
12866 "alias": "/.*eth5.*.drop.*/",
12867 "color": "#BA43A9"
12868 }
12869 ],
12870 "spaceLength": 10,
12871 "stack": false,
12872 "steppedLine": false,
12873 "targets": [
12874 {
12875 "expr": "irate(node_network_receive_drop_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12876 "format": "time_series",
12877 "intervalFactor": 2,
12878 "legendFormat": "{{device}} - Receive drop",
12879 "refId": "G",
12880 "step": 4
12881 },
12882 {
12883 "expr": "irate(node_network_transmit_drop_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12884 "format": "time_series",
12885 "intervalFactor": 2,
12886 "legendFormat": "{{device}} - Transmit drop",
12887 "refId": "H",
12888 "step": 4
12889 }
12890 ],
12891 "thresholds": [],
12892 "timeFrom": null,
12893 "timeShift": null,
12894 "title": "Network Traffic Drop",
12895 "tooltip": {
12896 "shared": true,
12897 "sort": 0,
12898 "value_type": "individual"
12899 },
12900 "type": "graph",
12901 "xaxis": {
12902 "buckets": null,
12903 "mode": "time",
12904 "name": null,
12905 "show": true,
12906 "values": []
12907 },
12908 "yaxes": [
12909 {
12910 "format": "pps",
12911 "label": "Packets out (-) / in (+)",
12912 "logBase": 1,
12913 "max": null,
12914 "min": null,
12915 "show": true
12916 },
12917 {
12918 "format": "short",
12919 "label": null,
12920 "logBase": 1,
12921 "max": null,
12922 "min": null,
12923 "show": false
12924 }
12925 ]
12926 },
12927 {
12928 "aliasColors": {},
12929 "bars": false,
12930 "dashLength": 10,
12931 "dashes": false,
12932 "datasource": "Prometheus",
12933 "fill": 2,
12934 "gridPos": {
12935 "h": 10,
12936 "w": 12,
12937 "x": 12,
12938 "y": 459
12939 },
12940 "id": 141,
12941 "legend": {
12942 "alignAsTable": true,
12943 "avg": true,
12944 "current": true,
12945 "hideEmpty": false,
12946 "hideZero": false,
12947 "max": true,
12948 "min": true,
12949 "rightSide": false,
12950 "show": true,
12951 "sideWidth": 300,
12952 "sort": "current",
12953 "sortDesc": true,
12954 "total": false,
12955 "values": true
12956 },
12957 "lines": true,
12958 "linewidth": 1,
12959 "links": [],
12960 "nullPointMode": "null",
12961 "percentage": false,
12962 "pointradius": 5,
12963 "points": false,
12964 "renderer": "flot",
12965 "seriesOverrides": [
12966 {
12967 "alias": "/.*Trans.*/",
12968 "transform": "negative-Y"
12969 },
12970 {
12971 "alias": "/.*lo.*.compressed.*/",
12972 "color": "#7EB26D"
12973 },
12974 {
12975 "alias": "/.*eth0.*.compressed.*/",
12976 "color": "#EAB839"
12977 },
12978 {
12979 "alias": "/.*eth1.*.compressed.*/",
12980 "color": "#6ED0E0"
12981 },
12982 {
12983 "alias": "/.*eth2.*.compressed.*/",
12984 "color": "#EF843C"
12985 },
12986 {
12987 "alias": "/.*eth3.*.compressed.*/",
12988 "color": "#E24D42"
12989 },
12990 {
12991 "alias": "/.*eth4.*.compressed.*/",
12992 "color": "#1F78C1"
12993 },
12994 {
12995 "alias": "/.*eth5.*.compressed.*/",
12996 "color": "#BA43A9"
12997 }
12998 ],
12999 "spaceLength": 10,
13000 "stack": false,
13001 "steppedLine": false,
13002 "targets": [
13003 {
13004 "expr": "irate(node_network_receive_compressed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13005 "format": "time_series",
13006 "intervalFactor": 2,
13007 "legendFormat": "{{device}} - Receive compressed",
13008 "refId": "C",
13009 "step": 4
13010 },
13011 {
13012 "expr": "irate(node_network_transmit_compressed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13013 "format": "time_series",
13014 "intervalFactor": 2,
13015 "legendFormat": "{{device}} - Transmit compressed",
13016 "refId": "D",
13017 "step": 4
13018 }
13019 ],
13020 "thresholds": [],
13021 "timeFrom": null,
13022 "timeShift": null,
13023 "title": "Network Traffic Compressed",
13024 "tooltip": {
13025 "shared": true,
13026 "sort": 0,
13027 "value_type": "individual"
13028 },
13029 "type": "graph",
13030 "xaxis": {
13031 "buckets": null,
13032 "mode": "time",
13033 "name": null,
13034 "show": true,
13035 "values": []
13036 },
13037 "yaxes": [
13038 {
13039 "format": "pps",
13040 "label": "Packets out (-) / in (+)",
13041 "logBase": 1,
13042 "max": null,
13043 "min": null,
13044 "show": true
13045 },
13046 {
13047 "format": "short",
13048 "label": null,
13049 "logBase": 1,
13050 "max": null,
13051 "min": null,
13052 "show": false
13053 }
13054 ]
13055 },
13056 {
13057 "aliasColors": {},
13058 "bars": false,
13059 "dashLength": 10,
13060 "dashes": false,
13061 "datasource": "Prometheus",
13062 "fill": 2,
13063 "gridPos": {
13064 "h": 10,
13065 "w": 12,
13066 "x": 0,
13067 "y": 469
13068 },
13069 "id": 146,
13070 "legend": {
13071 "alignAsTable": true,
13072 "avg": true,
13073 "current": true,
13074 "hideEmpty": false,
13075 "hideZero": false,
13076 "max": true,
13077 "min": true,
13078 "rightSide": false,
13079 "show": true,
13080 "sideWidth": 300,
13081 "sort": "current",
13082 "sortDesc": true,
13083 "total": false,
13084 "values": true
13085 },
13086 "lines": true,
13087 "linewidth": 1,
13088 "links": [],
13089 "nullPointMode": "null",
13090 "percentage": false,
13091 "pointradius": 5,
13092 "points": false,
13093 "renderer": "flot",
13094 "seriesOverrides": [
13095 {
13096 "alias": "/.*Trans.*/",
13097 "transform": "negative-Y"
13098 },
13099 {
13100 "alias": "/.*lo.*.multicast.*/",
13101 "color": "#7EB26D"
13102 },
13103 {
13104 "alias": "/.*eth0.*.multicast.*/",
13105 "color": "#EAB839"
13106 },
13107 {
13108 "alias": "/.*eth1.*.multicast.*/",
13109 "color": "#6ED0E0"
13110 },
13111 {
13112 "alias": "/.*eth2.*.multicast.*/",
13113 "color": "#EF843C"
13114 },
13115 {
13116 "alias": "/.*eth3.*.multicast.*/",
13117 "color": "#E24D42"
13118 },
13119 {
13120 "alias": "/.*eth4.*.multicast.*/",
13121 "color": "#1F78C1"
13122 },
13123 {
13124 "alias": "/.*eth5.*.multicast.*/",
13125 "color": "#BA43A9"
13126 }
13127 ],
13128 "spaceLength": 10,
13129 "stack": false,
13130 "steppedLine": false,
13131 "targets": [
13132 {
13133 "expr": "irate(node_network_receive_multicast_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13134 "format": "time_series",
13135 "intervalFactor": 2,
13136 "legendFormat": "{{device}} - Receive multicast",
13137 "refId": "M",
13138 "step": 4
13139 }
13140 ],
13141 "thresholds": [],
13142 "timeFrom": null,
13143 "timeShift": null,
13144 "title": "Network Traffic Multicast",
13145 "tooltip": {
13146 "shared": true,
13147 "sort": 0,
13148 "value_type": "individual"
13149 },
13150 "type": "graph",
13151 "xaxis": {
13152 "buckets": null,
13153 "mode": "time",
13154 "name": null,
13155 "show": true,
13156 "values": []
13157 },
13158 "yaxes": [
13159 {
13160 "format": "pps",
13161 "label": "Packets out (-) / in (+)",
13162 "logBase": 1,
13163 "max": null,
13164 "min": null,
13165 "show": true
13166 },
13167 {
13168 "format": "short",
13169 "label": null,
13170 "logBase": 1,
13171 "max": null,
13172 "min": null,
13173 "show": false
13174 }
13175 ]
13176 },
13177 {
13178 "aliasColors": {},
13179 "bars": false,
13180 "dashLength": 10,
13181 "dashes": false,
13182 "datasource": "Prometheus",
13183 "fill": 2,
13184 "gridPos": {
13185 "h": 10,
13186 "w": 12,
13187 "x": 12,
13188 "y": 469
13189 },
13190 "id": 144,
13191 "legend": {
13192 "alignAsTable": true,
13193 "avg": true,
13194 "current": true,
13195 "hideEmpty": false,
13196 "hideZero": false,
13197 "max": true,
13198 "min": true,
13199 "rightSide": false,
13200 "show": true,
13201 "sideWidth": 300,
13202 "sort": "current",
13203 "sortDesc": true,
13204 "total": false,
13205 "values": true
13206 },
13207 "lines": true,
13208 "linewidth": 1,
13209 "links": [],
13210 "nullPointMode": "null",
13211 "percentage": false,
13212 "pointradius": 5,
13213 "points": false,
13214 "renderer": "flot",
13215 "seriesOverrides": [
13216 {
13217 "alias": "/.*Trans.*/",
13218 "transform": "negative-Y"
13219 },
13220 {
13221 "alias": "/.*lo.*.fifo.*/",
13222 "color": "#7EB26D"
13223 },
13224 {
13225 "alias": "/.*eth0.*.fifo.*/",
13226 "color": "#EAB839"
13227 },
13228 {
13229 "alias": "/.*eth1.*.fifo.*/",
13230 "color": "#6ED0E0"
13231 },
13232 {
13233 "alias": "/.*eth2.*.fifo.*/",
13234 "color": "#EF843C"
13235 },
13236 {
13237 "alias": "/.*eth3.*.fifo.*/",
13238 "color": "#E24D42"
13239 },
13240 {
13241 "alias": "/.*eth4.*.fifo.*/",
13242 "color": "#1F78C1"
13243 },
13244 {
13245 "alias": "/.*eth5.*.fifo.*/",
13246 "color": "#BA43A9"
13247 }
13248 ],
13249 "spaceLength": 10,
13250 "stack": false,
13251 "steppedLine": false,
13252 "targets": [
13253 {
13254 "expr": "irate(node_network_receive_fifo_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13255 "format": "time_series",
13256 "intervalFactor": 2,
13257 "legendFormat": "{{device}} - Receive fifo",
13258 "refId": "I",
13259 "step": 4
13260 },
13261 {
13262 "expr": "irate(node_network_transmit_fifo_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13263 "format": "time_series",
13264 "intervalFactor": 2,
13265 "legendFormat": "{{device}} - Transmit fifo",
13266 "refId": "J",
13267 "step": 4
13268 }
13269 ],
13270 "thresholds": [],
13271 "timeFrom": null,
13272 "timeShift": null,
13273 "title": "Network Traffic Fifo",
13274 "tooltip": {
13275 "shared": true,
13276 "sort": 0,
13277 "value_type": "individual"
13278 },
13279 "type": "graph",
13280 "xaxis": {
13281 "buckets": null,
13282 "mode": "time",
13283 "name": null,
13284 "show": true,
13285 "values": []
13286 },
13287 "yaxes": [
13288 {
13289 "format": "pps",
13290 "label": "Packets out (-) / in (+)",
13291 "logBase": 1,
13292 "max": null,
13293 "min": null,
13294 "show": true
13295 },
13296 {
13297 "format": "short",
13298 "label": null,
13299 "logBase": 1,
13300 "max": null,
13301 "min": null,
13302 "show": false
13303 }
13304 ]
13305 },
13306 {
13307 "aliasColors": {},
13308 "bars": false,
13309 "dashLength": 10,
13310 "dashes": false,
13311 "datasource": "Prometheus",
13312 "fill": 2,
13313 "gridPos": {
13314 "h": 10,
13315 "w": 12,
13316 "x": 0,
13317 "y": 479
13318 },
13319 "id": 145,
13320 "legend": {
13321 "alignAsTable": true,
13322 "avg": true,
13323 "current": true,
13324 "hideEmpty": false,
13325 "hideZero": false,
13326 "max": true,
13327 "min": true,
13328 "rightSide": false,
13329 "show": true,
13330 "sideWidth": 300,
13331 "sort": "current",
13332 "sortDesc": true,
13333 "total": false,
13334 "values": true
13335 },
13336 "lines": true,
13337 "linewidth": 1,
13338 "links": [],
13339 "nullPointMode": "null",
13340 "percentage": false,
13341 "pointradius": 5,
13342 "points": false,
13343 "renderer": "flot",
13344 "seriesOverrides": [
13345 {
13346 "alias": "/.*Trans.*/",
13347 "transform": "negative-Y"
13348 },
13349 {
13350 "alias": "/.*lo.*.frame.*/",
13351 "color": "#7EB26D"
13352 },
13353 {
13354 "alias": "/.*eth0.*.frame.*/",
13355 "color": "#EAB839"
13356 },
13357 {
13358 "alias": "/.*eth1.*.frame.*/",
13359 "color": "#6ED0E0"
13360 },
13361 {
13362 "alias": "/.*eth2.*.frame.*/",
13363 "color": "#EF843C"
13364 },
13365 {
13366 "alias": "/.*eth3.*.frame.*/",
13367 "color": "#E24D42"
13368 },
13369 {
13370 "alias": "/.*eth4.*.frame.*/",
13371 "color": "#1F78C1"
13372 },
13373 {
13374 "alias": "/.*eth5.*.frame.*/",
13375 "color": "#BA43A9"
13376 }
13377 ],
13378 "spaceLength": 10,
13379 "stack": false,
13380 "steppedLine": false,
13381 "targets": [
13382 {
13383 "expr": "irate(node_network_receive_frame_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13384 "format": "time_series",
13385 "hide": false,
13386 "intervalFactor": 2,
13387 "legendFormat": "{{device}} - Receive frame",
13388 "refId": "K",
13389 "step": 4
13390 }
13391 ],
13392 "thresholds": [],
13393 "timeFrom": null,
13394 "timeShift": null,
13395 "title": "Network Traffic Frame",
13396 "tooltip": {
13397 "shared": true,
13398 "sort": 0,
13399 "value_type": "individual"
13400 },
13401 "type": "graph",
13402 "xaxis": {
13403 "buckets": null,
13404 "mode": "time",
13405 "name": null,
13406 "show": true,
13407 "values": []
13408 },
13409 "yaxes": [
13410 {
13411 "format": "pps",
13412 "label": "Packets out (-) / in (+)",
13413 "logBase": 1,
13414 "max": null,
13415 "min": null,
13416 "show": true
13417 },
13418 {
13419 "format": "short",
13420 "label": null,
13421 "logBase": 1,
13422 "max": null,
13423 "min": null,
13424 "show": false
13425 }
13426 ]
13427 },
13428 {
13429 "aliasColors": {},
13430 "bars": false,
13431 "dashLength": 10,
13432 "dashes": false,
13433 "datasource": "Prometheus",
13434 "fill": 2,
13435 "gridPos": {
13436 "h": 10,
13437 "w": 12,
13438 "x": 12,
13439 "y": 479
13440 },
13441 "id": 231,
13442 "legend": {
13443 "alignAsTable": true,
13444 "avg": true,
13445 "current": true,
13446 "hideEmpty": false,
13447 "hideZero": false,
13448 "max": true,
13449 "min": true,
13450 "rightSide": false,
13451 "show": true,
13452 "sideWidth": 300,
13453 "sort": "current",
13454 "sortDesc": true,
13455 "total": false,
13456 "values": true
13457 },
13458 "lines": true,
13459 "linewidth": 1,
13460 "links": [],
13461 "nullPointMode": "null",
13462 "percentage": false,
13463 "pointradius": 5,
13464 "points": false,
13465 "renderer": "flot",
13466 "seriesOverrides": [
13467 {
13468 "alias": "/.*Trans.*/",
13469 "transform": "negative-Y"
13470 },
13471 {
13472 "alias": "/.*lo.*.carrier.*/",
13473 "color": "#7EB26D"
13474 },
13475 {
13476 "alias": "/.*eth0.*.carrier.*/",
13477 "color": "#EAB839"
13478 },
13479 {
13480 "alias": "/.*eth1.*.carrier.*/",
13481 "color": "#6ED0E0"
13482 },
13483 {
13484 "alias": "/.*eth2.*.carrier.*/",
13485 "color": "#EF843C"
13486 }
13487 ],
13488 "spaceLength": 10,
13489 "stack": false,
13490 "steppedLine": false,
13491 "targets": [
13492 {
13493 "expr": "irate(node_network_transmit_carrier_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13494 "format": "time_series",
13495 "intervalFactor": 2,
13496 "legendFormat": "{{device}} - Statistic transmit_carrier",
13497 "refId": "C",
13498 "step": 4
13499 }
13500 ],
13501 "thresholds": [],
13502 "timeFrom": null,
13503 "timeShift": null,
13504 "title": "Network Traffic Carrier",
13505 "tooltip": {
13506 "shared": true,
13507 "sort": 0,
13508 "value_type": "individual"
13509 },
13510 "type": "graph",
13511 "xaxis": {
13512 "buckets": null,
13513 "mode": "time",
13514 "name": null,
13515 "show": true,
13516 "values": []
13517 },
13518 "yaxes": [
13519 {
13520 "format": "short",
13521 "label": "Counter",
13522 "logBase": 1,
13523 "max": null,
13524 "min": null,
13525 "show": true
13526 },
13527 {
13528 "format": "short",
13529 "label": null,
13530 "logBase": 1,
13531 "max": null,
13532 "min": null,
13533 "show": false
13534 }
13535 ]
13536 },
13537 {
13538 "aliasColors": {},
13539 "bars": false,
13540 "dashLength": 10,
13541 "dashes": false,
13542 "datasource": "Prometheus",
13543 "fill": 2,
13544 "gridPos": {
13545 "h": 10,
13546 "w": 12,
13547 "x": 0,
13548 "y": 489
13549 },
13550 "id": 232,
13551 "legend": {
13552 "alignAsTable": true,
13553 "avg": true,
13554 "current": true,
13555 "hideEmpty": false,
13556 "hideZero": false,
13557 "max": true,
13558 "min": true,
13559 "rightSide": false,
13560 "show": true,
13561 "sideWidth": 300,
13562 "sort": "current",
13563 "sortDesc": true,
13564 "total": false,
13565 "values": true
13566 },
13567 "lines": true,
13568 "linewidth": 1,
13569 "links": [],
13570 "nullPointMode": "null",
13571 "percentage": false,
13572 "pointradius": 5,
13573 "points": false,
13574 "renderer": "flot",
13575 "seriesOverrides": [
13576 {
13577 "alias": "/.*Trans.*/",
13578 "transform": "negative-Y"
13579 },
13580 {
13581 "alias": "/.*lo.*.carrier.*/",
13582 "color": "#7EB26D"
13583 },
13584 {
13585 "alias": "/.*eth0.*.carrier.*/",
13586 "color": "#EAB839"
13587 },
13588 {
13589 "alias": "/.*eth1.*.carrier.*/",
13590 "color": "#6ED0E0"
13591 },
13592 {
13593 "alias": "/.*eth2.*.carrier.*/",
13594 "color": "#EF843C"
13595 }
13596 ],
13597 "spaceLength": 10,
13598 "stack": false,
13599 "steppedLine": false,
13600 "targets": [
13601 {
13602 "expr": "irate(node_network_transmit_colls_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13603 "format": "time_series",
13604 "intervalFactor": 2,
13605 "legendFormat": "{{device}} - Transmit colls",
13606 "refId": "C",
13607 "step": 4
13608 }
13609 ],
13610 "thresholds": [],
13611 "timeFrom": null,
13612 "timeShift": null,
13613 "title": "Network Traffic Colls",
13614 "tooltip": {
13615 "shared": true,
13616 "sort": 0,
13617 "value_type": "individual"
13618 },
13619 "type": "graph",
13620 "xaxis": {
13621 "buckets": null,
13622 "mode": "time",
13623 "name": null,
13624 "show": true,
13625 "values": []
13626 },
13627 "yaxes": [
13628 {
13629 "format": "short",
13630 "label": "Counter",
13631 "logBase": 1,
13632 "max": null,
13633 "min": null,
13634 "show": true
13635 },
13636 {
13637 "format": "short",
13638 "label": null,
13639 "logBase": 1,
13640 "max": null,
13641 "min": null,
13642 "show": false
13643 }
13644 ]
13645 },
13646 {
13647 "aliasColors": {},
13648 "bars": false,
13649 "dashLength": 10,
13650 "dashes": false,
13651 "datasource": "Prometheus",
13652 "fill": 2,
13653 "gridPos": {
13654 "h": 10,
13655 "w": 12,
13656 "x": 12,
13657 "y": 489
13658 },
13659 "id": 61,
13660 "legend": {
13661 "alignAsTable": true,
13662 "avg": true,
13663 "current": true,
13664 "max": true,
13665 "min": true,
13666 "rightSide": false,
13667 "show": true,
13668 "total": false,
13669 "values": true
13670 },
13671 "lines": true,
13672 "linewidth": 1,
13673 "links": [],
13674 "nullPointMode": "null",
13675 "percentage": false,
13676 "pointradius": 5,
13677 "points": false,
13678 "renderer": "flot",
13679 "seriesOverrides": [
13680 {
13681 "alias": "NF conntrack limit",
13682 "color": "#890F02",
13683 "fill": 0
13684 }
13685 ],
13686 "spaceLength": 10,
13687 "stack": false,
13688 "steppedLine": false,
13689 "targets": [
13690 {
13691 "expr": "node_nf_conntrack_entries{instance=~\"$node:$port\",job=~\"$job\"}",
13692 "format": "time_series",
13693 "intervalFactor": 2,
13694 "legendFormat": "NF conntrack entries",
13695 "refId": "O",
13696 "step": 4
13697 },
13698 {
13699 "expr": "node_nf_conntrack_entries_limit{instance=~\"$node:$port\",job=~\"$job\"}",
13700 "format": "time_series",
13701 "intervalFactor": 2,
13702 "legendFormat": "NF conntrack limit",
13703 "refId": "P",
13704 "step": 4
13705 }
13706 ],
13707 "thresholds": [],
13708 "timeFrom": null,
13709 "timeShift": null,
13710 "title": "NF Contrack",
13711 "tooltip": {
13712 "shared": true,
13713 "sort": 0,
13714 "value_type": "individual"
13715 },
13716 "type": "graph",
13717 "xaxis": {
13718 "buckets": null,
13719 "mode": "time",
13720 "name": null,
13721 "show": true,
13722 "values": []
13723 },
13724 "yaxes": [
13725 {
13726 "format": "short",
13727 "label": "Entries",
13728 "logBase": 1,
13729 "max": null,
13730 "min": "0",
13731 "show": true
13732 },
13733 {
13734 "format": "short",
13735 "label": null,
13736 "logBase": 1,
13737 "max": null,
13738 "min": null,
13739 "show": false
13740 }
13741 ]
13742 },
13743 {
13744 "aliasColors": {},
13745 "bars": false,
13746 "dashLength": 10,
13747 "dashes": false,
13748 "datasource": "Prometheus",
13749 "fill": 2,
13750 "gridPos": {
13751 "h": 10,
13752 "w": 12,
13753 "x": 0,
13754 "y": 499
13755 },
13756 "id": 230,
13757 "legend": {
13758 "alignAsTable": true,
13759 "avg": true,
13760 "current": true,
13761 "max": true,
13762 "min": true,
13763 "rightSide": false,
13764 "show": true,
13765 "total": false,
13766 "values": true
13767 },
13768 "lines": true,
13769 "linewidth": 1,
13770 "links": [],
13771 "nullPointMode": "null",
13772 "percentage": false,
13773 "pointradius": 5,
13774 "points": false,
13775 "renderer": "flot",
13776 "seriesOverrides": [],
13777 "spaceLength": 10,
13778 "stack": false,
13779 "steppedLine": false,
13780 "targets": [
13781 {
13782 "expr": "node_arp_entries{instance=~\"$node:$port\",job=~\"$job\"}",
13783 "format": "time_series",
13784 "intervalFactor": 2,
13785 "legendFormat": "{{ device }} - ARP entries",
13786 "refId": "O",
13787 "step": 4
13788 }
13789 ],
13790 "thresholds": [],
13791 "timeFrom": null,
13792 "timeShift": null,
13793 "title": "ARP Entries",
13794 "tooltip": {
13795 "shared": true,
13796 "sort": 0,
13797 "value_type": "individual"
13798 },
13799 "type": "graph",
13800 "xaxis": {
13801 "buckets": null,
13802 "mode": "time",
13803 "name": null,
13804 "show": true,
13805 "values": []
13806 },
13807 "yaxes": [
13808 {
13809 "format": "short",
13810 "label": "Entries",
13811 "logBase": 1,
13812 "max": null,
13813 "min": "0",
13814 "show": true
13815 },
13816 {
13817 "format": "short",
13818 "label": null,
13819 "logBase": 1,
13820 "max": null,
13821 "min": null,
13822 "show": false
13823 }
13824 ]
13825 }
13826 ],
13827 "repeat": null,
13828 "title": "Network Traffic Detail",
13829 "type": "row"
13830 },
13831 {
13832 "collapsed": true,
13833 "gridPos": {
13834 "h": 1,
13835 "w": 24,
13836 "x": 0,
13837 "y": 33
13838 },
13839 "id": 273,
13840 "panels": [
13841 {
13842 "aliasColors": {},
13843 "bars": false,
13844 "dashLength": 10,
13845 "dashes": false,
13846 "datasource": "Prometheus",
13847 "fill": 2,
13848 "gridPos": {
13849 "h": 10,
13850 "w": 12,
13851 "x": 0,
13852 "y": 500
13853 },
13854 "id": 63,
13855 "legend": {
13856 "alignAsTable": true,
13857 "avg": true,
13858 "current": true,
13859 "hideEmpty": false,
13860 "hideZero": false,
13861 "max": true,
13862 "min": true,
13863 "rightSide": false,
13864 "show": true,
13865 "sideWidth": 300,
13866 "total": false,
13867 "values": true
13868 },
13869 "lines": true,
13870 "linewidth": 1,
13871 "links": [],
13872 "nullPointMode": "null",
13873 "percentage": false,
13874 "pointradius": 5,
13875 "points": false,
13876 "renderer": "flot",
13877 "seriesOverrides": [],
13878 "spaceLength": 10,
13879 "stack": false,
13880 "steppedLine": false,
13881 "targets": [
13882 {
13883 "expr": "node_sockstat_TCP_alloc{instance=~\"$node:$port\",job=~\"$job\"}",
13884 "format": "time_series",
13885 "intervalFactor": 2,
13886 "legendFormat": "TCP_alloc - Allocated sockets",
13887 "refId": "D",
13888 "step": 240
13889 },
13890 {
13891 "expr": "node_sockstat_TCP_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
13892 "format": "time_series",
13893 "intervalFactor": 2,
13894 "legendFormat": "TCP_inuse - Tcp sockets currently in use",
13895 "refId": "E",
13896 "step": 240
13897 },
13898 {
13899 "expr": "node_sockstat_TCP_mem{instance=~\"$node:$port\",job=~\"$job\"}",
13900 "format": "time_series",
13901 "intervalFactor": 2,
13902 "legendFormat": "TCP_mem - Used memory for tcp",
13903 "refId": "F",
13904 "step": 240
13905 },
13906 {
13907 "expr": "node_sockstat_TCP_orphan{instance=~\"$node:$port\",job=~\"$job\"}",
13908 "format": "time_series",
13909 "intervalFactor": 2,
13910 "legendFormat": "TCP_orphan - Orphan sockets",
13911 "refId": "H",
13912 "step": 240
13913 },
13914 {
13915 "expr": "node_sockstat_TCP_tw{instance=~\"$node:$port\",job=~\"$job\"}",
13916 "format": "time_series",
13917 "intervalFactor": 2,
13918 "legendFormat": "TCP_tw - Sockets wating close",
13919 "refId": "I",
13920 "step": 240
13921 }
13922 ],
13923 "thresholds": [],
13924 "timeFrom": null,
13925 "timeShift": null,
13926 "title": "Sockstat TCP",
13927 "tooltip": {
13928 "shared": true,
13929 "sort": 0,
13930 "value_type": "individual"
13931 },
13932 "type": "graph",
13933 "xaxis": {
13934 "buckets": null,
13935 "mode": "time",
13936 "name": null,
13937 "show": true,
13938 "values": []
13939 },
13940 "yaxes": [
13941 {
13942 "format": "short",
13943 "label": "Sockets",
13944 "logBase": 1,
13945 "max": null,
13946 "min": "0",
13947 "show": true
13948 },
13949 {
13950 "format": "short",
13951 "label": null,
13952 "logBase": 1,
13953 "max": null,
13954 "min": null,
13955 "show": false
13956 }
13957 ]
13958 },
13959 {
13960 "aliasColors": {},
13961 "bars": false,
13962 "dashLength": 10,
13963 "dashes": false,
13964 "datasource": "Prometheus",
13965 "fill": 2,
13966 "gridPos": {
13967 "h": 10,
13968 "w": 12,
13969 "x": 12,
13970 "y": 500
13971 },
13972 "id": 124,
13973 "legend": {
13974 "alignAsTable": true,
13975 "avg": true,
13976 "current": true,
13977 "hideEmpty": false,
13978 "hideZero": false,
13979 "max": true,
13980 "min": true,
13981 "rightSide": false,
13982 "show": true,
13983 "sideWidth": 300,
13984 "total": false,
13985 "values": true
13986 },
13987 "lines": true,
13988 "linewidth": 1,
13989 "links": [],
13990 "nullPointMode": "null",
13991 "percentage": false,
13992 "pointradius": 5,
13993 "points": false,
13994 "renderer": "flot",
13995 "seriesOverrides": [],
13996 "spaceLength": 10,
13997 "stack": false,
13998 "steppedLine": false,
13999 "targets": [
14000 {
14001 "expr": "node_sockstat_UDPLITE_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14002 "format": "time_series",
14003 "intervalFactor": 2,
14004 "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use",
14005 "refId": "J",
14006 "step": 240
14007 },
14008 {
14009 "expr": "node_sockstat_UDP_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14010 "format": "time_series",
14011 "intervalFactor": 2,
14012 "legendFormat": "UDP_inuse - Udp sockets currently in use",
14013 "refId": "K",
14014 "step": 240
14015 },
14016 {
14017 "expr": "node_sockstat_UDP_mem{instance=~\"$node:$port\",job=~\"$job\"}",
14018 "format": "time_series",
14019 "intervalFactor": 2,
14020 "legendFormat": "UDP_mem - Used memory for udp",
14021 "refId": "L",
14022 "step": 240
14023 }
14024 ],
14025 "thresholds": [],
14026 "timeFrom": null,
14027 "timeShift": null,
14028 "title": "Sockstat UDP",
14029 "tooltip": {
14030 "shared": true,
14031 "sort": 0,
14032 "value_type": "individual"
14033 },
14034 "type": "graph",
14035 "xaxis": {
14036 "buckets": null,
14037 "mode": "time",
14038 "name": null,
14039 "show": true,
14040 "values": []
14041 },
14042 "yaxes": [
14043 {
14044 "format": "short",
14045 "label": "Sockets",
14046 "logBase": 1,
14047 "max": null,
14048 "min": "0",
14049 "show": true
14050 },
14051 {
14052 "format": "short",
14053 "label": null,
14054 "logBase": 1,
14055 "max": null,
14056 "min": null,
14057 "show": false
14058 }
14059 ]
14060 },
14061 {
14062 "aliasColors": {},
14063 "bars": false,
14064 "dashLength": 10,
14065 "dashes": false,
14066 "datasource": "Prometheus",
14067 "fill": 2,
14068 "gridPos": {
14069 "h": 10,
14070 "w": 12,
14071 "x": 0,
14072 "y": 510
14073 },
14074 "id": 126,
14075 "legend": {
14076 "alignAsTable": true,
14077 "avg": true,
14078 "current": true,
14079 "hideEmpty": false,
14080 "hideZero": false,
14081 "max": true,
14082 "min": true,
14083 "rightSide": false,
14084 "show": true,
14085 "sideWidth": 300,
14086 "total": false,
14087 "values": true
14088 },
14089 "lines": true,
14090 "linewidth": 1,
14091 "links": [],
14092 "nullPointMode": "null",
14093 "percentage": false,
14094 "pointradius": 5,
14095 "points": false,
14096 "renderer": "flot",
14097 "seriesOverrides": [],
14098 "spaceLength": 10,
14099 "stack": false,
14100 "steppedLine": false,
14101 "targets": [
14102 {
14103 "expr": "node_sockstat_sockets_used{instance=~\"$node:$port\",job=~\"$job\"}",
14104 "format": "time_series",
14105 "intervalFactor": 2,
14106 "legendFormat": "Sockets_used - Sockets currently in use",
14107 "refId": "N",
14108 "step": 240
14109 }
14110 ],
14111 "thresholds": [],
14112 "timeFrom": null,
14113 "timeShift": null,
14114 "title": "Sockstat Used",
14115 "tooltip": {
14116 "shared": true,
14117 "sort": 0,
14118 "value_type": "individual"
14119 },
14120 "type": "graph",
14121 "xaxis": {
14122 "buckets": null,
14123 "mode": "time",
14124 "name": null,
14125 "show": true,
14126 "values": []
14127 },
14128 "yaxes": [
14129 {
14130 "format": "short",
14131 "label": "Sockets",
14132 "logBase": 1,
14133 "max": null,
14134 "min": "0",
14135 "show": true
14136 },
14137 {
14138 "format": "short",
14139 "label": null,
14140 "logBase": 1,
14141 "max": null,
14142 "min": null,
14143 "show": false
14144 }
14145 ]
14146 },
14147 {
14148 "aliasColors": {},
14149 "bars": false,
14150 "dashLength": 10,
14151 "dashes": false,
14152 "datasource": "Prometheus",
14153 "fill": 2,
14154 "gridPos": {
14155 "h": 10,
14156 "w": 12,
14157 "x": 12,
14158 "y": 510
14159 },
14160 "id": 220,
14161 "legend": {
14162 "alignAsTable": true,
14163 "avg": true,
14164 "current": true,
14165 "hideEmpty": false,
14166 "hideZero": false,
14167 "max": true,
14168 "min": true,
14169 "rightSide": false,
14170 "show": true,
14171 "sideWidth": 300,
14172 "total": false,
14173 "values": true
14174 },
14175 "lines": true,
14176 "linewidth": 1,
14177 "links": [],
14178 "nullPointMode": "null",
14179 "percentage": false,
14180 "pointradius": 5,
14181 "points": false,
14182 "renderer": "flot",
14183 "seriesOverrides": [],
14184 "spaceLength": 10,
14185 "stack": false,
14186 "steppedLine": false,
14187 "targets": [
14188 {
14189 "expr": "node_sockstat_TCP_mem_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
14190 "format": "time_series",
14191 "intervalFactor": 2,
14192 "legendFormat": "TCP_mem_bytes - ",
14193 "refId": "G",
14194 "step": 240
14195 },
14196 {
14197 "expr": "node_sockstat_UDP_mem_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
14198 "format": "time_series",
14199 "intervalFactor": 2,
14200 "legendFormat": "UDP_mem_bytes - ",
14201 "refId": "A",
14202 "step": 240
14203 }
14204 ],
14205 "thresholds": [],
14206 "timeFrom": null,
14207 "timeShift": null,
14208 "title": "Sockstat Memory Size",
14209 "tooltip": {
14210 "shared": true,
14211 "sort": 0,
14212 "value_type": "individual"
14213 },
14214 "type": "graph",
14215 "xaxis": {
14216 "buckets": null,
14217 "mode": "time",
14218 "name": null,
14219 "show": true,
14220 "values": []
14221 },
14222 "yaxes": [
14223 {
14224 "format": "bytes",
14225 "label": "Bytes",
14226 "logBase": 1,
14227 "max": null,
14228 "min": "0",
14229 "show": true
14230 },
14231 {
14232 "format": "short",
14233 "label": null,
14234 "logBase": 1,
14235 "max": null,
14236 "min": null,
14237 "show": false
14238 }
14239 ]
14240 },
14241 {
14242 "aliasColors": {},
14243 "bars": false,
14244 "dashLength": 10,
14245 "dashes": false,
14246 "datasource": "Prometheus",
14247 "fill": 2,
14248 "gridPos": {
14249 "h": 10,
14250 "w": 12,
14251 "x": 0,
14252 "y": 520
14253 },
14254 "id": 125,
14255 "legend": {
14256 "alignAsTable": true,
14257 "avg": true,
14258 "current": true,
14259 "hideEmpty": false,
14260 "hideZero": false,
14261 "max": true,
14262 "min": true,
14263 "rightSide": false,
14264 "show": true,
14265 "sideWidth": 300,
14266 "total": false,
14267 "values": true
14268 },
14269 "lines": true,
14270 "linewidth": 1,
14271 "links": [],
14272 "nullPointMode": "null",
14273 "percentage": false,
14274 "pointradius": 5,
14275 "points": false,
14276 "renderer": "flot",
14277 "seriesOverrides": [],
14278 "spaceLength": 10,
14279 "stack": false,
14280 "steppedLine": false,
14281 "targets": [
14282 {
14283 "expr": "node_sockstat_FRAG_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14284 "format": "time_series",
14285 "intervalFactor": 2,
14286 "legendFormat": "FRAG_inuse - Frag sockets currently in use",
14287 "refId": "A",
14288 "step": 240
14289 },
14290 {
14291 "expr": "node_sockstat_FRAG_memory{instance=~\"$node:$port\",job=~\"$job\"}",
14292 "format": "time_series",
14293 "intervalFactor": 2,
14294 "legendFormat": "FRAG_memory - Used memory for frag",
14295 "refId": "B",
14296 "step": 240
14297 },
14298 {
14299 "expr": "node_sockstat_RAW_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14300 "format": "time_series",
14301 "intervalFactor": 2,
14302 "legendFormat": "RAW_inuse - Raw sockets currently in use",
14303 "refId": "C",
14304 "step": 240
14305 }
14306 ],
14307 "thresholds": [],
14308 "timeFrom": null,
14309 "timeShift": null,
14310 "title": "Sockstat FRAG / RAW",
14311 "tooltip": {
14312 "shared": true,
14313 "sort": 0,
14314 "value_type": "individual"
14315 },
14316 "type": "graph",
14317 "xaxis": {
14318 "buckets": null,
14319 "mode": "time",
14320 "name": null,
14321 "show": true,
14322 "values": []
14323 },
14324 "yaxes": [
14325 {
14326 "format": "short",
14327 "label": "Sockets",
14328 "logBase": 1,
14329 "max": null,
14330 "min": "0",
14331 "show": true
14332 },
14333 {
14334 "format": "short",
14335 "label": null,
14336 "logBase": 1,
14337 "max": null,
14338 "min": null,
14339 "show": false
14340 }
14341 ]
14342 }
14343 ],
14344 "repeat": null,
14345 "title": "Network Sockstat",
14346 "type": "row"
14347 },
14348 {
14349 "collapsed": true,
14350 "gridPos": {
14351 "h": 1,
14352 "w": 24,
14353 "x": 0,
14354 "y": 34
14355 },
14356 "id": 274,
14357 "panels": [
14358 {
14359 "aliasColors": {},
14360 "bars": false,
14361 "dashLength": 10,
14362 "dashes": false,
14363 "datasource": "Prometheus",
14364 "fill": 2,
14365 "gridPos": {
14366 "h": 10,
14367 "w": 12,
14368 "x": 0,
14369 "y": 521
14370 },
14371 "height": "",
14372 "id": 49,
14373 "legend": {
14374 "alignAsTable": true,
14375 "avg": true,
14376 "current": true,
14377 "hideEmpty": false,
14378 "hideZero": false,
14379 "max": true,
14380 "min": true,
14381 "rightSide": false,
14382 "show": true,
14383 "sideWidth": 300,
14384 "sort": "current",
14385 "sortDesc": true,
14386 "total": false,
14387 "values": true
14388 },
14389 "lines": true,
14390 "linewidth": 1,
14391 "links": [],
14392 "minSpan": null,
14393 "nullPointMode": "null",
14394 "percentage": false,
14395 "pointradius": 5,
14396 "points": false,
14397 "renderer": "flot",
14398 "seriesOverrides": [
14399 {
14400 "alias": "/.*Out.*/",
14401 "transform": "negative-Y"
14402 },
14403 {
14404 "alias": "/.*Discards.*/",
14405 "color": "#7EB26D"
14406 },
14407 {
14408 "alias": "/.*NoRoutes.*/",
14409 "color": "#EAB839"
14410 }
14411 ],
14412 "spaceLength": 10,
14413 "stack": false,
14414 "steppedLine": false,
14415 "targets": [
14416 {
14417 "expr": "irate(node_netstat_Ip_InReceives{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14418 "format": "time_series",
14419 "hide": false,
14420 "intervalFactor": 2,
14421 "legendFormat": "InReceives - IP inreceives",
14422 "refId": "A",
14423 "step": 4
14424 },
14425 {
14426 "expr": "irate(node_netstat_Ip_DefaultTTL{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14427 "format": "time_series",
14428 "hide": true,
14429 "intervalFactor": 2,
14430 "legendFormat": "DefaultTTL - Default TTL",
14431 "refId": "B",
14432 "step": 10
14433 },
14434 {
14435 "expr": "irate(node_netstat_Ip_InDelivers{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14436 "format": "time_series",
14437 "intervalFactor": 2,
14438 "legendFormat": "InDelivers - IP indelivers",
14439 "refId": "I",
14440 "step": 4
14441 },
14442 {
14443 "expr": "irate(node_netstat_Ip_OutRequests{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14444 "format": "time_series",
14445 "hide": false,
14446 "intervalFactor": 2,
14447 "legendFormat": "OutRequests - IP outrequests",
14448 "refId": "P",
14449 "step": 4
14450 }
14451 ],
14452 "thresholds": [],
14453 "timeFrom": null,
14454 "timeShift": null,
14455 "title": "Netstat IP In / Out",
14456 "tooltip": {
14457 "shared": true,
14458 "sort": 0,
14459 "value_type": "individual"
14460 },
14461 "type": "graph",
14462 "xaxis": {
14463 "buckets": null,
14464 "mode": "time",
14465 "name": null,
14466 "show": true,
14467 "values": []
14468 },
14469 "yaxes": [
14470 {
14471 "format": "short",
14472 "label": "Datagrams out (-) / in (+)",
14473 "logBase": 1,
14474 "max": null,
14475 "min": null,
14476 "show": true
14477 },
14478 {
14479 "format": "short",
14480 "label": null,
14481 "logBase": 1,
14482 "max": null,
14483 "min": null,
14484 "show": false
14485 }
14486 ]
14487 },
14488 {
14489 "aliasColors": {},
14490 "bars": false,
14491 "dashLength": 10,
14492 "dashes": false,
14493 "datasource": "Prometheus",
14494 "fill": 2,
14495 "gridPos": {
14496 "h": 10,
14497 "w": 12,
14498 "x": 12,
14499 "y": 521
14500 },
14501 "height": "",
14502 "id": 221,
14503 "legend": {
14504 "alignAsTable": true,
14505 "avg": true,
14506 "current": true,
14507 "hideEmpty": false,
14508 "hideZero": false,
14509 "max": true,
14510 "min": true,
14511 "rightSide": false,
14512 "show": true,
14513 "sideWidth": 300,
14514 "sort": "current",
14515 "sortDesc": true,
14516 "total": false,
14517 "values": true
14518 },
14519 "lines": true,
14520 "linewidth": 1,
14521 "links": [],
14522 "minSpan": 2,
14523 "nullPointMode": "null",
14524 "percentage": false,
14525 "pointradius": 5,
14526 "points": false,
14527 "renderer": "flot",
14528 "seriesOverrides": [
14529 {
14530 "alias": "/.*Out.*/",
14531 "transform": "negative-Y"
14532 },
14533 {
14534 "alias": "/.*Octets.*/",
14535 "color": "#7EB26D"
14536 },
14537 {
14538 "alias": "/.*McastPkts.*/",
14539 "color": "#EAB839"
14540 },
14541 {
14542 "alias": "/.*McastOctets.*/",
14543 "color": "#6ED0E0"
14544 },
14545 {
14546 "alias": "/.*BcastPkts.*/",
14547 "color": "#EF843C"
14548 },
14549 {
14550 "alias": "/.*BcastOctets.*/",
14551 "color": "#E24D42"
14552 }
14553 ],
14554 "spaceLength": 10,
14555 "stack": false,
14556 "steppedLine": false,
14557 "targets": [
14558 {
14559 "expr": "irate(node_netstat_IpExt_InOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14560 "format": "time_series",
14561 "intervalFactor": 2,
14562 "legendFormat": "InOctets - Received octets",
14563 "refId": "K",
14564 "step": 4
14565 },
14566 {
14567 "expr": "irate(node_netstat_IpExt_OutOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14568 "format": "time_series",
14569 "intervalFactor": 2,
14570 "legendFormat": "OutOctets - Sent octets",
14571 "refId": "Q",
14572 "step": 4
14573 }
14574 ],
14575 "thresholds": [],
14576 "timeFrom": null,
14577 "timeShift": null,
14578 "title": "Netstat IP In / Out Octets",
14579 "tooltip": {
14580 "shared": true,
14581 "sort": 0,
14582 "value_type": "individual"
14583 },
14584 "type": "graph",
14585 "xaxis": {
14586 "buckets": null,
14587 "mode": "time",
14588 "name": null,
14589 "show": true,
14590 "values": []
14591 },
14592 "yaxes": [
14593 {
14594 "format": "short",
14595 "label": "Octects out (-) / in (+)",
14596 "logBase": 1,
14597 "max": null,
14598 "min": null,
14599 "show": true
14600 },
14601 {
14602 "format": "short",
14603 "label": null,
14604 "logBase": 1,
14605 "max": null,
14606 "min": null,
14607 "show": false
14608 }
14609 ]
14610 },
14611 {
14612 "aliasColors": {},
14613 "bars": false,
14614 "dashLength": 10,
14615 "dashes": false,
14616 "datasource": "Prometheus",
14617 "fill": 2,
14618 "gridPos": {
14619 "h": 10,
14620 "w": 12,
14621 "x": 0,
14622 "y": 531
14623 },
14624 "height": "",
14625 "id": 119,
14626 "legend": {
14627 "alignAsTable": true,
14628 "avg": true,
14629 "current": true,
14630 "hideEmpty": false,
14631 "hideZero": false,
14632 "max": true,
14633 "min": true,
14634 "rightSide": false,
14635 "show": true,
14636 "sideWidth": 300,
14637 "sort": "current",
14638 "sortDesc": true,
14639 "total": false,
14640 "values": true
14641 },
14642 "lines": true,
14643 "linewidth": 1,
14644 "links": [],
14645 "minSpan": 2,
14646 "nullPointMode": "null",
14647 "percentage": false,
14648 "pointradius": 5,
14649 "points": false,
14650 "renderer": "flot",
14651 "seriesOverrides": [
14652 {
14653 "alias": "/.*Out.*/",
14654 "transform": "negative-Y"
14655 },
14656 {
14657 "alias": "/.*Octets.*/",
14658 "color": "#7EB26D"
14659 },
14660 {
14661 "alias": "/.*McastPkts.*/",
14662 "color": "#EAB839"
14663 },
14664 {
14665 "alias": "/.*McastOctets.*/",
14666 "color": "#6ED0E0"
14667 },
14668 {
14669 "alias": "/.*BcastPkts.*/",
14670 "color": "#EF843C"
14671 },
14672 {
14673 "alias": "/.*BcastOctets.*/",
14674 "color": "#E24D42"
14675 }
14676 ],
14677 "spaceLength": 10,
14678 "stack": false,
14679 "steppedLine": false,
14680 "targets": [
14681 {
14682 "expr": "irate(node_netstat_IpExt_InBcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14683 "format": "time_series",
14684 "intervalFactor": 2,
14685 "legendFormat": "InBcastPkts - Received IP broadcast datagrams",
14686 "refId": "B",
14687 "step": 4
14688 },
14689 {
14690 "expr": "irate(node_netstat_IpExt_OutBcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14691 "format": "time_series",
14692 "intervalFactor": 2,
14693 "legendFormat": "OutBcastPkts - Sent IP broadcast datagrams",
14694 "refId": "N",
14695 "step": 4
14696 }
14697 ],
14698 "thresholds": [],
14699 "timeFrom": null,
14700 "timeShift": null,
14701 "title": "Netstat IP Bcast",
14702 "tooltip": {
14703 "shared": true,
14704 "sort": 0,
14705 "value_type": "individual"
14706 },
14707 "type": "graph",
14708 "xaxis": {
14709 "buckets": null,
14710 "mode": "time",
14711 "name": null,
14712 "show": true,
14713 "values": []
14714 },
14715 "yaxes": [
14716 {
14717 "format": "short",
14718 "label": "Datagrams out (-) / in (+)",
14719 "logBase": 1,
14720 "max": null,
14721 "min": null,
14722 "show": true
14723 },
14724 {
14725 "format": "short",
14726 "label": null,
14727 "logBase": 1,
14728 "max": null,
14729 "min": null,
14730 "show": false
14731 }
14732 ]
14733 },
14734 {
14735 "aliasColors": {},
14736 "bars": false,
14737 "dashLength": 10,
14738 "dashes": false,
14739 "datasource": "Prometheus",
14740 "fill": 2,
14741 "gridPos": {
14742 "h": 10,
14743 "w": 12,
14744 "x": 12,
14745 "y": 531
14746 },
14747 "height": "",
14748 "id": 222,
14749 "legend": {
14750 "alignAsTable": true,
14751 "avg": true,
14752 "current": true,
14753 "hideEmpty": false,
14754 "hideZero": false,
14755 "max": true,
14756 "min": true,
14757 "rightSide": false,
14758 "show": true,
14759 "sideWidth": 300,
14760 "sort": "current",
14761 "sortDesc": true,
14762 "total": false,
14763 "values": true
14764 },
14765 "lines": true,
14766 "linewidth": 1,
14767 "links": [],
14768 "minSpan": 2,
14769 "nullPointMode": "null",
14770 "percentage": false,
14771 "pointradius": 5,
14772 "points": false,
14773 "renderer": "flot",
14774 "seriesOverrides": [
14775 {
14776 "alias": "/.*Out.*/",
14777 "transform": "negative-Y"
14778 },
14779 {
14780 "alias": "/.*Octets.*/",
14781 "color": "#7EB26D"
14782 },
14783 {
14784 "alias": "/.*McastPkts.*/",
14785 "color": "#EAB839"
14786 },
14787 {
14788 "alias": "/.*McastOctets.*/",
14789 "color": "#6ED0E0"
14790 },
14791 {
14792 "alias": "/.*BcastPkts.*/",
14793 "color": "#EF843C"
14794 },
14795 {
14796 "alias": "/.*BcastOctets.*/",
14797 "color": "#E24D42"
14798 }
14799 ],
14800 "spaceLength": 10,
14801 "stack": false,
14802 "steppedLine": false,
14803 "targets": [
14804 {
14805 "expr": "irate(node_netstat_IpExt_InBcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14806 "format": "time_series",
14807 "intervalFactor": 2,
14808 "legendFormat": "InBcastOctets - Received IP broadcast octets",
14809 "refId": "A",
14810 "step": 4
14811 },
14812 {
14813 "expr": "irate(node_netstat_IpExt_OutBcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14814 "format": "time_series",
14815 "intervalFactor": 2,
14816 "legendFormat": "OutBcastOctets - Sent IP broadcast octects",
14817 "refId": "M",
14818 "step": 4
14819 }
14820 ],
14821 "thresholds": [],
14822 "timeFrom": null,
14823 "timeShift": null,
14824 "title": "Netstat IP Bcast Octets",
14825 "tooltip": {
14826 "shared": true,
14827 "sort": 0,
14828 "value_type": "individual"
14829 },
14830 "type": "graph",
14831 "xaxis": {
14832 "buckets": null,
14833 "mode": "time",
14834 "name": null,
14835 "show": true,
14836 "values": []
14837 },
14838 "yaxes": [
14839 {
14840 "format": "short",
14841 "label": "Octets out (-) / in (+)",
14842 "logBase": 1,
14843 "max": null,
14844 "min": null,
14845 "show": true
14846 },
14847 {
14848 "format": "short",
14849 "label": null,
14850 "logBase": 1,
14851 "max": null,
14852 "min": null,
14853 "show": false
14854 }
14855 ]
14856 },
14857 {
14858 "aliasColors": {},
14859 "bars": false,
14860 "dashLength": 10,
14861 "dashes": false,
14862 "datasource": "Prometheus",
14863 "fill": 2,
14864 "gridPos": {
14865 "h": 10,
14866 "w": 12,
14867 "x": 0,
14868 "y": 541
14869 },
14870 "height": "",
14871 "id": 120,
14872 "legend": {
14873 "alignAsTable": true,
14874 "avg": true,
14875 "current": true,
14876 "hideEmpty": false,
14877 "hideZero": false,
14878 "max": true,
14879 "min": true,
14880 "rightSide": false,
14881 "show": true,
14882 "sideWidth": 300,
14883 "sort": "current",
14884 "sortDesc": true,
14885 "total": false,
14886 "values": true
14887 },
14888 "lines": true,
14889 "linewidth": 1,
14890 "links": [],
14891 "minSpan": 2,
14892 "nullPointMode": "null",
14893 "percentage": false,
14894 "pointradius": 5,
14895 "points": false,
14896 "renderer": "flot",
14897 "seriesOverrides": [
14898 {
14899 "alias": "/.*Out.*/",
14900 "transform": "negative-Y"
14901 },
14902 {
14903 "alias": "/.*Octets.*/",
14904 "color": "#7EB26D"
14905 },
14906 {
14907 "alias": "/.*McastPkts.*/",
14908 "color": "#EAB839"
14909 },
14910 {
14911 "alias": "/.*McastOctets.*/",
14912 "color": "#6ED0E0"
14913 },
14914 {
14915 "alias": "/.*BcastPkts.*/",
14916 "color": "#EF843C"
14917 },
14918 {
14919 "alias": "/.*BcastOctets.*/",
14920 "color": "#E24D42"
14921 }
14922 ],
14923 "spaceLength": 10,
14924 "stack": false,
14925 "steppedLine": false,
14926 "targets": [
14927 {
14928 "expr": "irate(node_netstat_IpExt_InMcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14929 "format": "time_series",
14930 "hide": false,
14931 "intervalFactor": 2,
14932 "legendFormat": "InMcastPkts - Received IP multicast datagrams",
14933 "refId": "H",
14934 "step": 4
14935 },
14936 {
14937 "expr": "irate(node_netstat_IpExt_OutMcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14938 "format": "time_series",
14939 "hide": false,
14940 "intervalFactor": 2,
14941 "legendFormat": "OutMcastPkts - Sent IP multicast datagrams",
14942 "refId": "P",
14943 "step": 4
14944 }
14945 ],
14946 "thresholds": [],
14947 "timeFrom": null,
14948 "timeShift": null,
14949 "title": "Netstat IP Mcast",
14950 "tooltip": {
14951 "shared": true,
14952 "sort": 0,
14953 "value_type": "individual"
14954 },
14955 "type": "graph",
14956 "xaxis": {
14957 "buckets": null,
14958 "mode": "time",
14959 "name": null,
14960 "show": true,
14961 "values": []
14962 },
14963 "yaxes": [
14964 {
14965 "format": "short",
14966 "label": "Datagrams out (-) / in (+)",
14967 "logBase": 1,
14968 "max": null,
14969 "min": null,
14970 "show": true
14971 },
14972 {
14973 "format": "short",
14974 "label": null,
14975 "logBase": 1,
14976 "max": null,
14977 "min": null,
14978 "show": false
14979 }
14980 ]
14981 },
14982 {
14983 "aliasColors": {},
14984 "bars": false,
14985 "dashLength": 10,
14986 "dashes": false,
14987 "datasource": "Prometheus",
14988 "fill": 2,
14989 "gridPos": {
14990 "h": 10,
14991 "w": 12,
14992 "x": 12,
14993 "y": 541
14994 },
14995 "height": "",
14996 "id": 223,
14997 "legend": {
14998 "alignAsTable": true,
14999 "avg": true,
15000 "current": true,
15001 "hideEmpty": false,
15002 "hideZero": false,
15003 "max": true,
15004 "min": true,
15005 "rightSide": false,
15006 "show": true,
15007 "sideWidth": 300,
15008 "sort": "current",
15009 "sortDesc": true,
15010 "total": false,
15011 "values": true
15012 },
15013 "lines": true,
15014 "linewidth": 1,
15015 "links": [],
15016 "minSpan": 2,
15017 "nullPointMode": "null",
15018 "percentage": false,
15019 "pointradius": 5,
15020 "points": false,
15021 "renderer": "flot",
15022 "seriesOverrides": [
15023 {
15024 "alias": "/.*Out.*/",
15025 "transform": "negative-Y"
15026 },
15027 {
15028 "alias": "/.*Octets.*/",
15029 "color": "#7EB26D"
15030 },
15031 {
15032 "alias": "/.*McastPkts.*/",
15033 "color": "#EAB839"
15034 },
15035 {
15036 "alias": "/.*McastOctets.*/",
15037 "color": "#6ED0E0"
15038 },
15039 {
15040 "alias": "/.*BcastPkts.*/",
15041 "color": "#EF843C"
15042 },
15043 {
15044 "alias": "/.*BcastOctets.*/",
15045 "color": "#E24D42"
15046 }
15047 ],
15048 "spaceLength": 10,
15049 "stack": false,
15050 "steppedLine": false,
15051 "targets": [
15052 {
15053 "expr": "irate(node_netstat_IpExt_InMcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15054 "format": "time_series",
15055 "hide": false,
15056 "intervalFactor": 2,
15057 "legendFormat": "InMcastOctets - Received IP multicast octets",
15058 "refId": "G",
15059 "step": 4
15060 },
15061 {
15062 "expr": "irate(node_netstat_IpExt_OutMcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15063 "format": "time_series",
15064 "hide": false,
15065 "intervalFactor": 2,
15066 "legendFormat": "OutMcastOctets - Sent IP multicast octets",
15067 "refId": "O",
15068 "step": 4
15069 }
15070 ],
15071 "thresholds": [],
15072 "timeFrom": null,
15073 "timeShift": null,
15074 "title": "Netstat IP Mcast Octets",
15075 "tooltip": {
15076 "shared": true,
15077 "sort": 0,
15078 "value_type": "individual"
15079 },
15080 "type": "graph",
15081 "xaxis": {
15082 "buckets": null,
15083 "mode": "time",
15084 "name": null,
15085 "show": true,
15086 "values": []
15087 },
15088 "yaxes": [
15089 {
15090 "format": "short",
15091 "label": "Octets out (-) / in (+)",
15092 "logBase": 1,
15093 "max": null,
15094 "min": null,
15095 "show": true
15096 },
15097 {
15098 "format": "short",
15099 "label": null,
15100 "logBase": 1,
15101 "max": null,
15102 "min": null,
15103 "show": false
15104 }
15105 ]
15106 },
15107 {
15108 "aliasColors": {},
15109 "bars": false,
15110 "dashLength": 10,
15111 "dashes": false,
15112 "datasource": "Prometheus",
15113 "fill": 2,
15114 "gridPos": {
15115 "h": 10,
15116 "w": 12,
15117 "x": 0,
15118 "y": 551
15119 },
15120 "height": "",
15121 "id": 81,
15122 "legend": {
15123 "alignAsTable": true,
15124 "avg": true,
15125 "current": true,
15126 "hideEmpty": false,
15127 "hideZero": false,
15128 "max": true,
15129 "min": true,
15130 "rightSide": false,
15131 "show": true,
15132 "sideWidth": 300,
15133 "sort": "current",
15134 "sortDesc": true,
15135 "total": false,
15136 "values": true
15137 },
15138 "lines": true,
15139 "linewidth": 1,
15140 "links": [],
15141 "minSpan": null,
15142 "nullPointMode": "null",
15143 "percentage": false,
15144 "pointradius": 5,
15145 "points": false,
15146 "renderer": "flot",
15147 "seriesOverrides": [],
15148 "spaceLength": 10,
15149 "stack": false,
15150 "steppedLine": false,
15151 "targets": [
15152 {
15153 "expr": "irate(node_netstat_Ip_ForwDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15154 "format": "time_series",
15155 "intervalFactor": 2,
15156 "legendFormat": "ForwDatagrams - IP outforwdatagrams",
15157 "refId": "C",
15158 "step": 4
15159 },
15160 {
15161 "expr": "irate(node_netstat_Ip_Forwarding{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15162 "format": "time_series",
15163 "intervalFactor": 2,
15164 "legendFormat": "Forwarding - IP forwarding",
15165 "refId": "D",
15166 "step": 4
15167 }
15168 ],
15169 "thresholds": [],
15170 "timeFrom": null,
15171 "timeShift": null,
15172 "title": "Netstat IP Forwarding",
15173 "tooltip": {
15174 "shared": true,
15175 "sort": 0,
15176 "value_type": "individual"
15177 },
15178 "type": "graph",
15179 "xaxis": {
15180 "buckets": null,
15181 "mode": "time",
15182 "name": null,
15183 "show": true,
15184 "values": []
15185 },
15186 "yaxes": [
15187 {
15188 "format": "short",
15189 "label": "Datagrams",
15190 "logBase": 1,
15191 "max": null,
15192 "min": "0",
15193 "show": true
15194 },
15195 {
15196 "format": "short",
15197 "label": null,
15198 "logBase": 1,
15199 "max": null,
15200 "min": null,
15201 "show": false
15202 }
15203 ]
15204 },
15205 {
15206 "aliasColors": {},
15207 "bars": false,
15208 "dashLength": 10,
15209 "dashes": false,
15210 "datasource": "Prometheus",
15211 "fill": 2,
15212 "gridPos": {
15213 "h": 10,
15214 "w": 12,
15215 "x": 12,
15216 "y": 551
15217 },
15218 "height": "",
15219 "id": 122,
15220 "legend": {
15221 "alignAsTable": true,
15222 "avg": true,
15223 "current": true,
15224 "hideEmpty": false,
15225 "hideZero": false,
15226 "max": true,
15227 "min": true,
15228 "rightSide": false,
15229 "show": true,
15230 "sideWidth": 300,
15231 "sort": "current",
15232 "sortDesc": true,
15233 "total": false,
15234 "values": true
15235 },
15236 "lines": true,
15237 "linewidth": 1,
15238 "links": [],
15239 "minSpan": null,
15240 "nullPointMode": "null",
15241 "percentage": false,
15242 "pointradius": 5,
15243 "points": false,
15244 "renderer": "flot",
15245 "seriesOverrides": [],
15246 "spaceLength": 10,
15247 "stack": false,
15248 "steppedLine": false,
15249 "targets": [
15250 {
15251 "expr": "irate(node_netstat_Ip_FragCreates{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15252 "format": "time_series",
15253 "intervalFactor": 2,
15254 "legendFormat": "FragCreates - IP fragmentation creations",
15255 "refId": "E",
15256 "step": 4
15257 },
15258 {
15259 "expr": "irate(node_netstat_Ip_FragFails{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15260 "format": "time_series",
15261 "intervalFactor": 2,
15262 "legendFormat": "FragFails - IP fragmentation failures",
15263 "refId": "F",
15264 "step": 4
15265 },
15266 {
15267 "expr": "irate(node_netstat_Ip_FragOKs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15268 "format": "time_series",
15269 "intervalFactor": 2,
15270 "legendFormat": "FragOKs - IP fragmentation oks",
15271 "refId": "G",
15272 "step": 4
15273 }
15274 ],
15275 "thresholds": [],
15276 "timeFrom": null,
15277 "timeShift": null,
15278 "title": "Netstat IP Fragmented",
15279 "tooltip": {
15280 "shared": true,
15281 "sort": 0,
15282 "value_type": "individual"
15283 },
15284 "type": "graph",
15285 "xaxis": {
15286 "buckets": null,
15287 "mode": "time",
15288 "name": null,
15289 "show": true,
15290 "values": []
15291 },
15292 "yaxes": [
15293 {
15294 "format": "short",
15295 "label": "Datagrams",
15296 "logBase": 1,
15297 "max": null,
15298 "min": "0",
15299 "show": true
15300 },
15301 {
15302 "format": "short",
15303 "label": null,
15304 "logBase": 1,
15305 "max": null,
15306 "min": null,
15307 "show": false
15308 }
15309 ]
15310 },
15311 {
15312 "aliasColors": {},
15313 "bars": false,
15314 "dashLength": 10,
15315 "dashes": false,
15316 "datasource": "Prometheus",
15317 "fill": 2,
15318 "gridPos": {
15319 "h": 10,
15320 "w": 12,
15321 "x": 0,
15322 "y": 561
15323 },
15324 "height": "",
15325 "id": 51,
15326 "legend": {
15327 "alignAsTable": true,
15328 "avg": true,
15329 "current": true,
15330 "hideEmpty": false,
15331 "hideZero": false,
15332 "max": true,
15333 "min": true,
15334 "rightSide": false,
15335 "show": true,
15336 "sideWidth": 300,
15337 "sort": "current",
15338 "sortDesc": true,
15339 "total": false,
15340 "values": true
15341 },
15342 "lines": true,
15343 "linewidth": 1,
15344 "links": [],
15345 "minSpan": 2,
15346 "nullPointMode": "null",
15347 "percentage": false,
15348 "pointradius": 5,
15349 "points": false,
15350 "renderer": "flot",
15351 "seriesOverrides": [],
15352 "spaceLength": 10,
15353 "stack": false,
15354 "steppedLine": false,
15355 "targets": [
15356 {
15357 "expr": "irate(node_netstat_IpExt_InCEPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15358 "format": "time_series",
15359 "intervalFactor": 2,
15360 "legendFormat": "InCEPkts - Congestion Experimented datagrams in",
15361 "refId": "C",
15362 "step": 4
15363 },
15364 {
15365 "expr": "irate(node_netstat_IpExt_InECT0Pkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15366 "format": "time_series",
15367 "intervalFactor": 2,
15368 "legendFormat": "InECT0Pkts - Datagrams received with ECT(0)",
15369 "refId": "E",
15370 "step": 4
15371 },
15372 {
15373 "expr": "irate(node_netstat_IpExt_InECT1Pkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15374 "format": "time_series",
15375 "intervalFactor": 2,
15376 "legendFormat": "InECT1Pkt - Datarams received with ECT(1)",
15377 "refId": "F",
15378 "step": 4
15379 },
15380 {
15381 "expr": "irate(node_netstat_IpExt_InNoECTPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15382 "format": "time_series",
15383 "intervalFactor": 2,
15384 "legendFormat": "InNoECTPkts - Datagrams received with NOECT",
15385 "refId": "A",
15386 "step": 4
15387 }
15388 ],
15389 "thresholds": [],
15390 "timeFrom": null,
15391 "timeShift": null,
15392 "title": "Netstat IP ECT / CEP",
15393 "tooltip": {
15394 "shared": true,
15395 "sort": 0,
15396 "value_type": "individual"
15397 },
15398 "type": "graph",
15399 "xaxis": {
15400 "buckets": null,
15401 "mode": "time",
15402 "name": null,
15403 "show": true,
15404 "values": []
15405 },
15406 "yaxes": [
15407 {
15408 "format": "short",
15409 "label": "Datagrams",
15410 "logBase": 1,
15411 "max": null,
15412 "min": null,
15413 "show": true
15414 },
15415 {
15416 "format": "short",
15417 "label": null,
15418 "logBase": 1,
15419 "max": null,
15420 "min": null,
15421 "show": false
15422 }
15423 ]
15424 },
15425 {
15426 "aliasColors": {},
15427 "bars": false,
15428 "dashLength": 10,
15429 "dashes": false,
15430 "datasource": "Prometheus",
15431 "fill": 2,
15432 "gridPos": {
15433 "h": 10,
15434 "w": 12,
15435 "x": 12,
15436 "y": 561
15437 },
15438 "height": "",
15439 "id": 123,
15440 "legend": {
15441 "alignAsTable": true,
15442 "avg": true,
15443 "current": true,
15444 "hideEmpty": false,
15445 "hideZero": false,
15446 "max": true,
15447 "min": true,
15448 "rightSide": false,
15449 "show": true,
15450 "sideWidth": 300,
15451 "sort": "current",
15452 "sortDesc": true,
15453 "total": false,
15454 "values": true
15455 },
15456 "lines": true,
15457 "linewidth": 1,
15458 "links": [],
15459 "minSpan": null,
15460 "nullPointMode": "null",
15461 "percentage": false,
15462 "pointradius": 5,
15463 "points": false,
15464 "renderer": "flot",
15465 "seriesOverrides": [],
15466 "spaceLength": 10,
15467 "stack": false,
15468 "steppedLine": false,
15469 "targets": [
15470 {
15471 "expr": "irate(node_netstat_Ip_ReasmFails{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15472 "format": "time_series",
15473 "intervalFactor": 2,
15474 "legendFormat": "ReasmFails - IP reassembly failures",
15475 "refId": "Q",
15476 "step": 4
15477 },
15478 {
15479 "expr": "irate(node_netstat_Ip_ReasmOKs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15480 "format": "time_series",
15481 "intervalFactor": 2,
15482 "legendFormat": "ReasmOKs - IP reassembly oks",
15483 "refId": "R",
15484 "step": 4
15485 },
15486 {
15487 "expr": "irate(node_netstat_Ip_ReasmReqds{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15488 "format": "time_series",
15489 "intervalFactor": 2,
15490 "legendFormat": "ReasmReqds - IP reassembly requireds",
15491 "refId": "S",
15492 "step": 4
15493 },
15494 {
15495 "expr": "irate(node_netstat_Ip_ReasmTimeout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15496 "format": "time_series",
15497 "intervalFactor": 2,
15498 "legendFormat": "ReasmTimeout - IP reasmtimeout",
15499 "refId": "T",
15500 "step": 4
15501 }
15502 ],
15503 "thresholds": [],
15504 "timeFrom": null,
15505 "timeShift": null,
15506 "title": "Netstat IP Reasambled",
15507 "tooltip": {
15508 "shared": true,
15509 "sort": 0,
15510 "value_type": "individual"
15511 },
15512 "type": "graph",
15513 "xaxis": {
15514 "buckets": null,
15515 "mode": "time",
15516 "name": null,
15517 "show": true,
15518 "values": []
15519 },
15520 "yaxes": [
15521 {
15522 "format": "short",
15523 "label": "Datagrams",
15524 "logBase": 1,
15525 "max": null,
15526 "min": "0",
15527 "show": true
15528 },
15529 {
15530 "format": "short",
15531 "label": null,
15532 "logBase": 1,
15533 "max": null,
15534 "min": null,
15535 "show": false
15536 }
15537 ]
15538 },
15539 {
15540 "aliasColors": {},
15541 "bars": false,
15542 "dashLength": 10,
15543 "dashes": false,
15544 "datasource": "Prometheus",
15545 "fill": 2,
15546 "gridPos": {
15547 "h": 10,
15548 "w": 12,
15549 "x": 0,
15550 "y": 571
15551 },
15552 "height": "",
15553 "id": 118,
15554 "legend": {
15555 "alignAsTable": true,
15556 "avg": true,
15557 "current": true,
15558 "hideEmpty": false,
15559 "hideZero": false,
15560 "max": true,
15561 "min": true,
15562 "rightSide": false,
15563 "show": true,
15564 "sideWidth": 300,
15565 "sort": "current",
15566 "sortDesc": true,
15567 "total": false,
15568 "values": true
15569 },
15570 "lines": true,
15571 "linewidth": 1,
15572 "links": [],
15573 "minSpan": null,
15574 "nullPointMode": "null",
15575 "percentage": false,
15576 "pointradius": 5,
15577 "points": false,
15578 "renderer": "flot",
15579 "seriesOverrides": [
15580 {
15581 "alias": "/.*Out.*/",
15582 "transform": "negative-Y"
15583 },
15584 {
15585 "alias": "/.*Discards.*/",
15586 "color": "#7EB26D"
15587 },
15588 {
15589 "alias": "/.*NoRoutes.*/",
15590 "color": "#EAB839"
15591 }
15592 ],
15593 "spaceLength": 10,
15594 "stack": false,
15595 "steppedLine": false,
15596 "targets": [
15597 {
15598 "expr": "irate(node_netstat_Ip_InDiscards{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15599 "format": "time_series",
15600 "intervalFactor": 2,
15601 "legendFormat": "InDiscards - IP indiscards",
15602 "refId": "J",
15603 "step": 4
15604 },
15605 {
15606 "expr": "irate(node_netstat_Ip_InHdrErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15607 "format": "time_series",
15608 "intervalFactor": 2,
15609 "legendFormat": "InHdrErrors - IP inhdrerrors",
15610 "refId": "K",
15611 "step": 4
15612 },
15613 {
15614 "expr": "irate(node_netstat_Ip_InUnknownProtos{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15615 "format": "time_series",
15616 "intervalFactor": 2,
15617 "legendFormat": "InUnknownProtos - IP inunknownprotos",
15618 "refId": "M",
15619 "step": 4
15620 },
15621 {
15622 "expr": "irate(node_netstat_Ip_OutDiscards{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15623 "format": "time_series",
15624 "intervalFactor": 2,
15625 "legendFormat": "OutDiscards - IP outdiscards",
15626 "refId": "N",
15627 "step": 4
15628 },
15629 {
15630 "expr": "irate(node_netstat_Ip_OutNoRoutes{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15631 "format": "time_series",
15632 "intervalFactor": 2,
15633 "legendFormat": "OutNoRoutes - IP outnoroutes",
15634 "refId": "O",
15635 "step": 4
15636 },
15637 {
15638 "expr": "irate(node_netstat_IpExt_InNoRoutes{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15639 "format": "time_series",
15640 "intervalFactor": 2,
15641 "legendFormat": "InNoRoutes - IP datagrams discarded due to no routes in forwarding path",
15642 "refId": "C",
15643 "step": 4
15644 },
15645 {
15646 "expr": "irate(node_netstat_IpExt_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15647 "format": "time_series",
15648 "intervalFactor": 2,
15649 "legendFormat": "InCsumErrors - IP datagrams with checksum errors",
15650 "refId": "A",
15651 "step": 4
15652 },
15653 {
15654 "expr": "irate(node_netstat_IpExt_InTruncatedPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15655 "format": "time_series",
15656 "intervalFactor": 2,
15657 "legendFormat": "InTruncatedPkts - IP datagrams discarded due to frame not carrying enough data",
15658 "refId": "B",
15659 "step": 4
15660 },
15661 {
15662 "expr": "irate(node_netstat_Ip_InAddrErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15663 "format": "time_series",
15664 "intervalFactor": 2,
15665 "legendFormat": "InAddrErrors - IP inaddrerrors",
15666 "refId": "D",
15667 "step": 4
15668 }
15669 ],
15670 "thresholds": [],
15671 "timeFrom": null,
15672 "timeShift": null,
15673 "title": "Netstat IP Errors / Discards",
15674 "tooltip": {
15675 "shared": true,
15676 "sort": 0,
15677 "value_type": "individual"
15678 },
15679 "type": "graph",
15680 "xaxis": {
15681 "buckets": null,
15682 "mode": "time",
15683 "name": null,
15684 "show": true,
15685 "values": []
15686 },
15687 "yaxes": [
15688 {
15689 "format": "short",
15690 "label": "Datagrams out (-) / in (+)",
15691 "logBase": 1,
15692 "max": null,
15693 "min": null,
15694 "show": true
15695 },
15696 {
15697 "format": "short",
15698 "label": null,
15699 "logBase": 1,
15700 "max": null,
15701 "min": null,
15702 "show": false
15703 }
15704 ]
15705 }
15706 ],
15707 "repeat": null,
15708 "title": "Network Netstat",
15709 "type": "row"
15710 },
15711 {
15712 "collapsed": true,
15713 "gridPos": {
15714 "h": 1,
15715 "w": 24,
15716 "x": 0,
15717 "y": 35
15718 },
15719 "id": 275,
15720 "panels": [
15721 {
15722 "aliasColors": {},
15723 "bars": false,
15724 "dashLength": 10,
15725 "dashes": false,
15726 "datasource": "Prometheus",
15727 "fill": 2,
15728 "gridPos": {
15729 "h": 10,
15730 "w": 12,
15731 "x": 0,
15732 "y": 572
15733 },
15734 "height": "",
15735 "id": 52,
15736 "legend": {
15737 "alignAsTable": true,
15738 "avg": true,
15739 "current": true,
15740 "hideZero": true,
15741 "max": true,
15742 "min": true,
15743 "rightSide": false,
15744 "show": true,
15745 "sort": "current",
15746 "sortDesc": true,
15747 "total": false,
15748 "values": true
15749 },
15750 "lines": true,
15751 "linewidth": 1,
15752 "links": [],
15753 "minSpan": 2,
15754 "nullPointMode": "null",
15755 "percentage": false,
15756 "pointradius": 5,
15757 "points": false,
15758 "renderer": "flot",
15759 "seriesOverrides": [
15760 {
15761 "alias": "/.*Out.*/",
15762 "transform": "negative-Y"
15763 },
15764 {
15765 "alias": "/.*InSegs.*/",
15766 "color": "#CCA300"
15767 },
15768 {
15769 "alias": "/.*OutSegs.*/",
15770 "color": "#CCA300"
15771 }
15772 ],
15773 "spaceLength": 10,
15774 "stack": false,
15775 "steppedLine": false,
15776 "targets": [
15777 {
15778 "expr": "irate(node_netstat_Tcp_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15779 "format": "time_series",
15780 "hide": false,
15781 "intervalFactor": 2,
15782 "legendFormat": "InCsumErrors - Segments received with checksum errors",
15783 "refId": "E",
15784 "step": 4
15785 },
15786 {
15787 "expr": "irate(node_netstat_Tcp_InErrs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15788 "format": "time_series",
15789 "hide": false,
15790 "intervalFactor": 2,
15791 "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)",
15792 "refId": "F",
15793 "step": 4
15794 },
15795 {
15796 "expr": "irate(node_netstat_Tcp_InSegs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15797 "format": "time_series",
15798 "hide": false,
15799 "intervalFactor": 2,
15800 "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections",
15801 "refId": "G",
15802 "step": 4
15803 },
15804 {
15805 "expr": "irate(node_netstat_Tcp_OutRsts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15806 "format": "time_series",
15807 "hide": false,
15808 "intervalFactor": 2,
15809 "legendFormat": "OutRsts - Segments sent containing the RST flag",
15810 "refId": "I",
15811 "step": 4
15812 },
15813 {
15814 "expr": "irate(node_netstat_Tcp_OutSegs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15815 "format": "time_series",
15816 "hide": false,
15817 "intervalFactor": 2,
15818 "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets",
15819 "refId": "J",
15820 "step": 4
15821 },
15822 {
15823 "expr": "irate(node_netstat_Tcp_RetransSegs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15824 "format": "time_series",
15825 "intervalFactor": 2,
15826 "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets",
15827 "refId": "A",
15828 "step": 4
15829 }
15830 ],
15831 "thresholds": [],
15832 "timeFrom": null,
15833 "timeShift": null,
15834 "title": "TCP Segments",
15835 "tooltip": {
15836 "shared": true,
15837 "sort": 0,
15838 "value_type": "individual"
15839 },
15840 "type": "graph",
15841 "xaxis": {
15842 "buckets": null,
15843 "mode": "time",
15844 "name": null,
15845 "show": true,
15846 "values": []
15847 },
15848 "yaxes": [
15849 {
15850 "format": "short",
15851 "label": "Segments out (-) / in (+)",
15852 "logBase": 1,
15853 "max": null,
15854 "min": null,
15855 "show": true
15856 },
15857 {
15858 "format": "short",
15859 "label": null,
15860 "logBase": 1,
15861 "max": null,
15862 "min": null,
15863 "show": false
15864 }
15865 ]
15866 },
15867 {
15868 "aliasColors": {},
15869 "bars": false,
15870 "dashLength": 10,
15871 "dashes": false,
15872 "datasource": "Prometheus",
15873 "fill": 2,
15874 "gridPos": {
15875 "h": 10,
15876 "w": 12,
15877 "x": 12,
15878 "y": 572
15879 },
15880 "height": "",
15881 "id": 85,
15882 "legend": {
15883 "alignAsTable": true,
15884 "avg": true,
15885 "current": true,
15886 "hideZero": false,
15887 "max": true,
15888 "min": true,
15889 "rightSide": false,
15890 "show": true,
15891 "sortDesc": true,
15892 "total": false,
15893 "values": true
15894 },
15895 "lines": true,
15896 "linewidth": 1,
15897 "links": [],
15898 "minSpan": 2,
15899 "nullPointMode": "null",
15900 "percentage": false,
15901 "pointradius": 5,
15902 "points": false,
15903 "renderer": "flot",
15904 "seriesOverrides": [
15905 {
15906 "alias": "/.*MaxConn *./",
15907 "color": "#890F02",
15908 "fill": 0
15909 }
15910 ],
15911 "spaceLength": 10,
15912 "stack": false,
15913 "steppedLine": false,
15914 "targets": [
15915 {
15916 "expr": "node_netstat_Tcp_CurrEstab{instance=~\"$node:$port\",job=~\"$job\"}",
15917 "format": "time_series",
15918 "hide": false,
15919 "intervalFactor": 2,
15920 "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT",
15921 "refId": "C",
15922 "step": 4
15923 },
15924 {
15925 "expr": "node_netstat_Tcp_MaxConn{instance=~\"$node:$port\",job=~\"$job\"}",
15926 "format": "time_series",
15927 "hide": false,
15928 "intervalFactor": 2,
15929 "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")",
15930 "refId": "H",
15931 "step": 4
15932 }
15933 ],
15934 "thresholds": [],
15935 "timeFrom": null,
15936 "timeShift": null,
15937 "title": "TCP Connections",
15938 "tooltip": {
15939 "shared": true,
15940 "sort": 0,
15941 "value_type": "individual"
15942 },
15943 "type": "graph",
15944 "xaxis": {
15945 "buckets": null,
15946 "mode": "time",
15947 "name": null,
15948 "show": true,
15949 "values": []
15950 },
15951 "yaxes": [
15952 {
15953 "format": "short",
15954 "label": "Connections",
15955 "logBase": 1,
15956 "max": null,
15957 "min": "0",
15958 "show": true
15959 },
15960 {
15961 "format": "short",
15962 "label": null,
15963 "logBase": 1,
15964 "max": null,
15965 "min": null,
15966 "show": false
15967 }
15968 ]
15969 },
15970 {
15971 "aliasColors": {},
15972 "bars": false,
15973 "dashLength": 10,
15974 "dashes": false,
15975 "datasource": "Prometheus",
15976 "fill": 2,
15977 "gridPos": {
15978 "h": 10,
15979 "w": 12,
15980 "x": 0,
15981 "y": 582
15982 },
15983 "height": "",
15984 "id": 86,
15985 "legend": {
15986 "alignAsTable": true,
15987 "avg": true,
15988 "current": true,
15989 "hideZero": false,
15990 "max": true,
15991 "min": true,
15992 "rightSide": false,
15993 "show": true,
15994 "sortDesc": true,
15995 "total": false,
15996 "values": true
15997 },
15998 "lines": true,
15999 "linewidth": 1,
16000 "links": [],
16001 "minSpan": 2,
16002 "nullPointMode": "null",
16003 "percentage": false,
16004 "pointradius": 5,
16005 "points": false,
16006 "renderer": "flot",
16007 "seriesOverrides": [],
16008 "spaceLength": 10,
16009 "stack": false,
16010 "steppedLine": false,
16011 "targets": [
16012 {
16013 "expr": "node_netstat_Tcp_RtoAlgorithm{instance=~\"$node:$port\",job=~\"$job\"}",
16014 "format": "time_series",
16015 "hide": true,
16016 "intervalFactor": 2,
16017 "legendFormat": "RtoAlgorithm - Algorithm used to determine the timeout value used for retransmitting unacknowledged octets",
16018 "refId": "M",
16019 "step": 4
16020 },
16021 {
16022 "expr": "node_netstat_Tcp_RtoMax{instance=~\"$node:$port\",job=~\"$job\"}",
16023 "format": "time_series",
16024 "hide": false,
16025 "intervalFactor": 2,
16026 "legendFormat": "RtoMax - Maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds",
16027 "refId": "N",
16028 "step": 4
16029 },
16030 {
16031 "expr": "node_netstat_Tcp_RtoMin{instance=~\"$node:$port\",job=~\"$job\"}",
16032 "format": "time_series",
16033 "hide": false,
16034 "intervalFactor": 2,
16035 "legendFormat": "RtoMin - Minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds",
16036 "refId": "O",
16037 "step": 4
16038 }
16039 ],
16040 "thresholds": [],
16041 "timeFrom": null,
16042 "timeShift": null,
16043 "title": "TCP Retransmission",
16044 "tooltip": {
16045 "shared": true,
16046 "sort": 0,
16047 "value_type": "individual"
16048 },
16049 "type": "graph",
16050 "xaxis": {
16051 "buckets": null,
16052 "mode": "time",
16053 "name": null,
16054 "show": true,
16055 "values": []
16056 },
16057 "yaxes": [
16058 {
16059 "format": "ms",
16060 "label": "Milliseconds",
16061 "logBase": 1,
16062 "max": null,
16063 "min": "0",
16064 "show": true
16065 },
16066 {
16067 "format": "short",
16068 "label": null,
16069 "logBase": 1,
16070 "max": null,
16071 "min": null,
16072 "show": false
16073 }
16074 ]
16075 },
16076 {
16077 "aliasColors": {},
16078 "bars": false,
16079 "dashLength": 10,
16080 "dashes": false,
16081 "datasource": "Prometheus",
16082 "fill": 2,
16083 "gridPos": {
16084 "h": 10,
16085 "w": 12,
16086 "x": 12,
16087 "y": 582
16088 },
16089 "height": "",
16090 "id": 82,
16091 "legend": {
16092 "alignAsTable": true,
16093 "avg": true,
16094 "current": true,
16095 "hideZero": false,
16096 "max": true,
16097 "min": true,
16098 "rightSide": false,
16099 "show": true,
16100 "sortDesc": true,
16101 "total": false,
16102 "values": true
16103 },
16104 "lines": true,
16105 "linewidth": 1,
16106 "links": [],
16107 "minSpan": 2,
16108 "nullPointMode": "null",
16109 "percentage": false,
16110 "pointradius": 5,
16111 "points": false,
16112 "renderer": "flot",
16113 "seriesOverrides": [],
16114 "spaceLength": 10,
16115 "stack": false,
16116 "steppedLine": false,
16117 "targets": [
16118 {
16119 "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16120 "format": "time_series",
16121 "intervalFactor": 2,
16122 "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state",
16123 "refId": "A",
16124 "step": 4
16125 },
16126 {
16127 "expr": "irate(node_netstat_Tcp_AttemptFails{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16128 "format": "time_series",
16129 "intervalFactor": 2,
16130 "legendFormat": "AttemptFails - TCP connections that have made a direct transition to the CLOSED state from either the SYN-SENT and SYN-RCVD",
16131 "refId": "B",
16132 "step": 4
16133 },
16134 {
16135 "expr": "irate(node_netstat_Tcp_EstabResets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16136 "format": "time_series",
16137 "intervalFactor": 2,
16138 "legendFormat": "EstabResets - TCP connections that have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state",
16139 "refId": "D",
16140 "step": 4
16141 },
16142 {
16143 "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16144 "format": "time_series",
16145 "intervalFactor": 2,
16146 "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state",
16147 "refId": "K",
16148 "step": 4
16149 }
16150 ],
16151 "thresholds": [],
16152 "timeFrom": null,
16153 "timeShift": null,
16154 "title": "TCP Direct Transition",
16155 "tooltip": {
16156 "shared": true,
16157 "sort": 0,
16158 "value_type": "individual"
16159 },
16160 "type": "graph",
16161 "xaxis": {
16162 "buckets": null,
16163 "mode": "time",
16164 "name": null,
16165 "show": true,
16166 "values": []
16167 },
16168 "yaxes": [
16169 {
16170 "format": "short",
16171 "label": "Connections",
16172 "logBase": 1,
16173 "max": null,
16174 "min": "0",
16175 "show": true
16176 },
16177 {
16178 "format": "short",
16179 "label": null,
16180 "logBase": 1,
16181 "max": null,
16182 "min": null,
16183 "show": false
16184 }
16185 ]
16186 }
16187 ],
16188 "repeat": null,
16189 "title": "Network Netstat TCP",
16190 "type": "row"
16191 },
16192 {
16193 "collapsed": true,
16194 "gridPos": {
16195 "h": 1,
16196 "w": 24,
16197 "x": 0,
16198 "y": 36
16199 },
16200 "id": 276,
16201 "panels": [
16202 {
16203 "aliasColors": {},
16204 "bars": false,
16205 "dashLength": 10,
16206 "dashes": false,
16207 "datasource": "Prometheus",
16208 "description": "",
16209 "fill": 2,
16210 "gridPos": {
16211 "h": 10,
16212 "w": 12,
16213 "x": 0,
16214 "y": 583
16215 },
16216 "height": "",
16217 "id": 94,
16218 "legend": {
16219 "alignAsTable": true,
16220 "avg": true,
16221 "current": true,
16222 "hideEmpty": false,
16223 "hideZero": false,
16224 "max": true,
16225 "min": true,
16226 "rightSide": false,
16227 "show": true,
16228 "sort": "current",
16229 "sortDesc": true,
16230 "total": false,
16231 "values": true
16232 },
16233 "lines": true,
16234 "linewidth": 1,
16235 "links": [],
16236 "minSpan": 2,
16237 "nullPointMode": "null",
16238 "percentage": false,
16239 "pointradius": 5,
16240 "points": false,
16241 "renderer": "flot",
16242 "seriesOverrides": [],
16243 "spaceLength": 10,
16244 "stack": false,
16245 "steppedLine": false,
16246 "targets": [
16247 {
16248 "expr": "irate(node_netstat_TcpExt_TCPAbortOnClose{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16249 "format": "time_series",
16250 "hide": false,
16251 "intervalFactor": 2,
16252 "legendFormat": "TCPAbortOnClose - Connections aborted due to early user close",
16253 "refId": "V",
16254 "step": 4
16255 },
16256 {
16257 "expr": "irate(node_netstat_TcpExt_TCPAbortOnData{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16258 "format": "time_series",
16259 "hide": false,
16260 "intervalFactor": 2,
16261 "legendFormat": "TCPAbortOnData - Connections aborted due to unexpected data",
16262 "refId": "W",
16263 "step": 4
16264 },
16265 {
16266 "expr": "irate(node_netstat_TcpExt_TCPAbortOnLinger{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16267 "format": "time_series",
16268 "hide": false,
16269 "intervalFactor": 2,
16270 "legendFormat": "TCPAbortOnLinger - Connections aborted in lingered state after being closed",
16271 "refId": "X",
16272 "step": 4
16273 },
16274 {
16275 "expr": "irate(node_netstat_TcpExt_TCPAbortOnMemory{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16276 "format": "time_series",
16277 "hide": false,
16278 "intervalFactor": 2,
16279 "legendFormat": "TCPAbortOnMemory - Connections aborted before attached to a socket",
16280 "refId": "Y",
16281 "step": 4
16282 },
16283 {
16284 "expr": "irate(node_netstat_TcpExt_TCPAbortOnTimeout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16285 "format": "time_series",
16286 "intervalFactor": 2,
16287 "legendFormat": "TCPAbortOnTimeout - Connections aborted due timeout",
16288 "refId": "B",
16289 "step": 4
16290 },
16291 {
16292 "expr": "irate(node_netstat_TcpExt_TCPAbortFailed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16293 "format": "time_series",
16294 "intervalFactor": 2,
16295 "legendFormat": "TCPAbortFailed - Connections aborted without send RST due insuffient memory",
16296 "refId": "A",
16297 "step": 4
16298 },
16299 {
16300 "expr": "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16301 "format": "time_series",
16302 "intervalFactor": 2,
16303 "legendFormat": "TCPTimeouts - Other TCP connections timeouts",
16304 "refId": "C",
16305 "step": 4
16306 }
16307 ],
16308 "thresholds": [],
16309 "timeFrom": null,
16310 "timeShift": null,
16311 "title": "TCP Aborts / Tiemouts",
16312 "tooltip": {
16313 "shared": true,
16314 "sort": 0,
16315 "value_type": "individual"
16316 },
16317 "type": "graph",
16318 "xaxis": {
16319 "buckets": null,
16320 "mode": "time",
16321 "name": null,
16322 "show": true,
16323 "values": []
16324 },
16325 "yaxes": [
16326 {
16327 "format": "short",
16328 "label": "Connections",
16329 "logBase": 1,
16330 "max": null,
16331 "min": "0",
16332 "show": true
16333 },
16334 {
16335 "format": "short",
16336 "label": null,
16337 "logBase": 1,
16338 "max": null,
16339 "min": null,
16340 "show": false
16341 }
16342 ]
16343 },
16344 {
16345 "aliasColors": {},
16346 "bars": false,
16347 "dashLength": 10,
16348 "dashes": false,
16349 "datasource": "Prometheus",
16350 "description": "",
16351 "fill": 2,
16352 "gridPos": {
16353 "h": 10,
16354 "w": 12,
16355 "x": 12,
16356 "y": 583
16357 },
16358 "height": "",
16359 "id": 92,
16360 "legend": {
16361 "alignAsTable": true,
16362 "avg": true,
16363 "current": true,
16364 "hideEmpty": false,
16365 "hideZero": false,
16366 "max": true,
16367 "min": true,
16368 "rightSide": false,
16369 "show": true,
16370 "sort": "current",
16371 "sortDesc": true,
16372 "total": false,
16373 "values": true
16374 },
16375 "lines": true,
16376 "linewidth": 1,
16377 "links": [],
16378 "minSpan": 2,
16379 "nullPointMode": "null",
16380 "percentage": false,
16381 "pointradius": 5,
16382 "points": false,
16383 "renderer": "flot",
16384 "seriesOverrides": [],
16385 "spaceLength": 10,
16386 "stack": false,
16387 "steppedLine": false,
16388 "targets": [
16389 {
16390 "expr": "irate(node_netstat_TcpExt_DelayedACKLocked{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16391 "format": "time_series",
16392 "intervalFactor": 2,
16393 "legendFormat": "DelayedACKLocked - Delayed acks further delayed because of locked socket",
16394 "refId": "C",
16395 "step": 4
16396 },
16397 {
16398 "expr": "irate(node_netstat_TcpExt_DelayedACKLost{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16399 "format": "time_series",
16400 "intervalFactor": 2,
16401 "legendFormat": "DelayedACKLost - Times quick ack mode was activated",
16402 "refId": "D",
16403 "step": 4
16404 },
16405 {
16406 "expr": "irate(node_netstat_TcpExt_DelayedACKs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16407 "format": "time_series",
16408 "intervalFactor": 2,
16409 "legendFormat": "DelayedACKs - Delayed acks sent",
16410 "refId": "E",
16411 "step": 4
16412 }
16413 ],
16414 "thresholds": [],
16415 "timeFrom": null,
16416 "timeShift": null,
16417 "title": "TCP Delayed ACK",
16418 "tooltip": {
16419 "shared": true,
16420 "sort": 0,
16421 "value_type": "individual"
16422 },
16423 "type": "graph",
16424 "xaxis": {
16425 "buckets": null,
16426 "mode": "time",
16427 "name": null,
16428 "show": true,
16429 "values": []
16430 },
16431 "yaxes": [
16432 {
16433 "format": "short",
16434 "label": "Counter",
16435 "logBase": 1,
16436 "max": null,
16437 "min": "0",
16438 "show": true
16439 },
16440 {
16441 "format": "short",
16442 "label": null,
16443 "logBase": 1,
16444 "max": null,
16445 "min": null,
16446 "show": false
16447 }
16448 ]
16449 },
16450 {
16451 "aliasColors": {},
16452 "bars": false,
16453 "dashLength": 10,
16454 "dashes": false,
16455 "datasource": "Prometheus",
16456 "description": "",
16457 "fill": 2,
16458 "gridPos": {
16459 "h": 10,
16460 "w": 12,
16461 "x": 0,
16462 "y": 593
16463 },
16464 "height": "",
16465 "id": 91,
16466 "legend": {
16467 "alignAsTable": true,
16468 "avg": true,
16469 "current": true,
16470 "hideEmpty": false,
16471 "hideZero": false,
16472 "max": true,
16473 "min": true,
16474 "rightSide": false,
16475 "show": true,
16476 "sort": "current",
16477 "sortDesc": true,
16478 "total": false,
16479 "values": true
16480 },
16481 "lines": true,
16482 "linewidth": 1,
16483 "links": [],
16484 "minSpan": 2,
16485 "nullPointMode": "null",
16486 "percentage": false,
16487 "pointradius": 5,
16488 "points": false,
16489 "renderer": "flot",
16490 "seriesOverrides": [
16491 {
16492 "alias": "/.*Sent.*/",
16493 "transform": "negative-Y"
16494 },
16495 {
16496 "alias": "SyncookiesSent - SYN cookies sent",
16497 "color": "#E0F9D7"
16498 },
16499 {
16500 "alias": "SyncookiesRecv - SYN cookies received",
16501 "color": "#E0F9D7"
16502 }
16503 ],
16504 "spaceLength": 10,
16505 "stack": false,
16506 "steppedLine": false,
16507 "targets": [
16508 {
16509 "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16510 "format": "time_series",
16511 "hide": false,
16512 "intervalFactor": 2,
16513 "legendFormat": "SyncookiesFailed - Invalid SYN cookies received",
16514 "refId": "R",
16515 "step": 4
16516 },
16517 {
16518 "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16519 "format": "time_series",
16520 "hide": false,
16521 "intervalFactor": 2,
16522 "legendFormat": "SyncookiesRecv - SYN cookies received",
16523 "refId": "S",
16524 "step": 4
16525 },
16526 {
16527 "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16528 "format": "time_series",
16529 "hide": false,
16530 "intervalFactor": 2,
16531 "legendFormat": "SyncookiesSent - SYN cookies sent",
16532 "refId": "T",
16533 "step": 4
16534 },
16535 {
16536 "expr": "irate(node_netstat_TcpExt_TCPSYNChallenge{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16537 "format": "time_series",
16538 "intervalFactor": 2,
16539 "legendFormat": "SynChallenge - Challenge ACKs sent in response to SYN packets",
16540 "refId": "A",
16541 "step": 4
16542 },
16543 {
16544 "expr": "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16545 "intervalFactor": 2,
16546 "legendFormat": "TCPChallengeACK - Challenge ACKs sent (RFC 5961 3.2)",
16547 "refId": "B",
16548 "step": 4
16549 }
16550 ],
16551 "thresholds": [],
16552 "timeFrom": null,
16553 "timeShift": null,
16554 "title": "TCP SynCookie / Challenge",
16555 "tooltip": {
16556 "shared": true,
16557 "sort": 0,
16558 "value_type": "individual"
16559 },
16560 "type": "graph",
16561 "xaxis": {
16562 "buckets": null,
16563 "mode": "time",
16564 "name": null,
16565 "show": true,
16566 "values": []
16567 },
16568 "yaxes": [
16569 {
16570 "format": "short",
16571 "label": "Counter out (-) / in (+)",
16572 "logBase": 1,
16573 "max": null,
16574 "min": null,
16575 "show": true
16576 },
16577 {
16578 "format": "short",
16579 "label": null,
16580 "logBase": 1,
16581 "max": null,
16582 "min": null,
16583 "show": false
16584 }
16585 ]
16586 },
16587 {
16588 "aliasColors": {},
16589 "bars": false,
16590 "dashLength": 10,
16591 "dashes": false,
16592 "datasource": "Prometheus",
16593 "decimals": null,
16594 "description": "",
16595 "fill": 2,
16596 "gridPos": {
16597 "h": 10,
16598 "w": 12,
16599 "x": 12,
16600 "y": 593
16601 },
16602 "height": "",
16603 "id": 90,
16604 "legend": {
16605 "alignAsTable": true,
16606 "avg": true,
16607 "current": true,
16608 "hideZero": false,
16609 "max": true,
16610 "min": true,
16611 "rightSide": false,
16612 "show": true,
16613 "sort": "current",
16614 "sortDesc": true,
16615 "total": false,
16616 "values": true
16617 },
16618 "lines": true,
16619 "linewidth": 1,
16620 "links": [],
16621 "minSpan": 2,
16622 "nullPointMode": "null",
16623 "percentage": false,
16624 "pointradius": 5,
16625 "points": false,
16626 "renderer": "flot",
16627 "seriesOverrides": [],
16628 "spaceLength": 10,
16629 "stack": false,
16630 "steppedLine": false,
16631 "targets": [
16632 {
16633 "expr": "irate(node_netstat_TcpExt_TCPLossFailures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16634 "format": "time_series",
16635 "hide": false,
16636 "intervalFactor": 2,
16637 "legendFormat": "TCPLossFailures - Timeouts in loss state",
16638 "refId": "C",
16639 "step": 4
16640 },
16641 {
16642 "expr": "irate(node_netstat_TcpExt_TCPLossProbeRecovery{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16643 "format": "time_series",
16644 "hide": false,
16645 "intervalFactor": 2,
16646 "legendFormat": "TCPLossProbeRecovery - TCP loss probe recoveries",
16647 "refId": "D",
16648 "step": 4
16649 },
16650 {
16651 "expr": "irate(node_netstat_TcpExt_TCPLossProbes{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16652 "format": "time_series",
16653 "hide": false,
16654 "intervalFactor": 2,
16655 "legendFormat": "TCPLossProbes - Sent TCP loss probes",
16656 "refId": "A",
16657 "step": 4
16658 },
16659 {
16660 "expr": "irate(node_netstat_TcpExt_TCPLossUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16661 "format": "time_series",
16662 "intervalFactor": 2,
16663 "legendFormat": "TCPLossUndo - Congestion windows recovered without slow start after partial ack",
16664 "refId": "B",
16665 "step": 4
16666 },
16667 {
16668 "expr": "irate(node_netstat_TcpExt_TCPLostRetransmit{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16669 "format": "time_series",
16670 "intervalFactor": 2,
16671 "legendFormat": "TCPLostRetransmit - Retransmits lost",
16672 "refId": "E",
16673 "step": 4
16674 }
16675 ],
16676 "thresholds": [],
16677 "timeFrom": null,
16678 "timeShift": null,
16679 "title": "TCP LOSS",
16680 "tooltip": {
16681 "shared": true,
16682 "sort": 0,
16683 "value_type": "individual"
16684 },
16685 "type": "graph",
16686 "xaxis": {
16687 "buckets": null,
16688 "mode": "time",
16689 "name": null,
16690 "show": true,
16691 "values": []
16692 },
16693 "yaxes": [
16694 {
16695 "format": "short",
16696 "label": "Counter",
16697 "logBase": 1,
16698 "max": null,
16699 "min": "0",
16700 "show": true
16701 },
16702 {
16703 "format": "short",
16704 "label": null,
16705 "logBase": 1,
16706 "max": null,
16707 "min": null,
16708 "show": false
16709 }
16710 ]
16711 },
16712 {
16713 "aliasColors": {},
16714 "bars": false,
16715 "dashLength": 10,
16716 "dashes": false,
16717 "datasource": "Prometheus",
16718 "description": "",
16719 "fill": 2,
16720 "gridPos": {
16721 "h": 10,
16722 "w": 12,
16723 "x": 0,
16724 "y": 603
16725 },
16726 "height": "",
16727 "id": 53,
16728 "legend": {
16729 "alignAsTable": true,
16730 "avg": true,
16731 "current": true,
16732 "hideEmpty": false,
16733 "hideZero": false,
16734 "max": true,
16735 "min": true,
16736 "rightSide": false,
16737 "show": true,
16738 "sort": "current",
16739 "sortDesc": true,
16740 "total": false,
16741 "values": true
16742 },
16743 "lines": true,
16744 "linewidth": 1,
16745 "links": [],
16746 "minSpan": 2,
16747 "nullPointMode": "null",
16748 "percentage": false,
16749 "pointradius": 5,
16750 "points": false,
16751 "renderer": "flot",
16752 "seriesOverrides": [],
16753 "spaceLength": 10,
16754 "stack": false,
16755 "steppedLine": false,
16756 "targets": [
16757 {
16758 "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16759 "format": "time_series",
16760 "intervalFactor": 2,
16761 "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored",
16762 "refId": "H",
16763 "step": 4
16764 },
16765 {
16766 "expr": "irate(node_netstat_TcpExt_LockDroppedIcmps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16767 "format": "time_series",
16768 "intervalFactor": 2,
16769 "legendFormat": "LockDroppedIcmps - ICMP packets dropped because socket was locked",
16770 "refId": "J",
16771 "step": 4
16772 },
16773 {
16774 "expr": "irate(node_netstat_TcpExt_TCPDeferAcceptDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16775 "format": "time_series",
16776 "intervalFactor": 2,
16777 "legendFormat": "TCPDeferAcceptDrop - Dropped ACK frames received by a socket in SYN_RECV state",
16778 "refId": "D",
16779 "step": 4
16780 },
16781 {
16782 "expr": "irate(node_netstat_TcpExt_TCPBacklogDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16783 "format": "time_series",
16784 "intervalFactor": 2,
16785 "legendFormat": "TCPBacklogDrop - Packets dropped bacause the socket's receive queue was full",
16786 "refId": "P",
16787 "step": 4
16788 },
16789 {
16790 "expr": "irate(node_netstat_TcpExt_OutOfWindowIcmps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16791 "format": "time_series",
16792 "intervalFactor": 2,
16793 "legendFormat": "OutOfWindowIcmps - ICMP packets dropped because they were out-of-window",
16794 "refId": "A",
16795 "step": 4
16796 },
16797 {
16798 "expr": "irate(node_netstat_TcpExt_TCPMinTTLDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16799 "format": "time_series",
16800 "intervalFactor": 2,
16801 "legendFormat": "TCPMinTTLDrop - TCP packets dropped under minTTL condition",
16802 "refId": "B",
16803 "step": 4
16804 }
16805 ],
16806 "thresholds": [],
16807 "timeFrom": null,
16808 "timeShift": null,
16809 "title": "TCP DROPS",
16810 "tooltip": {
16811 "shared": true,
16812 "sort": 0,
16813 "value_type": "individual"
16814 },
16815 "type": "graph",
16816 "xaxis": {
16817 "buckets": null,
16818 "mode": "time",
16819 "name": null,
16820 "show": true,
16821 "values": []
16822 },
16823 "yaxes": [
16824 {
16825 "format": "short",
16826 "label": "Counter",
16827 "logBase": 1,
16828 "max": null,
16829 "min": "0",
16830 "show": true
16831 },
16832 {
16833 "format": "short",
16834 "label": null,
16835 "logBase": 1,
16836 "max": null,
16837 "min": null,
16838 "show": false
16839 }
16840 ]
16841 },
16842 {
16843 "aliasColors": {},
16844 "bars": false,
16845 "dashLength": 10,
16846 "dashes": false,
16847 "datasource": "Prometheus",
16848 "description": "",
16849 "fill": 2,
16850 "gridPos": {
16851 "h": 10,
16852 "w": 12,
16853 "x": 12,
16854 "y": 603
16855 },
16856 "height": "",
16857 "id": 101,
16858 "legend": {
16859 "alignAsTable": true,
16860 "avg": true,
16861 "current": true,
16862 "hideZero": false,
16863 "max": true,
16864 "min": true,
16865 "rightSide": false,
16866 "show": true,
16867 "sort": "current",
16868 "sortDesc": true,
16869 "total": false,
16870 "values": true
16871 },
16872 "lines": true,
16873 "linewidth": 1,
16874 "links": [],
16875 "minSpan": 2,
16876 "nullPointMode": "null",
16877 "percentage": false,
16878 "pointradius": 5,
16879 "points": false,
16880 "renderer": "flot",
16881 "seriesOverrides": [],
16882 "spaceLength": 10,
16883 "stack": false,
16884 "steppedLine": false,
16885 "targets": [
16886 {
16887 "expr": "irate(node_netstat_TcpExt_TCPForwardRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16888 "format": "time_series",
16889 "hide": false,
16890 "intervalFactor": 2,
16891 "legendFormat": "TCPForwardRetrans - Packets losts retransmitted with Forward RTO-Recovery",
16892 "refId": "O",
16893 "step": 4
16894 },
16895 {
16896 "expr": "irate(node_netstat_TcpExt_TCPSlowStartRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16897 "format": "time_series",
16898 "hide": false,
16899 "intervalFactor": 2,
16900 "legendFormat": "TCPSlowStartRetrans - Packets losts retransmitted after a slow start",
16901 "refId": "P",
16902 "step": 4
16903 },
16904 {
16905 "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16906 "format": "time_series",
16907 "hide": false,
16908 "intervalFactor": 2,
16909 "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits",
16910 "refId": "Q",
16911 "step": 4
16912 },
16913 {
16914 "expr": "irate(node_netstat_TcpExt_TCPSpuriousRTOs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16915 "format": "time_series",
16916 "intervalFactor": 2,
16917 "legendFormat": "TCPSpuriousRTOs - FRTO's successfully detected spurious RTOs",
16918 "refId": "A",
16919 "step": 4
16920 },
16921 {
16922 "expr": "irate(node_netstat_TcpExt_TCPSpuriousRtxHostQueues{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16923 "format": "time_series",
16924 "intervalFactor": 2,
16925 "legendFormat": "TCPSpuriousRtxHostQueues - Times detected that the fast clone is not yet freed in tcp_transmit_skb()",
16926 "refId": "B",
16927 "step": 4
16928 },
16929 {
16930 "expr": "irate(node_netstat_TcpExt_TCPFullUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16931 "format": "time_series",
16932 "intervalFactor": 2,
16933 "legendFormat": "TCPFullUndo - Retransmits that undid the CWND reduction",
16934 "refId": "C",
16935 "step": 4
16936 },
16937 {
16938 "expr": "irate(node_netstat_TcpExt_TCPRetransFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16939 "format": "time_series",
16940 "intervalFactor": 2,
16941 "legendFormat": "TCPRetransFail - Failed tcp_retransmit_skb() calls",
16942 "refId": "D",
16943 "step": 4
16944 },
16945 {
16946 "expr": "irate(node_netstat_TcpExt_TCPPartialUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16947 "format": "time_series",
16948 "intervalFactor": 2,
16949 "legendFormat": "TCPPartialUndo - Congestion windows partially recovered using Hoe heuristic",
16950 "refId": "E",
16951 "step": 4
16952 }
16953 ],
16954 "thresholds": [],
16955 "timeFrom": null,
16956 "timeShift": null,
16957 "title": "TCP Retrans",
16958 "tooltip": {
16959 "shared": true,
16960 "sort": 0,
16961 "value_type": "individual"
16962 },
16963 "type": "graph",
16964 "xaxis": {
16965 "buckets": null,
16966 "mode": "time",
16967 "name": null,
16968 "show": true,
16969 "values": []
16970 },
16971 "yaxes": [
16972 {
16973 "format": "short",
16974 "label": "Counter",
16975 "logBase": 1,
16976 "max": null,
16977 "min": "0",
16978 "show": true
16979 },
16980 {
16981 "format": "short",
16982 "label": null,
16983 "logBase": 1,
16984 "max": null,
16985 "min": null,
16986 "show": false
16987 }
16988 ]
16989 },
16990 {
16991 "aliasColors": {},
16992 "bars": false,
16993 "dashLength": 10,
16994 "dashes": false,
16995 "datasource": "Prometheus",
16996 "description": "",
16997 "fill": 2,
16998 "gridPos": {
16999 "h": 10,
17000 "w": 12,
17001 "x": 0,
17002 "y": 613
17003 },
17004 "height": "",
17005 "id": 87,
17006 "legend": {
17007 "alignAsTable": true,
17008 "avg": true,
17009 "current": true,
17010 "hideEmpty": false,
17011 "hideZero": false,
17012 "max": true,
17013 "min": true,
17014 "rightSide": false,
17015 "show": true,
17016 "sort": "current",
17017 "sortDesc": true,
17018 "total": false,
17019 "values": true
17020 },
17021 "lines": true,
17022 "linewidth": 1,
17023 "links": [],
17024 "minSpan": 2,
17025 "nullPointMode": "null",
17026 "percentage": false,
17027 "pointradius": 5,
17028 "points": false,
17029 "renderer": "flot",
17030 "seriesOverrides": [],
17031 "spaceLength": 10,
17032 "stack": false,
17033 "steppedLine": false,
17034 "targets": [
17035 {
17036 "expr": "irate(node_netstat_TcpExt_PruneCalled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17037 "format": "time_series",
17038 "hide": false,
17039 "intervalFactor": 2,
17040 "legendFormat": "PruneCalled - Pkts pruned from recv queue because of soc buf overrun",
17041 "refId": "P",
17042 "step": 4
17043 },
17044 {
17045 "expr": "irate(node_netstat_TcpExt_RcvPruned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17046 "format": "time_series",
17047 "hide": false,
17048 "intervalFactor": 2,
17049 "legendFormat": "RcvPruned - Packets pruned from receive queue",
17050 "refId": "Q",
17051 "step": 4
17052 },
17053 {
17054 "expr": "irate(node_netstat_TcpExt_OfoPruned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17055 "format": "time_series",
17056 "intervalFactor": 2,
17057 "legendFormat": "OfoPruned - Packets dropped from out-of-order queue because of socket buffer overrun",
17058 "refId": "A",
17059 "step": 4
17060 }
17061 ],
17062 "thresholds": [],
17063 "timeFrom": null,
17064 "timeShift": null,
17065 "title": "TCP Pruned",
17066 "tooltip": {
17067 "shared": true,
17068 "sort": 0,
17069 "value_type": "individual"
17070 },
17071 "type": "graph",
17072 "xaxis": {
17073 "buckets": null,
17074 "mode": "time",
17075 "name": null,
17076 "show": true,
17077 "values": []
17078 },
17079 "yaxes": [
17080 {
17081 "format": "short",
17082 "label": "Counter",
17083 "logBase": 1,
17084 "max": null,
17085 "min": "0",
17086 "show": true
17087 },
17088 {
17089 "format": "short",
17090 "label": null,
17091 "logBase": 1,
17092 "max": null,
17093 "min": null,
17094 "show": false
17095 }
17096 ]
17097 },
17098 {
17099 "aliasColors": {},
17100 "bars": false,
17101 "dashLength": 10,
17102 "dashes": false,
17103 "datasource": "Prometheus",
17104 "decimals": null,
17105 "description": "",
17106 "fill": 2,
17107 "gridPos": {
17108 "h": 10,
17109 "w": 12,
17110 "x": 12,
17111 "y": 613
17112 },
17113 "height": "",
17114 "id": 96,
17115 "legend": {
17116 "alignAsTable": true,
17117 "avg": true,
17118 "current": true,
17119 "hideZero": false,
17120 "max": true,
17121 "min": true,
17122 "rightSide": false,
17123 "show": true,
17124 "sort": "current",
17125 "sortDesc": true,
17126 "total": false,
17127 "values": true
17128 },
17129 "lines": true,
17130 "linewidth": 1,
17131 "links": [],
17132 "minSpan": 2,
17133 "nullPointMode": "null",
17134 "percentage": false,
17135 "pointradius": 5,
17136 "points": false,
17137 "renderer": "flot",
17138 "seriesOverrides": [],
17139 "spaceLength": 10,
17140 "stack": false,
17141 "steppedLine": false,
17142 "targets": [
17143 {
17144 "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromBacklog{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17145 "format": "time_series",
17146 "intervalFactor": 2,
17147 "legendFormat": "TCPDirectCopyFromBacklog - Packets directly received from backlog",
17148 "refId": "M",
17149 "step": 4
17150 },
17151 {
17152 "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromPrequeue{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17153 "format": "time_series",
17154 "intervalFactor": 2,
17155 "legendFormat": "TCPDirectCopyFromPrequeue - Packets directly received from prequeue",
17156 "refId": "N",
17157 "step": 4
17158 }
17159 ],
17160 "thresholds": [],
17161 "timeFrom": null,
17162 "timeShift": null,
17163 "title": "TCP Direct Copy",
17164 "tooltip": {
17165 "shared": true,
17166 "sort": 0,
17167 "value_type": "individual"
17168 },
17169 "type": "graph",
17170 "xaxis": {
17171 "buckets": null,
17172 "mode": "time",
17173 "name": null,
17174 "show": true,
17175 "values": []
17176 },
17177 "yaxes": [
17178 {
17179 "format": "short",
17180 "label": "Counter",
17181 "logBase": 1,
17182 "max": null,
17183 "min": "0",
17184 "show": true
17185 },
17186 {
17187 "format": "short",
17188 "label": null,
17189 "logBase": 1,
17190 "max": null,
17191 "min": null,
17192 "show": false
17193 }
17194 ]
17195 },
17196 {
17197 "aliasColors": {},
17198 "bars": false,
17199 "dashLength": 10,
17200 "dashes": false,
17201 "datasource": "Prometheus",
17202 "fill": 2,
17203 "gridPos": {
17204 "h": 10,
17205 "w": 12,
17206 "x": 0,
17207 "y": 623
17208 },
17209 "height": "",
17210 "id": 100,
17211 "legend": {
17212 "alignAsTable": true,
17213 "avg": true,
17214 "current": true,
17215 "hideZero": false,
17216 "max": true,
17217 "min": true,
17218 "rightSide": false,
17219 "show": true,
17220 "sort": "current",
17221 "sortDesc": true,
17222 "total": false,
17223 "values": true
17224 },
17225 "lines": true,
17226 "linewidth": 1,
17227 "links": [],
17228 "minSpan": 2,
17229 "nullPointMode": "null",
17230 "percentage": false,
17231 "pointradius": 5,
17232 "points": false,
17233 "renderer": "flot",
17234 "seriesOverrides": [],
17235 "spaceLength": 10,
17236 "stack": false,
17237 "steppedLine": false,
17238 "targets": [
17239 {
17240 "expr": "irate(node_netstat_TcpExt_TW{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17241 "format": "time_series",
17242 "hide": false,
17243 "intervalFactor": 2,
17244 "legendFormat": "TW - TCP sockets finished time wait in fast timer",
17245 "refId": "O",
17246 "step": 4
17247 },
17248 {
17249 "expr": "irate(node_netstat_TcpExt_TWKilled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17250 "format": "time_series",
17251 "hide": false,
17252 "intervalFactor": 2,
17253 "legendFormat": "TWKilled - TCP sockets finished time wait in slow timer",
17254 "refId": "P",
17255 "step": 4
17256 },
17257 {
17258 "expr": "irate(node_netstat_TcpExt_TWRecycled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17259 "format": "time_series",
17260 "hide": false,
17261 "intervalFactor": 2,
17262 "legendFormat": "TWRecycled - Time wait sockets recycled by time stamp",
17263 "refId": "Q",
17264 "step": 4
17265 },
17266 {
17267 "expr": "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17268 "format": "time_series",
17269 "intervalFactor": 2,
17270 "legendFormat": "TCPTimeWaitOverflow - Occurences of time wait bucket overflow",
17271 "refId": "A",
17272 "step": 4
17273 }
17274 ],
17275 "thresholds": [],
17276 "timeFrom": null,
17277 "timeShift": null,
17278 "title": "TCP TimeWait",
17279 "tooltip": {
17280 "shared": true,
17281 "sort": 0,
17282 "value_type": "individual"
17283 },
17284 "type": "graph",
17285 "xaxis": {
17286 "buckets": null,
17287 "mode": "time",
17288 "name": null,
17289 "show": true,
17290 "values": []
17291 },
17292 "yaxes": [
17293 {
17294 "format": "short",
17295 "label": "Counter",
17296 "logBase": 1,
17297 "max": null,
17298 "min": "0",
17299 "show": true
17300 },
17301 {
17302 "format": "short",
17303 "label": null,
17304 "logBase": 1,
17305 "max": null,
17306 "min": null,
17307 "show": false
17308 }
17309 ]
17310 },
17311 {
17312 "aliasColors": {},
17313 "bars": false,
17314 "dashLength": 10,
17315 "dashes": false,
17316 "datasource": "Prometheus",
17317 "description": "",
17318 "fill": 2,
17319 "gridPos": {
17320 "h": 10,
17321 "w": 12,
17322 "x": 12,
17323 "y": 623
17324 },
17325 "height": "",
17326 "id": 93,
17327 "legend": {
17328 "alignAsTable": true,
17329 "avg": true,
17330 "current": true,
17331 "hideEmpty": false,
17332 "hideZero": false,
17333 "max": true,
17334 "min": true,
17335 "rightSide": false,
17336 "show": true,
17337 "sort": "current",
17338 "sortDesc": true,
17339 "total": false,
17340 "values": true
17341 },
17342 "lines": true,
17343 "linewidth": 1,
17344 "links": [],
17345 "minSpan": 2,
17346 "nullPointMode": "null",
17347 "percentage": false,
17348 "pointradius": 5,
17349 "points": false,
17350 "renderer": "flot",
17351 "seriesOverrides": [],
17352 "spaceLength": 10,
17353 "stack": false,
17354 "steppedLine": false,
17355 "targets": [
17356 {
17357 "expr": "irate(node_netstat_TcpExt_PAWSActive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17358 "format": "time_series",
17359 "hide": false,
17360 "intervalFactor": 2,
17361 "legendFormat": "PAWSActive - Active connections rejected because of time stamp",
17362 "refId": "M",
17363 "step": 4
17364 },
17365 {
17366 "expr": "irate(node_netstat_TcpExt_PAWSEstab{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17367 "format": "time_series",
17368 "hide": false,
17369 "intervalFactor": 2,
17370 "legendFormat": "PAWSEstab - Pkts rejects in estab connections because of timestamp",
17371 "refId": "N",
17372 "step": 4
17373 },
17374 {
17375 "expr": "irate(node_netstat_TcpExt_PAWSPassive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17376 "format": "time_series",
17377 "hide": false,
17378 "intervalFactor": 2,
17379 "legendFormat": "PAWSPassive - Passive connections rejected because of time stamp",
17380 "refId": "O",
17381 "step": 4
17382 }
17383 ],
17384 "thresholds": [],
17385 "timeFrom": null,
17386 "timeShift": null,
17387 "title": "TCP PAWS",
17388 "tooltip": {
17389 "shared": true,
17390 "sort": 0,
17391 "value_type": "individual"
17392 },
17393 "type": "graph",
17394 "xaxis": {
17395 "buckets": null,
17396 "mode": "time",
17397 "name": null,
17398 "show": true,
17399 "values": []
17400 },
17401 "yaxes": [
17402 {
17403 "format": "short",
17404 "label": "Counter",
17405 "logBase": 1,
17406 "max": null,
17407 "min": "0",
17408 "show": true
17409 },
17410 {
17411 "format": "short",
17412 "label": null,
17413 "logBase": 1,
17414 "max": null,
17415 "min": null,
17416 "show": false
17417 }
17418 ]
17419 },
17420 {
17421 "aliasColors": {},
17422 "bars": false,
17423 "dashLength": 10,
17424 "dashes": false,
17425 "datasource": "Prometheus",
17426 "decimals": null,
17427 "description": "",
17428 "fill": 2,
17429 "gridPos": {
17430 "h": 10,
17431 "w": 12,
17432 "x": 0,
17433 "y": 633
17434 },
17435 "height": "",
17436 "id": 98,
17437 "legend": {
17438 "alignAsTable": true,
17439 "avg": true,
17440 "current": true,
17441 "hideZero": false,
17442 "max": true,
17443 "min": true,
17444 "rightSide": false,
17445 "show": true,
17446 "sort": "current",
17447 "sortDesc": true,
17448 "total": false,
17449 "values": true
17450 },
17451 "lines": true,
17452 "linewidth": 1,
17453 "links": [],
17454 "minSpan": 2,
17455 "nullPointMode": "null",
17456 "percentage": false,
17457 "pointradius": 5,
17458 "points": false,
17459 "renderer": "flot",
17460 "seriesOverrides": [],
17461 "spaceLength": 10,
17462 "stack": false,
17463 "steppedLine": false,
17464 "targets": [
17465 {
17466 "expr": "irate(node_netstat_TcpExt_TCPSackRecovery{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17467 "format": "time_series",
17468 "intervalFactor": 2,
17469 "legendFormat": "TCPSackRecovery - Times recovered from packet loss by selective acknowledgements",
17470 "refId": "E",
17471 "step": 4
17472 },
17473 {
17474 "expr": "irate(node_netstat_TcpExt_TCPSackRecoveryFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17475 "format": "time_series",
17476 "intervalFactor": 2,
17477 "legendFormat": "TCPSackRecoveryFail - Issue while recovering packets lost using selective ACK",
17478 "refId": "F",
17479 "step": 4
17480 },
17481 {
17482 "expr": "irate(node_netstat_TcpExt_TCPSackShiftFallback{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17483 "format": "time_series",
17484 "intervalFactor": 2,
17485 "legendFormat": "TCPSackShiftFallback - SACKs fallbacks",
17486 "refId": "G",
17487 "step": 4
17488 },
17489 {
17490 "expr": "irate(node_netstat_TcpExt_TCPSackShifted{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17491 "format": "time_series",
17492 "intervalFactor": 2,
17493 "legendFormat": "TCPSackShifted - SACKs shifted",
17494 "refId": "H",
17495 "step": 4
17496 },
17497 {
17498 "expr": "irate(node_netstat_TcpExt_TCPSACKDiscard{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17499 "format": "time_series",
17500 "intervalFactor": 2,
17501 "legendFormat": "TCPSackDiscard - Discarded due invalid SACK block.",
17502 "refId": "A",
17503 "step": 4
17504 },
17505 {
17506 "expr": "irate(node_netstat_TcpExt_TCPSackFailures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17507 "format": "time_series",
17508 "intervalFactor": 2,
17509 "legendFormat": "TCPSackFailures - Timeouts after SACK recovery",
17510 "refId": "B",
17511 "step": 4
17512 },
17513 {
17514 "expr": "irate(node_netstat_TcpExt_TCPSackMerged{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17515 "format": "time_series",
17516 "intervalFactor": 2,
17517 "legendFormat": "TCPSackMerged - SACKs merged",
17518 "refId": "C",
17519 "step": 4
17520 },
17521 {
17522 "expr": "irate(node_netstat_TcpExt_TCPSACKReneging{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17523 "format": "time_series",
17524 "intervalFactor": 2,
17525 "legendFormat": "TCPSACKReneging - Bad SACK blocks received",
17526 "refId": "D",
17527 "step": 4
17528 },
17529 {
17530 "expr": "irate(node_netstat_TcpExt_TCPSACKReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17531 "format": "time_series",
17532 "intervalFactor": 2,
17533 "legendFormat": "TCPSACKReorder - Times detected reordering using SACK",
17534 "refId": "I",
17535 "step": 4
17536 }
17537 ],
17538 "thresholds": [],
17539 "timeFrom": null,
17540 "timeShift": null,
17541 "title": "TCP SACK",
17542 "tooltip": {
17543 "shared": true,
17544 "sort": 0,
17545 "value_type": "individual"
17546 },
17547 "type": "graph",
17548 "xaxis": {
17549 "buckets": null,
17550 "mode": "time",
17551 "name": null,
17552 "show": true,
17553 "values": []
17554 },
17555 "yaxes": [
17556 {
17557 "format": "short",
17558 "label": "Counter",
17559 "logBase": 1,
17560 "max": null,
17561 "min": "0",
17562 "show": true
17563 },
17564 {
17565 "format": "short",
17566 "label": null,
17567 "logBase": 1,
17568 "max": null,
17569 "min": null,
17570 "show": false
17571 }
17572 ]
17573 },
17574 {
17575 "aliasColors": {},
17576 "bars": false,
17577 "dashLength": 10,
17578 "dashes": false,
17579 "datasource": "Prometheus",
17580 "decimals": null,
17581 "description": "",
17582 "fill": 2,
17583 "gridPos": {
17584 "h": 10,
17585 "w": 12,
17586 "x": 12,
17587 "y": 633
17588 },
17589 "height": "",
17590 "id": 95,
17591 "legend": {
17592 "alignAsTable": true,
17593 "avg": true,
17594 "current": true,
17595 "hideZero": false,
17596 "max": true,
17597 "min": true,
17598 "rightSide": false,
17599 "show": true,
17600 "sort": "current",
17601 "sortDesc": true,
17602 "total": false,
17603 "values": true
17604 },
17605 "lines": true,
17606 "linewidth": 1,
17607 "links": [],
17608 "minSpan": 2,
17609 "nullPointMode": "null",
17610 "percentage": false,
17611 "pointradius": 5,
17612 "points": false,
17613 "renderer": "flot",
17614 "seriesOverrides": [],
17615 "spaceLength": 10,
17616 "stack": false,
17617 "steppedLine": false,
17618 "targets": [
17619 {
17620 "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredOld{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17621 "format": "time_series",
17622 "hide": false,
17623 "intervalFactor": 2,
17624 "legendFormat": "TCPDSACKIgnoredOld - Discarded packets with duplicate SACK while retransmitting",
17625 "refId": "F",
17626 "step": 4
17627 },
17628 {
17629 "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoRecv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17630 "format": "time_series",
17631 "hide": false,
17632 "intervalFactor": 2,
17633 "legendFormat": "TCPDSACKOfoRecv - DSACKs for out of order packets received",
17634 "refId": "G",
17635 "step": 4
17636 },
17637 {
17638 "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17639 "format": "time_series",
17640 "hide": false,
17641 "intervalFactor": 2,
17642 "legendFormat": "TCPDSACKOfoSent - DSACKs sent for out of order packets",
17643 "refId": "H",
17644 "step": 4
17645 },
17646 {
17647 "expr": "irate(node_netstat_TcpExt_TCPDSACKOldSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17648 "format": "time_series",
17649 "hide": false,
17650 "intervalFactor": 2,
17651 "legendFormat": "TCPDSACKOldSent - DSACKs sent for old packets",
17652 "refId": "I",
17653 "step": 4
17654 },
17655 {
17656 "expr": "irate(node_netstat_TcpExt_TCPDSACKRecv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17657 "format": "time_series",
17658 "hide": false,
17659 "intervalFactor": 2,
17660 "legendFormat": "TCPDSACKRecv - DSACKs received",
17661 "refId": "J",
17662 "step": 4
17663 },
17664 {
17665 "expr": "irate(node_netstat_TcpExt_TCPDSACKUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17666 "format": "time_series",
17667 "hide": false,
17668 "intervalFactor": 2,
17669 "legendFormat": "TCPDSACKUndo - Discarded packets with erroneous retransmit",
17670 "refId": "K",
17671 "step": 4
17672 },
17673 {
17674 "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17675 "format": "time_series",
17676 "intervalFactor": 2,
17677 "legendFormat": "TCPDSACKIgnoredNoUndo - Discarded packets with duplicate SACK",
17678 "refId": "A",
17679 "step": 4
17680 }
17681 ],
17682 "thresholds": [],
17683 "timeFrom": null,
17684 "timeShift": null,
17685 "title": "TCP DSACK",
17686 "tooltip": {
17687 "shared": true,
17688 "sort": 0,
17689 "value_type": "individual"
17690 },
17691 "type": "graph",
17692 "xaxis": {
17693 "buckets": null,
17694 "mode": "time",
17695 "name": null,
17696 "show": true,
17697 "values": []
17698 },
17699 "yaxes": [
17700 {
17701 "format": "short",
17702 "label": "Counter",
17703 "logBase": 1,
17704 "max": null,
17705 "min": "0",
17706 "show": true
17707 },
17708 {
17709 "format": "short",
17710 "label": null,
17711 "logBase": 1,
17712 "max": null,
17713 "min": null,
17714 "show": false
17715 }
17716 ]
17717 },
17718 {
17719 "aliasColors": {},
17720 "bars": false,
17721 "dashLength": 10,
17722 "dashes": false,
17723 "datasource": "Prometheus",
17724 "decimals": null,
17725 "description": "",
17726 "fill": 2,
17727 "gridPos": {
17728 "h": 10,
17729 "w": 12,
17730 "x": 0,
17731 "y": 643
17732 },
17733 "height": "",
17734 "id": 97,
17735 "legend": {
17736 "alignAsTable": true,
17737 "avg": true,
17738 "current": true,
17739 "hideZero": false,
17740 "max": true,
17741 "min": true,
17742 "rightSide": false,
17743 "show": true,
17744 "sort": "current",
17745 "sortDesc": true,
17746 "total": false,
17747 "values": true
17748 },
17749 "lines": true,
17750 "linewidth": 1,
17751 "links": [],
17752 "minSpan": 2,
17753 "nullPointMode": "null",
17754 "percentage": false,
17755 "pointradius": 5,
17756 "points": false,
17757 "renderer": "flot",
17758 "seriesOverrides": [],
17759 "spaceLength": 10,
17760 "stack": false,
17761 "steppedLine": false,
17762 "targets": [
17763 {
17764 "expr": "irate(node_netstat_TcpExt_TCPFastOpenActive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17765 "format": "time_series",
17766 "hide": false,
17767 "intervalFactor": 2,
17768 "legendFormat": "TCPFastOpenActive - Successful outbound TFO connections",
17769 "refId": "P",
17770 "step": 4
17771 },
17772 {
17773 "expr": "irate(node_netstat_TcpExt_TCPFastOpenActiveFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17774 "format": "time_series",
17775 "hide": false,
17776 "intervalFactor": 2,
17777 "legendFormat": "TCPFastOpenActiveFail - SYN-ACK packets received that did not acknowledge data sent in the SYN packet and caused a retransmissions without SYN data",
17778 "refId": "Q",
17779 "step": 4
17780 },
17781 {
17782 "expr": "irate(node_netstat_TcpExt_TCPFastOpenCookieReqd{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17783 "format": "time_series",
17784 "hide": false,
17785 "intervalFactor": 2,
17786 "legendFormat": "TCPFastOpenCookieReqd - Inbound SYN packets requesting TFO with TFO set but no cookie",
17787 "refId": "R",
17788 "step": 4
17789 },
17790 {
17791 "expr": "irate(node_netstat_TcpExt_TCPFastOpenListenOverflow{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17792 "format": "time_series",
17793 "hide": false,
17794 "intervalFactor": 2,
17795 "legendFormat": "TCPFastOpenListenOverflow - Times the fastopen listen queue overflowed",
17796 "refId": "S",
17797 "step": 4
17798 },
17799 {
17800 "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17801 "format": "time_series",
17802 "hide": false,
17803 "intervalFactor": 2,
17804 "legendFormat": "TCPFastOpenPassive - Successful inbound TFO connections",
17805 "refId": "T",
17806 "step": 4
17807 },
17808 {
17809 "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassiveFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17810 "format": "time_series",
17811 "hide": false,
17812 "intervalFactor": 2,
17813 "legendFormat": "TCPFastOpenPassiveFail - Inbound SYN packets with TFO cookie that was invalid",
17814 "refId": "U",
17815 "step": 4
17816 },
17817 {
17818 "expr": "irate(node_netstat_TcpExt_TCPFastRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17819 "format": "time_series",
17820 "hide": false,
17821 "intervalFactor": 2,
17822 "legendFormat": "TCPFastRetrans - Packets lost fast-retransmitted",
17823 "refId": "V",
17824 "step": 4
17825 }
17826 ],
17827 "thresholds": [],
17828 "timeFrom": null,
17829 "timeShift": null,
17830 "title": "TCP FastOpen / FastRetrans",
17831 "tooltip": {
17832 "shared": true,
17833 "sort": 0,
17834 "value_type": "individual"
17835 },
17836 "type": "graph",
17837 "xaxis": {
17838 "buckets": null,
17839 "mode": "time",
17840 "name": null,
17841 "show": true,
17842 "values": []
17843 },
17844 "yaxes": [
17845 {
17846 "format": "short",
17847 "label": "Counter",
17848 "logBase": 1,
17849 "max": null,
17850 "min": "0",
17851 "show": true
17852 },
17853 {
17854 "format": "short",
17855 "label": null,
17856 "logBase": 1,
17857 "max": null,
17858 "min": null,
17859 "show": false
17860 }
17861 ]
17862 },
17863 {
17864 "aliasColors": {},
17865 "bars": false,
17866 "dashLength": 10,
17867 "dashes": false,
17868 "datasource": "Prometheus",
17869 "decimals": null,
17870 "description": "",
17871 "fill": 2,
17872 "gridPos": {
17873 "h": 10,
17874 "w": 12,
17875 "x": 12,
17876 "y": 643
17877 },
17878 "height": "",
17879 "id": 99,
17880 "legend": {
17881 "alignAsTable": true,
17882 "avg": true,
17883 "current": true,
17884 "hideZero": false,
17885 "max": true,
17886 "min": true,
17887 "rightSide": false,
17888 "show": true,
17889 "sort": "current",
17890 "sortDesc": true,
17891 "total": false,
17892 "values": true
17893 },
17894 "lines": true,
17895 "linewidth": 1,
17896 "links": [],
17897 "minSpan": 2,
17898 "nullPointMode": "null",
17899 "percentage": false,
17900 "pointradius": 5,
17901 "points": false,
17902 "renderer": "flot",
17903 "seriesOverrides": [],
17904 "spaceLength": 10,
17905 "stack": false,
17906 "steppedLine": false,
17907 "targets": [
17908 {
17909 "expr": "irate(node_netstat_TcpExt_TCPHPAcks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17910 "format": "time_series",
17911 "hide": false,
17912 "intervalFactor": 2,
17913 "legendFormat": "TCPHPAcks - Acknowledgments not containing data received",
17914 "refId": "Z",
17915 "step": 4
17916 },
17917 {
17918 "expr": "irate(node_netstat_TcpExt_TCPHPHits{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17919 "format": "time_series",
17920 "hide": false,
17921 "intervalFactor": 2,
17922 "legendFormat": "TCPHPHits - Packets header predicted",
17923 "refId": "A",
17924 "step": 4
17925 },
17926 {
17927 "expr": "irate(node_netstat_TcpExt_TCPHPHitsToUser{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17928 "format": "time_series",
17929 "hide": false,
17930 "intervalFactor": 2,
17931 "legendFormat": "TCPHPHitsToUser - Packets header predicted and directly queued to user",
17932 "refId": "B",
17933 "step": 4
17934 }
17935 ],
17936 "thresholds": [],
17937 "timeFrom": null,
17938 "timeShift": null,
17939 "title": "TCP HP",
17940 "tooltip": {
17941 "shared": true,
17942 "sort": 0,
17943 "value_type": "individual"
17944 },
17945 "type": "graph",
17946 "xaxis": {
17947 "buckets": null,
17948 "mode": "time",
17949 "name": null,
17950 "show": true,
17951 "values": []
17952 },
17953 "yaxes": [
17954 {
17955 "format": "short",
17956 "label": "Counter",
17957 "logBase": 1,
17958 "max": null,
17959 "min": "0",
17960 "show": true
17961 },
17962 {
17963 "format": "short",
17964 "label": null,
17965 "logBase": 1,
17966 "max": null,
17967 "min": null,
17968 "show": false
17969 }
17970 ]
17971 },
17972 {
17973 "aliasColors": {},
17974 "bars": false,
17975 "dashLength": 10,
17976 "dashes": false,
17977 "datasource": "Prometheus",
17978 "description": "",
17979 "fill": 2,
17980 "gridPos": {
17981 "h": 10,
17982 "w": 12,
17983 "x": 0,
17984 "y": 653
17985 },
17986 "height": "",
17987 "id": 102,
17988 "legend": {
17989 "alignAsTable": true,
17990 "avg": true,
17991 "current": true,
17992 "hideEmpty": false,
17993 "hideZero": false,
17994 "max": true,
17995 "min": true,
17996 "rightSide": false,
17997 "show": true,
17998 "sort": "current",
17999 "sortDesc": true,
18000 "total": false,
18001 "values": true
18002 },
18003 "lines": true,
18004 "linewidth": 1,
18005 "links": [],
18006 "minSpan": 2,
18007 "nullPointMode": "null",
18008 "percentage": false,
18009 "pointradius": 5,
18010 "points": false,
18011 "renderer": "flot",
18012 "seriesOverrides": [],
18013 "spaceLength": 10,
18014 "stack": false,
18015 "steppedLine": false,
18016 "targets": [
18017 {
18018 "expr": "irate(node_netstat_TcpExt_TCPToZeroWindowAdv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18019 "format": "time_series",
18020 "intervalFactor": 2,
18021 "legendFormat": "TCPToZeroWindowAdv - Times window went from zero to non-zero",
18022 "refId": "V",
18023 "step": 4
18024 },
18025 {
18026 "expr": "irate(node_netstat_TcpExt_TCPWantZeroWindowAdv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18027 "format": "time_series",
18028 "intervalFactor": 2,
18029 "legendFormat": "TCPWantZeroWindowAdv - Times zero window announced",
18030 "refId": "W",
18031 "step": 4
18032 },
18033 {
18034 "expr": "irate(node_netstat_TcpExt_TCPFromZeroWindowAdv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18035 "format": "time_series",
18036 "intervalFactor": 2,
18037 "legendFormat": "TCPFromZeroWindowAdv - Times window went from zero to non-zero",
18038 "refId": "A",
18039 "step": 4
18040 }
18041 ],
18042 "thresholds": [],
18043 "timeFrom": null,
18044 "timeShift": null,
18045 "title": "TCP ZeroWindow",
18046 "tooltip": {
18047 "shared": true,
18048 "sort": 0,
18049 "value_type": "individual"
18050 },
18051 "type": "graph",
18052 "xaxis": {
18053 "buckets": null,
18054 "mode": "time",
18055 "name": null,
18056 "show": true,
18057 "values": []
18058 },
18059 "yaxes": [
18060 {
18061 "format": "short",
18062 "label": "Counter",
18063 "logBase": 1,
18064 "max": null,
18065 "min": "0",
18066 "show": true
18067 },
18068 {
18069 "format": "short",
18070 "label": null,
18071 "logBase": 1,
18072 "max": null,
18073 "min": null,
18074 "show": false
18075 }
18076 ]
18077 },
18078 {
18079 "aliasColors": {},
18080 "bars": false,
18081 "dashLength": 10,
18082 "dashes": false,
18083 "datasource": "Prometheus",
18084 "description": "",
18085 "fill": 2,
18086 "gridPos": {
18087 "h": 10,
18088 "w": 12,
18089 "x": 12,
18090 "y": 653
18091 },
18092 "height": "",
18093 "id": 103,
18094 "legend": {
18095 "alignAsTable": true,
18096 "avg": true,
18097 "current": true,
18098 "hideEmpty": false,
18099 "hideZero": false,
18100 "max": true,
18101 "min": true,
18102 "rightSide": false,
18103 "show": true,
18104 "sort": "current",
18105 "sortDesc": true,
18106 "total": false,
18107 "values": true
18108 },
18109 "lines": true,
18110 "linewidth": 1,
18111 "links": [],
18112 "minSpan": 2,
18113 "nullPointMode": "null",
18114 "percentage": false,
18115 "pointradius": 5,
18116 "points": false,
18117 "renderer": "flot",
18118 "seriesOverrides": [],
18119 "spaceLength": 10,
18120 "stack": false,
18121 "steppedLine": false,
18122 "targets": [
18123 {
18124 "expr": "irate(node_netstat_TcpExt_TCPFACKReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18125 "format": "time_series",
18126 "intervalFactor": 2,
18127 "legendFormat": "TCPFACKReorder - Detected packets with re-ordering using FACK",
18128 "refId": "E",
18129 "step": 4
18130 },
18131 {
18132 "expr": "irate(node_netstat_TcpExt_TCPTSReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18133 "format": "time_series",
18134 "intervalFactor": 2,
18135 "legendFormat": "TCPTSReorder - Times detected packets with re-ordering using timestamp option",
18136 "refId": "S",
18137 "step": 4
18138 }
18139 ],
18140 "thresholds": [],
18141 "timeFrom": null,
18142 "timeShift": null,
18143 "title": "TCP Reorder",
18144 "tooltip": {
18145 "shared": true,
18146 "sort": 0,
18147 "value_type": "individual"
18148 },
18149 "type": "graph",
18150 "xaxis": {
18151 "buckets": null,
18152 "mode": "time",
18153 "name": null,
18154 "show": true,
18155 "values": []
18156 },
18157 "yaxes": [
18158 {
18159 "format": "short",
18160 "label": "Counter",
18161 "logBase": 1,
18162 "max": null,
18163 "min": "0",
18164 "show": true
18165 },
18166 {
18167 "format": "short",
18168 "label": null,
18169 "logBase": 1,
18170 "max": null,
18171 "min": null,
18172 "show": false
18173 }
18174 ]
18175 },
18176 {
18177 "aliasColors": {},
18178 "bars": false,
18179 "dashLength": 10,
18180 "dashes": false,
18181 "datasource": "Prometheus",
18182 "description": "",
18183 "fill": 2,
18184 "gridPos": {
18185 "h": 10,
18186 "w": 12,
18187 "x": 0,
18188 "y": 663
18189 },
18190 "height": "",
18191 "id": 162,
18192 "legend": {
18193 "alignAsTable": true,
18194 "avg": true,
18195 "current": true,
18196 "hideEmpty": false,
18197 "hideZero": false,
18198 "max": true,
18199 "min": true,
18200 "rightSide": false,
18201 "show": true,
18202 "sort": "current",
18203 "sortDesc": true,
18204 "total": false,
18205 "values": true
18206 },
18207 "lines": true,
18208 "linewidth": 1,
18209 "links": [],
18210 "minSpan": 2,
18211 "nullPointMode": "null",
18212 "percentage": false,
18213 "pointradius": 5,
18214 "points": false,
18215 "renderer": "flot",
18216 "seriesOverrides": [],
18217 "spaceLength": 10,
18218 "stack": false,
18219 "steppedLine": false,
18220 "targets": [
18221 {
18222 "expr": "irate(node_netstat_TcpExt_TCPRenoFailures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18223 "format": "time_series",
18224 "hide": false,
18225 "intervalFactor": 2,
18226 "legendFormat": "TCPRenoFailures - Timeouts after reno fast retransmit",
18227 "refId": "O",
18228 "step": 4
18229 },
18230 {
18231 "expr": "irate(node_netstat_TcpExt_TCPRenoRecovery{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18232 "format": "time_series",
18233 "intervalFactor": 2,
18234 "legendFormat": "TCPRenoRecovery - Times recovered from packet loss due to fast retransmit",
18235 "refId": "A",
18236 "step": 4
18237 },
18238 {
18239 "expr": "irate(node_netstat_TcpExt_TCPRenoRecoveryFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18240 "format": "time_series",
18241 "intervalFactor": 2,
18242 "legendFormat": "TCPRenoRecoveryFail - Times reno fast retransmits failed",
18243 "refId": "B",
18244 "step": 4
18245 },
18246 {
18247 "expr": "irate(node_netstat_TcpExt_TCPRenoReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18248 "format": "time_series",
18249 "intervalFactor": 2,
18250 "legendFormat": "TCPRenoReorder - Times detected reordering using reno fast retransmit",
18251 "refId": "C",
18252 "step": 4
18253 }
18254 ],
18255 "thresholds": [],
18256 "timeFrom": null,
18257 "timeShift": null,
18258 "title": "TCP Reno",
18259 "tooltip": {
18260 "shared": true,
18261 "sort": 0,
18262 "value_type": "individual"
18263 },
18264 "type": "graph",
18265 "xaxis": {
18266 "buckets": null,
18267 "mode": "time",
18268 "name": null,
18269 "show": true,
18270 "values": []
18271 },
18272 "yaxes": [
18273 {
18274 "format": "short",
18275 "label": "Counter",
18276 "logBase": 1,
18277 "max": null,
18278 "min": "0",
18279 "show": true
18280 },
18281 {
18282 "format": "short",
18283 "label": null,
18284 "logBase": 1,
18285 "max": null,
18286 "min": null,
18287 "show": false
18288 }
18289 ]
18290 },
18291 {
18292 "aliasColors": {},
18293 "bars": false,
18294 "dashLength": 10,
18295 "dashes": false,
18296 "datasource": "Prometheus",
18297 "description": "",
18298 "fill": 2,
18299 "gridPos": {
18300 "h": 10,
18301 "w": 12,
18302 "x": 12,
18303 "y": 663
18304 },
18305 "height": "",
18306 "id": 163,
18307 "legend": {
18308 "alignAsTable": true,
18309 "avg": true,
18310 "current": true,
18311 "hideEmpty": false,
18312 "hideZero": false,
18313 "max": true,
18314 "min": true,
18315 "rightSide": false,
18316 "show": true,
18317 "sort": "current",
18318 "sortDesc": true,
18319 "total": false,
18320 "values": true
18321 },
18322 "lines": true,
18323 "linewidth": 1,
18324 "links": [],
18325 "minSpan": 2,
18326 "nullPointMode": "null",
18327 "percentage": false,
18328 "pointradius": 5,
18329 "points": false,
18330 "renderer": "flot",
18331 "seriesOverrides": [],
18332 "spaceLength": 10,
18333 "stack": false,
18334 "steppedLine": false,
18335 "targets": [
18336 {
18337 "expr": "irate(node_netstat_TcpExt_TCPReqQFullDoCookies{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18338 "format": "time_series",
18339 "hide": false,
18340 "intervalFactor": 2,
18341 "legendFormat": "TCPReqQFullDoCookies - Times SYNCOOKIE was replied to client",
18342 "refId": "O",
18343 "step": 4
18344 },
18345 {
18346 "expr": "irate(node_netstat_TcpExt_TCPReqQFullDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18347 "format": "time_series",
18348 "intervalFactor": 2,
18349 "legendFormat": "TCPReqQFullDrop - Times SYN request was dropped due to disabled syncookies",
18350 "refId": "A",
18351 "step": 4
18352 }
18353 ],
18354 "thresholds": [],
18355 "timeFrom": null,
18356 "timeShift": null,
18357 "title": "TCP ReqQ",
18358 "tooltip": {
18359 "shared": true,
18360 "sort": 0,
18361 "value_type": "individual"
18362 },
18363 "type": "graph",
18364 "xaxis": {
18365 "buckets": null,
18366 "mode": "time",
18367 "name": null,
18368 "show": true,
18369 "values": []
18370 },
18371 "yaxes": [
18372 {
18373 "format": "short",
18374 "label": "Counter",
18375 "logBase": 1,
18376 "max": null,
18377 "min": "0",
18378 "show": true
18379 },
18380 {
18381 "format": "short",
18382 "label": null,
18383 "logBase": 1,
18384 "max": null,
18385 "min": null,
18386 "show": false
18387 }
18388 ]
18389 },
18390 {
18391 "aliasColors": {},
18392 "bars": false,
18393 "dashLength": 10,
18394 "dashes": false,
18395 "datasource": "Prometheus",
18396 "description": "",
18397 "fill": 2,
18398 "gridPos": {
18399 "h": 10,
18400 "w": 12,
18401 "x": 0,
18402 "y": 673
18403 },
18404 "height": "",
18405 "id": 164,
18406 "legend": {
18407 "alignAsTable": true,
18408 "avg": true,
18409 "current": true,
18410 "hideEmpty": false,
18411 "hideZero": false,
18412 "max": true,
18413 "min": true,
18414 "rightSide": false,
18415 "show": true,
18416 "sort": "current",
18417 "sortDesc": true,
18418 "total": false,
18419 "values": true
18420 },
18421 "lines": true,
18422 "linewidth": 1,
18423 "links": [],
18424 "minSpan": 2,
18425 "nullPointMode": "null",
18426 "percentage": false,
18427 "pointradius": 5,
18428 "points": false,
18429 "renderer": "flot",
18430 "seriesOverrides": [],
18431 "spaceLength": 10,
18432 "stack": false,
18433 "steppedLine": false,
18434 "targets": [
18435 {
18436 "expr": "irate(node_netstat_TcpExt_TCPOFODrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18437 "format": "time_series",
18438 "hide": false,
18439 "intervalFactor": 2,
18440 "legendFormat": "TCPOFODrop - Packets meant to be queued in OFO but dropped because socket rcvbuf limit reached",
18441 "refId": "P",
18442 "step": 4
18443 },
18444 {
18445 "expr": "irate(node_netstat_TcpExt_TCPOFOMerge{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18446 "format": "time_series",
18447 "hide": false,
18448 "intervalFactor": 2,
18449 "legendFormat": "TCPOFOMerge - Packets in OFO that were merged with other packets",
18450 "refId": "Q",
18451 "step": 4
18452 },
18453 {
18454 "expr": "irate(node_netstat_TcpExt_TCPOFOQueue{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18455 "format": "time_series",
18456 "intervalFactor": 2,
18457 "legendFormat": "TCPOFOQueue - Packets queued in OFO queue",
18458 "refId": "B",
18459 "step": 4
18460 }
18461 ],
18462 "thresholds": [],
18463 "timeFrom": null,
18464 "timeShift": null,
18465 "title": "TCP Out of order",
18466 "tooltip": {
18467 "shared": true,
18468 "sort": 0,
18469 "value_type": "individual"
18470 },
18471 "type": "graph",
18472 "xaxis": {
18473 "buckets": null,
18474 "mode": "time",
18475 "name": null,
18476 "show": true,
18477 "values": []
18478 },
18479 "yaxes": [
18480 {
18481 "format": "short",
18482 "label": "Counter",
18483 "logBase": 1,
18484 "max": null,
18485 "min": null,
18486 "show": true
18487 },
18488 {
18489 "format": "short",
18490 "label": null,
18491 "logBase": 1,
18492 "max": null,
18493 "min": null,
18494 "show": false
18495 }
18496 ]
18497 },
18498 {
18499 "aliasColors": {},
18500 "bars": false,
18501 "dashLength": 10,
18502 "dashes": false,
18503 "datasource": "Prometheus",
18504 "decimals": null,
18505 "description": "",
18506 "fill": 2,
18507 "gridPos": {
18508 "h": 10,
18509 "w": 12,
18510 "x": 12,
18511 "y": 673
18512 },
18513 "height": "",
18514 "id": 165,
18515 "legend": {
18516 "alignAsTable": true,
18517 "avg": true,
18518 "current": true,
18519 "hideZero": false,
18520 "max": true,
18521 "min": true,
18522 "rightSide": false,
18523 "show": true,
18524 "sort": "current",
18525 "sortDesc": true,
18526 "total": false,
18527 "values": true
18528 },
18529 "lines": true,
18530 "linewidth": 1,
18531 "links": [],
18532 "minSpan": 2,
18533 "nullPointMode": "null",
18534 "percentage": false,
18535 "pointradius": 5,
18536 "points": false,
18537 "renderer": "flot",
18538 "seriesOverrides": [],
18539 "spaceLength": 10,
18540 "stack": false,
18541 "steppedLine": false,
18542 "targets": [
18543 {
18544 "expr": "irate(node_netstat_TcpExt_TCPMD5NotFound{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18545 "format": "time_series",
18546 "hide": false,
18547 "intervalFactor": 2,
18548 "legendFormat": "TCPMD5NotFound - Times MD5 hash expected but not found",
18549 "refId": "Z",
18550 "step": 4
18551 },
18552 {
18553 "expr": "irate(node_netstat_TcpExt_TCPMD5Unexpected{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18554 "format": "time_series",
18555 "hide": false,
18556 "intervalFactor": 2,
18557 "legendFormat": "TCPMD5Unexpected - Times MD5 hash unexpected but found",
18558 "refId": "A",
18559 "step": 4
18560 }
18561 ],
18562 "thresholds": [],
18563 "timeFrom": null,
18564 "timeShift": null,
18565 "title": "TCP MD5",
18566 "tooltip": {
18567 "shared": true,
18568 "sort": 0,
18569 "value_type": "individual"
18570 },
18571 "type": "graph",
18572 "xaxis": {
18573 "buckets": null,
18574 "mode": "time",
18575 "name": null,
18576 "show": true,
18577 "values": []
18578 },
18579 "yaxes": [
18580 {
18581 "format": "short",
18582 "label": "Counter",
18583 "logBase": 1,
18584 "max": null,
18585 "min": "0",
18586 "show": true
18587 },
18588 {
18589 "format": "short",
18590 "label": null,
18591 "logBase": 1,
18592 "max": null,
18593 "min": null,
18594 "show": false
18595 }
18596 ]
18597 },
18598 {
18599 "aliasColors": {},
18600 "bars": false,
18601 "dashLength": 10,
18602 "dashes": false,
18603 "datasource": "Prometheus",
18604 "decimals": null,
18605 "description": "",
18606 "fill": 2,
18607 "gridPos": {
18608 "h": 10,
18609 "w": 12,
18610 "x": 0,
18611 "y": 683
18612 },
18613 "height": "",
18614 "id": 166,
18615 "legend": {
18616 "alignAsTable": true,
18617 "avg": true,
18618 "current": true,
18619 "hideZero": false,
18620 "max": true,
18621 "min": true,
18622 "rightSide": false,
18623 "show": true,
18624 "sort": "current",
18625 "sortDesc": true,
18626 "total": false,
18627 "values": true
18628 },
18629 "lines": true,
18630 "linewidth": 1,
18631 "links": [],
18632 "minSpan": 2,
18633 "nullPointMode": "null",
18634 "percentage": false,
18635 "pointradius": 5,
18636 "points": false,
18637 "renderer": "flot",
18638 "seriesOverrides": [],
18639 "spaceLength": 10,
18640 "stack": false,
18641 "steppedLine": false,
18642 "targets": [
18643 {
18644 "expr": "irate(node_netstat_TcpExt_TCPPrequeued{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18645 "format": "time_series",
18646 "hide": false,
18647 "intervalFactor": 2,
18648 "legendFormat": "TCPPrequeued - Packets directly queued to recvmsg prequeue",
18649 "refId": "Z",
18650 "step": 4
18651 },
18652 {
18653 "expr": "irate(node_netstat_TcpExt_TCPPrequeueDropped{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18654 "format": "time_series",
18655 "hide": false,
18656 "intervalFactor": 2,
18657 "legendFormat": "TCPPrequeueDropped - Packets dropped from prequeue",
18658 "refId": "A",
18659 "step": 4
18660 }
18661 ],
18662 "thresholds": [],
18663 "timeFrom": null,
18664 "timeShift": null,
18665 "title": "TCP Prequeued",
18666 "tooltip": {
18667 "shared": true,
18668 "sort": 0,
18669 "value_type": "individual"
18670 },
18671 "type": "graph",
18672 "xaxis": {
18673 "buckets": null,
18674 "mode": "time",
18675 "name": null,
18676 "show": true,
18677 "values": []
18678 },
18679 "yaxes": [
18680 {
18681 "format": "short",
18682 "label": "Counter",
18683 "logBase": 1,
18684 "max": null,
18685 "min": "0",
18686 "show": true
18687 },
18688 {
18689 "format": "short",
18690 "label": null,
18691 "logBase": 1,
18692 "max": null,
18693 "min": null,
18694 "show": false
18695 }
18696 ]
18697 },
18698 {
18699 "aliasColors": {},
18700 "bars": false,
18701 "dashLength": 10,
18702 "dashes": false,
18703 "datasource": "Prometheus",
18704 "decimals": null,
18705 "description": "",
18706 "fill": 2,
18707 "gridPos": {
18708 "h": 10,
18709 "w": 12,
18710 "x": 12,
18711 "y": 683
18712 },
18713 "height": "",
18714 "id": 167,
18715 "legend": {
18716 "alignAsTable": true,
18717 "avg": true,
18718 "current": true,
18719 "hideZero": false,
18720 "max": true,
18721 "min": true,
18722 "rightSide": false,
18723 "show": true,
18724 "sort": "current",
18725 "sortDesc": true,
18726 "total": false,
18727 "values": true
18728 },
18729 "lines": true,
18730 "linewidth": 1,
18731 "links": [],
18732 "minSpan": 2,
18733 "nullPointMode": "null",
18734 "percentage": false,
18735 "pointradius": 5,
18736 "points": false,
18737 "renderer": "flot",
18738 "seriesOverrides": [],
18739 "spaceLength": 10,
18740 "stack": false,
18741 "steppedLine": false,
18742 "targets": [
18743 {
18744 "expr": "irate(node_netstat_TcpExt_TCPRcvCoalesce{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18745 "format": "time_series",
18746 "hide": false,
18747 "intervalFactor": 2,
18748 "legendFormat": "TCPRcvCoalesce - Times tried to coalesce the receive queue",
18749 "refId": "Z",
18750 "step": 4
18751 },
18752 {
18753 "expr": "irate(node_netstat_TcpExt_TCPRcvCollapsed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18754 "format": "time_series",
18755 "hide": false,
18756 "intervalFactor": 2,
18757 "legendFormat": "TCPRcvCollapsed - Packets collapsed in receive queue due to low socket buffer",
18758 "refId": "A",
18759 "step": 4
18760 }
18761 ],
18762 "thresholds": [],
18763 "timeFrom": null,
18764 "timeShift": null,
18765 "title": "TCP Rcv",
18766 "tooltip": {
18767 "shared": true,
18768 "sort": 0,
18769 "value_type": "individual"
18770 },
18771 "type": "graph",
18772 "xaxis": {
18773 "buckets": null,
18774 "mode": "time",
18775 "name": null,
18776 "show": true,
18777 "values": []
18778 },
18779 "yaxes": [
18780 {
18781 "format": "short",
18782 "label": "Counter",
18783 "logBase": 1,
18784 "max": null,
18785 "min": "0",
18786 "show": true
18787 },
18788 {
18789 "format": "short",
18790 "label": null,
18791 "logBase": 1,
18792 "max": null,
18793 "min": null,
18794 "show": false
18795 }
18796 ]
18797 },
18798 {
18799 "aliasColors": {},
18800 "bars": false,
18801 "dashLength": 10,
18802 "dashes": false,
18803 "datasource": "Prometheus",
18804 "description": "",
18805 "fill": 2,
18806 "gridPos": {
18807 "h": 10,
18808 "w": 12,
18809 "x": 0,
18810 "y": 693
18811 },
18812 "height": "",
18813 "id": 224,
18814 "legend": {
18815 "alignAsTable": true,
18816 "avg": true,
18817 "current": true,
18818 "hideEmpty": false,
18819 "hideZero": false,
18820 "max": true,
18821 "min": true,
18822 "rightSide": false,
18823 "show": true,
18824 "sort": "current",
18825 "sortDesc": true,
18826 "total": false,
18827 "values": true
18828 },
18829 "lines": true,
18830 "linewidth": 1,
18831 "links": [],
18832 "minSpan": 2,
18833 "nullPointMode": "null",
18834 "percentage": false,
18835 "pointradius": 5,
18836 "points": false,
18837 "renderer": "flot",
18838 "seriesOverrides": [],
18839 "spaceLength": 10,
18840 "stack": false,
18841 "steppedLine": false,
18842 "targets": [
18843 {
18844 "expr": "irate(node_netstat_TcpExt_TCPOrigDataSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18845 "format": "time_series",
18846 "intervalFactor": 2,
18847 "legendFormat": "TCPOrigDataSent - Outgoing packets with original data",
18848 "refId": "C",
18849 "step": 4
18850 }
18851 ],
18852 "thresholds": [],
18853 "timeFrom": null,
18854 "timeShift": null,
18855 "title": "TCP Original Data",
18856 "tooltip": {
18857 "shared": true,
18858 "sort": 0,
18859 "value_type": "individual"
18860 },
18861 "type": "graph",
18862 "xaxis": {
18863 "buckets": null,
18864 "mode": "time",
18865 "name": null,
18866 "show": true,
18867 "values": []
18868 },
18869 "yaxes": [
18870 {
18871 "format": "short",
18872 "label": "Counter",
18873 "logBase": 1,
18874 "max": null,
18875 "min": "0",
18876 "show": true
18877 },
18878 {
18879 "format": "short",
18880 "label": null,
18881 "logBase": 1,
18882 "max": null,
18883 "min": null,
18884 "show": false
18885 }
18886 ]
18887 },
18888 {
18889 "aliasColors": {},
18890 "bars": false,
18891 "dashLength": 10,
18892 "dashes": false,
18893 "datasource": "Prometheus",
18894 "description": "",
18895 "fill": 2,
18896 "gridPos": {
18897 "h": 10,
18898 "w": 12,
18899 "x": 12,
18900 "y": 693
18901 },
18902 "height": "",
18903 "id": 225,
18904 "legend": {
18905 "alignAsTable": true,
18906 "avg": true,
18907 "current": true,
18908 "hideEmpty": false,
18909 "hideZero": false,
18910 "max": true,
18911 "min": true,
18912 "rightSide": false,
18913 "show": true,
18914 "sort": "current",
18915 "sortDesc": true,
18916 "total": false,
18917 "values": true
18918 },
18919 "lines": true,
18920 "linewidth": 1,
18921 "links": [],
18922 "minSpan": 2,
18923 "nullPointMode": "null",
18924 "percentage": false,
18925 "pointradius": 5,
18926 "points": false,
18927 "renderer": "flot",
18928 "seriesOverrides": [],
18929 "spaceLength": 10,
18930 "stack": false,
18931 "steppedLine": false,
18932 "targets": [
18933 {
18934 "expr": "irate(node_netstat_TcpExt_ArpFilter{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18935 "format": "time_series",
18936 "intervalFactor": 2,
18937 "legendFormat": "ArpFilter - Arp packets filtered",
18938 "refId": "A",
18939 "step": 4
18940 },
18941 {
18942 "expr": "irate(node_netstat_TcpExt_IPReversePathFilter{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18943 "format": "time_series",
18944 "intervalFactor": 2,
18945 "legendFormat": "IPReversePathFilter - Packets arrive from non directly connected network",
18946 "refId": "G",
18947 "step": 4
18948 }
18949 ],
18950 "thresholds": [],
18951 "timeFrom": null,
18952 "timeShift": null,
18953 "title": "TCP Filters",
18954 "tooltip": {
18955 "shared": true,
18956 "sort": 0,
18957 "value_type": "individual"
18958 },
18959 "type": "graph",
18960 "xaxis": {
18961 "buckets": null,
18962 "mode": "time",
18963 "name": null,
18964 "show": true,
18965 "values": []
18966 },
18967 "yaxes": [
18968 {
18969 "format": "short",
18970 "label": "Counter",
18971 "logBase": 1,
18972 "max": null,
18973 "min": "0",
18974 "show": true
18975 },
18976 {
18977 "format": "short",
18978 "label": null,
18979 "logBase": 1,
18980 "max": null,
18981 "min": null,
18982 "show": false
18983 }
18984 ]
18985 },
18986 {
18987 "aliasColors": {},
18988 "bars": false,
18989 "dashLength": 10,
18990 "dashes": false,
18991 "datasource": "Prometheus",
18992 "description": "",
18993 "fill": 2,
18994 "gridPos": {
18995 "h": 10,
18996 "w": 12,
18997 "x": 0,
18998 "y": 703
18999 },
19000 "height": "",
19001 "id": 226,
19002 "legend": {
19003 "alignAsTable": true,
19004 "avg": true,
19005 "current": true,
19006 "hideEmpty": false,
19007 "hideZero": false,
19008 "max": true,
19009 "min": true,
19010 "rightSide": false,
19011 "show": true,
19012 "sort": "current",
19013 "sortDesc": true,
19014 "total": false,
19015 "values": true
19016 },
19017 "lines": true,
19018 "linewidth": 1,
19019 "links": [],
19020 "minSpan": 2,
19021 "nullPointMode": "null",
19022 "percentage": false,
19023 "pointradius": 5,
19024 "points": false,
19025 "renderer": "flot",
19026 "seriesOverrides": [],
19027 "spaceLength": 10,
19028 "stack": false,
19029 "steppedLine": false,
19030 "targets": [
19031 {
19032 "expr": "irate(node_netstat_TcpExt_TCPPureAcks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19033 "format": "time_series",
19034 "intervalFactor": 2,
19035 "legendFormat": "TCPPureAcks - Acknowledgments not containing data payload received",
19036 "refId": "C",
19037 "step": 4
19038 }
19039 ],
19040 "thresholds": [],
19041 "timeFrom": null,
19042 "timeShift": null,
19043 "title": "TCP Pure ACK",
19044 "tooltip": {
19045 "shared": true,
19046 "sort": 0,
19047 "value_type": "individual"
19048 },
19049 "type": "graph",
19050 "xaxis": {
19051 "buckets": null,
19052 "mode": "time",
19053 "name": null,
19054 "show": true,
19055 "values": []
19056 },
19057 "yaxes": [
19058 {
19059 "format": "short",
19060 "label": "Counter",
19061 "logBase": 1,
19062 "max": null,
19063 "min": "0",
19064 "show": true
19065 },
19066 {
19067 "format": "short",
19068 "label": null,
19069 "logBase": 1,
19070 "max": null,
19071 "min": null,
19072 "show": false
19073 }
19074 ]
19075 },
19076 {
19077 "aliasColors": {},
19078 "bars": false,
19079 "dashLength": 10,
19080 "dashes": false,
19081 "datasource": "Prometheus",
19082 "description": "",
19083 "fill": 2,
19084 "gridPos": {
19085 "h": 10,
19086 "w": 12,
19087 "x": 12,
19088 "y": 703
19089 },
19090 "height": "",
19091 "id": 227,
19092 "legend": {
19093 "alignAsTable": true,
19094 "avg": true,
19095 "current": true,
19096 "hideEmpty": false,
19097 "hideZero": false,
19098 "max": true,
19099 "min": true,
19100 "rightSide": false,
19101 "show": true,
19102 "sort": "current",
19103 "sortDesc": true,
19104 "total": false,
19105 "values": true
19106 },
19107 "lines": true,
19108 "linewidth": 1,
19109 "links": [],
19110 "minSpan": 2,
19111 "nullPointMode": "null",
19112 "percentage": false,
19113 "pointradius": 5,
19114 "points": false,
19115 "renderer": "flot",
19116 "seriesOverrides": [],
19117 "spaceLength": 10,
19118 "stack": false,
19119 "steppedLine": false,
19120 "targets": [
19121 {
19122 "expr": "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19123 "format": "time_series",
19124 "intervalFactor": 2,
19125 "legendFormat": "TCPAutoCorking - Times stack detected skb was underused and its flush was deferred",
19126 "refId": "A",
19127 "step": 4
19128 }
19129 ],
19130 "thresholds": [],
19131 "timeFrom": null,
19132 "timeShift": null,
19133 "title": "TCP Auto Corking",
19134 "tooltip": {
19135 "shared": true,
19136 "sort": 0,
19137 "value_type": "individual"
19138 },
19139 "type": "graph",
19140 "xaxis": {
19141 "buckets": null,
19142 "mode": "time",
19143 "name": null,
19144 "show": true,
19145 "values": []
19146 },
19147 "yaxes": [
19148 {
19149 "format": "short",
19150 "label": "Counter",
19151 "logBase": 1,
19152 "max": null,
19153 "min": "0",
19154 "show": true
19155 },
19156 {
19157 "format": "short",
19158 "label": null,
19159 "logBase": 1,
19160 "max": null,
19161 "min": null,
19162 "show": false
19163 }
19164 ]
19165 },
19166 {
19167 "aliasColors": {},
19168 "bars": false,
19169 "dashLength": 10,
19170 "dashes": false,
19171 "datasource": "Prometheus",
19172 "description": "",
19173 "fill": 2,
19174 "gridPos": {
19175 "h": 10,
19176 "w": 12,
19177 "x": 0,
19178 "y": 713
19179 },
19180 "height": "",
19181 "id": 104,
19182 "legend": {
19183 "alignAsTable": true,
19184 "avg": true,
19185 "current": true,
19186 "hideEmpty": false,
19187 "hideZero": false,
19188 "max": true,
19189 "min": true,
19190 "rightSide": false,
19191 "show": true,
19192 "sort": "current",
19193 "sortDesc": true,
19194 "total": false,
19195 "values": true
19196 },
19197 "lines": true,
19198 "linewidth": 1,
19199 "links": [],
19200 "minSpan": 2,
19201 "nullPointMode": "null",
19202 "percentage": false,
19203 "pointradius": 5,
19204 "points": false,
19205 "renderer": "flot",
19206 "seriesOverrides": [],
19207 "spaceLength": 10,
19208 "stack": false,
19209 "steppedLine": false,
19210 "targets": [
19211 {
19212 "expr": "irate(node_netstat_TcpExt_BusyPollRxPackets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19213 "format": "time_series",
19214 "intervalFactor": 2,
19215 "legendFormat": "BusyPollRxPackets - Low latency application-fetched packets",
19216 "refId": "B",
19217 "step": 4
19218 },
19219 {
19220 "expr": "irate(node_netstat_TcpExt_EmbryonicRsts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19221 "format": "time_series",
19222 "intervalFactor": 2,
19223 "legendFormat": "EmbryonicRsts - Resets received for embryonic SYN_RECV sockets",
19224 "refId": "F",
19225 "step": 4
19226 },
19227 {
19228 "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19229 "format": "time_series",
19230 "intervalFactor": 2,
19231 "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed",
19232 "refId": "I",
19233 "step": 4
19234 },
19235 {
19236 "expr": "irate(node_netstat_TcpExt_TCPSchedulerFailed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19237 "intervalFactor": 2,
19238 "legendFormat": "TCPSchedulerFailed - Times receiver scheduled too late for direct processing",
19239 "refId": "A",
19240 "step": 4
19241 },
19242 {
19243 "expr": "irate(node_netstat_TcpExt_TCPMemoryPressures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19244 "intervalFactor": 2,
19245 "legendFormat": "TCPMemoryPressures - TCP ran low on memory",
19246 "refId": "C",
19247 "step": 4
19248 }
19249 ],
19250 "thresholds": [],
19251 "timeFrom": null,
19252 "timeShift": null,
19253 "title": "TCP Issues",
19254 "tooltip": {
19255 "shared": true,
19256 "sort": 0,
19257 "value_type": "individual"
19258 },
19259 "type": "graph",
19260 "xaxis": {
19261 "buckets": null,
19262 "mode": "time",
19263 "name": null,
19264 "show": true,
19265 "values": []
19266 },
19267 "yaxes": [
19268 {
19269 "format": "short",
19270 "label": "Counter",
19271 "logBase": 1,
19272 "max": null,
19273 "min": "0",
19274 "show": true
19275 },
19276 {
19277 "format": "short",
19278 "label": null,
19279 "logBase": 1,
19280 "max": null,
19281 "min": null,
19282 "show": false
19283 }
19284 ]
19285 }
19286 ],
19287 "repeat": null,
19288 "title": "Network Netstat TCP Linux MIPs",
19289 "type": "row"
19290 },
19291 {
19292 "collapsed": true,
19293 "gridPos": {
19294 "h": 1,
19295 "w": 24,
19296 "x": 0,
19297 "y": 37
19298 },
19299 "id": 277,
19300 "panels": [
19301 {
19302 "aliasColors": {},
19303 "bars": false,
19304 "dashLength": 10,
19305 "dashes": false,
19306 "datasource": "Prometheus",
19307 "decimals": null,
19308 "fill": 2,
19309 "gridPos": {
19310 "h": 10,
19311 "w": 12,
19312 "x": 0,
19313 "y": 714
19314 },
19315 "height": "",
19316 "id": 55,
19317 "legend": {
19318 "alignAsTable": true,
19319 "avg": true,
19320 "current": true,
19321 "hideZero": false,
19322 "max": true,
19323 "min": true,
19324 "rightSide": false,
19325 "show": true,
19326 "sort": "current",
19327 "sortDesc": true,
19328 "total": false,
19329 "values": true
19330 },
19331 "lines": true,
19332 "linewidth": 1,
19333 "links": [],
19334 "minSpan": 2,
19335 "nullPointMode": "null",
19336 "percentage": false,
19337 "pointradius": 5,
19338 "points": false,
19339 "renderer": "flot",
19340 "seriesOverrides": [
19341 {
19342 "alias": "/.*Out.*/",
19343 "transform": "negative-Y"
19344 },
19345 {
19346 "alias": "/.*Snd.*/",
19347 "transform": "negative-Y"
19348 },
19349 {
19350 "alias": "/.*Datagrams.*/",
19351 "color": "#EAB839"
19352 }
19353 ],
19354 "spaceLength": 10,
19355 "stack": false,
19356 "steppedLine": false,
19357 "targets": [
19358 {
19359 "expr": "irate(node_netstat_Udp_InDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19360 "format": "time_series",
19361 "intervalFactor": 2,
19362 "legendFormat": "InDatagrams - Datagrams received",
19363 "refId": "B",
19364 "step": 4
19365 },
19366 {
19367 "expr": "irate(node_netstat_Udp_OutDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19368 "format": "time_series",
19369 "intervalFactor": 2,
19370 "legendFormat": "OutDatagrams - Datagrams sent",
19371 "refId": "E",
19372 "step": 4
19373 }
19374 ],
19375 "thresholds": [],
19376 "timeFrom": null,
19377 "timeShift": null,
19378 "title": "UDP In / Out",
19379 "tooltip": {
19380 "shared": true,
19381 "sort": 0,
19382 "value_type": "individual"
19383 },
19384 "type": "graph",
19385 "xaxis": {
19386 "buckets": null,
19387 "mode": "time",
19388 "name": null,
19389 "show": true,
19390 "values": []
19391 },
19392 "yaxes": [
19393 {
19394 "format": "short",
19395 "label": "Datagrams out (-) / in (+)",
19396 "logBase": 1,
19397 "max": null,
19398 "min": null,
19399 "show": true
19400 },
19401 {
19402 "format": "short",
19403 "label": null,
19404 "logBase": 1,
19405 "max": null,
19406 "min": null,
19407 "show": false
19408 }
19409 ]
19410 },
19411 {
19412 "aliasColors": {},
19413 "bars": false,
19414 "dashLength": 10,
19415 "dashes": false,
19416 "datasource": "Prometheus",
19417 "fill": 2,
19418 "gridPos": {
19419 "h": 10,
19420 "w": 12,
19421 "x": 12,
19422 "y": 714
19423 },
19424 "height": "",
19425 "id": 109,
19426 "legend": {
19427 "alignAsTable": true,
19428 "avg": true,
19429 "current": true,
19430 "hideZero": false,
19431 "max": true,
19432 "min": true,
19433 "rightSide": false,
19434 "show": true,
19435 "sort": "current",
19436 "sortDesc": true,
19437 "total": false,
19438 "values": true
19439 },
19440 "lines": true,
19441 "linewidth": 1,
19442 "links": [],
19443 "minSpan": 2,
19444 "nullPointMode": "null",
19445 "percentage": false,
19446 "pointradius": 5,
19447 "points": false,
19448 "renderer": "flot",
19449 "seriesOverrides": [
19450 {
19451 "alias": "/.*Out.*/",
19452 "transform": "negative-Y"
19453 },
19454 {
19455 "alias": "/.*Snd.*/",
19456 "transform": "negative-Y"
19457 },
19458 {
19459 "alias": "/.*bufErrors.*/",
19460 "color": "#70DBED"
19461 }
19462 ],
19463 "spaceLength": 10,
19464 "stack": false,
19465 "steppedLine": false,
19466 "targets": [
19467 {
19468 "expr": "irate(node_netstat_Udp_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19469 "format": "time_series",
19470 "intervalFactor": 2,
19471 "legendFormat": "InCsumErrors - Datagrams with checksum errors",
19472 "refId": "A",
19473 "step": 4
19474 },
19475 {
19476 "expr": "irate(node_netstat_Udp_InErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19477 "format": "time_series",
19478 "intervalFactor": 2,
19479 "legendFormat": "InErrors - Datagrams that could not be delivered to an application",
19480 "refId": "C",
19481 "step": 4
19482 },
19483 {
19484 "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19485 "format": "time_series",
19486 "intervalFactor": 2,
19487 "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive",
19488 "refId": "F",
19489 "step": 4
19490 },
19491 {
19492 "expr": "irate(node_netstat_Udp_SndbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19493 "format": "time_series",
19494 "intervalFactor": 2,
19495 "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit",
19496 "refId": "G",
19497 "step": 4
19498 },
19499 {
19500 "expr": "irate(node_netstat_Udp_NoPorts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19501 "format": "time_series",
19502 "intervalFactor": 2,
19503 "legendFormat": "NoPorts - Datagrams received on a port with no listener",
19504 "refId": "B",
19505 "step": 4
19506 }
19507 ],
19508 "thresholds": [],
19509 "timeFrom": null,
19510 "timeShift": null,
19511 "title": "UDP Errors",
19512 "tooltip": {
19513 "shared": true,
19514 "sort": 0,
19515 "value_type": "individual"
19516 },
19517 "type": "graph",
19518 "xaxis": {
19519 "buckets": null,
19520 "mode": "time",
19521 "name": null,
19522 "show": true,
19523 "values": []
19524 },
19525 "yaxes": [
19526 {
19527 "format": "short",
19528 "label": "Datagrams out (-) / in (+)",
19529 "logBase": 1,
19530 "max": null,
19531 "min": null,
19532 "show": true
19533 },
19534 {
19535 "format": "short",
19536 "label": null,
19537 "logBase": 1,
19538 "max": null,
19539 "min": null,
19540 "show": false
19541 }
19542 ]
19543 },
19544 {
19545 "aliasColors": {},
19546 "bars": false,
19547 "dashLength": 10,
19548 "dashes": false,
19549 "datasource": "Prometheus",
19550 "fill": 2,
19551 "gridPos": {
19552 "h": 10,
19553 "w": 12,
19554 "x": 0,
19555 "y": 724
19556 },
19557 "height": "",
19558 "id": 57,
19559 "legend": {
19560 "alignAsTable": true,
19561 "avg": true,
19562 "current": true,
19563 "hideZero": false,
19564 "max": true,
19565 "min": true,
19566 "rightSide": false,
19567 "show": true,
19568 "sort": "current",
19569 "sortDesc": true,
19570 "total": false,
19571 "values": true
19572 },
19573 "lines": true,
19574 "linewidth": 1,
19575 "links": [],
19576 "minSpan": 2,
19577 "nullPointMode": "null",
19578 "percentage": false,
19579 "pointradius": 5,
19580 "points": false,
19581 "renderer": "flot",
19582 "seriesOverrides": [
19583 {
19584 "alias": "/.*Out.*/",
19585 "transform": "negative-Y"
19586 },
19587 {
19588 "alias": "/.*Datagrams.*/",
19589 "color": "#EAB839"
19590 }
19591 ],
19592 "spaceLength": 10,
19593 "stack": false,
19594 "steppedLine": false,
19595 "targets": [
19596 {
19597 "expr": "irate(node_netstat_UdpLite_InDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19598 "format": "time_series",
19599 "intervalFactor": 2,
19600 "legendFormat": "InDatagrams - Packets received",
19601 "refId": "B",
19602 "step": 4
19603 },
19604 {
19605 "expr": "irate(node_netstat_UdpLite_OutDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19606 "format": "time_series",
19607 "intervalFactor": 2,
19608 "legendFormat": "OutDatagrams - Packets sent",
19609 "refId": "E",
19610 "step": 4
19611 }
19612 ],
19613 "thresholds": [],
19614 "timeFrom": null,
19615 "timeShift": null,
19616 "title": "UDP Lite In / Out",
19617 "tooltip": {
19618 "shared": true,
19619 "sort": 0,
19620 "value_type": "individual"
19621 },
19622 "type": "graph",
19623 "xaxis": {
19624 "buckets": null,
19625 "mode": "time",
19626 "name": null,
19627 "show": true,
19628 "values": []
19629 },
19630 "yaxes": [
19631 {
19632 "format": "short",
19633 "label": "Datagrams out (-) / in (+)",
19634 "logBase": 1,
19635 "max": null,
19636 "min": null,
19637 "show": true
19638 },
19639 {
19640 "format": "short",
19641 "label": null,
19642 "logBase": 1,
19643 "max": null,
19644 "min": null,
19645 "show": false
19646 }
19647 ]
19648 },
19649 {
19650 "aliasColors": {},
19651 "bars": false,
19652 "dashLength": 10,
19653 "dashes": false,
19654 "datasource": "Prometheus",
19655 "fill": 2,
19656 "gridPos": {
19657 "h": 10,
19658 "w": 12,
19659 "x": 12,
19660 "y": 724
19661 },
19662 "height": "",
19663 "id": 110,
19664 "legend": {
19665 "alignAsTable": true,
19666 "avg": true,
19667 "current": true,
19668 "hideZero": false,
19669 "max": true,
19670 "min": true,
19671 "rightSide": false,
19672 "show": true,
19673 "sort": "current",
19674 "sortDesc": true,
19675 "total": false,
19676 "values": true
19677 },
19678 "lines": true,
19679 "linewidth": 1,
19680 "links": [],
19681 "minSpan": 2,
19682 "nullPointMode": "null",
19683 "percentage": false,
19684 "pointradius": 5,
19685 "points": false,
19686 "renderer": "flot",
19687 "seriesOverrides": [
19688 {
19689 "alias": "/.*Out.*/",
19690 "transform": "negative-Y"
19691 },
19692 {
19693 "alias": "/.*bufErrors.*/",
19694 "color": "#6ED0E0"
19695 }
19696 ],
19697 "spaceLength": 10,
19698 "stack": false,
19699 "steppedLine": false,
19700 "targets": [
19701 {
19702 "expr": "irate(node_netstat_UdpLite_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19703 "format": "time_series",
19704 "intervalFactor": 2,
19705 "legendFormat": "InCsumErrors - Datagrams with checksum errors",
19706 "refId": "A",
19707 "step": 4
19708 },
19709 {
19710 "expr": "irate(node_netstat_UdpLite_InErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19711 "format": "time_series",
19712 "intervalFactor": 2,
19713 "legendFormat": "InErrors - Datagrams that could not be delivered to an application",
19714 "refId": "C",
19715 "step": 4
19716 },
19717 {
19718 "expr": "irate(node_netstat_UdpLite_RcvbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19719 "format": "time_series",
19720 "intervalFactor": 2,
19721 "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive",
19722 "refId": "F",
19723 "step": 4
19724 },
19725 {
19726 "expr": "irate(node_netstat_UdpLite_SndbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19727 "format": "time_series",
19728 "intervalFactor": 2,
19729 "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit",
19730 "refId": "G",
19731 "step": 4
19732 },
19733 {
19734 "expr": "irate(node_netstat_UdpLite_NoPorts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19735 "format": "time_series",
19736 "intervalFactor": 2,
19737 "legendFormat": "NoPorts - Datagrams received on a port with no listener",
19738 "refId": "B",
19739 "step": 4
19740 }
19741 ],
19742 "thresholds": [],
19743 "timeFrom": null,
19744 "timeShift": null,
19745 "title": "UDP Lite Errors",
19746 "tooltip": {
19747 "shared": true,
19748 "sort": 0,
19749 "value_type": "individual"
19750 },
19751 "type": "graph",
19752 "xaxis": {
19753 "buckets": null,
19754 "mode": "time",
19755 "name": null,
19756 "show": true,
19757 "values": []
19758 },
19759 "yaxes": [
19760 {
19761 "format": "short",
19762 "label": "Datagrams out (-) / in (+)",
19763 "logBase": 1,
19764 "max": null,
19765 "min": null,
19766 "show": true
19767 },
19768 {
19769 "format": "short",
19770 "label": null,
19771 "logBase": 1,
19772 "max": null,
19773 "min": null,
19774 "show": false
19775 }
19776 ]
19777 }
19778 ],
19779 "repeat": null,
19780 "title": "Network Netstat UDP",
19781 "type": "row"
19782 },
19783 {
19784 "collapsed": true,
19785 "gridPos": {
19786 "h": 1,
19787 "w": 24,
19788 "x": 0,
19789 "y": 38
19790 },
19791 "id": 278,
19792 "panels": [
19793 {
19794 "aliasColors": {},
19795 "bars": false,
19796 "dashLength": 10,
19797 "dashes": false,
19798 "datasource": "Prometheus",
19799 "decimals": null,
19800 "fill": 2,
19801 "gridPos": {
19802 "h": 10,
19803 "w": 12,
19804 "x": 0,
19805 "y": 725
19806 },
19807 "height": "",
19808 "id": 50,
19809 "legend": {
19810 "alignAsTable": true,
19811 "avg": true,
19812 "current": true,
19813 "hideZero": false,
19814 "max": true,
19815 "min": true,
19816 "rightSide": false,
19817 "show": true,
19818 "sort": "current",
19819 "sortDesc": true,
19820 "total": false,
19821 "values": true
19822 },
19823 "lines": true,
19824 "linewidth": 1,
19825 "links": [],
19826 "minSpan": 2,
19827 "nullPointMode": "null",
19828 "percentage": false,
19829 "pointradius": 5,
19830 "points": false,
19831 "renderer": "flot",
19832 "seriesOverrides": [
19833 {
19834 "alias": "/.*Out.*/",
19835 "transform": "negative-Y"
19836 },
19837 {
19838 "alias": "/.*Type3.*/",
19839 "color": "#EAB839"
19840 },
19841 {
19842 "alias": "/.*SrcQuenchs.*/",
19843 "color": "#705DA0"
19844 },
19845 {
19846 "alias": "/.*ParmProb.*/",
19847 "color": "#70DBED"
19848 },
19849 {
19850 "alias": "/.*TimeExcds.*/",
19851 "color": "#EA6460"
19852 },
19853 {
19854 "alias": "/.*DestUnreachs.*/",
19855 "color": "#7EB26D"
19856 },
19857 {
19858 "alias": "/.*InErrors.*/",
19859 "color": "#890F02"
19860 },
19861 {
19862 "alias": "/.*OutErrors.*/",
19863 "color": "#890F02"
19864 }
19865 ],
19866 "spaceLength": 10,
19867 "stack": false,
19868 "steppedLine": false,
19869 "targets": [
19870 {
19871 "expr": "irate(node_netstat_Icmp_InErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19872 "format": "time_series",
19873 "intervalFactor": 2,
19874 "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)",
19875 "refId": "I",
19876 "step": 4
19877 },
19878 {
19879 "expr": "irate(node_netstat_Icmp_OutErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19880 "format": "time_series",
19881 "intervalFactor": 2,
19882 "legendFormat": "OutErrors - Messages which this entity did not send due to problems discovered within ICMP, such as a lack of buffers",
19883 "refId": "V",
19884 "step": 4
19885 },
19886 {
19887 "expr": "irate(node_netstat_Icmp_InDestUnreachs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19888 "format": "time_series",
19889 "intervalFactor": 2,
19890 "legendFormat": "InDestUnreachs - Destination Unreachable messages received",
19891 "refId": "A",
19892 "step": 4
19893 },
19894 {
19895 "expr": "irate(node_netstat_Icmp_OutDestUnreachs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19896 "format": "time_series",
19897 "intervalFactor": 2,
19898 "legendFormat": "OutDestUnreachs - Destination Unreachable messages sent",
19899 "refId": "B",
19900 "step": 4
19901 },
19902 {
19903 "expr": "irate(node_netstat_IcmpMsg_InType3{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19904 "format": "time_series",
19905 "hide": false,
19906 "intervalFactor": 2,
19907 "legendFormat": "InType3 - Destination unreachable",
19908 "refId": "K",
19909 "step": 4
19910 },
19911 {
19912 "expr": "irate(node_netstat_IcmpMsg_OutType3{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19913 "format": "time_series",
19914 "hide": false,
19915 "intervalFactor": 2,
19916 "legendFormat": "OutType3 - Destination unreachable",
19917 "refId": "L",
19918 "step": 4
19919 },
19920 {
19921 "expr": "irate(node_netstat_IcmpMsg_InType11{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19922 "format": "time_series",
19923 "hide": false,
19924 "intervalFactor": 2,
19925 "legendFormat": "InType11 - Time Exceeded",
19926 "refId": "C",
19927 "step": 4
19928 }
19929 ],
19930 "thresholds": [],
19931 "timeFrom": null,
19932 "timeShift": null,
19933 "title": "ICMP Errors 1",
19934 "tooltip": {
19935 "shared": true,
19936 "sort": 0,
19937 "value_type": "individual"
19938 },
19939 "type": "graph",
19940 "xaxis": {
19941 "buckets": null,
19942 "mode": "time",
19943 "name": null,
19944 "show": true,
19945 "values": []
19946 },
19947 "yaxes": [
19948 {
19949 "format": "short",
19950 "label": "Messages out (-) / in (+)",
19951 "logBase": 1,
19952 "max": null,
19953 "min": null,
19954 "show": true
19955 },
19956 {
19957 "format": "short",
19958 "label": null,
19959 "logBase": 1,
19960 "max": null,
19961 "min": null,
19962 "show": false
19963 }
19964 ]
19965 },
19966 {
19967 "aliasColors": {},
19968 "bars": false,
19969 "dashLength": 10,
19970 "dashes": false,
19971 "datasource": "Prometheus",
19972 "decimals": null,
19973 "fill": 2,
19974 "gridPos": {
19975 "h": 10,
19976 "w": 12,
19977 "x": 12,
19978 "y": 725
19979 },
19980 "height": "",
19981 "id": 147,
19982 "legend": {
19983 "alignAsTable": true,
19984 "avg": true,
19985 "current": true,
19986 "hideZero": false,
19987 "max": true,
19988 "min": true,
19989 "rightSide": false,
19990 "show": true,
19991 "sort": "current",
19992 "sortDesc": true,
19993 "total": false,
19994 "values": true
19995 },
19996 "lines": true,
19997 "linewidth": 1,
19998 "links": [],
19999 "minSpan": 2,
20000 "nullPointMode": "null",
20001 "percentage": false,
20002 "pointradius": 5,
20003 "points": false,
20004 "renderer": "flot",
20005 "seriesOverrides": [
20006 {
20007 "alias": "/.*Out.*/",
20008 "transform": "negative-Y"
20009 },
20010 {
20011 "alias": "/.*Type3.*/",
20012 "color": "#EAB839"
20013 },
20014 {
20015 "alias": "/.*SrcQuenchs.*/",
20016 "color": "#705DA0"
20017 },
20018 {
20019 "alias": "/.*ParmProb.*/",
20020 "color": "#70DBED"
20021 },
20022 {
20023 "alias": "/.*TimeExcds.*/",
20024 "color": "#EA6460"
20025 },
20026 {
20027 "alias": "/.*DestUnreachs.*/",
20028 "color": "#7EB26D"
20029 },
20030 {
20031 "alias": "/.*InErrors.*/",
20032 "color": "#890F02"
20033 },
20034 {
20035 "alias": "/.*OutErrors.*/",
20036 "color": "#890F02"
20037 }
20038 ],
20039 "spaceLength": 10,
20040 "stack": false,
20041 "steppedLine": false,
20042 "targets": [
20043 {
20044 "expr": "irate(node_netstat_Icmp_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20045 "format": "time_series",
20046 "hide": false,
20047 "intervalFactor": 2,
20048 "legendFormat": "InCsumErrors - Messages with ICMP checksum errors",
20049 "refId": "E",
20050 "step": 4
20051 },
20052 {
20053 "expr": "irate(node_netstat_Icmp_InTimeExcds{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20054 "format": "time_series",
20055 "hide": false,
20056 "intervalFactor": 2,
20057 "legendFormat": "InTimeExcds - Time Exceeded messages received",
20058 "refId": "C",
20059 "step": 4
20060 },
20061 {
20062 "expr": "irate(node_netstat_Icmp_OutTimeExcds{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20063 "format": "time_series",
20064 "hide": false,
20065 "intervalFactor": 2,
20066 "legendFormat": "OutTimeExcds - Time Exceeded messages sent",
20067 "refId": "D",
20068 "step": 4
20069 },
20070 {
20071 "expr": "irate(node_netstat_Icmp_InParmProbs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20072 "format": "time_series",
20073 "hide": false,
20074 "intervalFactor": 2,
20075 "legendFormat": "InParmProbs - Parameter Problem messages received",
20076 "refId": "F",
20077 "step": 4
20078 },
20079 {
20080 "expr": "irate(node_netstat_Icmp_OutParmProbs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20081 "format": "time_series",
20082 "hide": false,
20083 "intervalFactor": 2,
20084 "legendFormat": "OutParmProb - Parameter Problem messages sent",
20085 "refId": "G",
20086 "step": 4
20087 },
20088 {
20089 "expr": "irate(node_netstat_Icmp_InSrcQuenchs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20090 "format": "time_series",
20091 "hide": false,
20092 "intervalFactor": 2,
20093 "legendFormat": "InSrcQuenchs - Source Quench messages received",
20094 "refId": "H",
20095 "step": 4
20096 },
20097 {
20098 "expr": "irate(node_netstat_Icmp_OutSrcQuenchs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20099 "format": "time_series",
20100 "hide": false,
20101 "intervalFactor": 2,
20102 "legendFormat": "OutSrcQuenchs - Source Quench messages sent",
20103 "refId": "J",
20104 "step": 4
20105 }
20106 ],
20107 "thresholds": [],
20108 "timeFrom": null,
20109 "timeShift": null,
20110 "title": "ICMP Errors 2",
20111 "tooltip": {
20112 "shared": true,
20113 "sort": 0,
20114 "value_type": "individual"
20115 },
20116 "type": "graph",
20117 "xaxis": {
20118 "buckets": null,
20119 "mode": "time",
20120 "name": null,
20121 "show": true,
20122 "values": []
20123 },
20124 "yaxes": [
20125 {
20126 "format": "short",
20127 "label": "Messages out (-) / in (+)",
20128 "logBase": 1,
20129 "max": null,
20130 "min": null,
20131 "show": true
20132 },
20133 {
20134 "format": "short",
20135 "label": null,
20136 "logBase": 1,
20137 "max": null,
20138 "min": null,
20139 "show": false
20140 }
20141 ]
20142 },
20143 {
20144 "aliasColors": {},
20145 "bars": false,
20146 "dashLength": 10,
20147 "dashes": false,
20148 "datasource": "Prometheus",
20149 "decimals": null,
20150 "fill": 2,
20151 "gridPos": {
20152 "h": 10,
20153 "w": 12,
20154 "x": 0,
20155 "y": 735
20156 },
20157 "height": "",
20158 "id": 115,
20159 "legend": {
20160 "alignAsTable": true,
20161 "avg": true,
20162 "current": true,
20163 "hideZero": false,
20164 "max": true,
20165 "min": true,
20166 "rightSide": false,
20167 "show": true,
20168 "sort": "current",
20169 "sortDesc": true,
20170 "total": false,
20171 "values": true
20172 },
20173 "lines": true,
20174 "linewidth": 1,
20175 "links": [],
20176 "minSpan": 2,
20177 "nullPointMode": "null",
20178 "percentage": false,
20179 "pointradius": 5,
20180 "points": false,
20181 "renderer": "flot",
20182 "seriesOverrides": [
20183 {
20184 "alias": "/.*Out.*/",
20185 "transform": "negative-Y"
20186 },
20187 {
20188 "alias": "/.*Msgs.*/",
20189 "color": "#6ED0E0"
20190 },
20191 {
20192 "alias": "/.*Redirects.*/",
20193 "color": "#F9BA8F"
20194 }
20195 ],
20196 "spaceLength": 10,
20197 "stack": false,
20198 "steppedLine": false,
20199 "targets": [
20200 {
20201 "expr": "irate(node_netstat_Icmp_InMsgs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20202 "format": "time_series",
20203 "intervalFactor": 2,
20204 "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors",
20205 "refId": "J",
20206 "step": 4
20207 },
20208 {
20209 "expr": "irate(node_netstat_Icmp_InRedirects{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20210 "format": "time_series",
20211 "intervalFactor": 2,
20212 "legendFormat": "InRedirects - Redirect messages received",
20213 "refId": "L",
20214 "step": 4
20215 },
20216 {
20217 "expr": "irate(node_netstat_Icmp_OutMsgs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20218 "format": "time_series",
20219 "intervalFactor": 2,
20220 "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors",
20221 "refId": "W",
20222 "step": 4
20223 },
20224 {
20225 "expr": "irate(node_netstat_Icmp_OutRedirects{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20226 "format": "time_series",
20227 "intervalFactor": 2,
20228 "legendFormat": "OutRedirects - Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects",
20229 "refId": "Y",
20230 "step": 4
20231 }
20232 ],
20233 "thresholds": [],
20234 "timeFrom": null,
20235 "timeShift": null,
20236 "title": "ICMP In / Out - Messages / Redirects",
20237 "tooltip": {
20238 "shared": true,
20239 "sort": 0,
20240 "value_type": "individual"
20241 },
20242 "type": "graph",
20243 "xaxis": {
20244 "buckets": null,
20245 "mode": "time",
20246 "name": null,
20247 "show": true,
20248 "values": []
20249 },
20250 "yaxes": [
20251 {
20252 "format": "short",
20253 "label": "Messages out (-) / in (+)",
20254 "logBase": 1,
20255 "max": null,
20256 "min": null,
20257 "show": true
20258 },
20259 {
20260 "format": "short",
20261 "label": null,
20262 "logBase": 1,
20263 "max": null,
20264 "min": null,
20265 "show": false
20266 }
20267 ]
20268 },
20269 {
20270 "aliasColors": {},
20271 "bars": false,
20272 "dashLength": 10,
20273 "dashes": false,
20274 "datasource": "Prometheus",
20275 "decimals": null,
20276 "fill": 2,
20277 "gridPos": {
20278 "h": 10,
20279 "w": 12,
20280 "x": 12,
20281 "y": 735
20282 },
20283 "height": "",
20284 "id": 112,
20285 "legend": {
20286 "alignAsTable": true,
20287 "avg": true,
20288 "current": true,
20289 "hideZero": false,
20290 "max": true,
20291 "min": true,
20292 "rightSide": false,
20293 "show": true,
20294 "sort": "current",
20295 "sortDesc": true,
20296 "total": false,
20297 "values": true
20298 },
20299 "lines": true,
20300 "linewidth": 1,
20301 "links": [],
20302 "minSpan": 2,
20303 "nullPointMode": "null",
20304 "percentage": false,
20305 "pointradius": 5,
20306 "points": false,
20307 "renderer": "flot",
20308 "seriesOverrides": [
20309 {
20310 "alias": "/.*Out.*/",
20311 "transform": "negative-Y"
20312 },
20313 {
20314 "alias": "/.*TimestampReps.*/",
20315 "color": "#F9934E"
20316 },
20317 {
20318 "alias": "/.*Timestamps -.*/",
20319 "color": "#6ED0E0"
20320 }
20321 ],
20322 "spaceLength": 10,
20323 "stack": false,
20324 "steppedLine": false,
20325 "targets": [
20326 {
20327 "expr": "irate(node_netstat_Icmp_InTimestampReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20328 "format": "time_series",
20329 "intervalFactor": 2,
20330 "legendFormat": "InTimestampReps - Timestamp Reply messages received",
20331 "refId": "O",
20332 "step": 4
20333 },
20334 {
20335 "expr": "irate(node_netstat_Icmp_InTimestamps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20336 "format": "time_series",
20337 "intervalFactor": 2,
20338 "legendFormat": "InTimestamps - Timestamp (request) messages received",
20339 "refId": "P",
20340 "step": 4
20341 },
20342 {
20343 "expr": "irate(node_netstat_Icmp_OutTimestampReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20344 "format": "time_series",
20345 "intervalFactor": 2,
20346 "legendFormat": "OutTimestampReps - Timestamp Reply messages sent",
20347 "refId": "A",
20348 "step": 4
20349 },
20350 {
20351 "expr": "irate(node_netstat_Icmp_OutTimestamps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20352 "format": "time_series",
20353 "intervalFactor": 2,
20354 "legendFormat": "OutTimestamps - Timestamp (request) messages sent",
20355 "refId": "B",
20356 "step": 4
20357 }
20358 ],
20359 "thresholds": [],
20360 "timeFrom": null,
20361 "timeShift": null,
20362 "title": "ICMP Timestamps",
20363 "tooltip": {
20364 "shared": true,
20365 "sort": 0,
20366 "value_type": "individual"
20367 },
20368 "type": "graph",
20369 "xaxis": {
20370 "buckets": null,
20371 "mode": "time",
20372 "name": null,
20373 "show": true,
20374 "values": []
20375 },
20376 "yaxes": [
20377 {
20378 "format": "short",
20379 "label": "Messages out (-) / in (+)",
20380 "logBase": 1,
20381 "max": null,
20382 "min": null,
20383 "show": true
20384 },
20385 {
20386 "format": "short",
20387 "label": null,
20388 "logBase": 1,
20389 "max": null,
20390 "min": null,
20391 "show": false
20392 }
20393 ]
20394 },
20395 {
20396 "aliasColors": {},
20397 "bars": false,
20398 "dashLength": 10,
20399 "dashes": false,
20400 "datasource": "Prometheus",
20401 "decimals": null,
20402 "fill": 2,
20403 "gridPos": {
20404 "h": 10,
20405 "w": 12,
20406 "x": 0,
20407 "y": 745
20408 },
20409 "height": "",
20410 "id": 114,
20411 "legend": {
20412 "alignAsTable": true,
20413 "avg": true,
20414 "current": true,
20415 "hideZero": false,
20416 "max": true,
20417 "min": true,
20418 "rightSide": false,
20419 "show": true,
20420 "sort": "current",
20421 "sortDesc": true,
20422 "total": false,
20423 "values": true
20424 },
20425 "lines": true,
20426 "linewidth": 1,
20427 "links": [],
20428 "minSpan": 2,
20429 "nullPointMode": "null",
20430 "percentage": false,
20431 "pointradius": 5,
20432 "points": false,
20433 "renderer": "flot",
20434 "seriesOverrides": [
20435 {
20436 "alias": "/.*Out.*/",
20437 "transform": "negative-Y"
20438 },
20439 {
20440 "alias": "/.*EchoReps.*/",
20441 "color": "#D683CE"
20442 },
20443 {
20444 "alias": "/.*Echos -.*/",
20445 "color": "#F9934E"
20446 }
20447 ],
20448 "spaceLength": 10,
20449 "stack": false,
20450 "steppedLine": false,
20451 "targets": [
20452 {
20453 "expr": "irate(node_netstat_Icmp_InEchoReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20454 "format": "time_series",
20455 "intervalFactor": 2,
20456 "legendFormat": "InEchoReps - Echo Reply messages received",
20457 "refId": "G",
20458 "step": 4
20459 },
20460 {
20461 "expr": "irate(node_netstat_Icmp_InEchos{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20462 "format": "time_series",
20463 "intervalFactor": 2,
20464 "legendFormat": "InEchos - Echo (request) messages received",
20465 "refId": "H",
20466 "step": 4
20467 },
20468 {
20469 "expr": "irate(node_netstat_Icmp_OutEchoReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20470 "format": "time_series",
20471 "intervalFactor": 2,
20472 "legendFormat": "OutEchoReps - Echo Reply messages sent",
20473 "refId": "T",
20474 "step": 4
20475 },
20476 {
20477 "expr": "irate(node_netstat_Icmp_OutEchos{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20478 "format": "time_series",
20479 "intervalFactor": 2,
20480 "legendFormat": "OutEchos - Echo (request) messages sent",
20481 "refId": "U",
20482 "step": 4
20483 }
20484 ],
20485 "thresholds": [],
20486 "timeFrom": null,
20487 "timeShift": null,
20488 "title": "ICMP Echos",
20489 "tooltip": {
20490 "shared": true,
20491 "sort": 0,
20492 "value_type": "individual"
20493 },
20494 "type": "graph",
20495 "xaxis": {
20496 "buckets": null,
20497 "mode": "time",
20498 "name": null,
20499 "show": true,
20500 "values": []
20501 },
20502 "yaxes": [
20503 {
20504 "format": "short",
20505 "label": "Messages out (-) / in (+)",
20506 "logBase": 1,
20507 "max": null,
20508 "min": null,
20509 "show": true
20510 },
20511 {
20512 "format": "short",
20513 "label": null,
20514 "logBase": 1,
20515 "max": null,
20516 "min": null,
20517 "show": false
20518 }
20519 ]
20520 },
20521 {
20522 "aliasColors": {},
20523 "bars": false,
20524 "dashLength": 10,
20525 "dashes": false,
20526 "datasource": "Prometheus",
20527 "decimals": null,
20528 "fill": 2,
20529 "gridPos": {
20530 "h": 10,
20531 "w": 12,
20532 "x": 12,
20533 "y": 745
20534 },
20535 "height": "",
20536 "id": 113,
20537 "legend": {
20538 "alignAsTable": true,
20539 "avg": true,
20540 "current": true,
20541 "hideZero": false,
20542 "max": true,
20543 "min": true,
20544 "rightSide": false,
20545 "show": true,
20546 "sort": "current",
20547 "sortDesc": true,
20548 "total": false,
20549 "values": true
20550 },
20551 "lines": true,
20552 "linewidth": 1,
20553 "links": [],
20554 "minSpan": 2,
20555 "nullPointMode": "null",
20556 "percentage": false,
20557 "pointradius": 5,
20558 "points": false,
20559 "renderer": "flot",
20560 "seriesOverrides": [
20561 {
20562 "alias": "/.*Out.*/",
20563 "transform": "negative-Y"
20564 },
20565 {
20566 "alias": "/.*AddrMaskReps.*/",
20567 "color": "#B7DBAB"
20568 },
20569 {
20570 "alias": "/.*Masks -.*/",
20571 "color": "#E5AC0E"
20572 }
20573 ],
20574 "spaceLength": 10,
20575 "stack": false,
20576 "steppedLine": false,
20577 "targets": [
20578 {
20579 "expr": "irate(node_netstat_Icmp_InAddrMaskReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20580 "format": "time_series",
20581 "intervalFactor": 2,
20582 "legendFormat": "InAddrMaskReps - Address Mask Reply messages received",
20583 "refId": "C",
20584 "step": 4
20585 },
20586 {
20587 "expr": "irate(node_netstat_Icmp_InAddrMasks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20588 "format": "time_series",
20589 "intervalFactor": 2,
20590 "legendFormat": "InAddrMasks - Address Mask Request messages received",
20591 "refId": "D",
20592 "step": 4
20593 },
20594 {
20595 "expr": "irate(node_netstat_Icmp_OutAddrMaskReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20596 "format": "time_series",
20597 "intervalFactor": 2,
20598 "legendFormat": "OutAddrMaskReps - Address Mask Reply messages sent",
20599 "refId": "Q",
20600 "step": 4
20601 },
20602 {
20603 "expr": "irate(node_netstat_Icmp_OutAddrMasks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20604 "format": "time_series",
20605 "intervalFactor": 2,
20606 "legendFormat": "OutAddrMasks - Address Mask Request messages sent",
20607 "refId": "R",
20608 "step": 4
20609 }
20610 ],
20611 "thresholds": [],
20612 "timeFrom": null,
20613 "timeShift": null,
20614 "title": "ICMP Masks",
20615 "tooltip": {
20616 "shared": true,
20617 "sort": 0,
20618 "value_type": "individual"
20619 },
20620 "type": "graph",
20621 "xaxis": {
20622 "buckets": null,
20623 "mode": "time",
20624 "name": null,
20625 "show": true,
20626 "values": []
20627 },
20628 "yaxes": [
20629 {
20630 "format": "short",
20631 "label": "Messages out (-) / in (+)",
20632 "logBase": 1,
20633 "max": null,
20634 "min": null,
20635 "show": true
20636 },
20637 {
20638 "format": "short",
20639 "label": null,
20640 "logBase": 1,
20641 "max": null,
20642 "min": null,
20643 "show": false
20644 }
20645 ]
20646 }
20647 ],
20648 "repeat": null,
20649 "title": "Network Netstat ICMP",
20650 "type": "row"
20651 },
20652 {
20653 "collapsed": true,
20654 "gridPos": {
20655 "h": 1,
20656 "w": 24,
20657 "x": 0,
20658 "y": 39
20659 },
20660 "id": 279,
20661 "panels": [
20662 {
20663 "aliasColors": {},
20664 "bars": false,
20665 "dashLength": 10,
20666 "dashes": false,
20667 "datasource": "Prometheus",
20668 "description": "",
20669 "fill": 2,
20670 "gridPos": {
20671 "h": 10,
20672 "w": 12,
20673 "x": 0,
20674 "y": 746
20675 },
20676 "id": 40,
20677 "legend": {
20678 "alignAsTable": true,
20679 "avg": true,
20680 "current": true,
20681 "max": true,
20682 "min": true,
20683 "show": true,
20684 "total": false,
20685 "values": true
20686 },
20687 "lines": true,
20688 "linewidth": 1,
20689 "links": [],
20690 "nullPointMode": "null",
20691 "percentage": false,
20692 "pointradius": 5,
20693 "points": false,
20694 "renderer": "flot",
20695 "seriesOverrides": [],
20696 "spaceLength": 10,
20697 "stack": true,
20698 "steppedLine": false,
20699 "targets": [
20700 {
20701 "expr": "node_scrape_collector_duration_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
20702 "format": "time_series",
20703 "hide": false,
20704 "intervalFactor": 2,
20705 "legendFormat": "{{collector}} - Scrape duration",
20706 "refId": "A",
20707 "step": 4
20708 }
20709 ],
20710 "thresholds": [],
20711 "timeFrom": null,
20712 "timeShift": null,
20713 "title": "Node Exporter Scrape Time",
20714 "tooltip": {
20715 "shared": true,
20716 "sort": 0,
20717 "value_type": "individual"
20718 },
20719 "type": "graph",
20720 "xaxis": {
20721 "buckets": null,
20722 "mode": "time",
20723 "name": null,
20724 "show": true,
20725 "values": []
20726 },
20727 "yaxes": [
20728 {
20729 "format": "s",
20730 "label": "Seconds",
20731 "logBase": 1,
20732 "max": null,
20733 "min": null,
20734 "show": true
20735 },
20736 {
20737 "format": "short",
20738 "label": null,
20739 "logBase": 1,
20740 "max": null,
20741 "min": null,
20742 "show": false
20743 }
20744 ]
20745 },
20746 {
20747 "aliasColors": {},
20748 "bars": false,
20749 "dashLength": 10,
20750 "dashes": false,
20751 "datasource": "Prometheus",
20752 "description": "",
20753 "fill": 2,
20754 "gridPos": {
20755 "h": 10,
20756 "w": 12,
20757 "x": 12,
20758 "y": 746
20759 },
20760 "id": 157,
20761 "legend": {
20762 "alignAsTable": true,
20763 "avg": true,
20764 "current": true,
20765 "max": true,
20766 "min": true,
20767 "show": true,
20768 "total": false,
20769 "values": true
20770 },
20771 "lines": true,
20772 "linewidth": 1,
20773 "links": [],
20774 "nullPointMode": "null",
20775 "percentage": false,
20776 "pointradius": 5,
20777 "points": false,
20778 "renderer": "flot",
20779 "seriesOverrides": [],
20780 "spaceLength": 10,
20781 "stack": false,
20782 "steppedLine": false,
20783 "targets": [
20784 {
20785 "expr": "node_scrape_collector_success{instance=~\"$node:$port\",job=~\"$job\"}",
20786 "format": "time_series",
20787 "hide": false,
20788 "intervalFactor": 2,
20789 "legendFormat": "{{collector}} - Scrape success",
20790 "refId": "A",
20791 "step": 4
20792 }
20793 ],
20794 "thresholds": [],
20795 "timeFrom": null,
20796 "timeShift": null,
20797 "title": "Node Exporter Scrape Success",
20798 "tooltip": {
20799 "shared": true,
20800 "sort": 0,
20801 "value_type": "individual"
20802 },
20803 "type": "graph",
20804 "xaxis": {
20805 "buckets": null,
20806 "mode": "time",
20807 "name": null,
20808 "show": true,
20809 "values": []
20810 },
20811 "yaxes": [
20812 {
20813 "format": "short",
20814 "label": "Counter",
20815 "logBase": 1,
20816 "max": null,
20817 "min": null,
20818 "show": true
20819 },
20820 {
20821 "format": "short",
20822 "label": null,
20823 "logBase": 1,
20824 "max": null,
20825 "min": null,
20826 "show": false
20827 }
20828 ]
20829 }
20830 ],
20831 "repeat": null,
20832 "title": "Node Exporter",
20833 "type": "row"
20834 }
20835 ],
20836 "refresh": false,
20837 "schemaVersion": 16,
20838 "style": "dark",
Hyunsun Moonb24bb2b2019-11-22 02:11:02 -080020839 "tags": [
20840 "nem-monitoring"
20841 ],
Matteo Scandolo56216492019-02-14 12:58:37 -080020842 "templating": {
20843 "list": [
20844 {
20845 "allValue": null,
20846 "current": {},
20847 "datasource": "Prometheus",
20848 "hide": 0,
20849 "includeAll": false,
20850 "label": "Job",
20851 "multi": false,
20852 "name": "job",
20853 "options": [],
20854 "query": "label_values(node_exporter_build_info, job)",
20855 "refresh": 1,
20856 "regex": "",
20857 "sort": 1,
20858 "tagValuesQuery": "",
20859 "tags": [],
20860 "tagsQuery": "",
20861 "type": "query",
20862 "useTags": false
20863 },
20864 {
20865 "allValue": null,
20866 "current": {},
20867 "datasource": "Prometheus",
20868 "hide": 0,
20869 "includeAll": false,
20870 "label": "Host:",
20871 "multi": false,
20872 "name": "node",
20873 "options": [],
20874 "query": "label_values(node_exporter_build_info{job=~\"$job\"}, instance)",
20875 "refresh": 1,
20876 "regex": "/([^:]+):.*/",
20877 "sort": 1,
20878 "tagValuesQuery": "",
20879 "tags": [],
20880 "tagsQuery": "",
20881 "type": "query",
20882 "useTags": false
20883 },
20884 {
20885 "allValue": null,
20886 "current": {},
20887 "datasource": "Prometheus",
20888 "hide": 0,
20889 "includeAll": false,
20890 "label": "Port",
20891 "multi": false,
20892 "name": "port",
20893 "options": [],
20894 "query": "label_values(node_exporter_build_info{instance=~\"$node:(.*)\"}, instance)",
20895 "refresh": 1,
20896 "regex": "/[^:]+:(.*)/",
20897 "sort": 3,
20898 "tagValuesQuery": "",
20899 "tags": [],
20900 "tagsQuery": "",
20901 "type": "query",
20902 "useTags": false
20903 }
20904 ]
20905 },
20906 "time": {
20907 "from": "now-24h",
20908 "to": "now"
20909 },
20910 "timepicker": {
20911 "refresh_intervals": [
20912 "5s",
20913 "10s",
20914 "30s",
20915 "1m",
20916 "5m",
20917 "15m",
20918 "30m",
20919 "1h",
20920 "2h",
20921 "1d"
20922 ],
20923 "time_options": [
20924 "5m",
20925 "15m",
20926 "1h",
20927 "6h",
20928 "12h",
20929 "24h",
20930 "2d",
20931 "7d",
20932 "30d"
20933 ]
20934 },
20935 "timezone": "browser",
20936 "title": "Node Exporter",
20937 "uid": "oQbaawXiz",
20938 "version": 1
20939}