Antonio Mika
·
04 Aug 22
node-exporter-full.json
1{
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 "target": {
12 "limit": 100,
13 "matchAny": false,
14 "tags": [],
15 "type": "dashboard"
16 },
17 "type": "dashboard"
18 }
19 ]
20 },
21 "editable": true,
22 "gnetId": 1860,
23 "graphTooltip": 0,
24 "id": 2,
25 "iteration": 1634427507438,
26 "links": [],
27 "panels": [
28 {
29 "collapsed": false,
30 "datasource": null,
31 "fieldConfig": {
32 "defaults": {},
33 "overrides": []
34 },
35 "gridPos": {
36 "h": 1,
37 "w": 24,
38 "x": 0,
39 "y": 0
40 },
41 "id": 261,
42 "panels": [],
43 "repeat": null,
44 "title": "Basic CPU / Mem / Disk Gauge",
45 "type": "row"
46 },
47 {
48 "cacheTimeout": null,
49 "datasource": "Prometheus",
50 "description": "Busy state of all CPU cores together",
51 "fieldConfig": {
52 "defaults": {
53 "color": {
54 "mode": "thresholds"
55 },
56 "mappings": [
57 {
58 "options": {
59 "match": "null",
60 "result": {
61 "text": "N/A"
62 }
63 },
64 "type": "special"
65 }
66 ],
67 "max": 100,
68 "min": 0,
69 "thresholds": {
70 "mode": "absolute",
71 "steps": [
72 {
73 "color": "rgba(50, 172, 45, 0.97)",
74 "value": null
75 },
76 {
77 "color": "rgba(237, 129, 40, 0.89)",
78 "value": 85
79 },
80 {
81 "color": "rgba(245, 54, 54, 0.9)",
82 "value": 95
83 }
84 ]
85 },
86 "unit": "percent"
87 },
88 "overrides": []
89 },
90 "gridPos": {
91 "h": 4,
92 "w": 4,
93 "x": 0,
94 "y": 1
95 },
96 "id": 20,
97 "interval": null,
98 "links": [],
99 "maxDataPoints": 100,
100 "options": {
101 "orientation": "horizontal",
102 "reduceOptions": {
103 "calcs": [
104 "lastNotNull"
105 ],
106 "fields": "",
107 "values": false
108 },
109 "showThresholdLabels": false,
110 "showThresholdMarkers": true,
111 "text": {}
112 },
113 "pluginVersion": "8.1.2",
114 "targets": [
115 {
116 "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))",
117 "hide": false,
118 "intervalFactor": 1,
119 "legendFormat": "",
120 "refId": "A",
121 "step": 900
122 }
123 ],
124 "title": "CPU Busy",
125 "type": "gauge"
126 },
127 {
128 "cacheTimeout": null,
129 "datasource": "Prometheus",
130 "description": "Non available RAM memory",
131 "fieldConfig": {
132 "defaults": {
133 "color": {
134 "mode": "thresholds"
135 },
136 "decimals": 0,
137 "mappings": [],
138 "max": 100,
139 "min": 0,
140 "thresholds": {
141 "mode": "absolute",
142 "steps": [
143 {
144 "color": "rgba(50, 172, 45, 0.97)",
145 "value": null
146 },
147 {
148 "color": "rgba(237, 129, 40, 0.89)",
149 "value": 80
150 },
151 {
152 "color": "rgba(245, 54, 54, 0.9)",
153 "value": 90
154 }
155 ]
156 },
157 "unit": "percent"
158 },
159 "overrides": []
160 },
161 "gridPos": {
162 "h": 4,
163 "w": 4,
164 "x": 4,
165 "y": 1
166 },
167 "hideTimeOverride": false,
168 "id": 16,
169 "interval": null,
170 "links": [],
171 "maxDataPoints": 100,
172 "options": {
173 "orientation": "horizontal",
174 "reduceOptions": {
175 "calcs": [
176 "lastNotNull"
177 ],
178 "fields": "",
179 "values": false
180 },
181 "showThresholdLabels": false,
182 "showThresholdMarkers": true,
183 "text": {}
184 },
185 "pluginVersion": "8.1.2",
186 "targets": [
187 {
188 "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",
189 "format": "time_series",
190 "hide": true,
191 "intervalFactor": 1,
192 "refId": "A",
193 "step": 900
194 },
195 {
196 "expr": "100 - ((node_memory_MemAvailable_bytes{instance=~\"$node:$port\",job=~\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
197 "format": "time_series",
198 "hide": false,
199 "intervalFactor": 1,
200 "refId": "B",
201 "step": 900
202 }
203 ],
204 "title": "Used RAM Memory",
205 "type": "gauge"
206 },
207 {
208 "cacheTimeout": null,
209 "datasource": "Prometheus",
210 "description": "Used Swap",
211 "fieldConfig": {
212 "defaults": {
213 "color": {
214 "mode": "thresholds"
215 },
216 "mappings": [
217 {
218 "options": {
219 "match": "null",
220 "result": {
221 "text": "N/A"
222 }
223 },
224 "type": "special"
225 }
226 ],
227 "max": 100,
228 "min": 0,
229 "thresholds": {
230 "mode": "absolute",
231 "steps": [
232 {
233 "color": "rgba(50, 172, 45, 0.97)",
234 "value": null
235 },
236 {
237 "color": "rgba(237, 129, 40, 0.89)",
238 "value": 10
239 },
240 {
241 "color": "rgba(245, 54, 54, 0.9)",
242 "value": 25
243 }
244 ]
245 },
246 "unit": "percent"
247 },
248 "overrides": []
249 },
250 "gridPos": {
251 "h": 4,
252 "w": 4,
253 "x": 8,
254 "y": 1
255 },
256 "id": 21,
257 "interval": null,
258 "links": [],
259 "maxDataPoints": 100,
260 "options": {
261 "orientation": "horizontal",
262 "reduceOptions": {
263 "calcs": [
264 "lastNotNull"
265 ],
266 "fields": "",
267 "values": false
268 },
269 "showThresholdLabels": false,
270 "showThresholdMarkers": true,
271 "text": {}
272 },
273 "pluginVersion": "8.1.2",
274 "targets": [
275 {
276 "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",
277 "intervalFactor": 1,
278 "refId": "A",
279 "step": 900
280 }
281 ],
282 "title": "Used SWAP",
283 "type": "gauge"
284 },
285 {
286 "cacheTimeout": null,
287 "datasource": "Prometheus",
288 "description": "Used Root FS",
289 "fieldConfig": {
290 "defaults": {
291 "color": {
292 "mode": "thresholds"
293 },
294 "mappings": [
295 {
296 "options": {
297 "match": "null",
298 "result": {
299 "text": "N/A"
300 }
301 },
302 "type": "special"
303 }
304 ],
305 "max": 100,
306 "min": 0,
307 "thresholds": {
308 "mode": "absolute",
309 "steps": [
310 {
311 "color": "rgba(50, 172, 45, 0.97)",
312 "value": null
313 },
314 {
315 "color": "rgba(237, 129, 40, 0.89)",
316 "value": 80
317 },
318 {
319 "color": "rgba(245, 54, 54, 0.9)",
320 "value": 90
321 }
322 ]
323 },
324 "unit": "percent"
325 },
326 "overrides": []
327 },
328 "gridPos": {
329 "h": 4,
330 "w": 4,
331 "x": 12,
332 "y": 1
333 },
334 "id": 154,
335 "interval": null,
336 "links": [],
337 "maxDataPoints": 100,
338 "options": {
339 "orientation": "horizontal",
340 "reduceOptions": {
341 "calcs": [
342 "lastNotNull"
343 ],
344 "fields": "",
345 "values": false
346 },
347 "showThresholdLabels": false,
348 "showThresholdMarkers": true,
349 "text": {}
350 },
351 "pluginVersion": "8.1.2",
352 "targets": [
353 {
354 "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\"})",
355 "format": "time_series",
356 "intervalFactor": 1,
357 "refId": "A",
358 "step": 900
359 }
360 ],
361 "title": "Used Root FS",
362 "type": "gauge"
363 },
364 {
365 "cacheTimeout": null,
366 "datasource": "Prometheus",
367 "description": "Busy state of all CPU cores together (1 min average)",
368 "fieldConfig": {
369 "defaults": {
370 "color": {
371 "mode": "thresholds"
372 },
373 "mappings": [
374 {
375 "options": {
376 "match": "null",
377 "result": {
378 "text": "N/A"
379 }
380 },
381 "type": "special"
382 }
383 ],
384 "max": 100,
385 "min": 0,
386 "thresholds": {
387 "mode": "absolute",
388 "steps": [
389 {
390 "color": "rgba(50, 172, 45, 0.97)",
391 "value": null
392 },
393 {
394 "color": "rgba(237, 129, 40, 0.89)",
395 "value": 85
396 },
397 {
398 "color": "rgba(245, 54, 54, 0.9)",
399 "value": 95
400 }
401 ]
402 },
403 "unit": "percent"
404 },
405 "overrides": []
406 },
407 "gridPos": {
408 "h": 4,
409 "w": 4,
410 "x": 16,
411 "y": 1
412 },
413 "id": 19,
414 "interval": null,
415 "links": [],
416 "maxDataPoints": 100,
417 "options": {
418 "orientation": "horizontal",
419 "reduceOptions": {
420 "calcs": [
421 "lastNotNull"
422 ],
423 "fields": "",
424 "values": false
425 },
426 "showThresholdLabels": false,
427 "showThresholdMarkers": true,
428 "text": {}
429 },
430 "pluginVersion": "8.1.2",
431 "targets": [
432 {
433 "expr": "avg(node_load1{instance=~\"$node:$port\",job=~\"$job\"}) / count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu)) * 100",
434 "hide": false,
435 "intervalFactor": 1,
436 "refId": "A",
437 "step": 900
438 }
439 ],
440 "title": "CPU System Load (1m avg)",
441 "type": "gauge"
442 },
443 {
444 "cacheTimeout": null,
445 "datasource": "Prometheus",
446 "description": "Busy state of all CPU cores together (5 min average)",
447 "fieldConfig": {
448 "defaults": {
449 "color": {
450 "mode": "thresholds"
451 },
452 "mappings": [
453 {
454 "options": {
455 "match": "null",
456 "result": {
457 "text": "N/A"
458 }
459 },
460 "type": "special"
461 }
462 ],
463 "max": 100,
464 "min": 0,
465 "thresholds": {
466 "mode": "absolute",
467 "steps": [
468 {
469 "color": "rgba(50, 172, 45, 0.97)",
470 "value": null
471 },
472 {
473 "color": "rgba(237, 129, 40, 0.89)",
474 "value": 85
475 },
476 {
477 "color": "rgba(245, 54, 54, 0.9)",
478 "value": 95
479 }
480 ]
481 },
482 "unit": "percent"
483 },
484 "overrides": []
485 },
486 "gridPos": {
487 "h": 4,
488 "w": 4,
489 "x": 20,
490 "y": 1
491 },
492 "id": 155,
493 "interval": null,
494 "links": [],
495 "maxDataPoints": 100,
496 "options": {
497 "orientation": "horizontal",
498 "reduceOptions": {
499 "calcs": [
500 "lastNotNull"
501 ],
502 "fields": "",
503 "values": false
504 },
505 "showThresholdLabels": false,
506 "showThresholdMarkers": true,
507 "text": {}
508 },
509 "pluginVersion": "8.1.2",
510 "targets": [
511 {
512 "expr": "avg(node_load5{instance=~\"$node:$port\",job=~\"$job\"}) / count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu)) * 100",
513 "format": "time_series",
514 "hide": false,
515 "intervalFactor": 1,
516 "refId": "A",
517 "step": 900
518 }
519 ],
520 "title": "CPU System Load (5m avg)",
521 "type": "gauge"
522 },
523 {
524 "collapsed": false,
525 "datasource": null,
526 "fieldConfig": {
527 "defaults": {},
528 "overrides": []
529 },
530 "gridPos": {
531 "h": 1,
532 "w": 24,
533 "x": 0,
534 "y": 5
535 },
536 "id": 262,
537 "panels": [],
538 "repeat": null,
539 "title": "Basic CPU / Mem / Disk Info",
540 "type": "row"
541 },
542 {
543 "cacheTimeout": null,
544 "datasource": "Prometheus",
545 "description": "Total number of CPU cores",
546 "fieldConfig": {
547 "defaults": {
548 "color": {
549 "mode": "thresholds"
550 },
551 "mappings": [
552 {
553 "options": {
554 "match": "null",
555 "result": {
556 "text": "N/A"
557 }
558 },
559 "type": "special"
560 }
561 ],
562 "thresholds": {
563 "mode": "absolute",
564 "steps": [
565 {
566 "color": "green",
567 "value": null
568 },
569 {
570 "color": "red",
571 "value": 80
572 }
573 ]
574 },
575 "unit": "short"
576 },
577 "overrides": []
578 },
579 "gridPos": {
580 "h": 3,
581 "w": 4,
582 "x": 0,
583 "y": 6
584 },
585 "id": 14,
586 "interval": null,
587 "links": [],
588 "maxDataPoints": 100,
589 "options": {
590 "colorMode": "none",
591 "graphMode": "none",
592 "justifyMode": "auto",
593 "orientation": "horizontal",
594 "reduceOptions": {
595 "calcs": [
596 "lastNotNull"
597 ],
598 "fields": "",
599 "values": false
600 },
601 "text": {},
602 "textMode": "auto"
603 },
604 "pluginVersion": "8.1.2",
605 "targets": [
606 {
607 "expr": "count(count(node_cpu_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}) by (cpu))",
608 "intervalFactor": 1,
609 "refId": "A",
610 "step": 900
611 }
612 ],
613 "title": "CPU Cores",
614 "type": "stat"
615 },
616 {
617 "cacheTimeout": null,
618 "datasource": "Prometheus",
619 "description": "Total RAM",
620 "fieldConfig": {
621 "defaults": {
622 "color": {
623 "mode": "thresholds"
624 },
625 "decimals": 2,
626 "mappings": [
627 {
628 "options": {
629 "match": "null",
630 "result": {
631 "text": "N/A"
632 }
633 },
634 "type": "special"
635 }
636 ],
637 "thresholds": {
638 "mode": "absolute",
639 "steps": [
640 {
641 "color": "green",
642 "value": null
643 },
644 {
645 "color": "red",
646 "value": 80
647 }
648 ]
649 },
650 "unit": "bytes"
651 },
652 "overrides": []
653 },
654 "gridPos": {
655 "h": 3,
656 "w": 4,
657 "x": 4,
658 "y": 6
659 },
660 "id": 75,
661 "interval": null,
662 "links": [],
663 "maxDataPoints": 100,
664 "options": {
665 "colorMode": "none",
666 "graphMode": "none",
667 "justifyMode": "auto",
668 "orientation": "horizontal",
669 "reduceOptions": {
670 "calcs": [
671 "lastNotNull"
672 ],
673 "fields": "",
674 "values": false
675 },
676 "text": {},
677 "textMode": "auto"
678 },
679 "pluginVersion": "8.1.2",
680 "targets": [
681 {
682 "expr": "node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
683 "intervalFactor": 1,
684 "refId": "A",
685 "step": 900
686 }
687 ],
688 "title": "Total RAM",
689 "type": "stat"
690 },
691 {
692 "cacheTimeout": null,
693 "datasource": "Prometheus",
694 "description": "Total SWAP",
695 "fieldConfig": {
696 "defaults": {
697 "color": {
698 "mode": "thresholds"
699 },
700 "decimals": 2,
701 "mappings": [
702 {
703 "options": {
704 "match": "null",
705 "result": {
706 "text": "N/A"
707 }
708 },
709 "type": "special"
710 }
711 ],
712 "thresholds": {
713 "mode": "absolute",
714 "steps": [
715 {
716 "color": "green",
717 "value": null
718 },
719 {
720 "color": "red",
721 "value": 80
722 }
723 ]
724 },
725 "unit": "bytes"
726 },
727 "overrides": []
728 },
729 "gridPos": {
730 "h": 3,
731 "w": 4,
732 "x": 8,
733 "y": 6
734 },
735 "id": 18,
736 "interval": null,
737 "links": [],
738 "maxDataPoints": 100,
739 "options": {
740 "colorMode": "none",
741 "graphMode": "none",
742 "justifyMode": "auto",
743 "orientation": "horizontal",
744 "reduceOptions": {
745 "calcs": [
746 "lastNotNull"
747 ],
748 "fields": "",
749 "values": false
750 },
751 "text": {},
752 "textMode": "auto"
753 },
754 "pluginVersion": "8.1.2",
755 "targets": [
756 {
757 "expr": "node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
758 "intervalFactor": 1,
759 "refId": "A",
760 "step": 900
761 }
762 ],
763 "title": "Total SWAP",
764 "type": "stat"
765 },
766 {
767 "cacheTimeout": null,
768 "datasource": "Prometheus",
769 "description": "Total RootFS",
770 "fieldConfig": {
771 "defaults": {
772 "color": {
773 "mode": "thresholds"
774 },
775 "mappings": [
776 {
777 "options": {
778 "match": "null",
779 "result": {
780 "text": "N/A"
781 }
782 },
783 "type": "special"
784 }
785 ],
786 "thresholds": {
787 "mode": "absolute",
788 "steps": [
789 {
790 "color": "rgba(50, 172, 45, 0.97)",
791 "value": null
792 },
793 {
794 "color": "rgba(237, 129, 40, 0.89)",
795 "value": 70
796 },
797 {
798 "color": "rgba(245, 54, 54, 0.9)",
799 "value": 90
800 }
801 ]
802 },
803 "unit": "bytes"
804 },
805 "overrides": []
806 },
807 "gridPos": {
808 "h": 3,
809 "w": 4,
810 "x": 12,
811 "y": 6
812 },
813 "id": 23,
814 "interval": null,
815 "links": [],
816 "maxDataPoints": 100,
817 "options": {
818 "colorMode": "none",
819 "graphMode": "none",
820 "justifyMode": "auto",
821 "orientation": "horizontal",
822 "reduceOptions": {
823 "calcs": [
824 "lastNotNull"
825 ],
826 "fields": "",
827 "values": false
828 },
829 "text": {},
830 "textMode": "auto"
831 },
832 "pluginVersion": "8.1.2",
833 "targets": [
834 {
835 "expr": "node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}",
836 "format": "time_series",
837 "hide": false,
838 "intervalFactor": 1,
839 "refId": "A",
840 "step": 900
841 }
842 ],
843 "title": "Total RootFS",
844 "type": "stat"
845 },
846 {
847 "cacheTimeout": null,
848 "datasource": "Prometheus",
849 "description": "System Load (1m avg)",
850 "fieldConfig": {
851 "defaults": {
852 "color": {
853 "mode": "thresholds"
854 },
855 "decimals": 2,
856 "mappings": [
857 {
858 "options": {
859 "match": "null",
860 "result": {
861 "text": "N/A"
862 }
863 },
864 "type": "special"
865 }
866 ],
867 "thresholds": {
868 "mode": "absolute",
869 "steps": [
870 {
871 "color": "green",
872 "value": null
873 },
874 {
875 "color": "red",
876 "value": 80
877 }
878 ]
879 },
880 "unit": "short"
881 },
882 "overrides": []
883 },
884 "gridPos": {
885 "h": 3,
886 "w": 4,
887 "x": 16,
888 "y": 6
889 },
890 "id": 17,
891 "interval": null,
892 "links": [],
893 "maxDataPoints": 100,
894 "options": {
895 "colorMode": "none",
896 "graphMode": "none",
897 "justifyMode": "auto",
898 "orientation": "horizontal",
899 "reduceOptions": {
900 "calcs": [
901 "lastNotNull"
902 ],
903 "fields": "",
904 "values": false
905 },
906 "text": {},
907 "textMode": "auto"
908 },
909 "pluginVersion": "8.1.2",
910 "targets": [
911 {
912 "expr": "node_load1{instance=~\"$node:$port\",job=~\"$job\"}",
913 "hide": false,
914 "intervalFactor": 1,
915 "refId": "A",
916 "step": 900
917 }
918 ],
919 "title": "System Load (1m avg)",
920 "type": "stat"
921 },
922 {
923 "cacheTimeout": null,
924 "datasource": "Prometheus",
925 "description": "System uptime",
926 "fieldConfig": {
927 "defaults": {
928 "color": {
929 "mode": "thresholds"
930 },
931 "decimals": 1,
932 "mappings": [
933 {
934 "options": {
935 "match": "null",
936 "result": {
937 "text": "N/A"
938 }
939 },
940 "type": "special"
941 }
942 ],
943 "thresholds": {
944 "mode": "absolute",
945 "steps": [
946 {
947 "color": "green",
948 "value": null
949 },
950 {
951 "color": "red",
952 "value": 80
953 }
954 ]
955 },
956 "unit": "s"
957 },
958 "overrides": []
959 },
960 "gridPos": {
961 "h": 3,
962 "w": 4,
963 "x": 20,
964 "y": 6
965 },
966 "hideTimeOverride": true,
967 "id": 15,
968 "interval": null,
969 "links": [],
970 "maxDataPoints": 100,
971 "options": {
972 "colorMode": "none",
973 "graphMode": "none",
974 "justifyMode": "auto",
975 "orientation": "horizontal",
976 "reduceOptions": {
977 "calcs": [
978 "lastNotNull"
979 ],
980 "fields": "",
981 "values": false
982 },
983 "text": {},
984 "textMode": "auto"
985 },
986 "pluginVersion": "8.1.2",
987 "targets": [
988 {
989 "expr": "node_time_seconds{instance=~\"$node:$port\",job=~\"$job\"} - node_boot_time_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
990 "intervalFactor": 2,
991 "refId": "A",
992 "step": 1800
993 }
994 ],
995 "title": "Uptime",
996 "type": "stat"
997 },
998 {
999 "collapsed": false,
1000 "datasource": null,
1001 "fieldConfig": {
1002 "defaults": {},
1003 "overrides": []
1004 },
1005 "gridPos": {
1006 "h": 1,
1007 "w": 24,
1008 "x": 0,
1009 "y": 9
1010 },
1011 "id": 263,
1012 "panels": [],
1013 "repeat": null,
1014 "title": "Basic CPU / Mem Graph",
1015 "type": "row"
1016 },
1017 {
1018 "aliasColors": {
1019 "Busy": "#EAB839",
1020 "Busy Iowait": "#890F02",
1021 "Busy other": "#1F78C1",
1022 "Idle": "#052B51",
1023 "Idle - Waiting for something to happen": "#052B51",
1024 "guest": "#9AC48A",
1025 "idle": "#052B51",
1026 "iowait": "#EAB839",
1027 "irq": "#BF1B00",
1028 "nice": "#C15C17",
1029 "softirq": "#E24D42",
1030 "steal": "#FCE2DE",
1031 "system": "#508642",
1032 "user": "#5195CE"
1033 },
1034 "bars": false,
1035 "dashLength": 10,
1036 "dashes": false,
1037 "datasource": "Prometheus",
1038 "decimals": 2,
1039 "description": "Basic CPU info",
1040 "fieldConfig": {
1041 "defaults": {
1042 "links": []
1043 },
1044 "overrides": []
1045 },
1046 "fill": 4,
1047 "fillGradient": 0,
1048 "gridPos": {
1049 "h": 7,
1050 "w": 12,
1051 "x": 0,
1052 "y": 10
1053 },
1054 "hiddenSeries": false,
1055 "id": 77,
1056 "legend": {
1057 "alignAsTable": false,
1058 "avg": false,
1059 "current": false,
1060 "max": false,
1061 "min": false,
1062 "rightSide": false,
1063 "show": true,
1064 "sideWidth": 250,
1065 "sort": null,
1066 "sortDesc": null,
1067 "total": false,
1068 "values": false
1069 },
1070 "lines": true,
1071 "linewidth": 1,
1072 "links": [],
1073 "maxPerRow": 6,
1074 "nullPointMode": "null",
1075 "options": {
1076 "alertThreshold": true
1077 },
1078 "percentage": true,
1079 "pluginVersion": "8.1.2",
1080 "pointradius": 5,
1081 "points": false,
1082 "renderer": "flot",
1083 "seriesOverrides": [
1084 {
1085 "alias": "Busy Iowait",
1086 "color": "#890F02"
1087 },
1088 {
1089 "alias": "Idle",
1090 "color": "#7EB26D"
1091 },
1092 {
1093 "alias": "Busy System",
1094 "color": "#EAB839"
1095 },
1096 {
1097 "alias": "Busy User",
1098 "color": "#0A437C"
1099 },
1100 {
1101 "alias": "Busy Other",
1102 "color": "#6D1F62"
1103 }
1104 ],
1105 "spaceLength": 10,
1106 "stack": true,
1107 "steppedLine": false,
1108 "targets": [
1109 {
1110 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode=\"system\",instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1111 "format": "time_series",
1112 "hide": false,
1113 "intervalFactor": 2,
1114 "legendFormat": "Busy System",
1115 "refId": "B",
1116 "step": 240
1117 },
1118 {
1119 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode='user',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1120 "format": "time_series",
1121 "hide": false,
1122 "intervalFactor": 2,
1123 "legendFormat": "Busy User",
1124 "refId": "D",
1125 "step": 240
1126 },
1127 {
1128 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode='iowait',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1129 "format": "time_series",
1130 "intervalFactor": 2,
1131 "legendFormat": "Busy Iowait",
1132 "refId": "E",
1133 "step": 240
1134 },
1135 {
1136 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode=~\".*irq\",instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1137 "format": "time_series",
1138 "intervalFactor": 2,
1139 "legendFormat": "Busy IRQs",
1140 "refId": "F",
1141 "step": 240
1142 },
1143 {
1144 "expr": "sum (irate(node_cpu_seconds_total{mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1145 "format": "time_series",
1146 "intervalFactor": 2,
1147 "legendFormat": "Busy Other",
1148 "refId": "A",
1149 "step": 240
1150 },
1151 {
1152 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1153 "format": "time_series",
1154 "intervalFactor": 2,
1155 "legendFormat": "Idle",
1156 "refId": "C",
1157 "step": 240
1158 }
1159 ],
1160 "thresholds": [],
1161 "timeFrom": null,
1162 "timeRegions": [],
1163 "timeShift": null,
1164 "title": "CPU Basic",
1165 "tooltip": {
1166 "shared": true,
1167 "sort": 0,
1168 "value_type": "individual"
1169 },
1170 "type": "graph",
1171 "xaxis": {
1172 "buckets": null,
1173 "mode": "time",
1174 "name": null,
1175 "show": true,
1176 "values": []
1177 },
1178 "yaxes": [
1179 {
1180 "format": "short",
1181 "label": "",
1182 "logBase": 1,
1183 "max": "100",
1184 "min": "0",
1185 "show": true
1186 },
1187 {
1188 "format": "short",
1189 "label": null,
1190 "logBase": 1,
1191 "max": null,
1192 "min": null,
1193 "show": false
1194 }
1195 ],
1196 "yaxis": {
1197 "align": false,
1198 "alignLevel": null
1199 }
1200 },
1201 {
1202 "aliasColors": {
1203 "Apps": "#629E51",
1204 "Buffers": "#614D93",
1205 "Cache": "#6D1F62",
1206 "Cached": "#511749",
1207 "Committed": "#508642",
1208 "Free": "#0A437C",
1209 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1210 "Inactive": "#584477",
1211 "PageTables": "#0A50A1",
1212 "Page_Tables": "#0A50A1",
1213 "RAM_Free": "#E0F9D7",
1214 "SWAP Used": "#BF1B00",
1215 "Slab": "#806EB7",
1216 "Slab_Cache": "#E0752D",
1217 "Swap": "#BF1B00",
1218 "Swap Used": "#BF1B00",
1219 "Swap_Cache": "#C15C17",
1220 "Swap_Free": "#2F575E",
1221 "Unused": "#EAB839"
1222 },
1223 "bars": false,
1224 "dashLength": 10,
1225 "dashes": false,
1226 "datasource": "Prometheus",
1227 "decimals": 2,
1228 "description": "Basic memory usage",
1229 "fieldConfig": {
1230 "defaults": {
1231 "links": []
1232 },
1233 "overrides": []
1234 },
1235 "fill": 4,
1236 "fillGradient": 0,
1237 "gridPos": {
1238 "h": 7,
1239 "w": 12,
1240 "x": 12,
1241 "y": 10
1242 },
1243 "hiddenSeries": false,
1244 "id": 78,
1245 "legend": {
1246 "alignAsTable": false,
1247 "avg": false,
1248 "current": false,
1249 "max": false,
1250 "min": false,
1251 "rightSide": false,
1252 "show": true,
1253 "sideWidth": 350,
1254 "total": false,
1255 "values": false
1256 },
1257 "lines": true,
1258 "linewidth": 1,
1259 "links": [],
1260 "maxPerRow": 6,
1261 "nullPointMode": "null",
1262 "options": {
1263 "alertThreshold": true
1264 },
1265 "percentage": false,
1266 "pluginVersion": "8.1.2",
1267 "pointradius": 5,
1268 "points": false,
1269 "renderer": "flot",
1270 "seriesOverrides": [
1271 {
1272 "alias": "RAM Total",
1273 "color": "#E0F9D7",
1274 "fill": 0,
1275 "stack": false
1276 },
1277 {
1278 "alias": "RAM Cache + Buffer",
1279 "color": "#052B51"
1280 },
1281 {
1282 "alias": "RAM Free",
1283 "color": "#7EB26D"
1284 },
1285 {
1286 "alias": "Avaliable",
1287 "color": "#DEDAF7",
1288 "fill": 0,
1289 "stack": false
1290 }
1291 ],
1292 "spaceLength": 10,
1293 "stack": true,
1294 "steppedLine": false,
1295 "targets": [
1296 {
1297 "expr": "node_memory_MemTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1298 "format": "time_series",
1299 "hide": false,
1300 "intervalFactor": 2,
1301 "legendFormat": "RAM Total",
1302 "refId": "A",
1303 "step": 240
1304 },
1305 {
1306 "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\"})",
1307 "format": "time_series",
1308 "hide": false,
1309 "intervalFactor": 2,
1310 "legendFormat": "RAM Used",
1311 "refId": "D",
1312 "step": 240
1313 },
1314 {
1315 "expr": "node_memory_Cached_bytes{instance=~\"$node:$port\",job=~\"$job\"} + node_memory_Buffers_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1316 "format": "time_series",
1317 "intervalFactor": 2,
1318 "legendFormat": "RAM Cache + Buffer",
1319 "refId": "B",
1320 "step": 240
1321 },
1322 {
1323 "expr": "node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1324 "format": "time_series",
1325 "intervalFactor": 2,
1326 "legendFormat": "RAM Free",
1327 "refId": "F",
1328 "step": 240
1329 },
1330 {
1331 "expr": "(node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_SwapFree_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
1332 "format": "time_series",
1333 "intervalFactor": 2,
1334 "legendFormat": "SWAP Used",
1335 "refId": "G",
1336 "step": 240
1337 }
1338 ],
1339 "thresholds": [],
1340 "timeFrom": null,
1341 "timeRegions": [],
1342 "timeShift": null,
1343 "title": "Memory Basic",
1344 "tooltip": {
1345 "shared": true,
1346 "sort": 0,
1347 "value_type": "individual"
1348 },
1349 "type": "graph",
1350 "xaxis": {
1351 "buckets": null,
1352 "mode": "time",
1353 "name": null,
1354 "show": true,
1355 "values": []
1356 },
1357 "yaxes": [
1358 {
1359 "format": "bytes",
1360 "label": "",
1361 "logBase": 1,
1362 "max": null,
1363 "min": "0",
1364 "show": true
1365 },
1366 {
1367 "format": "short",
1368 "label": null,
1369 "logBase": 1,
1370 "max": null,
1371 "min": null,
1372 "show": false
1373 }
1374 ],
1375 "yaxis": {
1376 "align": false,
1377 "alignLevel": null
1378 }
1379 },
1380 {
1381 "collapsed": false,
1382 "datasource": null,
1383 "fieldConfig": {
1384 "defaults": {},
1385 "overrides": []
1386 },
1387 "gridPos": {
1388 "h": 1,
1389 "w": 24,
1390 "x": 0,
1391 "y": 17
1392 },
1393 "id": 264,
1394 "panels": [],
1395 "repeat": null,
1396 "title": "Basic Net / Disk Info",
1397 "type": "row"
1398 },
1399 {
1400 "aliasColors": {
1401 "Recv_bytes_eth2": "#7EB26D",
1402 "Recv_bytes_lo": "#0A50A1",
1403 "Recv_drop_eth2": "#6ED0E0",
1404 "Recv_drop_lo": "#E0F9D7",
1405 "Recv_errs_eth2": "#BF1B00",
1406 "Recv_errs_lo": "#CCA300",
1407 "Trans_bytes_eth2": "#7EB26D",
1408 "Trans_bytes_lo": "#0A50A1",
1409 "Trans_drop_eth2": "#6ED0E0",
1410 "Trans_drop_lo": "#E0F9D7",
1411 "Trans_errs_eth2": "#BF1B00",
1412 "Trans_errs_lo": "#CCA300",
1413 "recv_bytes_lo": "#0A50A1",
1414 "recv_drop_eth0": "#99440A",
1415 "recv_drop_lo": "#967302",
1416 "recv_errs_eth0": "#BF1B00",
1417 "recv_errs_lo": "#890F02",
1418 "trans_bytes_eth0": "#7EB26D",
1419 "trans_bytes_lo": "#0A50A1",
1420 "trans_drop_eth0": "#99440A",
1421 "trans_drop_lo": "#967302",
1422 "trans_errs_eth0": "#BF1B00",
1423 "trans_errs_lo": "#890F02"
1424 },
1425 "bars": false,
1426 "dashLength": 10,
1427 "dashes": false,
1428 "datasource": "Prometheus",
1429 "description": "Basic network info per interface",
1430 "fieldConfig": {
1431 "defaults": {
1432 "links": []
1433 },
1434 "overrides": []
1435 },
1436 "fill": 4,
1437 "fillGradient": 0,
1438 "gridPos": {
1439 "h": 7,
1440 "w": 12,
1441 "x": 0,
1442 "y": 18
1443 },
1444 "hiddenSeries": false,
1445 "id": 74,
1446 "legend": {
1447 "alignAsTable": false,
1448 "avg": false,
1449 "current": false,
1450 "hideEmpty": false,
1451 "hideZero": false,
1452 "max": false,
1453 "min": false,
1454 "rightSide": false,
1455 "show": true,
1456 "sort": "current",
1457 "sortDesc": true,
1458 "total": false,
1459 "values": false
1460 },
1461 "lines": true,
1462 "linewidth": 1,
1463 "links": [],
1464 "nullPointMode": "null",
1465 "options": {
1466 "alertThreshold": true
1467 },
1468 "percentage": false,
1469 "pluginVersion": "8.1.2",
1470 "pointradius": 5,
1471 "points": false,
1472 "renderer": "flot",
1473 "seriesOverrides": [
1474 {
1475 "alias": "/.*trans.*/",
1476 "transform": "negative-Y"
1477 },
1478 {
1479 "alias": "/.*lo.*/",
1480 "color": "#7EB26D"
1481 },
1482 {
1483 "alias": "/.*eth0.*/",
1484 "color": "#EAB839"
1485 },
1486 {
1487 "alias": "/.*eth1.*/",
1488 "color": "#6ED0E0"
1489 },
1490 {
1491 "alias": "/.*eth2.*/",
1492 "color": "#EF843C"
1493 },
1494 {
1495 "alias": "/.*eth3.*/",
1496 "color": "#E24D42"
1497 },
1498 {
1499 "alias": "/.*eth4.*/",
1500 "color": "#1F78C1"
1501 },
1502 {
1503 "alias": "/.*eth5.*/",
1504 "color": "#BA43A9"
1505 }
1506 ],
1507 "spaceLength": 10,
1508 "stack": false,
1509 "steppedLine": false,
1510 "targets": [
1511 {
1512 "expr": "irate(node_network_receive_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
1513 "format": "time_series",
1514 "intervalFactor": 2,
1515 "legendFormat": "recv {{device}}",
1516 "refId": "A",
1517 "step": 240
1518 },
1519 {
1520 "expr": "irate(node_network_transmit_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
1521 "format": "time_series",
1522 "intervalFactor": 2,
1523 "legendFormat": "trans {{device}} ",
1524 "refId": "B",
1525 "step": 240
1526 }
1527 ],
1528 "thresholds": [],
1529 "timeFrom": null,
1530 "timeRegions": [],
1531 "timeShift": null,
1532 "title": "Network Traffic Basic",
1533 "tooltip": {
1534 "shared": true,
1535 "sort": 0,
1536 "value_type": "individual"
1537 },
1538 "type": "graph",
1539 "xaxis": {
1540 "buckets": null,
1541 "mode": "time",
1542 "name": null,
1543 "show": true,
1544 "values": []
1545 },
1546 "yaxes": [
1547 {
1548 "format": "bytes",
1549 "label": null,
1550 "logBase": 1,
1551 "max": null,
1552 "min": null,
1553 "show": true
1554 },
1555 {
1556 "format": "pps",
1557 "label": "",
1558 "logBase": 1,
1559 "max": null,
1560 "min": null,
1561 "show": false
1562 }
1563 ],
1564 "yaxis": {
1565 "align": false,
1566 "alignLevel": null
1567 }
1568 },
1569 {
1570 "aliasColors": {},
1571 "bars": false,
1572 "dashLength": 10,
1573 "dashes": false,
1574 "datasource": "Prometheus",
1575 "decimals": 3,
1576 "description": "Disk space used of all filesystems mounted",
1577 "fieldConfig": {
1578 "defaults": {
1579 "links": []
1580 },
1581 "overrides": []
1582 },
1583 "fill": 4,
1584 "fillGradient": 0,
1585 "gridPos": {
1586 "h": 7,
1587 "w": 12,
1588 "x": 12,
1589 "y": 18
1590 },
1591 "height": "",
1592 "hiddenSeries": false,
1593 "id": 152,
1594 "legend": {
1595 "alignAsTable": false,
1596 "avg": false,
1597 "current": false,
1598 "max": false,
1599 "min": false,
1600 "rightSide": false,
1601 "show": true,
1602 "sort": "current",
1603 "sortDesc": false,
1604 "total": false,
1605 "values": false
1606 },
1607 "lines": true,
1608 "linewidth": 1,
1609 "links": [],
1610 "maxPerRow": 6,
1611 "nullPointMode": "null",
1612 "options": {
1613 "alertThreshold": true
1614 },
1615 "percentage": false,
1616 "pluginVersion": "8.1.2",
1617 "pointradius": 5,
1618 "points": false,
1619 "renderer": "flot",
1620 "seriesOverrides": [],
1621 "spaceLength": 10,
1622 "stack": false,
1623 "steppedLine": false,
1624 "targets": [
1625 {
1626 "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'})",
1627 "format": "time_series",
1628 "intervalFactor": 2,
1629 "legendFormat": "{{mountpoint}}",
1630 "refId": "A",
1631 "step": 240
1632 }
1633 ],
1634 "thresholds": [],
1635 "timeFrom": null,
1636 "timeRegions": [],
1637 "timeShift": null,
1638 "title": "Disk Space Used Basic",
1639 "tooltip": {
1640 "shared": true,
1641 "sort": 0,
1642 "value_type": "individual"
1643 },
1644 "type": "graph",
1645 "xaxis": {
1646 "buckets": null,
1647 "mode": "time",
1648 "name": null,
1649 "show": true,
1650 "values": []
1651 },
1652 "yaxes": [
1653 {
1654 "format": "percent",
1655 "label": null,
1656 "logBase": 1,
1657 "max": "100",
1658 "min": "0",
1659 "show": true
1660 },
1661 {
1662 "format": "short",
1663 "label": null,
1664 "logBase": 1,
1665 "max": null,
1666 "min": null,
1667 "show": true
1668 }
1669 ],
1670 "yaxis": {
1671 "align": false,
1672 "alignLevel": null
1673 }
1674 },
1675 {
1676 "collapsed": true,
1677 "datasource": null,
1678 "fieldConfig": {
1679 "defaults": {},
1680 "overrides": []
1681 },
1682 "gridPos": {
1683 "h": 1,
1684 "w": 24,
1685 "x": 0,
1686 "y": 25
1687 },
1688 "id": 265,
1689 "panels": [
1690 {
1691 "aliasColors": {
1692 "Idle - Waiting for something to happen": "#052B51",
1693 "guest": "#9AC48A",
1694 "idle": "#052B51",
1695 "iowait": "#EAB839",
1696 "irq": "#BF1B00",
1697 "nice": "#C15C17",
1698 "softirq": "#E24D42",
1699 "steal": "#FCE2DE",
1700 "system": "#508642",
1701 "user": "#5195CE"
1702 },
1703 "bars": false,
1704 "dashLength": 10,
1705 "dashes": false,
1706 "datasource": "Prometheus",
1707 "decimals": 2,
1708 "description": "",
1709 "fill": 4,
1710 "gridPos": {
1711 "h": 12,
1712 "w": 12,
1713 "x": 0,
1714 "y": 26
1715 },
1716 "id": 3,
1717 "legend": {
1718 "alignAsTable": true,
1719 "avg": true,
1720 "current": true,
1721 "max": true,
1722 "min": true,
1723 "rightSide": false,
1724 "show": true,
1725 "sideWidth": 250,
1726 "sort": null,
1727 "sortDesc": null,
1728 "total": false,
1729 "values": true
1730 },
1731 "lines": true,
1732 "linewidth": 1,
1733 "links": [],
1734 "maxPerRow": 6,
1735 "nullPointMode": "null",
1736 "percentage": true,
1737 "pointradius": 5,
1738 "points": false,
1739 "renderer": "flot",
1740 "repeat": null,
1741 "seriesOverrides": [],
1742 "spaceLength": 10,
1743 "stack": true,
1744 "steppedLine": false,
1745 "targets": [
1746 {
1747 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode=\"system\",instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1748 "format": "time_series",
1749 "interval": "10s",
1750 "intervalFactor": 2,
1751 "legendFormat": "System - Processes executing in kernel mode",
1752 "refId": "A",
1753 "step": 20
1754 },
1755 {
1756 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='user',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1757 "format": "time_series",
1758 "intervalFactor": 2,
1759 "legendFormat": "User - Normal processes executing in user mode",
1760 "refId": "B",
1761 "step": 240
1762 },
1763 {
1764 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='nice',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1765 "format": "time_series",
1766 "intervalFactor": 2,
1767 "legendFormat": "Nice - Niced processes executing in user mode",
1768 "refId": "C",
1769 "step": 240
1770 },
1771 {
1772 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1773 "format": "time_series",
1774 "intervalFactor": 2,
1775 "legendFormat": "Idle - Waiting for something to happen",
1776 "refId": "F",
1777 "step": 240
1778 },
1779 {
1780 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='iowait',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1781 "format": "time_series",
1782 "intervalFactor": 2,
1783 "legendFormat": "Iowait - Waiting for I/O to complete",
1784 "refId": "D",
1785 "step": 240
1786 },
1787 {
1788 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='irq',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1789 "format": "time_series",
1790 "intervalFactor": 2,
1791 "legendFormat": "Irq - Servicing interrupts",
1792 "refId": "G",
1793 "step": 240
1794 },
1795 {
1796 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='softirq',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1797 "format": "time_series",
1798 "intervalFactor": 2,
1799 "legendFormat": "Softirq - Servicing softirqs",
1800 "refId": "H",
1801 "step": 240
1802 },
1803 {
1804 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='steal',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1805 "format": "time_series",
1806 "intervalFactor": 2,
1807 "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment",
1808 "refId": "E",
1809 "step": 240
1810 },
1811 {
1812 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='guest',instance=~\"$node:$port\",job=~\"$job\"}[5m])) * 100",
1813 "format": "time_series",
1814 "intervalFactor": 2,
1815 "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system",
1816 "refId": "I",
1817 "step": 240
1818 }
1819 ],
1820 "thresholds": [],
1821 "timeFrom": null,
1822 "timeShift": null,
1823 "title": "CPU",
1824 "tooltip": {
1825 "shared": true,
1826 "sort": 0,
1827 "value_type": "individual"
1828 },
1829 "transparent": false,
1830 "type": "graph",
1831 "xaxis": {
1832 "buckets": null,
1833 "mode": "time",
1834 "name": null,
1835 "show": true,
1836 "values": []
1837 },
1838 "yaxes": [
1839 {
1840 "format": "short",
1841 "label": "Percentage",
1842 "logBase": 1,
1843 "max": "100",
1844 "min": "0",
1845 "show": true
1846 },
1847 {
1848 "format": "short",
1849 "label": null,
1850 "logBase": 1,
1851 "max": null,
1852 "min": null,
1853 "show": false
1854 }
1855 ]
1856 },
1857 {
1858 "aliasColors": {
1859 "Apps": "#629E51",
1860 "Buffers": "#614D93",
1861 "Cache": "#6D1F62",
1862 "Cached": "#511749",
1863 "Committed": "#508642",
1864 "Free": "#0A437C",
1865 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1866 "Inactive": "#584477",
1867 "PageTables": "#0A50A1",
1868 "Page_Tables": "#0A50A1",
1869 "RAM_Free": "#E0F9D7",
1870 "Slab": "#806EB7",
1871 "Slab_Cache": "#E0752D",
1872 "Swap": "#BF1B00",
1873 "Swap - Swap memory usage": "#BF1B00",
1874 "Swap_Cache": "#C15C17",
1875 "Swap_Free": "#2F575E",
1876 "Unused": "#EAB839",
1877 "Unused - Free memory unasigned": "#052B51"
1878 },
1879 "bars": false,
1880 "dashLength": 10,
1881 "dashes": false,
1882 "datasource": "Prometheus",
1883 "decimals": 2,
1884 "description": "",
1885 "fill": 4,
1886 "gridPos": {
1887 "h": 12,
1888 "w": 12,
1889 "x": 12,
1890 "y": 26
1891 },
1892 "id": 24,
1893 "legend": {
1894 "alignAsTable": true,
1895 "avg": true,
1896 "current": true,
1897 "max": true,
1898 "min": true,
1899 "rightSide": false,
1900 "show": true,
1901 "sideWidth": 350,
1902 "sort": null,
1903 "sortDesc": null,
1904 "total": false,
1905 "values": true
1906 },
1907 "lines": true,
1908 "linewidth": 1,
1909 "links": [],
1910 "maxPerRow": 6,
1911 "nullPointMode": "null",
1912 "percentage": false,
1913 "pointradius": 5,
1914 "points": false,
1915 "renderer": "flot",
1916 "seriesOverrides": [
1917 {
1918 "alias": "/.*Harware Corrupted - *./",
1919 "stack": false
1920 }
1921 ],
1922 "spaceLength": 10,
1923 "stack": true,
1924 "steppedLine": false,
1925 "targets": [
1926 {
1927 "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\"}",
1928 "format": "time_series",
1929 "hide": false,
1930 "intervalFactor": 2,
1931 "legendFormat": "Apps - Memory used by user-space applications",
1932 "refId": "Q",
1933 "step": 240
1934 },
1935 {
1936 "expr": "node_memory_PageTables_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1937 "format": "time_series",
1938 "hide": false,
1939 "intervalFactor": 2,
1940 "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses",
1941 "refId": "G",
1942 "step": 240
1943 },
1944 {
1945 "expr": "node_memory_SwapCached_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1946 "format": "time_series",
1947 "intervalFactor": 2,
1948 "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified",
1949 "refId": "F",
1950 "step": 240
1951 },
1952 {
1953 "expr": "node_memory_Slab_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1954 "format": "time_series",
1955 "hide": false,
1956 "intervalFactor": 2,
1957 "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)",
1958 "refId": "E",
1959 "step": 240
1960 },
1961 {
1962 "expr": "node_memory_Cached_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1963 "format": "time_series",
1964 "hide": false,
1965 "intervalFactor": 2,
1966 "legendFormat": "Cache - Parked file data (file content) cache",
1967 "refId": "C",
1968 "step": 240
1969 },
1970 {
1971 "expr": "node_memory_Buffers_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1972 "format": "time_series",
1973 "hide": false,
1974 "intervalFactor": 2,
1975 "legendFormat": "Buffers - Block device (e.g. harddisk) cache",
1976 "refId": "B",
1977 "step": 240
1978 },
1979 {
1980 "expr": "node_memory_MemFree_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1981 "format": "time_series",
1982 "hide": false,
1983 "intervalFactor": 2,
1984 "legendFormat": "Unused - Free memory unasigned",
1985 "refId": "D",
1986 "step": 240
1987 },
1988 {
1989 "expr": "(node_memory_SwapTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"} - node_memory_SwapFree_bytes{instance=~\"$node:$port\",job=~\"$job\"})",
1990 "format": "time_series",
1991 "hide": false,
1992 "intervalFactor": 2,
1993 "legendFormat": "Swap - Swap space used",
1994 "refId": "I",
1995 "step": 240
1996 },
1997 {
1998 "expr": "node_memory_HardwareCorrupted_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
1999 "format": "time_series",
2000 "hide": false,
2001 "intervalFactor": 2,
2002 "legendFormat": "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working",
2003 "refId": "O",
2004 "step": 240
2005 }
2006 ],
2007 "thresholds": [],
2008 "timeFrom": null,
2009 "timeShift": null,
2010 "title": "Memory Stack",
2011 "tooltip": {
2012 "shared": true,
2013 "sort": 0,
2014 "value_type": "individual"
2015 },
2016 "type": "graph",
2017 "xaxis": {
2018 "buckets": null,
2019 "mode": "time",
2020 "name": null,
2021 "show": true,
2022 "values": []
2023 },
2024 "yaxes": [
2025 {
2026 "format": "bytes",
2027 "label": "Bytes",
2028 "logBase": 1,
2029 "max": null,
2030 "min": "0",
2031 "show": true
2032 },
2033 {
2034 "format": "short",
2035 "label": null,
2036 "logBase": 1,
2037 "max": null,
2038 "min": null,
2039 "show": false
2040 }
2041 ]
2042 },
2043 {
2044 "aliasColors": {
2045 "receive_packets_eth0": "#7EB26D",
2046 "receive_packets_lo": "#E24D42",
2047 "transmit_packets_eth0": "#7EB26D",
2048 "transmit_packets_lo": "#E24D42"
2049 },
2050 "bars": false,
2051 "dashLength": 10,
2052 "dashes": false,
2053 "datasource": "Prometheus",
2054 "fill": 4,
2055 "gridPos": {
2056 "h": 12,
2057 "w": 12,
2058 "x": 0,
2059 "y": 38
2060 },
2061 "id": 84,
2062 "legend": {
2063 "alignAsTable": true,
2064 "avg": true,
2065 "current": true,
2066 "max": true,
2067 "min": true,
2068 "rightSide": false,
2069 "show": true,
2070 "total": false,
2071 "values": true
2072 },
2073 "lines": true,
2074 "linewidth": 1,
2075 "links": [],
2076 "nullPointMode": "null",
2077 "percentage": false,
2078 "pointradius": 5,
2079 "points": false,
2080 "renderer": "flot",
2081 "seriesOverrides": [
2082 {
2083 "alias": "/.*Trans.*/",
2084 "transform": "negative-Y"
2085 },
2086 {
2087 "alias": "/.*lo.*/",
2088 "color": "#7EB26D"
2089 },
2090 {
2091 "alias": "/.*eth0.*/",
2092 "color": "#EAB839"
2093 },
2094 {
2095 "alias": "/.*eth1.*/",
2096 "color": "#6ED0E0"
2097 },
2098 {
2099 "alias": "/.*eth2.*/",
2100 "color": "#EF843C"
2101 },
2102 {
2103 "alias": "/.*eth3.*/",
2104 "color": "#E24D42"
2105 },
2106 {
2107 "alias": "/.*eth4.*/",
2108 "color": "#1F78C1"
2109 },
2110 {
2111 "alias": "/.*eth5.*/",
2112 "color": "#BA43A9"
2113 }
2114 ],
2115 "spaceLength": 10,
2116 "stack": false,
2117 "steppedLine": false,
2118 "targets": [
2119 {
2120 "expr": "irate(node_network_receive_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
2121 "format": "time_series",
2122 "intervalFactor": 2,
2123 "legendFormat": "{{device}} - Receive",
2124 "refId": "O",
2125 "step": 240
2126 },
2127 {
2128 "expr": "irate(node_network_transmit_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
2129 "format": "time_series",
2130 "intervalFactor": 2,
2131 "legendFormat": "{{device}} - Transmit",
2132 "refId": "P",
2133 "step": 240
2134 }
2135 ],
2136 "thresholds": [],
2137 "timeFrom": null,
2138 "timeShift": null,
2139 "title": "Network Traffic",
2140 "tooltip": {
2141 "shared": true,
2142 "sort": 0,
2143 "value_type": "individual"
2144 },
2145 "type": "graph",
2146 "xaxis": {
2147 "buckets": null,
2148 "mode": "time",
2149 "name": null,
2150 "show": true,
2151 "values": []
2152 },
2153 "yaxes": [
2154 {
2155 "format": "Bps",
2156 "label": "Bytes out (-) / in (+)",
2157 "logBase": 1,
2158 "max": null,
2159 "min": null,
2160 "show": true
2161 },
2162 {
2163 "format": "short",
2164 "label": null,
2165 "logBase": 1,
2166 "max": null,
2167 "min": null,
2168 "show": false
2169 }
2170 ]
2171 },
2172 {
2173 "aliasColors": {},
2174 "bars": false,
2175 "dashLength": 10,
2176 "dashes": false,
2177 "datasource": "Prometheus",
2178 "decimals": 3,
2179 "description": "",
2180 "fill": 4,
2181 "gridPos": {
2182 "h": 12,
2183 "w": 12,
2184 "x": 12,
2185 "y": 38
2186 },
2187 "height": "",
2188 "id": 156,
2189 "legend": {
2190 "alignAsTable": true,
2191 "avg": true,
2192 "current": true,
2193 "max": true,
2194 "min": true,
2195 "rightSide": false,
2196 "show": true,
2197 "sort": "current",
2198 "sortDesc": false,
2199 "total": false,
2200 "values": true
2201 },
2202 "lines": true,
2203 "linewidth": 1,
2204 "links": [],
2205 "maxPerRow": 6,
2206 "nullPointMode": "null",
2207 "percentage": false,
2208 "pointradius": 5,
2209 "points": false,
2210 "renderer": "flot",
2211 "seriesOverrides": [],
2212 "spaceLength": 10,
2213 "stack": false,
2214 "steppedLine": false,
2215 "targets": [
2216 {
2217 "expr": "node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
2218 "format": "time_series",
2219 "intervalFactor": 2,
2220 "legendFormat": "{{mountpoint}}",
2221 "refId": "A",
2222 "step": 240
2223 }
2224 ],
2225 "thresholds": [],
2226 "timeFrom": null,
2227 "timeShift": null,
2228 "title": "Disk Space Used",
2229 "tooltip": {
2230 "shared": true,
2231 "sort": 0,
2232 "value_type": "individual"
2233 },
2234 "type": "graph",
2235 "xaxis": {
2236 "buckets": null,
2237 "mode": "time",
2238 "name": null,
2239 "show": true,
2240 "values": []
2241 },
2242 "yaxes": [
2243 {
2244 "format": "bytes",
2245 "label": "Bytes",
2246 "logBase": 1,
2247 "max": null,
2248 "min": "0",
2249 "show": true
2250 },
2251 {
2252 "format": "short",
2253 "label": null,
2254 "logBase": 1,
2255 "max": null,
2256 "min": null,
2257 "show": false
2258 }
2259 ]
2260 },
2261 {
2262 "aliasColors": {},
2263 "bars": false,
2264 "dashLength": 10,
2265 "dashes": false,
2266 "datasource": "Prometheus",
2267 "description": "",
2268 "fill": 2,
2269 "gridPos": {
2270 "h": 12,
2271 "w": 12,
2272 "x": 0,
2273 "y": 50
2274 },
2275 "id": 229,
2276 "legend": {
2277 "alignAsTable": true,
2278 "avg": true,
2279 "current": true,
2280 "hideZero": true,
2281 "max": true,
2282 "min": true,
2283 "rightSide": false,
2284 "show": true,
2285 "total": false,
2286 "values": true
2287 },
2288 "lines": true,
2289 "linewidth": 1,
2290 "links": [],
2291 "maxPerRow": 6,
2292 "nullPointMode": "null",
2293 "percentage": false,
2294 "pointradius": 5,
2295 "points": false,
2296 "renderer": "flot",
2297 "seriesOverrides": [
2298 {
2299 "alias": "/.*Read.*/",
2300 "transform": "negative-Y"
2301 },
2302 {
2303 "alias": "/.*sda_.*/",
2304 "color": "#7EB26D"
2305 },
2306 {
2307 "alias": "/.*sdb_.*/",
2308 "color": "#EAB839"
2309 },
2310 {
2311 "alias": "/.*sdc_.*/",
2312 "color": "#6ED0E0"
2313 },
2314 {
2315 "alias": "/.*sdd_.*/",
2316 "color": "#EF843C"
2317 },
2318 {
2319 "alias": "/.*sde_.*/",
2320 "color": "#E24D42"
2321 },
2322 {
2323 "alias": "/.*sda1.*/",
2324 "color": "#584477"
2325 },
2326 {
2327 "alias": "/.*sda2_.*/",
2328 "color": "#BA43A9"
2329 },
2330 {
2331 "alias": "/.*sda3_.*/",
2332 "color": "#F4D598"
2333 },
2334 {
2335 "alias": "/.*sdb1.*/",
2336 "color": "#0A50A1"
2337 },
2338 {
2339 "alias": "/.*sdb2.*/",
2340 "color": "#BF1B00"
2341 },
2342 {
2343 "alias": "/.*sdb3.*/",
2344 "color": "#E0752D"
2345 },
2346 {
2347 "alias": "/.*sdc1.*/",
2348 "color": "#962D82"
2349 },
2350 {
2351 "alias": "/.*sdc2.*/",
2352 "color": "#614D93"
2353 },
2354 {
2355 "alias": "/.*sdc3.*/",
2356 "color": "#9AC48A"
2357 },
2358 {
2359 "alias": "/.*sdd1.*/",
2360 "color": "#65C5DB"
2361 },
2362 {
2363 "alias": "/.*sdd2.*/",
2364 "color": "#F9934E"
2365 },
2366 {
2367 "alias": "/.*sdd3.*/",
2368 "color": "#EA6460"
2369 },
2370 {
2371 "alias": "/.*sde1.*/",
2372 "color": "#E0F9D7"
2373 },
2374 {
2375 "alias": "/.*sdd2.*/",
2376 "color": "#FCEACA"
2377 },
2378 {
2379 "alias": "/.*sde3.*/",
2380 "color": "#F9E2D2"
2381 }
2382 ],
2383 "spaceLength": 10,
2384 "stack": false,
2385 "steppedLine": false,
2386 "targets": [
2387 {
2388 "expr": "irate(node_disk_reads_completed_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2389 "intervalFactor": 4,
2390 "legendFormat": "{{device}} - Reads completed",
2391 "refId": "A",
2392 "step": 480
2393 },
2394 {
2395 "expr": "irate(node_disk_writes_completed_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2396 "intervalFactor": 2,
2397 "legendFormat": "{{device}} - Writes completed",
2398 "refId": "B",
2399 "step": 240
2400 }
2401 ],
2402 "thresholds": [],
2403 "timeFrom": null,
2404 "timeShift": null,
2405 "title": "Disk IOps",
2406 "tooltip": {
2407 "shared": false,
2408 "sort": 0,
2409 "value_type": "individual"
2410 },
2411 "type": "graph",
2412 "xaxis": {
2413 "buckets": null,
2414 "mode": "time",
2415 "name": null,
2416 "show": true,
2417 "values": []
2418 },
2419 "yaxes": [
2420 {
2421 "format": "iops",
2422 "label": "IO read (-) / write (+)",
2423 "logBase": 1,
2424 "max": null,
2425 "min": null,
2426 "show": true
2427 },
2428 {
2429 "format": "short",
2430 "label": null,
2431 "logBase": 1,
2432 "max": null,
2433 "min": null,
2434 "show": false
2435 }
2436 ]
2437 },
2438 {
2439 "aliasColors": {
2440 "io time": "#890F02"
2441 },
2442 "bars": false,
2443 "dashLength": 10,
2444 "dashes": false,
2445 "datasource": "Prometheus",
2446 "decimals": 3,
2447 "description": "",
2448 "fill": 4,
2449 "gridPos": {
2450 "h": 12,
2451 "w": 12,
2452 "x": 12,
2453 "y": 50
2454 },
2455 "id": 42,
2456 "legend": {
2457 "alignAsTable": true,
2458 "avg": true,
2459 "current": true,
2460 "max": true,
2461 "min": true,
2462 "rightSide": false,
2463 "show": true,
2464 "sort": null,
2465 "sortDesc": null,
2466 "total": false,
2467 "values": true
2468 },
2469 "lines": true,
2470 "linewidth": 1,
2471 "links": [],
2472 "maxPerRow": 6,
2473 "nullPointMode": "null",
2474 "percentage": false,
2475 "pointradius": 5,
2476 "points": false,
2477 "renderer": "flot",
2478 "seriesOverrides": [
2479 {
2480 "alias": "/.*read*./",
2481 "transform": "negative-Y"
2482 },
2483 {
2484 "alias": "/.*sda.*/",
2485 "color": "#7EB26D"
2486 },
2487 {
2488 "alias": "/.*sdb.*/",
2489 "color": "#EAB839"
2490 },
2491 {
2492 "alias": "/.*sdc.*/",
2493 "color": "#6ED0E0"
2494 },
2495 {
2496 "alias": "/.*sdd.*/",
2497 "color": "#EF843C"
2498 },
2499 {
2500 "alias": "/.*sde.*/",
2501 "color": "#E24D42"
2502 }
2503 ],
2504 "spaceLength": 10,
2505 "stack": false,
2506 "steppedLine": false,
2507 "targets": [
2508 {
2509 "expr": "irate(node_disk_read_bytes_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2510 "format": "time_series",
2511 "hide": false,
2512 "intervalFactor": 2,
2513 "legendFormat": "{{device}} - Successfully read bytes",
2514 "refId": "A",
2515 "step": 240
2516 },
2517 {
2518 "expr": "irate(node_disk_written_bytes_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"}[5m])",
2519 "format": "time_series",
2520 "hide": false,
2521 "intervalFactor": 2,
2522 "legendFormat": "{{device}} - Successfully written bytes",
2523 "refId": "B",
2524 "step": 240
2525 }
2526 ],
2527 "thresholds": [],
2528 "timeFrom": null,
2529 "timeShift": null,
2530 "title": "I/O Usage Read / Write",
2531 "tooltip": {
2532 "shared": true,
2533 "sort": 0,
2534 "value_type": "individual"
2535 },
2536 "type": "graph",
2537 "xaxis": {
2538 "buckets": null,
2539 "mode": "time",
2540 "name": null,
2541 "show": false,
2542 "values": []
2543 },
2544 "yaxes": [
2545 {
2546 "format": "bytes",
2547 "label": "Bytes read (-) / write (+)",
2548 "logBase": 1,
2549 "max": null,
2550 "min": null,
2551 "show": true
2552 },
2553 {
2554 "format": "ms",
2555 "label": "",
2556 "logBase": 1,
2557 "max": null,
2558 "min": null,
2559 "show": true
2560 }
2561 ]
2562 },
2563 {
2564 "aliasColors": {
2565 "io time": "#890F02"
2566 },
2567 "bars": false,
2568 "dashLength": 10,
2569 "dashes": false,
2570 "datasource": "Prometheus",
2571 "decimals": 3,
2572 "description": "",
2573 "fill": 4,
2574 "gridPos": {
2575 "h": 12,
2576 "w": 12,
2577 "x": 0,
2578 "y": 62
2579 },
2580 "id": 127,
2581 "legend": {
2582 "alignAsTable": true,
2583 "avg": true,
2584 "current": true,
2585 "max": true,
2586 "min": true,
2587 "rightSide": false,
2588 "show": true,
2589 "sort": null,
2590 "sortDesc": null,
2591 "total": false,
2592 "values": true
2593 },
2594 "lines": true,
2595 "linewidth": 1,
2596 "links": [],
2597 "maxPerRow": 6,
2598 "nullPointMode": "null",
2599 "percentage": false,
2600 "pointradius": 5,
2601 "points": false,
2602 "renderer": "flot",
2603 "seriesOverrides": [],
2604 "spaceLength": 10,
2605 "stack": false,
2606 "steppedLine": false,
2607 "targets": [
2608 {
2609 "expr": "irate(node_disk_io_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\",device=~\"[a-z]*[a-z]\"} [5m])",
2610 "format": "time_series",
2611 "hide": false,
2612 "intervalFactor": 2,
2613 "legendFormat": "{{device}} - Time spent doing I/Os",
2614 "refId": "C",
2615 "step": 240
2616 }
2617 ],
2618 "thresholds": [],
2619 "timeFrom": null,
2620 "timeShift": null,
2621 "title": "I/O Usage Times",
2622 "tooltip": {
2623 "shared": true,
2624 "sort": 0,
2625 "value_type": "individual"
2626 },
2627 "type": "graph",
2628 "xaxis": {
2629 "buckets": null,
2630 "mode": "time",
2631 "name": null,
2632 "show": false,
2633 "values": []
2634 },
2635 "yaxes": [
2636 {
2637 "format": "s",
2638 "label": "Time",
2639 "logBase": 1,
2640 "max": null,
2641 "min": "0",
2642 "show": true
2643 },
2644 {
2645 "format": "s",
2646 "label": "",
2647 "logBase": 1,
2648 "max": null,
2649 "min": null,
2650 "show": false
2651 }
2652 ]
2653 }
2654 ],
2655 "repeat": null,
2656 "title": "CPU Memory Net Disk",
2657 "type": "row"
2658 },
2659 {
2660 "collapsed": true,
2661 "datasource": null,
2662 "fieldConfig": {
2663 "defaults": {},
2664 "overrides": []
2665 },
2666 "gridPos": {
2667 "h": 1,
2668 "w": 24,
2669 "x": 0,
2670 "y": 26
2671 },
2672 "id": 266,
2673 "panels": [
2674 {
2675 "aliasColors": {
2676 "Apps": "#629E51",
2677 "Buffers": "#614D93",
2678 "Cache": "#6D1F62",
2679 "Cached": "#511749",
2680 "Committed": "#508642",
2681 "Free": "#0A437C",
2682 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2683 "Inactive": "#584477",
2684 "PageTables": "#0A50A1",
2685 "Page_Tables": "#0A50A1",
2686 "RAM_Free": "#E0F9D7",
2687 "Slab": "#806EB7",
2688 "Slab_Cache": "#E0752D",
2689 "Swap": "#BF1B00",
2690 "Swap_Cache": "#C15C17",
2691 "Swap_Free": "#2F575E",
2692 "Unused": "#EAB839"
2693 },
2694 "bars": false,
2695 "dashLength": 10,
2696 "dashes": false,
2697 "datasource": "Prometheus",
2698 "decimals": 2,
2699 "fill": 2,
2700 "gridPos": {
2701 "h": 10,
2702 "w": 12,
2703 "x": 0,
2704 "y": 63
2705 },
2706 "id": 136,
2707 "legend": {
2708 "alignAsTable": true,
2709 "avg": true,
2710 "current": true,
2711 "max": true,
2712 "min": true,
2713 "rightSide": false,
2714 "show": true,
2715 "sideWidth": 350,
2716 "total": false,
2717 "values": true
2718 },
2719 "lines": true,
2720 "linewidth": 1,
2721 "links": [],
2722 "maxPerRow": 2,
2723 "nullPointMode": "null",
2724 "percentage": false,
2725 "pointradius": 5,
2726 "points": false,
2727 "renderer": "flot",
2728 "seriesOverrides": [],
2729 "spaceLength": 10,
2730 "stack": true,
2731 "steppedLine": false,
2732 "targets": [
2733 {
2734 "expr": "node_memory_Inactive_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2735 "format": "time_series",
2736 "intervalFactor": 2,
2737 "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes",
2738 "refId": "K",
2739 "step": 4
2740 },
2741 {
2742 "expr": "node_memory_Active_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2743 "format": "time_series",
2744 "intervalFactor": 2,
2745 "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary",
2746 "refId": "J",
2747 "step": 4
2748 }
2749 ],
2750 "thresholds": [],
2751 "timeFrom": null,
2752 "timeShift": null,
2753 "title": "Memory Active / Inactive",
2754 "tooltip": {
2755 "shared": true,
2756 "sort": 0,
2757 "value_type": "cumulative"
2758 },
2759 "type": "graph",
2760 "xaxis": {
2761 "buckets": null,
2762 "mode": "time",
2763 "name": null,
2764 "show": true,
2765 "values": []
2766 },
2767 "yaxes": [
2768 {
2769 "format": "bytes",
2770 "label": "Bytes",
2771 "logBase": 1,
2772 "max": null,
2773 "min": "0",
2774 "show": true
2775 },
2776 {
2777 "format": "short",
2778 "label": null,
2779 "logBase": 1,
2780 "max": null,
2781 "min": null,
2782 "show": false
2783 }
2784 ]
2785 },
2786 {
2787 "aliasColors": {
2788 "Apps": "#629E51",
2789 "Buffers": "#614D93",
2790 "Cache": "#6D1F62",
2791 "Cached": "#511749",
2792 "Committed": "#508642",
2793 "Free": "#0A437C",
2794 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2795 "Inactive": "#584477",
2796 "PageTables": "#0A50A1",
2797 "Page_Tables": "#0A50A1",
2798 "RAM_Free": "#E0F9D7",
2799 "Slab": "#806EB7",
2800 "Slab_Cache": "#E0752D",
2801 "Swap": "#BF1B00",
2802 "Swap_Cache": "#C15C17",
2803 "Swap_Free": "#2F575E",
2804 "Unused": "#EAB839"
2805 },
2806 "bars": false,
2807 "dashLength": 10,
2808 "dashes": false,
2809 "datasource": "Prometheus",
2810 "decimals": 2,
2811 "fill": 2,
2812 "gridPos": {
2813 "h": 10,
2814 "w": 12,
2815 "x": 12,
2816 "y": 63
2817 },
2818 "id": 135,
2819 "legend": {
2820 "alignAsTable": true,
2821 "avg": true,
2822 "current": true,
2823 "max": true,
2824 "min": true,
2825 "rightSide": false,
2826 "show": true,
2827 "sideWidth": 350,
2828 "total": false,
2829 "values": true
2830 },
2831 "lines": true,
2832 "linewidth": 1,
2833 "links": [],
2834 "maxPerRow": 6,
2835 "nullPointMode": "null",
2836 "percentage": false,
2837 "pointradius": 5,
2838 "points": false,
2839 "renderer": "flot",
2840 "seriesOverrides": [
2841 {
2842 "alias": "/.*Committed_AS - *./"
2843 },
2844 {
2845 "alias": "/.*CommitLimit - *./",
2846 "color": "#BF1B00",
2847 "fill": 0
2848 }
2849 ],
2850 "spaceLength": 10,
2851 "stack": false,
2852 "steppedLine": false,
2853 "targets": [
2854 {
2855 "expr": "node_memory_Committed_AS_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2856 "format": "time_series",
2857 "intervalFactor": 2,
2858 "legendFormat": "Committed_AS - Amount of memory presently allocated on the system",
2859 "refId": "A",
2860 "step": 4
2861 },
2862 {
2863 "expr": "node_memory_CommitLimit_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2864 "format": "time_series",
2865 "intervalFactor": 2,
2866 "legendFormat": "CommitLimit - Amount of memory currently available to be allocated on the system",
2867 "refId": "M",
2868 "step": 4
2869 }
2870 ],
2871 "thresholds": [],
2872 "timeFrom": null,
2873 "timeShift": null,
2874 "title": "Memory Commited",
2875 "tooltip": {
2876 "shared": true,
2877 "sort": 0,
2878 "value_type": "cumulative"
2879 },
2880 "type": "graph",
2881 "xaxis": {
2882 "buckets": null,
2883 "mode": "time",
2884 "name": null,
2885 "show": true,
2886 "values": []
2887 },
2888 "yaxes": [
2889 {
2890 "format": "bytes",
2891 "label": "Bytes",
2892 "logBase": 1,
2893 "max": null,
2894 "min": "0",
2895 "show": true
2896 },
2897 {
2898 "format": "short",
2899 "label": null,
2900 "logBase": 1,
2901 "max": null,
2902 "min": null,
2903 "show": false
2904 }
2905 ]
2906 },
2907 {
2908 "aliasColors": {
2909 "Apps": "#629E51",
2910 "Buffers": "#614D93",
2911 "Cache": "#6D1F62",
2912 "Cached": "#511749",
2913 "Committed": "#508642",
2914 "Free": "#0A437C",
2915 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2916 "Inactive": "#584477",
2917 "PageTables": "#0A50A1",
2918 "Page_Tables": "#0A50A1",
2919 "RAM_Free": "#E0F9D7",
2920 "Slab": "#806EB7",
2921 "Slab_Cache": "#E0752D",
2922 "Swap": "#BF1B00",
2923 "Swap_Cache": "#C15C17",
2924 "Swap_Free": "#2F575E",
2925 "Unused": "#EAB839"
2926 },
2927 "bars": false,
2928 "dashLength": 10,
2929 "dashes": false,
2930 "datasource": "Prometheus",
2931 "decimals": 2,
2932 "fill": 2,
2933 "gridPos": {
2934 "h": 10,
2935 "w": 12,
2936 "x": 0,
2937 "y": 73
2938 },
2939 "id": 191,
2940 "legend": {
2941 "alignAsTable": true,
2942 "avg": true,
2943 "current": true,
2944 "max": true,
2945 "min": true,
2946 "rightSide": false,
2947 "show": true,
2948 "sideWidth": 350,
2949 "total": false,
2950 "values": true
2951 },
2952 "lines": true,
2953 "linewidth": 1,
2954 "links": [],
2955 "maxPerRow": 6,
2956 "nullPointMode": "null",
2957 "percentage": false,
2958 "pointradius": 5,
2959 "points": false,
2960 "renderer": "flot",
2961 "seriesOverrides": [],
2962 "spaceLength": 10,
2963 "stack": true,
2964 "steppedLine": false,
2965 "targets": [
2966 {
2967 "expr": "node_memory_Inactive_file_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2968 "format": "time_series",
2969 "hide": false,
2970 "intervalFactor": 2,
2971 "legendFormat": "Inactive_file - File-backed memory on inactive LRU list",
2972 "refId": "A",
2973 "step": 4
2974 },
2975 {
2976 "expr": "node_memory_Inactive_anon_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2977 "format": "time_series",
2978 "hide": false,
2979 "intervalFactor": 2,
2980 "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)",
2981 "refId": "D",
2982 "step": 4
2983 },
2984 {
2985 "expr": "node_memory_Active_file_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2986 "format": "time_series",
2987 "hide": false,
2988 "intervalFactor": 2,
2989 "legendFormat": "Active_file - File-backed memory on active LRU list",
2990 "refId": "B",
2991 "step": 4
2992 },
2993 {
2994 "expr": "node_memory_Active_anon_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
2995 "format": "time_series",
2996 "hide": false,
2997 "intervalFactor": 2,
2998 "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs",
2999 "refId": "C",
3000 "step": 4
3001 }
3002 ],
3003 "thresholds": [],
3004 "timeFrom": null,
3005 "timeShift": null,
3006 "title": "Memory Active / Inactive Detail",
3007 "tooltip": {
3008 "shared": true,
3009 "sort": 0,
3010 "value_type": "cumulative"
3011 },
3012 "type": "graph",
3013 "xaxis": {
3014 "buckets": null,
3015 "mode": "time",
3016 "name": null,
3017 "show": true,
3018 "values": []
3019 },
3020 "yaxes": [
3021 {
3022 "format": "bytes",
3023 "label": "Bytes",
3024 "logBase": 1,
3025 "max": null,
3026 "min": "0",
3027 "show": true
3028 },
3029 {
3030 "format": "bytes",
3031 "label": null,
3032 "logBase": 1,
3033 "max": null,
3034 "min": null,
3035 "show": true
3036 }
3037 ]
3038 },
3039 {
3040 "aliasColors": {
3041 "Active": "#99440A",
3042 "Buffers": "#58140C",
3043 "Cache": "#6D1F62",
3044 "Cached": "#511749",
3045 "Committed": "#508642",
3046 "Dirty": "#6ED0E0",
3047 "Free": "#B7DBAB",
3048 "Inactive": "#EA6460",
3049 "Mapped": "#052B51",
3050 "PageTables": "#0A50A1",
3051 "Page_Tables": "#0A50A1",
3052 "Slab_Cache": "#EAB839",
3053 "Swap": "#BF1B00",
3054 "Swap_Cache": "#C15C17",
3055 "Total": "#511749",
3056 "Total RAM": "#052B51",
3057 "Total RAM + Swap": "#052B51",
3058 "Total Swap": "#614D93",
3059 "VmallocUsed": "#EA6460"
3060 },
3061 "bars": false,
3062 "dashLength": 10,
3063 "dashes": false,
3064 "datasource": "Prometheus",
3065 "decimals": 2,
3066 "fill": 2,
3067 "gridPos": {
3068 "h": 10,
3069 "w": 12,
3070 "x": 12,
3071 "y": 73
3072 },
3073 "id": 130,
3074 "legend": {
3075 "alignAsTable": true,
3076 "avg": true,
3077 "current": true,
3078 "max": true,
3079 "min": true,
3080 "rightSide": false,
3081 "show": true,
3082 "sideWidth": null,
3083 "total": false,
3084 "values": true
3085 },
3086 "lines": true,
3087 "linewidth": 1,
3088 "links": [],
3089 "maxPerRow": 2,
3090 "nullPointMode": "null",
3091 "percentage": false,
3092 "pointradius": 5,
3093 "points": false,
3094 "renderer": "flot",
3095 "seriesOverrides": [],
3096 "spaceLength": 10,
3097 "stack": false,
3098 "steppedLine": false,
3099 "targets": [
3100 {
3101 "expr": "node_memory_Writeback_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3102 "format": "time_series",
3103 "intervalFactor": 2,
3104 "legendFormat": "Writeback - Memory which is actively being written back to disk",
3105 "refId": "J",
3106 "step": 4
3107 },
3108 {
3109 "expr": "node_memory_WritebackTmp_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3110 "format": "time_series",
3111 "intervalFactor": 2,
3112 "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers",
3113 "refId": "K",
3114 "step": 4
3115 },
3116 {
3117 "expr": "node_memory_Dirty_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3118 "format": "time_series",
3119 "intervalFactor": 2,
3120 "legendFormat": "Dirty - Memory which is waiting to get written back to the disk",
3121 "refId": "A",
3122 "step": 4
3123 }
3124 ],
3125 "thresholds": [],
3126 "timeFrom": null,
3127 "timeShift": null,
3128 "title": "Memory Writeback and Dirty",
3129 "tooltip": {
3130 "shared": true,
3131 "sort": 0,
3132 "value_type": "individual"
3133 },
3134 "type": "graph",
3135 "xaxis": {
3136 "buckets": null,
3137 "mode": "time",
3138 "name": null,
3139 "show": true,
3140 "values": []
3141 },
3142 "yaxes": [
3143 {
3144 "format": "bytes",
3145 "label": "Bytes",
3146 "logBase": 1,
3147 "max": null,
3148 "min": "0",
3149 "show": true
3150 },
3151 {
3152 "format": "short",
3153 "label": null,
3154 "logBase": 1,
3155 "max": null,
3156 "min": null,
3157 "show": false
3158 }
3159 ]
3160 },
3161 {
3162 "aliasColors": {
3163 "Apps": "#629E51",
3164 "Buffers": "#614D93",
3165 "Cache": "#6D1F62",
3166 "Cached": "#511749",
3167 "Committed": "#508642",
3168 "Free": "#0A437C",
3169 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3170 "Inactive": "#584477",
3171 "PageTables": "#0A50A1",
3172 "Page_Tables": "#0A50A1",
3173 "RAM_Free": "#E0F9D7",
3174 "Slab": "#806EB7",
3175 "Slab_Cache": "#E0752D",
3176 "Swap": "#BF1B00",
3177 "Swap_Cache": "#C15C17",
3178 "Swap_Free": "#2F575E",
3179 "Unused": "#EAB839"
3180 },
3181 "bars": false,
3182 "dashLength": 10,
3183 "dashes": false,
3184 "datasource": "Prometheus",
3185 "decimals": 2,
3186 "fill": 2,
3187 "gridPos": {
3188 "h": 10,
3189 "w": 12,
3190 "x": 0,
3191 "y": 83
3192 },
3193 "id": 138,
3194 "legend": {
3195 "alignAsTable": true,
3196 "avg": true,
3197 "current": true,
3198 "max": true,
3199 "min": true,
3200 "rightSide": false,
3201 "show": true,
3202 "sideWidth": 350,
3203 "total": false,
3204 "values": true
3205 },
3206 "lines": true,
3207 "linewidth": 1,
3208 "links": [],
3209 "maxPerRow": 6,
3210 "nullPointMode": "null",
3211 "percentage": false,
3212 "pointradius": 5,
3213 "points": false,
3214 "renderer": "flot",
3215 "seriesOverrides": [],
3216 "spaceLength": 10,
3217 "stack": false,
3218 "steppedLine": false,
3219 "targets": [
3220 {
3221 "expr": "node_memory_Mapped_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3222 "format": "time_series",
3223 "intervalFactor": 2,
3224 "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries",
3225 "refId": "A",
3226 "step": 4
3227 },
3228 {
3229 "expr": "node_memory_Shmem_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3230 "format": "time_series",
3231 "intervalFactor": 2,
3232 "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)",
3233 "refId": "B",
3234 "step": 4
3235 }
3236 ],
3237 "thresholds": [],
3238 "timeFrom": null,
3239 "timeShift": null,
3240 "title": "Memory Shared and Mapped",
3241 "tooltip": {
3242 "shared": true,
3243 "sort": 0,
3244 "value_type": "cumulative"
3245 },
3246 "type": "graph",
3247 "xaxis": {
3248 "buckets": null,
3249 "mode": "time",
3250 "name": null,
3251 "show": true,
3252 "values": []
3253 },
3254 "yaxes": [
3255 {
3256 "format": "bytes",
3257 "label": "Bytes",
3258 "logBase": 1,
3259 "max": null,
3260 "min": "0",
3261 "show": true
3262 },
3263 {
3264 "format": "short",
3265 "label": null,
3266 "logBase": 1,
3267 "max": null,
3268 "min": null,
3269 "show": false
3270 }
3271 ]
3272 },
3273 {
3274 "aliasColors": {
3275 "Active": "#99440A",
3276 "Buffers": "#58140C",
3277 "Cache": "#6D1F62",
3278 "Cached": "#511749",
3279 "Committed": "#508642",
3280 "Dirty": "#6ED0E0",
3281 "Free": "#B7DBAB",
3282 "Inactive": "#EA6460",
3283 "Mapped": "#052B51",
3284 "PageTables": "#0A50A1",
3285 "Page_Tables": "#0A50A1",
3286 "Slab_Cache": "#EAB839",
3287 "Swap": "#BF1B00",
3288 "Swap_Cache": "#C15C17",
3289 "Total": "#511749",
3290 "Total RAM": "#052B51",
3291 "Total RAM + Swap": "#052B51",
3292 "Total Swap": "#614D93",
3293 "VmallocUsed": "#EA6460"
3294 },
3295 "bars": false,
3296 "dashLength": 10,
3297 "dashes": false,
3298 "datasource": "Prometheus",
3299 "decimals": 2,
3300 "fill": 2,
3301 "gridPos": {
3302 "h": 10,
3303 "w": 12,
3304 "x": 12,
3305 "y": 83
3306 },
3307 "id": 131,
3308 "legend": {
3309 "alignAsTable": true,
3310 "avg": true,
3311 "current": true,
3312 "max": true,
3313 "min": true,
3314 "rightSide": false,
3315 "show": true,
3316 "sideWidth": null,
3317 "total": false,
3318 "values": true
3319 },
3320 "lines": true,
3321 "linewidth": 1,
3322 "links": [],
3323 "maxPerRow": 2,
3324 "nullPointMode": "null",
3325 "percentage": false,
3326 "pointradius": 5,
3327 "points": false,
3328 "renderer": "flot",
3329 "seriesOverrides": [],
3330 "spaceLength": 10,
3331 "stack": true,
3332 "steppedLine": false,
3333 "targets": [
3334 {
3335 "expr": "node_memory_SUnreclaim_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3336 "format": "time_series",
3337 "intervalFactor": 2,
3338 "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure",
3339 "refId": "O",
3340 "step": 4
3341 },
3342 {
3343 "expr": "node_memory_SReclaimable_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3344 "format": "time_series",
3345 "intervalFactor": 2,
3346 "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches",
3347 "refId": "N",
3348 "step": 4
3349 }
3350 ],
3351 "thresholds": [],
3352 "timeFrom": null,
3353 "timeShift": null,
3354 "title": "Memory Slab",
3355 "tooltip": {
3356 "shared": true,
3357 "sort": 0,
3358 "value_type": "individual"
3359 },
3360 "type": "graph",
3361 "xaxis": {
3362 "buckets": null,
3363 "mode": "time",
3364 "name": null,
3365 "show": true,
3366 "values": []
3367 },
3368 "yaxes": [
3369 {
3370 "format": "bytes",
3371 "label": "Bytes",
3372 "logBase": 1,
3373 "max": null,
3374 "min": "0",
3375 "show": true
3376 },
3377 {
3378 "format": "short",
3379 "label": null,
3380 "logBase": 1,
3381 "max": null,
3382 "min": null,
3383 "show": false
3384 }
3385 ]
3386 },
3387 {
3388 "aliasColors": {
3389 "Active": "#99440A",
3390 "Buffers": "#58140C",
3391 "Cache": "#6D1F62",
3392 "Cached": "#511749",
3393 "Committed": "#508642",
3394 "Dirty": "#6ED0E0",
3395 "Free": "#B7DBAB",
3396 "Inactive": "#EA6460",
3397 "Mapped": "#052B51",
3398 "PageTables": "#0A50A1",
3399 "Page_Tables": "#0A50A1",
3400 "Slab_Cache": "#EAB839",
3401 "Swap": "#BF1B00",
3402 "Swap_Cache": "#C15C17",
3403 "Total": "#511749",
3404 "Total RAM": "#052B51",
3405 "Total RAM + Swap": "#052B51",
3406 "VmallocUsed": "#EA6460"
3407 },
3408 "bars": false,
3409 "dashLength": 10,
3410 "dashes": false,
3411 "datasource": "Prometheus",
3412 "decimals": 2,
3413 "fill": 2,
3414 "gridPos": {
3415 "h": 10,
3416 "w": 12,
3417 "x": 0,
3418 "y": 93
3419 },
3420 "id": 70,
3421 "legend": {
3422 "alignAsTable": true,
3423 "avg": true,
3424 "current": true,
3425 "max": true,
3426 "min": true,
3427 "rightSide": false,
3428 "show": true,
3429 "sideWidth": null,
3430 "total": false,
3431 "values": true
3432 },
3433 "lines": true,
3434 "linewidth": 1,
3435 "links": [],
3436 "maxPerRow": 6,
3437 "nullPointMode": "null",
3438 "percentage": false,
3439 "pointradius": 5,
3440 "points": false,
3441 "renderer": "flot",
3442 "seriesOverrides": [],
3443 "spaceLength": 10,
3444 "stack": false,
3445 "steppedLine": false,
3446 "targets": [
3447 {
3448 "expr": "node_memory_VmallocChunk_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3449 "format": "time_series",
3450 "hide": false,
3451 "intervalFactor": 2,
3452 "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free",
3453 "refId": "H",
3454 "step": 4
3455 },
3456 {
3457 "expr": "node_memory_VmallocTotal_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3458 "format": "time_series",
3459 "hide": false,
3460 "intervalFactor": 2,
3461 "legendFormat": "VmallocTotal - Total size of vmalloc memory area",
3462 "refId": "I",
3463 "step": 4
3464 },
3465 {
3466 "expr": "node_memory_VmallocUsed_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3467 "format": "time_series",
3468 "hide": false,
3469 "intervalFactor": 2,
3470 "legendFormat": "VmallocUsed - Amount of vmalloc area which is used",
3471 "refId": "O",
3472 "step": 4
3473 }
3474 ],
3475 "thresholds": [],
3476 "timeFrom": null,
3477 "timeShift": null,
3478 "title": "Memory Vmalloc",
3479 "tooltip": {
3480 "shared": true,
3481 "sort": 0,
3482 "value_type": "individual"
3483 },
3484 "type": "graph",
3485 "xaxis": {
3486 "buckets": null,
3487 "mode": "time",
3488 "name": null,
3489 "show": true,
3490 "values": []
3491 },
3492 "yaxes": [
3493 {
3494 "format": "bytes",
3495 "label": "Bytes",
3496 "logBase": 1,
3497 "max": null,
3498 "min": "0",
3499 "show": true
3500 },
3501 {
3502 "format": "short",
3503 "label": null,
3504 "logBase": 1,
3505 "max": null,
3506 "min": null,
3507 "show": false
3508 }
3509 ]
3510 },
3511 {
3512 "aliasColors": {
3513 "Apps": "#629E51",
3514 "Buffers": "#614D93",
3515 "Cache": "#6D1F62",
3516 "Cached": "#511749",
3517 "Committed": "#508642",
3518 "Free": "#0A437C",
3519 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3520 "Inactive": "#584477",
3521 "PageTables": "#0A50A1",
3522 "Page_Tables": "#0A50A1",
3523 "RAM_Free": "#E0F9D7",
3524 "Slab": "#806EB7",
3525 "Slab_Cache": "#E0752D",
3526 "Swap": "#BF1B00",
3527 "Swap_Cache": "#C15C17",
3528 "Swap_Free": "#2F575E",
3529 "Unused": "#EAB839"
3530 },
3531 "bars": false,
3532 "dashLength": 10,
3533 "dashes": false,
3534 "datasource": "Prometheus",
3535 "decimals": 2,
3536 "fill": 2,
3537 "gridPos": {
3538 "h": 10,
3539 "w": 12,
3540 "x": 12,
3541 "y": 93
3542 },
3543 "id": 159,
3544 "legend": {
3545 "alignAsTable": true,
3546 "avg": true,
3547 "current": true,
3548 "max": true,
3549 "min": true,
3550 "rightSide": false,
3551 "show": true,
3552 "sideWidth": 350,
3553 "total": false,
3554 "values": true
3555 },
3556 "lines": true,
3557 "linewidth": 1,
3558 "links": [],
3559 "maxPerRow": 6,
3560 "nullPointMode": "null",
3561 "percentage": false,
3562 "pointradius": 5,
3563 "points": false,
3564 "renderer": "flot",
3565 "seriesOverrides": [],
3566 "spaceLength": 10,
3567 "stack": false,
3568 "steppedLine": false,
3569 "targets": [
3570 {
3571 "expr": "node_memory_Bounce_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3572 "format": "time_series",
3573 "intervalFactor": 2,
3574 "legendFormat": "Bounce - Memory used for block device bounce buffers",
3575 "refId": "N",
3576 "step": 4
3577 }
3578 ],
3579 "thresholds": [],
3580 "timeFrom": null,
3581 "timeShift": null,
3582 "title": "Memory Bounce",
3583 "tooltip": {
3584 "shared": true,
3585 "sort": 0,
3586 "value_type": "cumulative"
3587 },
3588 "type": "graph",
3589 "xaxis": {
3590 "buckets": null,
3591 "mode": "time",
3592 "name": null,
3593 "show": true,
3594 "values": []
3595 },
3596 "yaxes": [
3597 {
3598 "format": "bytes",
3599 "label": "Bytes",
3600 "logBase": 1,
3601 "max": null,
3602 "min": "0",
3603 "show": true
3604 },
3605 {
3606 "format": "short",
3607 "label": null,
3608 "logBase": 1,
3609 "max": null,
3610 "min": null,
3611 "show": false
3612 }
3613 ]
3614 },
3615 {
3616 "aliasColors": {
3617 "Active": "#99440A",
3618 "Buffers": "#58140C",
3619 "Cache": "#6D1F62",
3620 "Cached": "#511749",
3621 "Committed": "#508642",
3622 "Dirty": "#6ED0E0",
3623 "Free": "#B7DBAB",
3624 "Inactive": "#EA6460",
3625 "Mapped": "#052B51",
3626 "PageTables": "#0A50A1",
3627 "Page_Tables": "#0A50A1",
3628 "Slab_Cache": "#EAB839",
3629 "Swap": "#BF1B00",
3630 "Swap_Cache": "#C15C17",
3631 "Total": "#511749",
3632 "Total RAM": "#052B51",
3633 "Total RAM + Swap": "#052B51",
3634 "VmallocUsed": "#EA6460"
3635 },
3636 "bars": false,
3637 "dashLength": 10,
3638 "dashes": false,
3639 "datasource": "Prometheus",
3640 "decimals": 2,
3641 "fill": 2,
3642 "gridPos": {
3643 "h": 10,
3644 "w": 12,
3645 "x": 0,
3646 "y": 103
3647 },
3648 "id": 129,
3649 "legend": {
3650 "alignAsTable": true,
3651 "avg": true,
3652 "current": true,
3653 "max": true,
3654 "min": true,
3655 "rightSide": false,
3656 "show": true,
3657 "sideWidth": null,
3658 "total": false,
3659 "values": true
3660 },
3661 "lines": true,
3662 "linewidth": 1,
3663 "links": [],
3664 "maxPerRow": 6,
3665 "nullPointMode": "null",
3666 "percentage": false,
3667 "pointradius": 5,
3668 "points": false,
3669 "renderer": "flot",
3670 "seriesOverrides": [
3671 {
3672 "alias": "/.*Inactive *./",
3673 "transform": "negative-Y"
3674 }
3675 ],
3676 "spaceLength": 10,
3677 "stack": false,
3678 "steppedLine": false,
3679 "targets": [
3680 {
3681 "expr": "node_memory_AnonHugePages_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3682 "format": "time_series",
3683 "intervalFactor": 2,
3684 "legendFormat": "AnonHugePages - Memory in anonymous huge pages",
3685 "refId": "D",
3686 "step": 4
3687 },
3688 {
3689 "expr": "node_memory_AnonPages_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3690 "format": "time_series",
3691 "intervalFactor": 2,
3692 "legendFormat": "AnonPages - Memory in user pages not backed by files",
3693 "refId": "G",
3694 "step": 4
3695 }
3696 ],
3697 "thresholds": [],
3698 "timeFrom": null,
3699 "timeShift": null,
3700 "title": "Memory Anonymous",
3701 "tooltip": {
3702 "shared": true,
3703 "sort": 0,
3704 "value_type": "individual"
3705 },
3706 "type": "graph",
3707 "xaxis": {
3708 "buckets": null,
3709 "mode": "time",
3710 "name": null,
3711 "show": true,
3712 "values": []
3713 },
3714 "yaxes": [
3715 {
3716 "format": "bytes",
3717 "label": "Bytes",
3718 "logBase": 1,
3719 "max": null,
3720 "min": "0",
3721 "show": true
3722 },
3723 {
3724 "format": "short",
3725 "label": null,
3726 "logBase": 1,
3727 "max": null,
3728 "min": null,
3729 "show": false
3730 }
3731 ]
3732 },
3733 {
3734 "aliasColors": {
3735 "Apps": "#629E51",
3736 "Buffers": "#614D93",
3737 "Cache": "#6D1F62",
3738 "Cached": "#511749",
3739 "Committed": "#508642",
3740 "Free": "#0A437C",
3741 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3742 "Inactive": "#584477",
3743 "PageTables": "#0A50A1",
3744 "Page_Tables": "#0A50A1",
3745 "RAM_Free": "#E0F9D7",
3746 "Slab": "#806EB7",
3747 "Slab_Cache": "#E0752D",
3748 "Swap": "#BF1B00",
3749 "Swap_Cache": "#C15C17",
3750 "Swap_Free": "#2F575E",
3751 "Unused": "#EAB839"
3752 },
3753 "bars": false,
3754 "dashLength": 10,
3755 "dashes": false,
3756 "datasource": "Prometheus",
3757 "decimals": 2,
3758 "fill": 2,
3759 "gridPos": {
3760 "h": 10,
3761 "w": 12,
3762 "x": 12,
3763 "y": 103
3764 },
3765 "id": 160,
3766 "legend": {
3767 "alignAsTable": true,
3768 "avg": true,
3769 "current": true,
3770 "max": true,
3771 "min": true,
3772 "rightSide": false,
3773 "show": true,
3774 "sideWidth": 350,
3775 "total": false,
3776 "values": true
3777 },
3778 "lines": true,
3779 "linewidth": 1,
3780 "links": [],
3781 "maxPerRow": 2,
3782 "nullPointMode": "null",
3783 "percentage": false,
3784 "pointradius": 5,
3785 "points": false,
3786 "renderer": "flot",
3787 "seriesOverrides": [],
3788 "spaceLength": 10,
3789 "stack": false,
3790 "steppedLine": false,
3791 "targets": [
3792 {
3793 "expr": "node_memory_KernelStack_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
3794 "format": "time_series",
3795 "intervalFactor": 2,
3796 "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable",
3797 "refId": "N",
3798 "step": 4
3799 }
3800 ],
3801 "thresholds": [],
3802 "timeFrom": null,
3803 "timeShift": null,
3804 "title": "Memory Kernel",
3805 "tooltip": {
3806 "shared": true,
3807 "sort": 0,
3808 "value_type": "cumulative"
3809 },
3810 "type": "graph",
3811 "xaxis": {
3812 "buckets": null,
3813 "mode": "time",
3814 "name": null,
3815 "show": true,
3816 "values": []
3817 },
3818 "yaxes": [
3819 {
3820 "format": "bytes",
3821 "label": "Bytes",
3822 "logBase": 1,
3823 "max": null,
3824 "min": "0",
3825 "show": true
3826 },
3827 {
3828 "format": "short",
3829 "label": null,
3830 "logBase": 1,
3831 "max": null,
3832 "min": null,
3833 "show": false
3834 }
3835 ]
3836 },
3837 {
3838 "aliasColors": {
3839 "Active": "#99440A",
3840 "Buffers": "#58140C",
3841 "Cache": "#6D1F62",
3842 "Cached": "#511749",
3843 "Committed": "#508642",
3844 "Dirty": "#6ED0E0",
3845 "Free": "#B7DBAB",
3846 "Inactive": "#EA6460",
3847 "Mapped": "#052B51",
3848 "PageTables": "#0A50A1",
3849 "Page_Tables": "#0A50A1",
3850 "Slab_Cache": "#EAB839",
3851 "Swap": "#BF1B00",
3852 "Swap_Cache": "#C15C17",
3853 "Total": "#511749",
3854 "Total RAM": "#806EB7",
3855 "Total RAM + Swap": "#806EB7",
3856 "VmallocUsed": "#EA6460"
3857 },
3858 "bars": false,
3859 "dashLength": 10,
3860 "dashes": false,
3861 "datasource": "Prometheus",
3862 "decimals": 2,
3863 "fill": 2,
3864 "gridPos": {
3865 "h": 10,
3866 "w": 12,
3867 "x": 0,
3868 "y": 113
3869 },
3870 "id": 140,
3871 "legend": {
3872 "alignAsTable": true,
3873 "avg": false,
3874 "current": true,
3875 "max": true,
3876 "min": true,
3877 "rightSide": false,
3878 "show": true,
3879 "sideWidth": null,
3880 "total": false,
3881 "values": true
3882 },
3883 "lines": true,
3884 "linewidth": 1,
3885 "links": [],
3886 "maxPerRow": 6,
3887 "nullPointMode": "null",
3888 "percentage": false,
3889 "pointradius": 5,
3890 "points": false,
3891 "renderer": "flot",
3892 "seriesOverrides": [],
3893 "spaceLength": 10,
3894 "stack": false,
3895 "steppedLine": false,
3896 "targets": [
3897 {
3898 "expr": "node_memory_HugePages_Free{instance=~\"$node:$port\",job=~\"$job\"}",
3899 "format": "time_series",
3900 "intervalFactor": 2,
3901 "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated",
3902 "refId": "I",
3903 "step": 4
3904 },
3905 {
3906 "expr": "node_memory_HugePages_Rsvd{instance=~\"$node:$port\",job=~\"$job\"}",
3907 "format": "time_series",
3908 "intervalFactor": 2,
3909 "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made",
3910 "refId": "J",
3911 "step": 4
3912 },
3913 {
3914 "expr": "node_memory_HugePages_Surp{instance=~\"$node:$port\",job=~\"$job\"}",
3915 "format": "time_series",
3916 "intervalFactor": 2,
3917 "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages",
3918 "refId": "K",
3919 "step": 4
3920 }
3921 ],
3922 "thresholds": [],
3923 "timeFrom": null,
3924 "timeShift": null,
3925 "title": "Memory HugePages Counter",
3926 "tooltip": {
3927 "shared": true,
3928 "sort": 0,
3929 "value_type": "individual"
3930 },
3931 "type": "graph",
3932 "xaxis": {
3933 "buckets": null,
3934 "mode": "time",
3935 "name": null,
3936 "show": true,
3937 "values": []
3938 },
3939 "yaxes": [
3940 {
3941 "format": "short",
3942 "label": "Pages",
3943 "logBase": 1,
3944 "max": null,
3945 "min": "0",
3946 "show": true
3947 },
3948 {
3949 "format": "short",
3950 "label": "",
3951 "logBase": 1,
3952 "max": null,
3953 "min": null,
3954 "show": false
3955 }
3956 ]
3957 },
3958 {
3959 "aliasColors": {
3960 "Active": "#99440A",
3961 "Buffers": "#58140C",
3962 "Cache": "#6D1F62",
3963 "Cached": "#511749",
3964 "Committed": "#508642",
3965 "Dirty": "#6ED0E0",
3966 "Free": "#B7DBAB",
3967 "Inactive": "#EA6460",
3968 "Mapped": "#052B51",
3969 "PageTables": "#0A50A1",
3970 "Page_Tables": "#0A50A1",
3971 "Slab_Cache": "#EAB839",
3972 "Swap": "#BF1B00",
3973 "Swap_Cache": "#C15C17",
3974 "Total": "#511749",
3975 "Total RAM": "#806EB7",
3976 "Total RAM + Swap": "#806EB7",
3977 "VmallocUsed": "#EA6460"
3978 },
3979 "bars": false,
3980 "dashLength": 10,
3981 "dashes": false,
3982 "datasource": "Prometheus",
3983 "decimals": 2,
3984 "fill": 2,
3985 "gridPos": {
3986 "h": 10,
3987 "w": 12,
3988 "x": 12,
3989 "y": 113
3990 },
3991 "id": 71,
3992 "legend": {
3993 "alignAsTable": true,
3994 "avg": false,
3995 "current": true,
3996 "max": true,
3997 "min": true,
3998 "rightSide": false,
3999 "show": true,
4000 "sideWidth": null,
4001 "total": false,
4002 "values": true
4003 },
4004 "lines": true,
4005 "linewidth": 1,
4006 "links": [],
4007 "maxPerRow": 2,
4008 "nullPointMode": "null",
4009 "percentage": false,
4010 "pointradius": 5,
4011 "points": false,
4012 "renderer": "flot",
4013 "seriesOverrides": [],
4014 "spaceLength": 10,
4015 "stack": false,
4016 "steppedLine": false,
4017 "targets": [
4018 {
4019 "expr": "node_memory_HugePages_Total{instance=~\"$node:$port\",job=~\"$job\"}",
4020 "format": "time_series",
4021 "intervalFactor": 2,
4022 "legendFormat": "HugePages - Total size of the pool of huge pages",
4023 "refId": "L",
4024 "step": 4
4025 },
4026 {
4027 "expr": "node_memory_Hugepagesize_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4028 "format": "time_series",
4029 "intervalFactor": 2,
4030 "legendFormat": "Hugepagesize - Huge Page size",
4031 "refId": "D",
4032 "step": 4
4033 }
4034 ],
4035 "thresholds": [],
4036 "timeFrom": null,
4037 "timeShift": null,
4038 "title": "Memory HugePages Size",
4039 "tooltip": {
4040 "shared": true,
4041 "sort": 0,
4042 "value_type": "individual"
4043 },
4044 "type": "graph",
4045 "xaxis": {
4046 "buckets": null,
4047 "mode": "time",
4048 "name": null,
4049 "show": true,
4050 "values": []
4051 },
4052 "yaxes": [
4053 {
4054 "format": "bytes",
4055 "label": "Bytes",
4056 "logBase": 1,
4057 "max": null,
4058 "min": "0",
4059 "show": true
4060 },
4061 {
4062 "format": "short",
4063 "label": "",
4064 "logBase": 1,
4065 "max": null,
4066 "min": null,
4067 "show": false
4068 }
4069 ]
4070 },
4071 {
4072 "aliasColors": {
4073 "Active": "#99440A",
4074 "Buffers": "#58140C",
4075 "Cache": "#6D1F62",
4076 "Cached": "#511749",
4077 "Committed": "#508642",
4078 "Dirty": "#6ED0E0",
4079 "Free": "#B7DBAB",
4080 "Inactive": "#EA6460",
4081 "Mapped": "#052B51",
4082 "PageTables": "#0A50A1",
4083 "Page_Tables": "#0A50A1",
4084 "Slab_Cache": "#EAB839",
4085 "Swap": "#BF1B00",
4086 "Swap_Cache": "#C15C17",
4087 "Total": "#511749",
4088 "Total RAM": "#052B51",
4089 "Total RAM + Swap": "#052B51",
4090 "VmallocUsed": "#EA6460"
4091 },
4092 "bars": false,
4093 "dashLength": 10,
4094 "dashes": false,
4095 "datasource": "Prometheus",
4096 "decimals": 2,
4097 "fill": 2,
4098 "gridPos": {
4099 "h": 10,
4100 "w": 12,
4101 "x": 0,
4102 "y": 123
4103 },
4104 "id": 128,
4105 "legend": {
4106 "alignAsTable": true,
4107 "avg": true,
4108 "current": false,
4109 "hideEmpty": false,
4110 "hideZero": false,
4111 "max": true,
4112 "min": true,
4113 "rightSide": false,
4114 "show": true,
4115 "sideWidth": null,
4116 "total": false,
4117 "values": true
4118 },
4119 "lines": true,
4120 "linewidth": 1,
4121 "links": [],
4122 "maxPerRow": 6,
4123 "nullPointMode": "null",
4124 "percentage": false,
4125 "pointradius": 5,
4126 "points": false,
4127 "renderer": "flot",
4128 "seriesOverrides": [],
4129 "spaceLength": 10,
4130 "stack": false,
4131 "steppedLine": false,
4132 "targets": [
4133 {
4134 "expr": "node_memory_DirectMap1G{instance=~\"$node:$port\",job=~\"$job\"}",
4135 "format": "time_series",
4136 "intervalFactor": 2,
4137 "legendFormat": "DirectMap1G - Amount of pages mapped as this size",
4138 "refId": "J",
4139 "step": 4
4140 },
4141 {
4142 "expr": "node_memory_DirectMap2M_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4143 "format": "time_series",
4144 "interval": "",
4145 "intervalFactor": 2,
4146 "legendFormat": "DirectMap2M - Amount of pages mapped as this size",
4147 "refId": "K",
4148 "step": 4
4149 },
4150 {
4151 "expr": "node_memory_DirectMap4k_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4152 "format": "time_series",
4153 "interval": "",
4154 "intervalFactor": 2,
4155 "legendFormat": "DirectMap4K - Amount of pages mapped as this size",
4156 "refId": "L",
4157 "step": 4
4158 }
4159 ],
4160 "thresholds": [],
4161 "timeFrom": null,
4162 "timeShift": null,
4163 "title": "Memory DirectMap",
4164 "tooltip": {
4165 "shared": true,
4166 "sort": 0,
4167 "value_type": "individual"
4168 },
4169 "type": "graph",
4170 "xaxis": {
4171 "buckets": null,
4172 "mode": "time",
4173 "name": null,
4174 "show": true,
4175 "values": []
4176 },
4177 "yaxes": [
4178 {
4179 "format": "bytes",
4180 "label": "Bytes",
4181 "logBase": 1,
4182 "max": null,
4183 "min": "0",
4184 "show": true
4185 },
4186 {
4187 "format": "short",
4188 "label": null,
4189 "logBase": 1,
4190 "max": null,
4191 "min": null,
4192 "show": false
4193 }
4194 ]
4195 },
4196 {
4197 "aliasColors": {
4198 "Apps": "#629E51",
4199 "Buffers": "#614D93",
4200 "Cache": "#6D1F62",
4201 "Cached": "#511749",
4202 "Committed": "#508642",
4203 "Free": "#0A437C",
4204 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4205 "Inactive": "#584477",
4206 "PageTables": "#0A50A1",
4207 "Page_Tables": "#0A50A1",
4208 "RAM_Free": "#E0F9D7",
4209 "Slab": "#806EB7",
4210 "Slab_Cache": "#E0752D",
4211 "Swap": "#BF1B00",
4212 "Swap_Cache": "#C15C17",
4213 "Swap_Free": "#2F575E",
4214 "Unused": "#EAB839"
4215 },
4216 "bars": false,
4217 "dashLength": 10,
4218 "dashes": false,
4219 "datasource": "Prometheus",
4220 "decimals": 2,
4221 "fill": 2,
4222 "gridPos": {
4223 "h": 10,
4224 "w": 12,
4225 "x": 12,
4226 "y": 123
4227 },
4228 "id": 137,
4229 "legend": {
4230 "alignAsTable": true,
4231 "avg": true,
4232 "current": true,
4233 "max": true,
4234 "min": true,
4235 "rightSide": false,
4236 "show": true,
4237 "sideWidth": 350,
4238 "total": false,
4239 "values": true
4240 },
4241 "lines": true,
4242 "linewidth": 1,
4243 "links": [],
4244 "maxPerRow": 6,
4245 "nullPointMode": "null",
4246 "percentage": false,
4247 "pointradius": 5,
4248 "points": false,
4249 "renderer": "flot",
4250 "seriesOverrides": [],
4251 "spaceLength": 10,
4252 "stack": false,
4253 "steppedLine": false,
4254 "targets": [
4255 {
4256 "expr": "node_memory_Unevictable_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4257 "format": "time_series",
4258 "intervalFactor": 2,
4259 "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons",
4260 "refId": "P",
4261 "step": 4
4262 },
4263 {
4264 "expr": "node_memory_Mlocked_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4265 "format": "time_series",
4266 "intervalFactor": 2,
4267 "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call",
4268 "refId": "C",
4269 "step": 4
4270 }
4271 ],
4272 "thresholds": [],
4273 "timeFrom": null,
4274 "timeShift": null,
4275 "title": "Memory Unevictable and MLocked",
4276 "tooltip": {
4277 "shared": true,
4278 "sort": 0,
4279 "value_type": "cumulative"
4280 },
4281 "type": "graph",
4282 "xaxis": {
4283 "buckets": null,
4284 "mode": "time",
4285 "name": null,
4286 "show": true,
4287 "values": []
4288 },
4289 "yaxes": [
4290 {
4291 "format": "bytes",
4292 "label": "Bytes",
4293 "logBase": 1,
4294 "max": null,
4295 "min": "0",
4296 "show": true
4297 },
4298 {
4299 "format": "short",
4300 "label": null,
4301 "logBase": 1,
4302 "max": null,
4303 "min": null,
4304 "show": false
4305 }
4306 ]
4307 },
4308 {
4309 "aliasColors": {
4310 "Active": "#99440A",
4311 "Buffers": "#58140C",
4312 "Cache": "#6D1F62",
4313 "Cached": "#511749",
4314 "Committed": "#508642",
4315 "Dirty": "#6ED0E0",
4316 "Free": "#B7DBAB",
4317 "Inactive": "#EA6460",
4318 "Mapped": "#052B51",
4319 "PageTables": "#0A50A1",
4320 "Page_Tables": "#0A50A1",
4321 "Slab_Cache": "#EAB839",
4322 "Swap": "#BF1B00",
4323 "Swap_Cache": "#C15C17",
4324 "Total": "#511749",
4325 "Total RAM": "#052B51",
4326 "Total RAM + Swap": "#052B51",
4327 "Total Swap": "#614D93",
4328 "VmallocUsed": "#EA6460"
4329 },
4330 "bars": false,
4331 "dashLength": 10,
4332 "dashes": false,
4333 "datasource": "Prometheus",
4334 "decimals": 2,
4335 "fill": 2,
4336 "gridPos": {
4337 "h": 10,
4338 "w": 12,
4339 "x": 0,
4340 "y": 133
4341 },
4342 "id": 132,
4343 "legend": {
4344 "alignAsTable": true,
4345 "avg": true,
4346 "current": true,
4347 "max": true,
4348 "min": true,
4349 "rightSide": false,
4350 "show": true,
4351 "sideWidth": null,
4352 "total": false,
4353 "values": true
4354 },
4355 "lines": true,
4356 "linewidth": 1,
4357 "links": [],
4358 "maxPerRow": 6,
4359 "nullPointMode": "null",
4360 "percentage": false,
4361 "pointradius": 5,
4362 "points": false,
4363 "renderer": "flot",
4364 "seriesOverrides": [],
4365 "spaceLength": 10,
4366 "stack": false,
4367 "steppedLine": false,
4368 "targets": [
4369 {
4370 "expr": "node_memory_NFS_Unstable_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
4371 "format": "time_series",
4372 "intervalFactor": 2,
4373 "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage",
4374 "refId": "L",
4375 "step": 4
4376 }
4377 ],
4378 "thresholds": [],
4379 "timeFrom": null,
4380 "timeShift": null,
4381 "title": "Memory NFS",
4382 "tooltip": {
4383 "shared": true,
4384 "sort": 0,
4385 "value_type": "individual"
4386 },
4387 "type": "graph",
4388 "xaxis": {
4389 "buckets": null,
4390 "mode": "time",
4391 "name": null,
4392 "show": true,
4393 "values": []
4394 },
4395 "yaxes": [
4396 {
4397 "format": "bytes",
4398 "label": "Bytes",
4399 "logBase": 1,
4400 "max": null,
4401 "min": "0",
4402 "show": true
4403 },
4404 {
4405 "format": "short",
4406 "label": null,
4407 "logBase": 1,
4408 "max": null,
4409 "min": null,
4410 "show": false
4411 }
4412 ]
4413 }
4414 ],
4415 "repeat": null,
4416 "title": "Memory Detail Meminfo",
4417 "type": "row"
4418 },
4419 {
4420 "collapsed": true,
4421 "datasource": null,
4422 "fieldConfig": {
4423 "defaults": {},
4424 "overrides": []
4425 },
4426 "gridPos": {
4427 "h": 1,
4428 "w": 24,
4429 "x": 0,
4430 "y": 27
4431 },
4432 "id": 267,
4433 "panels": [
4434 {
4435 "aliasColors": {},
4436 "bars": false,
4437 "dashLength": 10,
4438 "dashes": false,
4439 "datasource": "Prometheus",
4440 "fill": 2,
4441 "gridPos": {
4442 "h": 10,
4443 "w": 12,
4444 "x": 0,
4445 "y": 134
4446 },
4447 "id": 176,
4448 "legend": {
4449 "alignAsTable": true,
4450 "avg": true,
4451 "current": true,
4452 "max": true,
4453 "min": true,
4454 "rightSide": false,
4455 "show": true,
4456 "total": false,
4457 "values": true
4458 },
4459 "lines": true,
4460 "linewidth": 1,
4461 "links": [],
4462 "maxPerRow": 6,
4463 "nullPointMode": "null",
4464 "percentage": false,
4465 "pointradius": 5,
4466 "points": false,
4467 "renderer": "flot",
4468 "seriesOverrides": [
4469 {
4470 "alias": "/.*out/",
4471 "transform": "negative-Y"
4472 }
4473 ],
4474 "spaceLength": 10,
4475 "stack": false,
4476 "steppedLine": false,
4477 "targets": [
4478 {
4479 "expr": "irate(node_vmstat_pgpgin{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4480 "format": "time_series",
4481 "intervalFactor": 2,
4482 "legendFormat": "Pagesin - Page in operations",
4483 "refId": "A",
4484 "step": 4
4485 },
4486 {
4487 "expr": "irate(node_vmstat_pgpgout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4488 "format": "time_series",
4489 "intervalFactor": 2,
4490 "legendFormat": "Pagesout - Page out operations",
4491 "refId": "B",
4492 "step": 4
4493 }
4494 ],
4495 "thresholds": [],
4496 "timeFrom": null,
4497 "timeShift": null,
4498 "title": "Memory Pages In / Out",
4499 "tooltip": {
4500 "shared": true,
4501 "sort": 0,
4502 "value_type": "individual"
4503 },
4504 "type": "graph",
4505 "xaxis": {
4506 "buckets": null,
4507 "mode": "time",
4508 "name": null,
4509 "show": true,
4510 "values": []
4511 },
4512 "yaxes": [
4513 {
4514 "format": "short",
4515 "label": "Pages out (-) / in (+)",
4516 "logBase": 1,
4517 "max": null,
4518 "min": null,
4519 "show": true
4520 },
4521 {
4522 "format": "short",
4523 "label": null,
4524 "logBase": 1,
4525 "max": null,
4526 "min": null,
4527 "show": false
4528 }
4529 ]
4530 },
4531 {
4532 "aliasColors": {},
4533 "bars": false,
4534 "dashLength": 10,
4535 "dashes": false,
4536 "datasource": "Prometheus",
4537 "fill": 2,
4538 "gridPos": {
4539 "h": 10,
4540 "w": 12,
4541 "x": 12,
4542 "y": 134
4543 },
4544 "id": 22,
4545 "legend": {
4546 "alignAsTable": true,
4547 "avg": true,
4548 "current": true,
4549 "max": true,
4550 "min": true,
4551 "rightSide": false,
4552 "show": true,
4553 "total": false,
4554 "values": true
4555 },
4556 "lines": true,
4557 "linewidth": 1,
4558 "links": [],
4559 "maxPerRow": 6,
4560 "nullPointMode": "null",
4561 "percentage": false,
4562 "pointradius": 5,
4563 "points": false,
4564 "renderer": "flot",
4565 "seriesOverrides": [
4566 {
4567 "alias": "/.*out/",
4568 "transform": "negative-Y"
4569 }
4570 ],
4571 "spaceLength": 10,
4572 "stack": false,
4573 "steppedLine": false,
4574 "targets": [
4575 {
4576 "expr": "irate(node_vmstat_pswpin{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4577 "format": "time_series",
4578 "intervalFactor": 2,
4579 "legendFormat": "Pswpin - Pages swapped in",
4580 "refId": "A",
4581 "step": 4
4582 },
4583 {
4584 "expr": "irate(node_vmstat_pswpout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4585 "format": "time_series",
4586 "intervalFactor": 2,
4587 "legendFormat": "Pswpout - Pages swapped out",
4588 "refId": "B",
4589 "step": 4
4590 }
4591 ],
4592 "thresholds": [],
4593 "timeFrom": null,
4594 "timeShift": null,
4595 "title": "Memory Pages Swap In / Out",
4596 "tooltip": {
4597 "shared": true,
4598 "sort": 0,
4599 "value_type": "individual"
4600 },
4601 "type": "graph",
4602 "xaxis": {
4603 "buckets": null,
4604 "mode": "time",
4605 "name": null,
4606 "show": true,
4607 "values": []
4608 },
4609 "yaxes": [
4610 {
4611 "format": "short",
4612 "label": "Pages out (-) / in (+)",
4613 "logBase": 1,
4614 "max": null,
4615 "min": null,
4616 "show": true
4617 },
4618 {
4619 "format": "short",
4620 "label": null,
4621 "logBase": 1,
4622 "max": null,
4623 "min": null,
4624 "show": false
4625 }
4626 ]
4627 },
4628 {
4629 "aliasColors": {
4630 "Apps": "#629E51",
4631 "Buffers": "#614D93",
4632 "Cache": "#6D1F62",
4633 "Cached": "#511749",
4634 "Committed": "#508642",
4635 "Free": "#0A437C",
4636 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4637 "Inactive": "#584477",
4638 "PageTables": "#0A50A1",
4639 "Page_Tables": "#0A50A1",
4640 "RAM_Free": "#E0F9D7",
4641 "Slab": "#806EB7",
4642 "Slab_Cache": "#E0752D",
4643 "Swap": "#BF1B00",
4644 "Swap_Cache": "#C15C17",
4645 "Swap_Free": "#2F575E",
4646 "Unused": "#EAB839"
4647 },
4648 "bars": false,
4649 "dashLength": 10,
4650 "dashes": false,
4651 "datasource": "Prometheus",
4652 "decimals": 2,
4653 "fill": 2,
4654 "gridPos": {
4655 "h": 10,
4656 "w": 12,
4657 "x": 0,
4658 "y": 144
4659 },
4660 "id": 197,
4661 "legend": {
4662 "alignAsTable": true,
4663 "avg": true,
4664 "current": true,
4665 "max": true,
4666 "min": true,
4667 "rightSide": false,
4668 "show": true,
4669 "sideWidth": 350,
4670 "total": false,
4671 "values": true
4672 },
4673 "lines": true,
4674 "linewidth": 1,
4675 "links": [],
4676 "maxPerRow": 6,
4677 "nullPointMode": "null",
4678 "percentage": false,
4679 "pointradius": 5,
4680 "points": false,
4681 "renderer": "flot",
4682 "seriesOverrides": [],
4683 "spaceLength": 10,
4684 "stack": false,
4685 "steppedLine": false,
4686 "targets": [
4687 {
4688 "expr": "irate(node_vmstat_pgdeactivate{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4689 "format": "time_series",
4690 "intervalFactor": 2,
4691 "legendFormat": "Pgdeactivate - Pages moved from active to inactive",
4692 "refId": "B",
4693 "step": 4
4694 },
4695 {
4696 "expr": "irate(node_vmstat_pgfree{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4697 "format": "time_series",
4698 "intervalFactor": 2,
4699 "legendFormat": "Pgfree - Page free operations",
4700 "refId": "D",
4701 "step": 4
4702 },
4703 {
4704 "expr": "irate(node_vmstat_pgactivate{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4705 "format": "time_series",
4706 "intervalFactor": 2,
4707 "legendFormat": "Pgactivate - Pages moved from inactive to active",
4708 "refId": "A",
4709 "step": 4
4710 }
4711 ],
4712 "thresholds": [],
4713 "timeFrom": null,
4714 "timeShift": null,
4715 "title": "Memory Page Operations",
4716 "tooltip": {
4717 "shared": true,
4718 "sort": 0,
4719 "value_type": "cumulative"
4720 },
4721 "type": "graph",
4722 "xaxis": {
4723 "buckets": null,
4724 "mode": "time",
4725 "name": null,
4726 "show": true,
4727 "values": []
4728 },
4729 "yaxes": [
4730 {
4731 "format": "short",
4732 "label": "Pages",
4733 "logBase": 1,
4734 "max": null,
4735 "min": "0",
4736 "show": true
4737 },
4738 {
4739 "format": "short",
4740 "label": null,
4741 "logBase": 1,
4742 "max": null,
4743 "min": null,
4744 "show": false
4745 }
4746 ]
4747 },
4748 {
4749 "aliasColors": {
4750 "Apps": "#629E51",
4751 "Buffers": "#614D93",
4752 "Cache": "#6D1F62",
4753 "Cached": "#511749",
4754 "Committed": "#508642",
4755 "Free": "#0A437C",
4756 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4757 "Inactive": "#584477",
4758 "PageTables": "#0A50A1",
4759 "Page_Tables": "#0A50A1",
4760 "RAM_Free": "#E0F9D7",
4761 "Slab": "#806EB7",
4762 "Slab_Cache": "#E0752D",
4763 "Swap": "#BF1B00",
4764 "Swap_Cache": "#C15C17",
4765 "Swap_Free": "#2F575E",
4766 "Unused": "#EAB839"
4767 },
4768 "bars": false,
4769 "dashLength": 10,
4770 "dashes": false,
4771 "datasource": "Prometheus",
4772 "decimals": 2,
4773 "fill": 2,
4774 "gridPos": {
4775 "h": 10,
4776 "w": 12,
4777 "x": 12,
4778 "y": 144
4779 },
4780 "id": 175,
4781 "legend": {
4782 "alignAsTable": true,
4783 "avg": true,
4784 "current": true,
4785 "max": true,
4786 "min": true,
4787 "rightSide": false,
4788 "show": true,
4789 "sideWidth": 350,
4790 "total": false,
4791 "values": true
4792 },
4793 "lines": true,
4794 "linewidth": 1,
4795 "links": [],
4796 "maxPerRow": 6,
4797 "nullPointMode": "null",
4798 "percentage": false,
4799 "pointradius": 5,
4800 "points": false,
4801 "renderer": "flot",
4802 "seriesOverrides": [
4803 {
4804 "alias": "Pgfault - Page major and minor fault operations",
4805 "fill": 0,
4806 "stack": false
4807 }
4808 ],
4809 "spaceLength": 10,
4810 "stack": true,
4811 "steppedLine": false,
4812 "targets": [
4813 {
4814 "expr": "irate(node_vmstat_pgfault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4815 "format": "time_series",
4816 "intervalFactor": 2,
4817 "legendFormat": "Pgfault - Page major and minor fault operations",
4818 "refId": "C",
4819 "step": 4
4820 },
4821 {
4822 "expr": "irate(node_vmstat_pgmajfault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4823 "format": "time_series",
4824 "intervalFactor": 2,
4825 "legendFormat": "Pgmajfault - Major page fault operations",
4826 "refId": "F",
4827 "step": 4
4828 },
4829 {
4830 "expr": "irate(node_vmstat_pgfault{instance=~\"$node:$port\",job=~\"$job\"}[5m]) - irate(node_vmstat_pgmajfault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4831 "format": "time_series",
4832 "intervalFactor": 2,
4833 "legendFormat": "Pgminfault - Minor page fault operations",
4834 "refId": "A",
4835 "step": 4
4836 }
4837 ],
4838 "thresholds": [],
4839 "timeFrom": null,
4840 "timeShift": null,
4841 "title": "Memory Page Faults",
4842 "tooltip": {
4843 "shared": true,
4844 "sort": 0,
4845 "value_type": "cumulative"
4846 },
4847 "type": "graph",
4848 "xaxis": {
4849 "buckets": null,
4850 "mode": "time",
4851 "name": null,
4852 "show": true,
4853 "values": []
4854 },
4855 "yaxes": [
4856 {
4857 "format": "short",
4858 "label": "Faults",
4859 "logBase": 1,
4860 "max": null,
4861 "min": "0",
4862 "show": true
4863 },
4864 {
4865 "format": "short",
4866 "label": null,
4867 "logBase": 1,
4868 "max": null,
4869 "min": null,
4870 "show": false
4871 }
4872 ]
4873 },
4874 {
4875 "aliasColors": {
4876 "Apps": "#629E51",
4877 "Buffers": "#614D93",
4878 "Cache": "#6D1F62",
4879 "Cached": "#511749",
4880 "Committed": "#508642",
4881 "Free": "#0A437C",
4882 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4883 "Inactive": "#584477",
4884 "PageTables": "#0A50A1",
4885 "Page_Tables": "#0A50A1",
4886 "RAM_Free": "#E0F9D7",
4887 "Slab": "#806EB7",
4888 "Slab_Cache": "#E0752D",
4889 "Swap": "#BF1B00",
4890 "Swap_Cache": "#C15C17",
4891 "Swap_Free": "#2F575E",
4892 "Unused": "#EAB839"
4893 },
4894 "bars": false,
4895 "dashLength": 10,
4896 "dashes": false,
4897 "datasource": "Prometheus",
4898 "decimals": 2,
4899 "fill": 2,
4900 "gridPos": {
4901 "h": 10,
4902 "w": 12,
4903 "x": 0,
4904 "y": 154
4905 },
4906 "id": 172,
4907 "legend": {
4908 "alignAsTable": true,
4909 "avg": true,
4910 "current": true,
4911 "max": true,
4912 "min": true,
4913 "rightSide": false,
4914 "show": true,
4915 "sideWidth": 350,
4916 "total": false,
4917 "values": true
4918 },
4919 "lines": true,
4920 "linewidth": 1,
4921 "links": [],
4922 "maxPerRow": 2,
4923 "nullPointMode": "null",
4924 "percentage": false,
4925 "pointradius": 5,
4926 "points": false,
4927 "renderer": "flot",
4928 "seriesOverrides": [],
4929 "spaceLength": 10,
4930 "stack": false,
4931 "steppedLine": false,
4932 "targets": [
4933 {
4934 "expr": "irate(node_vmstat_kswapd_inodesteal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4935 "format": "time_series",
4936 "intervalFactor": 2,
4937 "legendFormat": "Kswapd_inodesteal - Pages reclaimed via kswapd inode freeing",
4938 "refId": "A",
4939 "step": 4
4940 },
4941 {
4942 "expr": "irate(node_vmstat_pginodesteal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
4943 "format": "time_series",
4944 "intervalFactor": 2,
4945 "legendFormat": "Pgindesteal - Pages reclaimed via inode freeing",
4946 "refId": "B",
4947 "step": 4
4948 }
4949 ],
4950 "thresholds": [],
4951 "timeFrom": null,
4952 "timeShift": null,
4953 "title": "Memory Pages Reclaimed",
4954 "tooltip": {
4955 "shared": true,
4956 "sort": 0,
4957 "value_type": "cumulative"
4958 },
4959 "type": "graph",
4960 "xaxis": {
4961 "buckets": null,
4962 "mode": "time",
4963 "name": null,
4964 "show": true,
4965 "values": []
4966 },
4967 "yaxes": [
4968 {
4969 "format": "short",
4970 "label": "Pages",
4971 "logBase": 1,
4972 "max": null,
4973 "min": "0",
4974 "show": true
4975 },
4976 {
4977 "format": "short",
4978 "label": null,
4979 "logBase": 1,
4980 "max": null,
4981 "min": null,
4982 "show": false
4983 }
4984 ]
4985 },
4986 {
4987 "aliasColors": {
4988 "Apps": "#629E51",
4989 "Buffers": "#614D93",
4990 "Cache": "#6D1F62",
4991 "Cached": "#511749",
4992 "Committed": "#508642",
4993 "Free": "#0A437C",
4994 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4995 "Inactive": "#584477",
4996 "PageTables": "#0A50A1",
4997 "Page_Tables": "#0A50A1",
4998 "RAM_Free": "#E0F9D7",
4999 "Slab": "#806EB7",
5000 "Slab_Cache": "#E0752D",
5001 "Swap": "#BF1B00",
5002 "Swap_Cache": "#C15C17",
5003 "Swap_Free": "#2F575E",
5004 "Unused": "#EAB839"
5005 },
5006 "bars": false,
5007 "dashLength": 10,
5008 "dashes": false,
5009 "datasource": "Prometheus",
5010 "decimals": 2,
5011 "fill": 2,
5012 "gridPos": {
5013 "h": 10,
5014 "w": 12,
5015 "x": 12,
5016 "y": 154
5017 },
5018 "id": 184,
5019 "legend": {
5020 "alignAsTable": true,
5021 "avg": true,
5022 "current": true,
5023 "max": true,
5024 "min": true,
5025 "rightSide": false,
5026 "show": true,
5027 "sideWidth": 350,
5028 "total": false,
5029 "values": true
5030 },
5031 "lines": true,
5032 "linewidth": 1,
5033 "links": [],
5034 "maxPerRow": 6,
5035 "nullPointMode": "null",
5036 "percentage": false,
5037 "pointradius": 5,
5038 "points": false,
5039 "renderer": "flot",
5040 "seriesOverrides": [],
5041 "spaceLength": 10,
5042 "stack": false,
5043 "steppedLine": false,
5044 "targets": [
5045 {
5046 "expr": "irate(node_vmstat_pageoutrun{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5047 "format": "time_series",
5048 "intervalFactor": 2,
5049 "legendFormat": "Pageoutrun - Kswapd calls to page reclaim",
5050 "refId": "A",
5051 "step": 4
5052 },
5053 {
5054 "expr": "irate(node_vmstat_allocstall{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5055 "intervalFactor": 2,
5056 "legendFormat": "Allocstall - Direct reclaim calls",
5057 "refId": "B",
5058 "step": 4
5059 },
5060 {
5061 "expr": "irate(node_vmstat_zone_reclaim_failed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5062 "intervalFactor": 2,
5063 "legendFormat": "Zone_reclaim_failed - Zone reclaim failures",
5064 "refId": "C",
5065 "step": 4
5066 }
5067 ],
5068 "thresholds": [],
5069 "timeFrom": null,
5070 "timeShift": null,
5071 "title": "Memory Calls Reclaimed",
5072 "tooltip": {
5073 "shared": true,
5074 "sort": 0,
5075 "value_type": "cumulative"
5076 },
5077 "type": "graph",
5078 "xaxis": {
5079 "buckets": null,
5080 "mode": "time",
5081 "name": null,
5082 "show": true,
5083 "values": []
5084 },
5085 "yaxes": [
5086 {
5087 "format": "short",
5088 "label": "Calls",
5089 "logBase": 1,
5090 "max": null,
5091 "min": "0",
5092 "show": true
5093 },
5094 {
5095 "format": "short",
5096 "label": null,
5097 "logBase": 1,
5098 "max": null,
5099 "min": null,
5100 "show": false
5101 }
5102 ]
5103 },
5104 {
5105 "aliasColors": {
5106 "Apps": "#629E51",
5107 "Buffers": "#614D93",
5108 "Cache": "#6D1F62",
5109 "Cached": "#511749",
5110 "Committed": "#508642",
5111 "Free": "#0A437C",
5112 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5113 "Inactive": "#584477",
5114 "PageTables": "#0A50A1",
5115 "Page_Tables": "#0A50A1",
5116 "RAM_Free": "#E0F9D7",
5117 "Slab": "#806EB7",
5118 "Slab_Cache": "#E0752D",
5119 "Swap": "#BF1B00",
5120 "Swap_Cache": "#C15C17",
5121 "Swap_Free": "#2F575E",
5122 "Unused": "#EAB839"
5123 },
5124 "bars": false,
5125 "dashLength": 10,
5126 "dashes": false,
5127 "datasource": "Prometheus",
5128 "decimals": 2,
5129 "fill": 2,
5130 "gridPos": {
5131 "h": 10,
5132 "w": 12,
5133 "x": 0,
5134 "y": 164
5135 },
5136 "id": 200,
5137 "legend": {
5138 "alignAsTable": true,
5139 "avg": true,
5140 "current": true,
5141 "max": true,
5142 "min": true,
5143 "rightSide": false,
5144 "show": true,
5145 "sideWidth": 350,
5146 "total": false,
5147 "values": true
5148 },
5149 "lines": true,
5150 "linewidth": 1,
5151 "links": [],
5152 "maxPerRow": 6,
5153 "nullPointMode": "null",
5154 "percentage": false,
5155 "pointradius": 5,
5156 "points": false,
5157 "renderer": "flot",
5158 "seriesOverrides": [],
5159 "spaceLength": 10,
5160 "stack": false,
5161 "steppedLine": false,
5162 "targets": [
5163 {
5164 "expr": "irate(node_vmstat_pgrotated{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5165 "format": "time_series",
5166 "intervalFactor": 2,
5167 "legendFormat": "Pgrotated - Pages rotated to tail of the LRU",
5168 "refId": "D",
5169 "step": 4
5170 }
5171 ],
5172 "thresholds": [],
5173 "timeFrom": null,
5174 "timeShift": null,
5175 "title": "Memory Page Rotate",
5176 "tooltip": {
5177 "shared": true,
5178 "sort": 0,
5179 "value_type": "cumulative"
5180 },
5181 "type": "graph",
5182 "xaxis": {
5183 "buckets": null,
5184 "mode": "time",
5185 "name": null,
5186 "show": true,
5187 "values": []
5188 },
5189 "yaxes": [
5190 {
5191 "format": "short",
5192 "label": "Pages",
5193 "logBase": 1,
5194 "max": null,
5195 "min": "0",
5196 "show": true
5197 },
5198 {
5199 "format": "short",
5200 "label": null,
5201 "logBase": 1,
5202 "max": null,
5203 "min": null,
5204 "show": false
5205 }
5206 ]
5207 },
5208 {
5209 "aliasColors": {
5210 "Apps": "#629E51",
5211 "Buffers": "#614D93",
5212 "Cache": "#6D1F62",
5213 "Cached": "#511749",
5214 "Committed": "#508642",
5215 "Free": "#0A437C",
5216 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5217 "Inactive": "#584477",
5218 "PageTables": "#0A50A1",
5219 "Page_Tables": "#0A50A1",
5220 "RAM_Free": "#E0F9D7",
5221 "Slab": "#806EB7",
5222 "Slab_Cache": "#E0752D",
5223 "Swap": "#BF1B00",
5224 "Swap_Cache": "#C15C17",
5225 "Swap_Free": "#2F575E",
5226 "Unused": "#EAB839"
5227 },
5228 "bars": false,
5229 "dashLength": 10,
5230 "dashes": false,
5231 "datasource": "Prometheus",
5232 "decimals": 2,
5233 "fill": 2,
5234 "gridPos": {
5235 "h": 10,
5236 "w": 12,
5237 "x": 12,
5238 "y": 164
5239 },
5240 "id": 170,
5241 "legend": {
5242 "alignAsTable": true,
5243 "avg": true,
5244 "current": true,
5245 "max": true,
5246 "min": true,
5247 "rightSide": false,
5248 "show": true,
5249 "sideWidth": 350,
5250 "total": false,
5251 "values": true
5252 },
5253 "lines": true,
5254 "linewidth": 1,
5255 "links": [],
5256 "maxPerRow": 2,
5257 "nullPointMode": "null",
5258 "percentage": false,
5259 "pointradius": 5,
5260 "points": false,
5261 "renderer": "flot",
5262 "seriesOverrides": [],
5263 "spaceLength": 10,
5264 "stack": false,
5265 "steppedLine": false,
5266 "targets": [
5267 {
5268 "expr": "node_vmstat_drop_pagecache{instance=~\"$node:$port\",job=~\"$job\"}",
5269 "format": "time_series",
5270 "intervalFactor": 2,
5271 "legendFormat": "Drop_pagecache - Calls to drop page cache pages",
5272 "refId": "N",
5273 "step": 4
5274 },
5275 {
5276 "expr": "node_vmstat_drop_slab{instance=~\"$node:$port\",job=~\"$job\"}",
5277 "format": "time_series",
5278 "intervalFactor": 2,
5279 "legendFormat": "Drop_slab - Calls to drop slab cache pages",
5280 "refId": "A",
5281 "step": 4
5282 }
5283 ],
5284 "thresholds": [],
5285 "timeFrom": null,
5286 "timeShift": null,
5287 "title": "Memory Page Drop",
5288 "tooltip": {
5289 "shared": true,
5290 "sort": 0,
5291 "value_type": "cumulative"
5292 },
5293 "type": "graph",
5294 "xaxis": {
5295 "buckets": null,
5296 "mode": "time",
5297 "name": null,
5298 "show": true,
5299 "values": []
5300 },
5301 "yaxes": [
5302 {
5303 "format": "short",
5304 "label": "Calls",
5305 "logBase": 1,
5306 "max": null,
5307 "min": "0",
5308 "show": true
5309 },
5310 {
5311 "format": "short",
5312 "label": null,
5313 "logBase": 1,
5314 "max": null,
5315 "min": null,
5316 "show": false
5317 }
5318 ]
5319 },
5320 {
5321 "aliasColors": {
5322 "Apps": "#629E51",
5323 "Buffers": "#614D93",
5324 "Cache": "#6D1F62",
5325 "Cached": "#511749",
5326 "Committed": "#508642",
5327 "Free": "#0A437C",
5328 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5329 "Inactive": "#584477",
5330 "PageTables": "#0A50A1",
5331 "Page_Tables": "#0A50A1",
5332 "RAM_Free": "#E0F9D7",
5333 "Slab": "#806EB7",
5334 "Slab_Cache": "#E0752D",
5335 "Swap": "#BF1B00",
5336 "Swap_Cache": "#C15C17",
5337 "Swap_Free": "#2F575E",
5338 "Unused": "#EAB839"
5339 },
5340 "bars": false,
5341 "dashLength": 10,
5342 "dashes": false,
5343 "datasource": "Prometheus",
5344 "decimals": 2,
5345 "fill": 2,
5346 "gridPos": {
5347 "h": 10,
5348 "w": 12,
5349 "x": 0,
5350 "y": 174
5351 },
5352 "id": 183,
5353 "legend": {
5354 "alignAsTable": true,
5355 "avg": true,
5356 "current": true,
5357 "max": true,
5358 "min": true,
5359 "rightSide": false,
5360 "show": true,
5361 "sideWidth": 350,
5362 "total": false,
5363 "values": true
5364 },
5365 "lines": true,
5366 "linewidth": 1,
5367 "links": [],
5368 "maxPerRow": 6,
5369 "nullPointMode": "null",
5370 "percentage": false,
5371 "pointradius": 5,
5372 "points": false,
5373 "renderer": "flot",
5374 "seriesOverrides": [],
5375 "spaceLength": 10,
5376 "stack": false,
5377 "steppedLine": false,
5378 "targets": [
5379 {
5380 "expr": "irate(node_vmstat_slabs_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5381 "format": "time_series",
5382 "intervalFactor": 2,
5383 "legendFormat": "Slabs_scanned - Slab pages scanned",
5384 "refId": "B",
5385 "step": 4
5386 }
5387 ],
5388 "thresholds": [],
5389 "timeFrom": null,
5390 "timeShift": null,
5391 "title": "Memory Scan Slab",
5392 "tooltip": {
5393 "shared": true,
5394 "sort": 0,
5395 "value_type": "cumulative"
5396 },
5397 "type": "graph",
5398 "xaxis": {
5399 "buckets": null,
5400 "mode": "time",
5401 "name": null,
5402 "show": true,
5403 "values": []
5404 },
5405 "yaxes": [
5406 {
5407 "format": "short",
5408 "label": "Pages",
5409 "logBase": 1,
5410 "max": null,
5411 "min": "0",
5412 "show": true
5413 },
5414 {
5415 "format": "short",
5416 "label": null,
5417 "logBase": 1,
5418 "max": null,
5419 "min": null,
5420 "show": false
5421 }
5422 ]
5423 },
5424 {
5425 "aliasColors": {
5426 "Apps": "#629E51",
5427 "Buffers": "#614D93",
5428 "Cache": "#6D1F62",
5429 "Cached": "#511749",
5430 "Committed": "#508642",
5431 "Free": "#0A437C",
5432 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5433 "Inactive": "#584477",
5434 "PageTables": "#0A50A1",
5435 "Page_Tables": "#0A50A1",
5436 "RAM_Free": "#E0F9D7",
5437 "Slab": "#806EB7",
5438 "Slab_Cache": "#E0752D",
5439 "Swap": "#BF1B00",
5440 "Swap_Cache": "#C15C17",
5441 "Swap_Free": "#2F575E",
5442 "Unused": "#EAB839"
5443 },
5444 "bars": false,
5445 "dashLength": 10,
5446 "dashes": false,
5447 "datasource": "Prometheus",
5448 "decimals": 2,
5449 "fill": 2,
5450 "gridPos": {
5451 "h": 10,
5452 "w": 12,
5453 "x": 12,
5454 "y": 174
5455 },
5456 "id": 181,
5457 "legend": {
5458 "alignAsTable": true,
5459 "avg": true,
5460 "current": true,
5461 "max": true,
5462 "min": true,
5463 "rightSide": false,
5464 "show": true,
5465 "sideWidth": 350,
5466 "total": false,
5467 "values": true
5468 },
5469 "lines": true,
5470 "linewidth": 1,
5471 "links": [],
5472 "maxPerRow": 2,
5473 "nullPointMode": "null",
5474 "percentage": false,
5475 "pointradius": 5,
5476 "points": false,
5477 "renderer": "flot",
5478 "seriesOverrides": [],
5479 "spaceLength": 10,
5480 "stack": true,
5481 "steppedLine": false,
5482 "targets": [
5483 {
5484 "expr": "irate(node_vmstat_unevictable_pgs_cleared{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5485 "format": "time_series",
5486 "intervalFactor": 2,
5487 "legendFormat": "Unevictable_pgs_cleared - Unevictable pages cleared",
5488 "refId": "B",
5489 "step": 4
5490 },
5491 {
5492 "expr": "irate(node_vmstat_unevictable_pgs_culled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5493 "format": "time_series",
5494 "intervalFactor": 2,
5495 "legendFormat": "Unevictable_pgs_culled - Unevictable pages culled",
5496 "refId": "C",
5497 "step": 4
5498 },
5499 {
5500 "expr": "irate(node_vmstat_unevictable_pgs_mlocked{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5501 "format": "time_series",
5502 "intervalFactor": 2,
5503 "legendFormat": "Unevictable_pgs_mlocked - Unevictable pages mlocked",
5504 "refId": "D",
5505 "step": 4
5506 },
5507 {
5508 "expr": "irate(node_vmstat_unevictable_pgs_munlocked{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5509 "format": "time_series",
5510 "intervalFactor": 2,
5511 "legendFormat": "Unevictable_pgs_munlocked - Unevictable pages munlocked",
5512 "refId": "E",
5513 "step": 4
5514 },
5515 {
5516 "expr": "irate(node_vmstat_unevictable_pgs_rescued{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5517 "format": "time_series",
5518 "intervalFactor": 2,
5519 "legendFormat": "Unevictable_pgs_rescued- Unevictable pages rescued",
5520 "refId": "F",
5521 "step": 4
5522 },
5523 {
5524 "expr": "irate(node_vmstat_unevictable_pgs_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5525 "format": "time_series",
5526 "intervalFactor": 2,
5527 "legendFormat": "Unevictable_pgs_scanned - Unevictable pages scanned",
5528 "refId": "G",
5529 "step": 4
5530 },
5531 {
5532 "expr": "irate(node_vmstat_unevictable_pgs_stranded{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5533 "format": "time_series",
5534 "intervalFactor": 2,
5535 "legendFormat": "unevictable_pgs_stranded - Unevictable pages stranded",
5536 "refId": "H",
5537 "step": 4
5538 }
5539 ],
5540 "thresholds": [],
5541 "timeFrom": null,
5542 "timeShift": null,
5543 "title": "Memory Unevictable Pages",
5544 "tooltip": {
5545 "shared": true,
5546 "sort": 0,
5547 "value_type": "cumulative"
5548 },
5549 "type": "graph",
5550 "xaxis": {
5551 "buckets": null,
5552 "mode": "time",
5553 "name": null,
5554 "show": true,
5555 "values": []
5556 },
5557 "yaxes": [
5558 {
5559 "format": "short",
5560 "label": "Pages",
5561 "logBase": 1,
5562 "max": null,
5563 "min": "0",
5564 "show": true
5565 },
5566 {
5567 "format": "short",
5568 "label": null,
5569 "logBase": 1,
5570 "max": null,
5571 "min": null,
5572 "show": false
5573 }
5574 ]
5575 },
5576 {
5577 "aliasColors": {
5578 "Apps": "#629E51",
5579 "Buffers": "#614D93",
5580 "Cache": "#6D1F62",
5581 "Cached": "#511749",
5582 "Committed": "#508642",
5583 "Free": "#0A437C",
5584 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5585 "Inactive": "#584477",
5586 "PageTables": "#0A50A1",
5587 "Page_Tables": "#0A50A1",
5588 "RAM_Free": "#E0F9D7",
5589 "Slab": "#806EB7",
5590 "Slab_Cache": "#E0752D",
5591 "Swap": "#BF1B00",
5592 "Swap_Cache": "#C15C17",
5593 "Swap_Free": "#2F575E",
5594 "Unused": "#EAB839"
5595 },
5596 "bars": false,
5597 "dashLength": 10,
5598 "dashes": false,
5599 "datasource": "Prometheus",
5600 "decimals": 2,
5601 "fill": 2,
5602 "gridPos": {
5603 "h": 10,
5604 "w": 12,
5605 "x": 0,
5606 "y": 184
5607 },
5608 "id": 174,
5609 "legend": {
5610 "alignAsTable": true,
5611 "avg": true,
5612 "current": true,
5613 "max": true,
5614 "min": true,
5615 "rightSide": false,
5616 "show": true,
5617 "sideWidth": 350,
5618 "total": false,
5619 "values": true
5620 },
5621 "lines": true,
5622 "linewidth": 1,
5623 "links": [],
5624 "maxPerRow": 6,
5625 "nullPointMode": "null",
5626 "percentage": false,
5627 "pointradius": 5,
5628 "points": false,
5629 "renderer": "flot",
5630 "seriesOverrides": [],
5631 "spaceLength": 10,
5632 "stack": false,
5633 "steppedLine": false,
5634 "targets": [
5635 {
5636 "expr": "irate(node_vmstat_pgalloc_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5637 "format": "time_series",
5638 "intervalFactor": 2,
5639 "legendFormat": "Pgalloc_dma - Dma mem page allocations",
5640 "refId": "A",
5641 "step": 4
5642 },
5643 {
5644 "expr": "irate(node_vmstat_pgalloc_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5645 "format": "time_series",
5646 "intervalFactor": 2,
5647 "legendFormat": "Pgalloc_dma32 - Dma32 mem page allocations",
5648 "refId": "B",
5649 "step": 4
5650 },
5651 {
5652 "expr": "irate(node_vmstat_pgalloc_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5653 "format": "time_series",
5654 "intervalFactor": 2,
5655 "legendFormat": "Pgalloc_movable - Movable mem page allocations",
5656 "refId": "C",
5657 "step": 4
5658 },
5659 {
5660 "expr": "irate(node_vmstat_pgalloc_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5661 "format": "time_series",
5662 "intervalFactor": 2,
5663 "legendFormat": "Pgalloc_normal - Normal mem page allocations",
5664 "refId": "D",
5665 "step": 4
5666 }
5667 ],
5668 "thresholds": [],
5669 "timeFrom": null,
5670 "timeShift": null,
5671 "title": "Memory Page Allocation",
5672 "tooltip": {
5673 "shared": true,
5674 "sort": 0,
5675 "value_type": "cumulative"
5676 },
5677 "type": "graph",
5678 "xaxis": {
5679 "buckets": null,
5680 "mode": "time",
5681 "name": null,
5682 "show": true,
5683 "values": []
5684 },
5685 "yaxes": [
5686 {
5687 "format": "short",
5688 "label": "Pages",
5689 "logBase": 1,
5690 "max": null,
5691 "min": "0",
5692 "show": true
5693 },
5694 {
5695 "format": "short",
5696 "label": null,
5697 "logBase": 1,
5698 "max": null,
5699 "min": null,
5700 "show": false
5701 }
5702 ]
5703 },
5704 {
5705 "aliasColors": {
5706 "Apps": "#629E51",
5707 "Buffers": "#614D93",
5708 "Cache": "#6D1F62",
5709 "Cached": "#511749",
5710 "Committed": "#508642",
5711 "Free": "#0A437C",
5712 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5713 "Inactive": "#584477",
5714 "PageTables": "#0A50A1",
5715 "Page_Tables": "#0A50A1",
5716 "RAM_Free": "#E0F9D7",
5717 "Slab": "#806EB7",
5718 "Slab_Cache": "#E0752D",
5719 "Swap": "#BF1B00",
5720 "Swap_Cache": "#C15C17",
5721 "Swap_Free": "#2F575E",
5722 "Unused": "#EAB839"
5723 },
5724 "bars": false,
5725 "dashLength": 10,
5726 "dashes": false,
5727 "datasource": "Prometheus",
5728 "decimals": 2,
5729 "fill": 2,
5730 "gridPos": {
5731 "h": 10,
5732 "w": 12,
5733 "x": 12,
5734 "y": 184
5735 },
5736 "id": 177,
5737 "legend": {
5738 "alignAsTable": true,
5739 "avg": true,
5740 "current": true,
5741 "max": true,
5742 "min": true,
5743 "rightSide": false,
5744 "show": true,
5745 "sideWidth": 350,
5746 "total": false,
5747 "values": true
5748 },
5749 "lines": true,
5750 "linewidth": 1,
5751 "links": [],
5752 "maxPerRow": 6,
5753 "nullPointMode": "null",
5754 "percentage": false,
5755 "pointradius": 5,
5756 "points": false,
5757 "renderer": "flot",
5758 "seriesOverrides": [],
5759 "spaceLength": 10,
5760 "stack": false,
5761 "steppedLine": false,
5762 "targets": [
5763 {
5764 "expr": "irate(node_vmstat_pgrefill_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5765 "format": "time_series",
5766 "intervalFactor": 2,
5767 "legendFormat": "Pgrefill_dma - Dma mem pages inspected in refill_inactive_zone",
5768 "refId": "B",
5769 "step": 4
5770 },
5771 {
5772 "expr": "irate(node_vmstat_pgrefill_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5773 "format": "time_series",
5774 "intervalFactor": 2,
5775 "legendFormat": "Pgrefill_dma32 - Dma32 mem pages inspected in refill_inactive_zone",
5776 "refId": "C",
5777 "step": 4
5778 },
5779 {
5780 "expr": "irate(node_vmstat_pgrefill_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5781 "format": "time_series",
5782 "intervalFactor": 2,
5783 "legendFormat": "Pgrefill_movable - Movable mem pages inspected in refill_inactive_zone",
5784 "refId": "D",
5785 "step": 4
5786 },
5787 {
5788 "expr": "irate(node_vmstat_pgrefill_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5789 "format": "time_series",
5790 "intervalFactor": 2,
5791 "legendFormat": "Pgrefill_normal - Normal mem pages inspected in refill_inactive_zone",
5792 "refId": "E",
5793 "step": 4
5794 }
5795 ],
5796 "thresholds": [],
5797 "timeFrom": null,
5798 "timeShift": null,
5799 "title": "Memory Page Refill",
5800 "tooltip": {
5801 "shared": true,
5802 "sort": 0,
5803 "value_type": "cumulative"
5804 },
5805 "type": "graph",
5806 "xaxis": {
5807 "buckets": null,
5808 "mode": "time",
5809 "name": null,
5810 "show": true,
5811 "values": []
5812 },
5813 "yaxes": [
5814 {
5815 "format": "short",
5816 "label": "Pages",
5817 "logBase": 1,
5818 "max": null,
5819 "min": "0",
5820 "show": true
5821 },
5822 {
5823 "format": "short",
5824 "label": null,
5825 "logBase": 1,
5826 "max": null,
5827 "min": null,
5828 "show": false
5829 }
5830 ]
5831 },
5832 {
5833 "aliasColors": {
5834 "Apps": "#629E51",
5835 "Buffers": "#614D93",
5836 "Cache": "#6D1F62",
5837 "Cached": "#511749",
5838 "Committed": "#508642",
5839 "Free": "#0A437C",
5840 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5841 "Inactive": "#584477",
5842 "PageTables": "#0A50A1",
5843 "Page_Tables": "#0A50A1",
5844 "RAM_Free": "#E0F9D7",
5845 "Slab": "#806EB7",
5846 "Slab_Cache": "#E0752D",
5847 "Swap": "#BF1B00",
5848 "Swap_Cache": "#C15C17",
5849 "Swap_Free": "#2F575E",
5850 "Unused": "#EAB839"
5851 },
5852 "bars": false,
5853 "dashLength": 10,
5854 "dashes": false,
5855 "datasource": "Prometheus",
5856 "decimals": 2,
5857 "fill": 2,
5858 "gridPos": {
5859 "h": 10,
5860 "w": 12,
5861 "x": 0,
5862 "y": 194
5863 },
5864 "id": 179,
5865 "legend": {
5866 "alignAsTable": true,
5867 "avg": true,
5868 "current": true,
5869 "max": true,
5870 "min": true,
5871 "rightSide": false,
5872 "show": true,
5873 "sideWidth": 350,
5874 "total": false,
5875 "values": true
5876 },
5877 "lines": true,
5878 "linewidth": 1,
5879 "links": [],
5880 "maxPerRow": 6,
5881 "nullPointMode": "null",
5882 "percentage": false,
5883 "pointradius": 5,
5884 "points": false,
5885 "renderer": "flot",
5886 "seriesOverrides": [],
5887 "spaceLength": 10,
5888 "stack": false,
5889 "steppedLine": false,
5890 "targets": [
5891 {
5892 "expr": "irate(node_vmstat_pgsteal_direct_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5893 "format": "time_series",
5894 "intervalFactor": 2,
5895 "legendFormat": "Pgsteal_direct_dma - Dma mem pages stealed",
5896 "refId": "B",
5897 "step": 4
5898 },
5899 {
5900 "expr": "irate(node_vmstat_pgsteal_direct_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5901 "format": "time_series",
5902 "intervalFactor": 2,
5903 "legendFormat": "Pgsteal_direct_dma32 - Dma32 mem pages scanned",
5904 "refId": "C",
5905 "step": 4
5906 },
5907 {
5908 "expr": "irate(node_vmstat_pgsteal_direct_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5909 "format": "time_series",
5910 "intervalFactor": 2,
5911 "legendFormat": "Pgsteal_direct_movable - Movable mem pages scanned",
5912 "refId": "D",
5913 "step": 4
5914 },
5915 {
5916 "expr": "irate(node_vmstat_pgsteal_direct_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
5917 "format": "time_series",
5918 "intervalFactor": 2,
5919 "legendFormat": "Pgsteal_direct_normal - Normal mem pages scanned",
5920 "refId": "E",
5921 "step": 4
5922 }
5923 ],
5924 "thresholds": [],
5925 "timeFrom": null,
5926 "timeShift": null,
5927 "title": "Memory Page Steal Direct",
5928 "tooltip": {
5929 "shared": true,
5930 "sort": 0,
5931 "value_type": "cumulative"
5932 },
5933 "type": "graph",
5934 "xaxis": {
5935 "buckets": null,
5936 "mode": "time",
5937 "name": null,
5938 "show": true,
5939 "values": []
5940 },
5941 "yaxes": [
5942 {
5943 "format": "short",
5944 "label": "Pages",
5945 "logBase": 1,
5946 "max": null,
5947 "min": "0",
5948 "show": true
5949 },
5950 {
5951 "format": "short",
5952 "label": null,
5953 "logBase": 1,
5954 "max": null,
5955 "min": null,
5956 "show": false
5957 }
5958 ]
5959 },
5960 {
5961 "aliasColors": {
5962 "Apps": "#629E51",
5963 "Buffers": "#614D93",
5964 "Cache": "#6D1F62",
5965 "Cached": "#511749",
5966 "Committed": "#508642",
5967 "Free": "#0A437C",
5968 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5969 "Inactive": "#584477",
5970 "PageTables": "#0A50A1",
5971 "Page_Tables": "#0A50A1",
5972 "RAM_Free": "#E0F9D7",
5973 "Slab": "#806EB7",
5974 "Slab_Cache": "#E0752D",
5975 "Swap": "#BF1B00",
5976 "Swap_Cache": "#C15C17",
5977 "Swap_Free": "#2F575E",
5978 "Unused": "#EAB839"
5979 },
5980 "bars": false,
5981 "dashLength": 10,
5982 "dashes": false,
5983 "datasource": "Prometheus",
5984 "decimals": 2,
5985 "fill": 2,
5986 "gridPos": {
5987 "h": 10,
5988 "w": 12,
5989 "x": 12,
5990 "y": 194
5991 },
5992 "id": 198,
5993 "legend": {
5994 "alignAsTable": true,
5995 "avg": true,
5996 "current": true,
5997 "max": true,
5998 "min": true,
5999 "rightSide": false,
6000 "show": true,
6001 "sideWidth": 350,
6002 "total": false,
6003 "values": true
6004 },
6005 "lines": true,
6006 "linewidth": 1,
6007 "links": [],
6008 "maxPerRow": 6,
6009 "nullPointMode": "null",
6010 "percentage": false,
6011 "pointradius": 5,
6012 "points": false,
6013 "renderer": "flot",
6014 "seriesOverrides": [],
6015 "spaceLength": 10,
6016 "stack": false,
6017 "steppedLine": false,
6018 "targets": [
6019 {
6020 "expr": "irate(node_vmstat_pgsteal_kswapd_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6021 "format": "time_series",
6022 "intervalFactor": 2,
6023 "legendFormat": "Pgsteal_kswapd_dma - Dma mem pages scanned by kswapd",
6024 "refId": "F",
6025 "step": 4
6026 },
6027 {
6028 "expr": "irate(node_vmstat_pgsteal_kswapd_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6029 "format": "time_series",
6030 "intervalFactor": 2,
6031 "legendFormat": "Pgsteal_kswapd_dma32 - Dma32 mem pages scanned by kswapd",
6032 "refId": "G",
6033 "step": 4
6034 },
6035 {
6036 "expr": "irate(node_vmstat_pgsteal_kswapd_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6037 "format": "time_series",
6038 "intervalFactor": 2,
6039 "legendFormat": "Pgsteal_kswapd_movable - Movable mem pages scanned by kswapd",
6040 "refId": "H",
6041 "step": 4
6042 },
6043 {
6044 "expr": "irate(node_vmstat_pgsteal_kswapd_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6045 "format": "time_series",
6046 "intervalFactor": 2,
6047 "legendFormat": "Pgsteal_kswapd_normal - Normal mem pages scanned by kswapd",
6048 "refId": "I",
6049 "step": 4
6050 }
6051 ],
6052 "thresholds": [],
6053 "timeFrom": null,
6054 "timeShift": null,
6055 "title": "Memory Page Steal Kswapd",
6056 "tooltip": {
6057 "shared": true,
6058 "sort": 0,
6059 "value_type": "cumulative"
6060 },
6061 "type": "graph",
6062 "xaxis": {
6063 "buckets": null,
6064 "mode": "time",
6065 "name": null,
6066 "show": true,
6067 "values": []
6068 },
6069 "yaxes": [
6070 {
6071 "format": "short",
6072 "label": "Pages",
6073 "logBase": 1,
6074 "max": null,
6075 "min": "0",
6076 "show": true
6077 },
6078 {
6079 "format": "short",
6080 "label": null,
6081 "logBase": 1,
6082 "max": null,
6083 "min": null,
6084 "show": false
6085 }
6086 ]
6087 },
6088 {
6089 "aliasColors": {
6090 "Apps": "#629E51",
6091 "Buffers": "#614D93",
6092 "Cache": "#6D1F62",
6093 "Cached": "#511749",
6094 "Committed": "#508642",
6095 "Free": "#0A437C",
6096 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6097 "Inactive": "#584477",
6098 "PageTables": "#0A50A1",
6099 "Page_Tables": "#0A50A1",
6100 "RAM_Free": "#E0F9D7",
6101 "Slab": "#806EB7",
6102 "Slab_Cache": "#E0752D",
6103 "Swap": "#BF1B00",
6104 "Swap_Cache": "#C15C17",
6105 "Swap_Free": "#2F575E",
6106 "Unused": "#EAB839"
6107 },
6108 "bars": false,
6109 "dashLength": 10,
6110 "dashes": false,
6111 "datasource": "Prometheus",
6112 "decimals": 2,
6113 "fill": 2,
6114 "gridPos": {
6115 "h": 10,
6116 "w": 12,
6117 "x": 0,
6118 "y": 204
6119 },
6120 "id": 192,
6121 "legend": {
6122 "alignAsTable": true,
6123 "avg": true,
6124 "current": true,
6125 "max": true,
6126 "min": true,
6127 "rightSide": false,
6128 "show": true,
6129 "sideWidth": 350,
6130 "total": false,
6131 "values": true
6132 },
6133 "lines": true,
6134 "linewidth": 1,
6135 "links": [],
6136 "maxPerRow": 2,
6137 "nullPointMode": "null",
6138 "percentage": false,
6139 "pointradius": 5,
6140 "points": false,
6141 "renderer": "flot",
6142 "seriesOverrides": [],
6143 "spaceLength": 10,
6144 "stack": true,
6145 "steppedLine": false,
6146 "targets": [
6147 {
6148 "expr": "irate(node_vmstat_pgscan_direct_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6149 "format": "time_series",
6150 "intervalFactor": 2,
6151 "legendFormat": "Pgscan_direct_dma - Dma mem pages scanned",
6152 "refId": "A",
6153 "step": 4
6154 },
6155 {
6156 "expr": "irate(node_vmstat_pgscan_direct_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6157 "format": "time_series",
6158 "intervalFactor": 2,
6159 "legendFormat": "Pgscan_direct_dma32 - Dma32 mem pages scanned",
6160 "refId": "C",
6161 "step": 4
6162 },
6163 {
6164 "expr": "irate(node_vmstat_pgscan_direct_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6165 "format": "time_series",
6166 "intervalFactor": 2,
6167 "legendFormat": "Pgscan_direct_movable - Movable mem pages scanned",
6168 "refId": "D",
6169 "step": 4
6170 },
6171 {
6172 "expr": "irate(node_vmstat_pgscan_direct_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6173 "format": "time_series",
6174 "intervalFactor": 2,
6175 "legendFormat": "Pgscan_direct_normal - Normal mem pages scanned",
6176 "refId": "E",
6177 "step": 4
6178 },
6179 {
6180 "expr": "irate(node_vmstat_pgscan_direct_throttle{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6181 "format": "time_series",
6182 "hide": true,
6183 "intervalFactor": 2,
6184 "legendFormat": "Pgscan_direct_throttle - ",
6185 "refId": "F",
6186 "step": 2
6187 }
6188 ],
6189 "thresholds": [],
6190 "timeFrom": null,
6191 "timeShift": null,
6192 "title": "Memory Scan Direct",
6193 "tooltip": {
6194 "shared": true,
6195 "sort": 0,
6196 "value_type": "cumulative"
6197 },
6198 "type": "graph",
6199 "xaxis": {
6200 "buckets": null,
6201 "mode": "time",
6202 "name": null,
6203 "show": true,
6204 "values": []
6205 },
6206 "yaxes": [
6207 {
6208 "format": "short",
6209 "label": "Pages",
6210 "logBase": 1,
6211 "max": null,
6212 "min": "0",
6213 "show": true
6214 },
6215 {
6216 "format": "short",
6217 "label": null,
6218 "logBase": 1,
6219 "max": null,
6220 "min": null,
6221 "show": false
6222 }
6223 ]
6224 },
6225 {
6226 "aliasColors": {
6227 "Apps": "#629E51",
6228 "Buffers": "#614D93",
6229 "Cache": "#6D1F62",
6230 "Cached": "#511749",
6231 "Committed": "#508642",
6232 "Free": "#0A437C",
6233 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6234 "Inactive": "#584477",
6235 "PageTables": "#0A50A1",
6236 "Page_Tables": "#0A50A1",
6237 "RAM_Free": "#E0F9D7",
6238 "Slab": "#806EB7",
6239 "Slab_Cache": "#E0752D",
6240 "Swap": "#BF1B00",
6241 "Swap_Cache": "#C15C17",
6242 "Swap_Free": "#2F575E",
6243 "Unused": "#EAB839"
6244 },
6245 "bars": false,
6246 "dashLength": 10,
6247 "dashes": false,
6248 "datasource": "Prometheus",
6249 "decimals": 2,
6250 "fill": 2,
6251 "gridPos": {
6252 "h": 10,
6253 "w": 12,
6254 "x": 12,
6255 "y": 204
6256 },
6257 "id": 178,
6258 "legend": {
6259 "alignAsTable": true,
6260 "avg": true,
6261 "current": true,
6262 "max": true,
6263 "min": true,
6264 "rightSide": false,
6265 "show": true,
6266 "sideWidth": 350,
6267 "total": false,
6268 "values": true
6269 },
6270 "lines": true,
6271 "linewidth": 1,
6272 "links": [],
6273 "maxPerRow": 2,
6274 "nullPointMode": "null",
6275 "percentage": false,
6276 "pointradius": 5,
6277 "points": false,
6278 "renderer": "flot",
6279 "seriesOverrides": [],
6280 "spaceLength": 10,
6281 "stack": true,
6282 "steppedLine": false,
6283 "targets": [
6284 {
6285 "expr": "irate(node_vmstat_pgscan_kswapd_dma{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6286 "format": "time_series",
6287 "intervalFactor": 2,
6288 "legendFormat": "Pgscan_kswapd_dma - Dma mem pages scanned by kswapd",
6289 "refId": "B",
6290 "step": 4
6291 },
6292 {
6293 "expr": "irate(node_vmstat_pgscan_kswapd_dma32{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6294 "format": "time_series",
6295 "intervalFactor": 2,
6296 "legendFormat": "Pgscan_kswapd_dma32 - Dma32 mem pages scanned by kswapd",
6297 "refId": "G",
6298 "step": 4
6299 },
6300 {
6301 "expr": "irate(node_vmstat_pgscan_kswapd_movable{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6302 "format": "time_series",
6303 "intervalFactor": 2,
6304 "legendFormat": "Pgscan_kswapd_movable - Movable mem pages scanned by kswapd",
6305 "refId": "H",
6306 "step": 4
6307 },
6308 {
6309 "expr": "irate(node_vmstat_pgscan_kswapd_normal{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6310 "format": "time_series",
6311 "intervalFactor": 2,
6312 "legendFormat": "Pgscan_kswapd_normal - Normal mem pages scanned by kswapd",
6313 "refId": "I",
6314 "step": 4
6315 }
6316 ],
6317 "thresholds": [],
6318 "timeFrom": null,
6319 "timeShift": null,
6320 "title": "Memory Scan Kswapd",
6321 "tooltip": {
6322 "shared": true,
6323 "sort": 0,
6324 "value_type": "cumulative"
6325 },
6326 "type": "graph",
6327 "xaxis": {
6328 "buckets": null,
6329 "mode": "time",
6330 "name": null,
6331 "show": true,
6332 "values": []
6333 },
6334 "yaxes": [
6335 {
6336 "format": "short",
6337 "label": "Pages",
6338 "logBase": 1,
6339 "max": null,
6340 "min": "0",
6341 "show": true
6342 },
6343 {
6344 "format": "short",
6345 "label": null,
6346 "logBase": 1,
6347 "max": null,
6348 "min": null,
6349 "show": false
6350 }
6351 ]
6352 },
6353 {
6354 "aliasColors": {
6355 "Active": "#99440A",
6356 "Buffers": "#58140C",
6357 "Cache": "#6D1F62",
6358 "Cached": "#511749",
6359 "Committed": "#508642",
6360 "Dirty": "#6ED0E0",
6361 "Free": "#B7DBAB",
6362 "Inactive": "#EA6460",
6363 "Mapped": "#052B51",
6364 "PageTables": "#0A50A1",
6365 "Page_Tables": "#0A50A1",
6366 "Slab_Cache": "#EAB839",
6367 "Swap": "#BF1B00",
6368 "Swap_Cache": "#C15C17",
6369 "Total": "#511749",
6370 "Total RAM": "#052B51",
6371 "Total RAM + Swap": "#052B51",
6372 "Total Swap": "#614D93",
6373 "VmallocUsed": "#EA6460"
6374 },
6375 "bars": false,
6376 "dashLength": 10,
6377 "dashes": false,
6378 "datasource": "Prometheus",
6379 "decimals": 2,
6380 "fill": 2,
6381 "gridPos": {
6382 "h": 10,
6383 "w": 12,
6384 "x": 0,
6385 "y": 214
6386 },
6387 "id": 169,
6388 "legend": {
6389 "alignAsTable": true,
6390 "avg": true,
6391 "current": true,
6392 "max": true,
6393 "min": true,
6394 "rightSide": false,
6395 "show": true,
6396 "sideWidth": null,
6397 "total": false,
6398 "values": true
6399 },
6400 "lines": true,
6401 "linewidth": 1,
6402 "links": [],
6403 "maxPerRow": 2,
6404 "nullPointMode": "null",
6405 "percentage": false,
6406 "pointradius": 5,
6407 "points": false,
6408 "renderer": "flot",
6409 "seriesOverrides": [
6410 {
6411 "alias": "/.*fail*./",
6412 "color": "#890F02"
6413 }
6414 ],
6415 "spaceLength": 10,
6416 "stack": false,
6417 "steppedLine": false,
6418 "targets": [
6419 {
6420 "expr": "irate(node_vmstat_compact_free_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6421 "format": "time_series",
6422 "intervalFactor": 2,
6423 "legendFormat": "Compact_free_scanned - Pages scanned for freeing by compaction daemon",
6424 "refId": "B",
6425 "step": 4
6426 },
6427 {
6428 "expr": "irate(node_vmstat_compact_isolated{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6429 "format": "time_series",
6430 "intervalFactor": 2,
6431 "legendFormat": "Compact_isolated - Page isolations for memory compaction",
6432 "refId": "C",
6433 "step": 4
6434 },
6435 {
6436 "expr": "irate(node_vmstat_compact_migrate_scanned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6437 "format": "time_series",
6438 "intervalFactor": 2,
6439 "legendFormat": "Compact_migrate_scanned - Pages scanned for migration by compaction daemon",
6440 "refId": "D",
6441 "step": 4
6442 }
6443 ],
6444 "thresholds": [],
6445 "timeFrom": null,
6446 "timeShift": null,
6447 "title": "Memory Page Compact",
6448 "tooltip": {
6449 "shared": true,
6450 "sort": 0,
6451 "value_type": "individual"
6452 },
6453 "type": "graph",
6454 "xaxis": {
6455 "buckets": null,
6456 "mode": "time",
6457 "name": null,
6458 "show": true,
6459 "values": []
6460 },
6461 "yaxes": [
6462 {
6463 "format": "short",
6464 "label": "Pages",
6465 "logBase": 1,
6466 "max": null,
6467 "min": "0",
6468 "show": true
6469 },
6470 {
6471 "format": "short",
6472 "label": null,
6473 "logBase": 1,
6474 "max": null,
6475 "min": null,
6476 "show": false
6477 }
6478 ]
6479 },
6480 {
6481 "aliasColors": {
6482 "Active": "#99440A",
6483 "Buffers": "#58140C",
6484 "Cache": "#6D1F62",
6485 "Cached": "#511749",
6486 "Committed": "#508642",
6487 "Dirty": "#6ED0E0",
6488 "Free": "#B7DBAB",
6489 "Inactive": "#EA6460",
6490 "Mapped": "#052B51",
6491 "PageTables": "#0A50A1",
6492 "Page_Tables": "#0A50A1",
6493 "Slab_Cache": "#EAB839",
6494 "Swap": "#BF1B00",
6495 "Swap_Cache": "#C15C17",
6496 "Total": "#511749",
6497 "Total RAM": "#052B51",
6498 "Total RAM + Swap": "#052B51",
6499 "Total Swap": "#614D93",
6500 "VmallocUsed": "#EA6460"
6501 },
6502 "bars": false,
6503 "dashLength": 10,
6504 "dashes": false,
6505 "datasource": "Prometheus",
6506 "decimals": 2,
6507 "fill": 2,
6508 "gridPos": {
6509 "h": 10,
6510 "w": 12,
6511 "x": 12,
6512 "y": 214
6513 },
6514 "id": 189,
6515 "legend": {
6516 "alignAsTable": true,
6517 "avg": true,
6518 "current": true,
6519 "max": true,
6520 "min": true,
6521 "rightSide": false,
6522 "show": true,
6523 "sideWidth": null,
6524 "total": false,
6525 "values": true
6526 },
6527 "lines": true,
6528 "linewidth": 1,
6529 "links": [],
6530 "maxPerRow": 2,
6531 "nullPointMode": "null",
6532 "percentage": false,
6533 "pointradius": 5,
6534 "points": false,
6535 "renderer": "flot",
6536 "seriesOverrides": [
6537 {
6538 "alias": "/.*fail*./",
6539 "color": "#890F02"
6540 }
6541 ],
6542 "spaceLength": 10,
6543 "stack": false,
6544 "steppedLine": false,
6545 "targets": [
6546 {
6547 "expr": "irate(node_vmstat_compact_fail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6548 "format": "time_series",
6549 "intervalFactor": 2,
6550 "legendFormat": "Compact_fail - Unsuccessful compactions for high order allocations",
6551 "refId": "A",
6552 "step": 4
6553 },
6554 {
6555 "expr": "irate(node_vmstat_compact_stall{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6556 "format": "time_series",
6557 "intervalFactor": 2,
6558 "legendFormat": "Compact_stall - Failures to even start compacting",
6559 "refId": "E",
6560 "step": 4
6561 },
6562 {
6563 "expr": "irate(node_vmstat_compact_success{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6564 "format": "time_series",
6565 "intervalFactor": 2,
6566 "legendFormat": "Compact_sucess - Successful compactions for high order allocations",
6567 "refId": "F",
6568 "step": 4
6569 }
6570 ],
6571 "thresholds": [],
6572 "timeFrom": null,
6573 "timeShift": null,
6574 "title": "Memory Compactions",
6575 "tooltip": {
6576 "shared": true,
6577 "sort": 0,
6578 "value_type": "individual"
6579 },
6580 "type": "graph",
6581 "xaxis": {
6582 "buckets": null,
6583 "mode": "time",
6584 "name": null,
6585 "show": true,
6586 "values": []
6587 },
6588 "yaxes": [
6589 {
6590 "format": "short",
6591 "label": "Compactions",
6592 "logBase": 1,
6593 "max": null,
6594 "min": "0",
6595 "show": true
6596 },
6597 {
6598 "format": "short",
6599 "label": null,
6600 "logBase": 1,
6601 "max": null,
6602 "min": null,
6603 "show": false
6604 }
6605 ]
6606 },
6607 {
6608 "aliasColors": {
6609 "Apps": "#629E51",
6610 "Buffers": "#614D93",
6611 "Cache": "#6D1F62",
6612 "Cached": "#511749",
6613 "Committed": "#508642",
6614 "Free": "#0A437C",
6615 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6616 "Inactive": "#584477",
6617 "PageTables": "#0A50A1",
6618 "Page_Tables": "#0A50A1",
6619 "RAM_Free": "#E0F9D7",
6620 "Slab": "#806EB7",
6621 "Slab_Cache": "#E0752D",
6622 "Swap": "#BF1B00",
6623 "Swap_Cache": "#C15C17",
6624 "Swap_Free": "#2F575E",
6625 "Unused": "#EAB839"
6626 },
6627 "bars": false,
6628 "dashLength": 10,
6629 "dashes": false,
6630 "datasource": "Prometheus",
6631 "decimals": 2,
6632 "fill": 2,
6633 "gridPos": {
6634 "h": 10,
6635 "w": 12,
6636 "x": 0,
6637 "y": 224
6638 },
6639 "id": 190,
6640 "legend": {
6641 "alignAsTable": true,
6642 "avg": true,
6643 "current": true,
6644 "max": true,
6645 "min": true,
6646 "rightSide": false,
6647 "show": true,
6648 "sideWidth": 350,
6649 "total": false,
6650 "values": true
6651 },
6652 "lines": true,
6653 "linewidth": 1,
6654 "links": [],
6655 "maxPerRow": 2,
6656 "nullPointMode": "null",
6657 "percentage": false,
6658 "pointradius": 5,
6659 "points": false,
6660 "renderer": "flot",
6661 "seriesOverrides": [],
6662 "spaceLength": 10,
6663 "stack": false,
6664 "steppedLine": false,
6665 "targets": [
6666 {
6667 "expr": "node_vmstat_kswapd_high_wmark_hit_quickly{instance=~\"$node:$port\",job=~\"$job\"}",
6668 "format": "time_series",
6669 "intervalFactor": 2,
6670 "legendFormat": "Kswapd_high_wmark_hit_quickly - Times high watermark reached quickly",
6671 "refId": "N",
6672 "step": 4
6673 },
6674 {
6675 "expr": "node_vmstat_kswapd_low_wmark_hit_quickly{instance=~\"$node:$port\",job=~\"$job\"}",
6676 "format": "time_series",
6677 "intervalFactor": 2,
6678 "legendFormat": "Kswapd_low_wmark_hit_quickly - Times low watermark reached quickly",
6679 "refId": "B",
6680 "step": 4
6681 }
6682 ],
6683 "thresholds": [],
6684 "timeFrom": null,
6685 "timeShift": null,
6686 "title": "Memory Kswapd Watermark",
6687 "tooltip": {
6688 "shared": true,
6689 "sort": 0,
6690 "value_type": "cumulative"
6691 },
6692 "type": "graph",
6693 "xaxis": {
6694 "buckets": null,
6695 "mode": "time",
6696 "name": null,
6697 "show": true,
6698 "values": []
6699 },
6700 "yaxes": [
6701 {
6702 "format": "short",
6703 "label": "Counter",
6704 "logBase": 1,
6705 "max": null,
6706 "min": "0",
6707 "show": true
6708 },
6709 {
6710 "format": "short",
6711 "label": null,
6712 "logBase": 1,
6713 "max": null,
6714 "min": null,
6715 "show": false
6716 }
6717 ]
6718 },
6719 {
6720 "aliasColors": {
6721 "Apps": "#629E51",
6722 "Buffers": "#614D93",
6723 "Cache": "#6D1F62",
6724 "Cached": "#511749",
6725 "Committed": "#508642",
6726 "Free": "#0A437C",
6727 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6728 "Inactive": "#584477",
6729 "PageTables": "#0A50A1",
6730 "Page_Tables": "#0A50A1",
6731 "RAM_Free": "#E0F9D7",
6732 "Slab": "#806EB7",
6733 "Slab_Cache": "#E0752D",
6734 "Swap": "#BF1B00",
6735 "Swap_Cache": "#C15C17",
6736 "Swap_Free": "#2F575E",
6737 "Unused": "#EAB839"
6738 },
6739 "bars": false,
6740 "dashLength": 10,
6741 "dashes": false,
6742 "datasource": "Prometheus",
6743 "decimals": 2,
6744 "fill": 2,
6745 "gridPos": {
6746 "h": 10,
6747 "w": 12,
6748 "x": 12,
6749 "y": 224
6750 },
6751 "id": 171,
6752 "legend": {
6753 "alignAsTable": true,
6754 "avg": true,
6755 "current": true,
6756 "max": true,
6757 "min": true,
6758 "rightSide": false,
6759 "show": true,
6760 "sideWidth": 350,
6761 "total": false,
6762 "values": true
6763 },
6764 "lines": true,
6765 "linewidth": 1,
6766 "links": [],
6767 "maxPerRow": 2,
6768 "nullPointMode": "null",
6769 "percentage": false,
6770 "pointradius": 5,
6771 "points": false,
6772 "renderer": "flot",
6773 "seriesOverrides": [],
6774 "spaceLength": 10,
6775 "stack": false,
6776 "steppedLine": false,
6777 "targets": [
6778 {
6779 "expr": "node_vmstat_htlb_buddy_alloc_fail{instance=~\"$node:$port\",job=~\"$job\"}",
6780 "format": "time_series",
6781 "intervalFactor": 2,
6782 "legendFormat": "Htlb_buddy_alloc_fail - Huge TLB page buddy allocation failures",
6783 "refId": "N",
6784 "step": 4
6785 },
6786 {
6787 "expr": "node_vmstat_htlb_buddy_alloc_success{instance=~\"$node:$port\",job=~\"$job\"}",
6788 "format": "time_series",
6789 "intervalFactor": 2,
6790 "legendFormat": "Htlb_buddy_alloc_success - Huge TLB page buddy allocation successes",
6791 "refId": "A",
6792 "step": 4
6793 }
6794 ],
6795 "thresholds": [],
6796 "timeFrom": null,
6797 "timeShift": null,
6798 "title": "Memory Buddy Alloc",
6799 "tooltip": {
6800 "shared": true,
6801 "sort": 0,
6802 "value_type": "cumulative"
6803 },
6804 "type": "graph",
6805 "xaxis": {
6806 "buckets": null,
6807 "mode": "time",
6808 "name": null,
6809 "show": true,
6810 "values": []
6811 },
6812 "yaxes": [
6813 {
6814 "format": "short",
6815 "label": "Allocations",
6816 "logBase": 1,
6817 "max": null,
6818 "min": "0",
6819 "show": true
6820 },
6821 {
6822 "format": "short",
6823 "label": null,
6824 "logBase": 1,
6825 "max": null,
6826 "min": null,
6827 "show": false
6828 }
6829 ]
6830 },
6831 {
6832 "aliasColors": {
6833 "Apps": "#629E51",
6834 "Buffers": "#614D93",
6835 "Cache": "#6D1F62",
6836 "Cached": "#511749",
6837 "Committed": "#508642",
6838 "Free": "#0A437C",
6839 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6840 "Inactive": "#584477",
6841 "PageTables": "#0A50A1",
6842 "Page_Tables": "#0A50A1",
6843 "RAM_Free": "#E0F9D7",
6844 "Slab": "#806EB7",
6845 "Slab_Cache": "#E0752D",
6846 "Swap": "#BF1B00",
6847 "Swap_Cache": "#C15C17",
6848 "Swap_Free": "#2F575E",
6849 "Unused": "#EAB839"
6850 },
6851 "bars": false,
6852 "dashLength": 10,
6853 "dashes": false,
6854 "datasource": "Prometheus",
6855 "decimals": 2,
6856 "fill": 2,
6857 "gridPos": {
6858 "h": 10,
6859 "w": 12,
6860 "x": 0,
6861 "y": 234
6862 },
6863 "id": 173,
6864 "legend": {
6865 "alignAsTable": true,
6866 "avg": true,
6867 "current": true,
6868 "max": true,
6869 "min": true,
6870 "rightSide": false,
6871 "show": true,
6872 "sideWidth": 350,
6873 "total": false,
6874 "values": true
6875 },
6876 "lines": true,
6877 "linewidth": 1,
6878 "links": [],
6879 "maxPerRow": 6,
6880 "nullPointMode": "null",
6881 "percentage": false,
6882 "pointradius": 5,
6883 "points": false,
6884 "renderer": "flot",
6885 "seriesOverrides": [],
6886 "spaceLength": 10,
6887 "stack": false,
6888 "steppedLine": false,
6889 "targets": [
6890 {
6891 "expr": "irate(node_vmstat_numa_foreign{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6892 "format": "time_series",
6893 "intervalFactor": 2,
6894 "legendFormat": "Numa_foreign - Foreign NUMA zone allocations",
6895 "refId": "A",
6896 "step": 4
6897 },
6898 {
6899 "expr": "irate(node_vmstat_numa_hit{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6900 "format": "time_series",
6901 "intervalFactor": 2,
6902 "legendFormat": "Numa_hit - Successful allocations from preferred NUMA zone",
6903 "refId": "D",
6904 "step": 4
6905 },
6906 {
6907 "expr": "irate(node_vmstat_numa_interleave{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6908 "format": "time_series",
6909 "intervalFactor": 2,
6910 "legendFormat": "Numa_interleave - Interleaved NUMA allocations in each zone for each NUMA node",
6911 "refId": "F",
6912 "step": 4
6913 },
6914 {
6915 "expr": "irate(node_vmstat_numa_local{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6916 "format": "time_series",
6917 "intervalFactor": 2,
6918 "legendFormat": "Numa_local - Successful allocations from local NUMA zone",
6919 "refId": "G",
6920 "step": 4
6921 },
6922 {
6923 "expr": "irate(node_vmstat_numa_miss{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6924 "format": "time_series",
6925 "intervalFactor": 2,
6926 "legendFormat": "Numa_miss - Unsuccessful allocations from preferred NUMA zona",
6927 "refId": "H",
6928 "step": 4
6929 },
6930 {
6931 "expr": "irate(node_vmstat_numa_other{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
6932 "format": "time_series",
6933 "intervalFactor": 2,
6934 "legendFormat": "Numa_other - Unsuccessful allocations from local NUMA zone",
6935 "refId": "I",
6936 "step": 4
6937 }
6938 ],
6939 "thresholds": [],
6940 "timeFrom": null,
6941 "timeShift": null,
6942 "title": "Memory Numa Allocations",
6943 "tooltip": {
6944 "shared": true,
6945 "sort": 0,
6946 "value_type": "cumulative"
6947 },
6948 "type": "graph",
6949 "xaxis": {
6950 "buckets": null,
6951 "mode": "time",
6952 "name": null,
6953 "show": true,
6954 "values": []
6955 },
6956 "yaxes": [
6957 {
6958 "format": "short",
6959 "label": "Allocations",
6960 "logBase": 1,
6961 "max": null,
6962 "min": "0",
6963 "show": true
6964 },
6965 {
6966 "format": "short",
6967 "label": null,
6968 "logBase": 1,
6969 "max": null,
6970 "min": null,
6971 "show": false
6972 }
6973 ]
6974 },
6975 {
6976 "aliasColors": {
6977 "Apps": "#629E51",
6978 "Buffers": "#614D93",
6979 "Cache": "#6D1F62",
6980 "Cached": "#511749",
6981 "Committed": "#508642",
6982 "Free": "#0A437C",
6983 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
6984 "Inactive": "#584477",
6985 "PageTables": "#0A50A1",
6986 "Page_Tables": "#0A50A1",
6987 "RAM_Free": "#E0F9D7",
6988 "Slab": "#806EB7",
6989 "Slab_Cache": "#E0752D",
6990 "Swap": "#BF1B00",
6991 "Swap_Cache": "#C15C17",
6992 "Swap_Free": "#2F575E",
6993 "Unused": "#EAB839"
6994 },
6995 "bars": false,
6996 "dashLength": 10,
6997 "dashes": false,
6998 "datasource": "Prometheus",
6999 "decimals": 2,
7000 "fill": 2,
7001 "gridPos": {
7002 "h": 10,
7003 "w": 12,
7004 "x": 12,
7005 "y": 234
7006 },
7007 "id": 193,
7008 "legend": {
7009 "alignAsTable": true,
7010 "avg": true,
7011 "current": true,
7012 "max": true,
7013 "min": true,
7014 "rightSide": false,
7015 "show": true,
7016 "sideWidth": 350,
7017 "total": false,
7018 "values": true
7019 },
7020 "lines": true,
7021 "linewidth": 1,
7022 "links": [],
7023 "maxPerRow": 2,
7024 "nullPointMode": "null",
7025 "percentage": false,
7026 "pointradius": 5,
7027 "points": false,
7028 "renderer": "flot",
7029 "seriesOverrides": [
7030 {
7031 "alias": "/.*Numa_pages_migrated - *./",
7032 "fill": 0,
7033 "stack": false
7034 }
7035 ],
7036 "spaceLength": 10,
7037 "stack": true,
7038 "steppedLine": false,
7039 "targets": [
7040 {
7041 "expr": "irate(node_vmstat_numa_pages_migrated{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7042 "format": "time_series",
7043 "intervalFactor": 2,
7044 "legendFormat": "Numa_pages_migrated - NUMA page migrations",
7045 "refId": "J",
7046 "step": 4
7047 },
7048 {
7049 "expr": "irate(node_vmstat_pgmigrate_fail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7050 "format": "time_series",
7051 "intervalFactor": 2,
7052 "legendFormat": "Pgmigrate_fail - Unsuccessful NUMA page migrations",
7053 "refId": "A",
7054 "step": 4
7055 },
7056 {
7057 "expr": "irate(node_vmstat_pgmigrate_success{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7058 "format": "time_series",
7059 "intervalFactor": 2,
7060 "legendFormat": "Pgmigrate_success - Successful NUMA page migrations",
7061 "refId": "B",
7062 "step": 4
7063 }
7064 ],
7065 "thresholds": [],
7066 "timeFrom": null,
7067 "timeShift": null,
7068 "title": "Memory Numa Page Migrations",
7069 "tooltip": {
7070 "shared": true,
7071 "sort": 0,
7072 "value_type": "cumulative"
7073 },
7074 "type": "graph",
7075 "xaxis": {
7076 "buckets": null,
7077 "mode": "time",
7078 "name": null,
7079 "show": true,
7080 "values": []
7081 },
7082 "yaxes": [
7083 {
7084 "format": "short",
7085 "label": "Pages",
7086 "logBase": 1,
7087 "max": null,
7088 "min": "0",
7089 "show": true
7090 },
7091 {
7092 "format": "short",
7093 "label": null,
7094 "logBase": 1,
7095 "max": null,
7096 "min": null,
7097 "show": false
7098 }
7099 ]
7100 },
7101 {
7102 "aliasColors": {
7103 "Apps": "#629E51",
7104 "Buffers": "#614D93",
7105 "Cache": "#6D1F62",
7106 "Cached": "#511749",
7107 "Committed": "#508642",
7108 "Free": "#0A437C",
7109 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7110 "Inactive": "#584477",
7111 "PageTables": "#0A50A1",
7112 "Page_Tables": "#0A50A1",
7113 "RAM_Free": "#E0F9D7",
7114 "Slab": "#806EB7",
7115 "Slab_Cache": "#E0752D",
7116 "Swap": "#BF1B00",
7117 "Swap_Cache": "#C15C17",
7118 "Swap_Free": "#2F575E",
7119 "Unused": "#EAB839"
7120 },
7121 "bars": false,
7122 "dashLength": 10,
7123 "dashes": false,
7124 "datasource": "Prometheus",
7125 "decimals": 2,
7126 "fill": 2,
7127 "gridPos": {
7128 "h": 10,
7129 "w": 12,
7130 "x": 0,
7131 "y": 244
7132 },
7133 "id": 194,
7134 "legend": {
7135 "alignAsTable": true,
7136 "avg": true,
7137 "current": true,
7138 "max": true,
7139 "min": true,
7140 "rightSide": false,
7141 "show": true,
7142 "sideWidth": 350,
7143 "total": false,
7144 "values": true
7145 },
7146 "lines": true,
7147 "linewidth": 1,
7148 "links": [],
7149 "maxPerRow": 2,
7150 "nullPointMode": "null",
7151 "percentage": false,
7152 "pointradius": 5,
7153 "points": false,
7154 "renderer": "flot",
7155 "seriesOverrides": [],
7156 "spaceLength": 10,
7157 "stack": false,
7158 "steppedLine": false,
7159 "targets": [
7160 {
7161 "expr": "irate(node_vmstat_numa_hint_faults{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7162 "format": "time_series",
7163 "intervalFactor": 2,
7164 "legendFormat": "Numa_hint_faults - NUMA hint faults trapped",
7165 "refId": "B",
7166 "step": 4
7167 },
7168 {
7169 "expr": "irate(node_vmstat_numa_hint_faults_local{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7170 "format": "time_series",
7171 "intervalFactor": 2,
7172 "legendFormat": "Numa_hint_faults_local - Hinting faults to local nodes",
7173 "refId": "C",
7174 "step": 4
7175 }
7176 ],
7177 "thresholds": [],
7178 "timeFrom": null,
7179 "timeShift": null,
7180 "title": "Memory Numa Hints",
7181 "tooltip": {
7182 "shared": true,
7183 "sort": 0,
7184 "value_type": "cumulative"
7185 },
7186 "type": "graph",
7187 "xaxis": {
7188 "buckets": null,
7189 "mode": "time",
7190 "name": null,
7191 "show": true,
7192 "values": []
7193 },
7194 "yaxes": [
7195 {
7196 "format": "short",
7197 "label": "HInts",
7198 "logBase": 1,
7199 "max": null,
7200 "min": "0",
7201 "show": true
7202 },
7203 {
7204 "format": "short",
7205 "label": null,
7206 "logBase": 1,
7207 "max": null,
7208 "min": null,
7209 "show": false
7210 }
7211 ]
7212 },
7213 {
7214 "aliasColors": {
7215 "Apps": "#629E51",
7216 "Buffers": "#614D93",
7217 "Cache": "#6D1F62",
7218 "Cached": "#511749",
7219 "Committed": "#508642",
7220 "Free": "#0A437C",
7221 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7222 "Inactive": "#584477",
7223 "PageTables": "#0A50A1",
7224 "Page_Tables": "#0A50A1",
7225 "RAM_Free": "#E0F9D7",
7226 "Slab": "#806EB7",
7227 "Slab_Cache": "#E0752D",
7228 "Swap": "#BF1B00",
7229 "Swap_Cache": "#C15C17",
7230 "Swap_Free": "#2F575E",
7231 "Unused": "#EAB839"
7232 },
7233 "bars": false,
7234 "dashLength": 10,
7235 "dashes": false,
7236 "datasource": "Prometheus",
7237 "decimals": 2,
7238 "fill": 2,
7239 "gridPos": {
7240 "h": 10,
7241 "w": 12,
7242 "x": 12,
7243 "y": 244
7244 },
7245 "id": 196,
7246 "legend": {
7247 "alignAsTable": true,
7248 "avg": true,
7249 "current": true,
7250 "max": true,
7251 "min": true,
7252 "rightSide": false,
7253 "show": true,
7254 "sideWidth": 350,
7255 "total": false,
7256 "values": true
7257 },
7258 "lines": true,
7259 "linewidth": 1,
7260 "links": [],
7261 "maxPerRow": 2,
7262 "nullPointMode": "null",
7263 "percentage": false,
7264 "pointradius": 5,
7265 "points": false,
7266 "renderer": "flot",
7267 "seriesOverrides": [],
7268 "spaceLength": 10,
7269 "stack": false,
7270 "steppedLine": false,
7271 "targets": [
7272 {
7273 "expr": "irate(node_vmstat_numa_pte_updates{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7274 "format": "time_series",
7275 "intervalFactor": 2,
7276 "legendFormat": "Numa_pte_updates - NUMA page table entry updates",
7277 "refId": "K",
7278 "step": 4
7279 },
7280 {
7281 "expr": "irate(node_vmstat_numa_huge_pte_updates{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7282 "intervalFactor": 2,
7283 "legendFormat": "Numa_huge_pte_updates - NUMA huge page table entry updates",
7284 "refId": "A",
7285 "step": 4
7286 }
7287 ],
7288 "thresholds": [],
7289 "timeFrom": null,
7290 "timeShift": null,
7291 "title": "Memory Numa Table Updates",
7292 "tooltip": {
7293 "shared": true,
7294 "sort": 0,
7295 "value_type": "cumulative"
7296 },
7297 "type": "graph",
7298 "xaxis": {
7299 "buckets": null,
7300 "mode": "time",
7301 "name": null,
7302 "show": true,
7303 "values": []
7304 },
7305 "yaxes": [
7306 {
7307 "format": "short",
7308 "label": "Updates",
7309 "logBase": 1,
7310 "max": null,
7311 "min": "0",
7312 "show": true
7313 },
7314 {
7315 "format": "short",
7316 "label": null,
7317 "logBase": 1,
7318 "max": null,
7319 "min": null,
7320 "show": false
7321 }
7322 ]
7323 },
7324 {
7325 "aliasColors": {
7326 "Apps": "#629E51",
7327 "Buffers": "#614D93",
7328 "Cache": "#6D1F62",
7329 "Cached": "#511749",
7330 "Committed": "#508642",
7331 "Free": "#0A437C",
7332 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7333 "Inactive": "#584477",
7334 "PageTables": "#0A50A1",
7335 "Page_Tables": "#0A50A1",
7336 "RAM_Free": "#E0F9D7",
7337 "Slab": "#806EB7",
7338 "Slab_Cache": "#E0752D",
7339 "Swap": "#BF1B00",
7340 "Swap_Cache": "#C15C17",
7341 "Swap_Free": "#2F575E",
7342 "Unused": "#EAB839"
7343 },
7344 "bars": false,
7345 "dashLength": 10,
7346 "dashes": false,
7347 "datasource": "Prometheus",
7348 "decimals": 2,
7349 "fill": 2,
7350 "gridPos": {
7351 "h": 10,
7352 "w": 12,
7353 "x": 0,
7354 "y": 254
7355 },
7356 "id": 199,
7357 "legend": {
7358 "alignAsTable": true,
7359 "avg": true,
7360 "current": true,
7361 "max": true,
7362 "min": true,
7363 "rightSide": false,
7364 "show": true,
7365 "sideWidth": 350,
7366 "total": false,
7367 "values": true
7368 },
7369 "lines": true,
7370 "linewidth": 1,
7371 "links": [],
7372 "maxPerRow": 6,
7373 "nullPointMode": "null",
7374 "percentage": false,
7375 "pointradius": 5,
7376 "points": false,
7377 "renderer": "flot",
7378 "seriesOverrides": [],
7379 "spaceLength": 10,
7380 "stack": false,
7381 "steppedLine": false,
7382 "targets": [
7383 {
7384 "expr": "irate(node_vmstat_thp_split{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7385 "format": "time_series",
7386 "intervalFactor": 2,
7387 "legendFormat": "Thp_split - Transparent huge page splits",
7388 "refId": "F",
7389 "step": 4
7390 }
7391 ],
7392 "thresholds": [],
7393 "timeFrom": null,
7394 "timeShift": null,
7395 "title": "Memory THP Splits",
7396 "tooltip": {
7397 "shared": true,
7398 "sort": 0,
7399 "value_type": "cumulative"
7400 },
7401 "type": "graph",
7402 "xaxis": {
7403 "buckets": null,
7404 "mode": "time",
7405 "name": null,
7406 "show": true,
7407 "values": []
7408 },
7409 "yaxes": [
7410 {
7411 "format": "short",
7412 "label": "Splits",
7413 "logBase": 1,
7414 "max": null,
7415 "min": "0",
7416 "show": true
7417 },
7418 {
7419 "format": "short",
7420 "label": null,
7421 "logBase": 1,
7422 "max": null,
7423 "min": null,
7424 "show": false
7425 }
7426 ]
7427 },
7428 {
7429 "aliasColors": {
7430 "Apps": "#629E51",
7431 "Buffers": "#614D93",
7432 "Cache": "#6D1F62",
7433 "Cached": "#511749",
7434 "Committed": "#508642",
7435 "Free": "#0A437C",
7436 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7437 "Inactive": "#584477",
7438 "PageTables": "#0A50A1",
7439 "Page_Tables": "#0A50A1",
7440 "RAM_Free": "#E0F9D7",
7441 "Slab": "#806EB7",
7442 "Slab_Cache": "#E0752D",
7443 "Swap": "#BF1B00",
7444 "Swap_Cache": "#C15C17",
7445 "Swap_Free": "#2F575E",
7446 "Unused": "#EAB839"
7447 },
7448 "bars": false,
7449 "dashLength": 10,
7450 "dashes": false,
7451 "datasource": "Prometheus",
7452 "decimals": 2,
7453 "fill": 2,
7454 "gridPos": {
7455 "h": 10,
7456 "w": 12,
7457 "x": 12,
7458 "y": 254
7459 },
7460 "id": 182,
7461 "legend": {
7462 "alignAsTable": true,
7463 "avg": true,
7464 "current": true,
7465 "max": true,
7466 "min": true,
7467 "rightSide": false,
7468 "show": true,
7469 "sideWidth": 350,
7470 "total": false,
7471 "values": true
7472 },
7473 "lines": true,
7474 "linewidth": 1,
7475 "links": [],
7476 "maxPerRow": 6,
7477 "nullPointMode": "null",
7478 "percentage": false,
7479 "pointradius": 5,
7480 "points": false,
7481 "renderer": "flot",
7482 "seriesOverrides": [],
7483 "spaceLength": 10,
7484 "stack": false,
7485 "steppedLine": false,
7486 "targets": [
7487 {
7488 "expr": "irate(node_vmstat_workingset_activate{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7489 "format": "time_series",
7490 "intervalFactor": 2,
7491 "legendFormat": "Workingset_activate - Page activations to form the working set",
7492 "refId": "C",
7493 "step": 4
7494 },
7495 {
7496 "expr": "irate(node_vmstat_workingset_nodereclaim{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7497 "format": "time_series",
7498 "intervalFactor": 2,
7499 "legendFormat": "Workingset_nodereclaim - NUMA node working set page reclaims",
7500 "refId": "D",
7501 "step": 4
7502 },
7503 {
7504 "expr": "irate(node_vmstat_workingset_refault{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7505 "format": "time_series",
7506 "intervalFactor": 2,
7507 "legendFormat": "Workingset_refault - Refaults of previously evicted pages",
7508 "refId": "E",
7509 "step": 4
7510 }
7511 ],
7512 "thresholds": [],
7513 "timeFrom": null,
7514 "timeShift": null,
7515 "title": "Memory Workingset",
7516 "tooltip": {
7517 "shared": true,
7518 "sort": 0,
7519 "value_type": "cumulative"
7520 },
7521 "type": "graph",
7522 "xaxis": {
7523 "buckets": null,
7524 "mode": "time",
7525 "name": null,
7526 "show": true,
7527 "values": []
7528 },
7529 "yaxes": [
7530 {
7531 "format": "short",
7532 "label": "Counter",
7533 "logBase": 1,
7534 "max": null,
7535 "min": "0",
7536 "show": true
7537 },
7538 {
7539 "format": "short",
7540 "label": null,
7541 "logBase": 1,
7542 "max": null,
7543 "min": null,
7544 "show": false
7545 }
7546 ]
7547 },
7548 {
7549 "aliasColors": {
7550 "Apps": "#629E51",
7551 "Buffers": "#614D93",
7552 "Cache": "#6D1F62",
7553 "Cached": "#511749",
7554 "Committed": "#508642",
7555 "Free": "#0A437C",
7556 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7557 "Inactive": "#584477",
7558 "PageTables": "#0A50A1",
7559 "Page_Tables": "#0A50A1",
7560 "RAM_Free": "#E0F9D7",
7561 "Slab": "#806EB7",
7562 "Slab_Cache": "#E0752D",
7563 "Swap": "#BF1B00",
7564 "Swap_Cache": "#C15C17",
7565 "Swap_Free": "#2F575E",
7566 "Unused": "#EAB839"
7567 },
7568 "bars": false,
7569 "dashLength": 10,
7570 "dashes": false,
7571 "datasource": "Prometheus",
7572 "decimals": 2,
7573 "fill": 2,
7574 "gridPos": {
7575 "h": 10,
7576 "w": 12,
7577 "x": 0,
7578 "y": 264
7579 },
7580 "id": 180,
7581 "legend": {
7582 "alignAsTable": true,
7583 "avg": true,
7584 "current": true,
7585 "max": true,
7586 "min": true,
7587 "rightSide": false,
7588 "show": true,
7589 "sideWidth": 350,
7590 "total": false,
7591 "values": true
7592 },
7593 "lines": true,
7594 "linewidth": 1,
7595 "links": [],
7596 "maxPerRow": 6,
7597 "nullPointMode": "null",
7598 "percentage": false,
7599 "pointradius": 5,
7600 "points": false,
7601 "renderer": "flot",
7602 "seriesOverrides": [],
7603 "spaceLength": 10,
7604 "stack": false,
7605 "steppedLine": false,
7606 "targets": [
7607 {
7608 "expr": "irate(node_vmstat_thp_collapse_alloc{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7609 "format": "time_series",
7610 "intervalFactor": 2,
7611 "legendFormat": "Thp_collapse_alloc - Transparent huge page collapse allocations",
7612 "refId": "A",
7613 "step": 4
7614 },
7615 {
7616 "expr": "irate(node_vmstat_thp_collapse_alloc_failed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7617 "format": "time_series",
7618 "intervalFactor": 2,
7619 "legendFormat": "Thp_collapse_alloc_failed - Transparent huge page collapse allocation failures",
7620 "refId": "C",
7621 "step": 4
7622 },
7623 {
7624 "expr": "irate(node_vmstat_thp_zero_page_alloc{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7625 "format": "time_series",
7626 "intervalFactor": 2,
7627 "legendFormat": "Thp_zero_page_alloc - Transparent huge page zeroed page allocations",
7628 "refId": "G",
7629 "step": 4
7630 },
7631 {
7632 "expr": "irate(node_vmstat_thp_zero_page_alloc_failed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7633 "format": "time_series",
7634 "intervalFactor": 2,
7635 "legendFormat": "Thp_zero_page_alloc_failed - Transparent huge page zeroed page allocation failures",
7636 "refId": "H",
7637 "step": 4
7638 },
7639 {
7640 "expr": "irate(node_vmstat_thp_fault_alloc{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7641 "intervalFactor": 2,
7642 "legendFormat": "Thp_fault_alloc - Transparent huge page fault allocations",
7643 "refId": "B",
7644 "step": 4
7645 },
7646 {
7647 "expr": "irate(node_vmstat_thp_fault_fallback{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
7648 "intervalFactor": 2,
7649 "legendFormat": "Thp_fault_fallback - Transparent huge page fault fallbacks",
7650 "refId": "D",
7651 "step": 4
7652 }
7653 ],
7654 "thresholds": [],
7655 "timeFrom": null,
7656 "timeShift": null,
7657 "title": "Memory THP Allocations",
7658 "tooltip": {
7659 "shared": true,
7660 "sort": 0,
7661 "value_type": "cumulative"
7662 },
7663 "type": "graph",
7664 "xaxis": {
7665 "buckets": null,
7666 "mode": "time",
7667 "name": null,
7668 "show": true,
7669 "values": []
7670 },
7671 "yaxes": [
7672 {
7673 "format": "short",
7674 "label": "Allocations",
7675 "logBase": 1,
7676 "max": null,
7677 "min": "0",
7678 "show": true
7679 },
7680 {
7681 "format": "short",
7682 "label": null,
7683 "logBase": 1,
7684 "max": null,
7685 "min": null,
7686 "show": false
7687 }
7688 ]
7689 }
7690 ],
7691 "repeat": null,
7692 "title": "Memory Detail Vmstat",
7693 "type": "row"
7694 },
7695 {
7696 "collapsed": true,
7697 "datasource": null,
7698 "fieldConfig": {
7699 "defaults": {},
7700 "overrides": []
7701 },
7702 "gridPos": {
7703 "h": 1,
7704 "w": 24,
7705 "x": 0,
7706 "y": 28
7707 },
7708 "id": 268,
7709 "panels": [
7710 {
7711 "aliasColors": {
7712 "Apps": "#629E51",
7713 "Buffers": "#614D93",
7714 "Cache": "#6D1F62",
7715 "Cached": "#511749",
7716 "Committed": "#508642",
7717 "Free": "#0A437C",
7718 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7719 "Inactive": "#584477",
7720 "PageTables": "#0A50A1",
7721 "Page_Tables": "#0A50A1",
7722 "RAM_Free": "#E0F9D7",
7723 "Slab": "#806EB7",
7724 "Slab_Cache": "#E0752D",
7725 "Swap": "#BF1B00",
7726 "Swap_Cache": "#C15C17",
7727 "Swap_Free": "#2F575E",
7728 "Unused": "#EAB839"
7729 },
7730 "bars": false,
7731 "dashLength": 10,
7732 "dashes": false,
7733 "datasource": "Prometheus",
7734 "decimals": 2,
7735 "fill": 2,
7736 "gridPos": {
7737 "h": 10,
7738 "w": 12,
7739 "x": 0,
7740 "y": 265
7741 },
7742 "id": 185,
7743 "legend": {
7744 "alignAsTable": true,
7745 "avg": true,
7746 "current": true,
7747 "max": true,
7748 "min": true,
7749 "rightSide": false,
7750 "show": true,
7751 "sideWidth": 350,
7752 "total": false,
7753 "values": true
7754 },
7755 "lines": true,
7756 "linewidth": 1,
7757 "links": [],
7758 "maxPerRow": 6,
7759 "nullPointMode": "null",
7760 "percentage": false,
7761 "pointradius": 5,
7762 "points": false,
7763 "renderer": "flot",
7764 "seriesOverrides": [],
7765 "spaceLength": 10,
7766 "stack": false,
7767 "steppedLine": false,
7768 "targets": [
7769 {
7770 "expr": "node_vmstat_nr_active_anon{instance=~\"$node:$port\",job=~\"$job\"}",
7771 "format": "time_series",
7772 "intervalFactor": 2,
7773 "legendFormat": "Active_anon - Active anonymous memory pages",
7774 "refId": "B",
7775 "step": 240
7776 },
7777 {
7778 "expr": "node_vmstat_nr_active_file{instance=~\"$node:$port\",job=~\"$job\"}",
7779 "format": "time_series",
7780 "intervalFactor": 2,
7781 "legendFormat": "Active_file - Active file memory memory pages",
7782 "refId": "C",
7783 "step": 240
7784 }
7785 ],
7786 "thresholds": [],
7787 "timeFrom": null,
7788 "timeShift": null,
7789 "title": "Memory Page Active",
7790 "tooltip": {
7791 "shared": true,
7792 "sort": 0,
7793 "value_type": "cumulative"
7794 },
7795 "type": "graph",
7796 "xaxis": {
7797 "buckets": null,
7798 "mode": "time",
7799 "name": null,
7800 "show": true,
7801 "values": []
7802 },
7803 "yaxes": [
7804 {
7805 "format": "short",
7806 "label": "Pages",
7807 "logBase": 1,
7808 "max": null,
7809 "min": "0",
7810 "show": true
7811 },
7812 {
7813 "format": "short",
7814 "label": null,
7815 "logBase": 1,
7816 "max": null,
7817 "min": null,
7818 "show": false
7819 }
7820 ]
7821 },
7822 {
7823 "aliasColors": {
7824 "Apps": "#629E51",
7825 "Buffers": "#614D93",
7826 "Cache": "#6D1F62",
7827 "Cached": "#511749",
7828 "Committed": "#508642",
7829 "Free": "#0A437C",
7830 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7831 "Inactive": "#584477",
7832 "PageTables": "#0A50A1",
7833 "Page_Tables": "#0A50A1",
7834 "RAM_Free": "#E0F9D7",
7835 "Slab": "#806EB7",
7836 "Slab_Cache": "#E0752D",
7837 "Swap": "#BF1B00",
7838 "Swap_Cache": "#C15C17",
7839 "Swap_Free": "#2F575E",
7840 "Unused": "#EAB839"
7841 },
7842 "bars": false,
7843 "dashLength": 10,
7844 "dashes": false,
7845 "datasource": "Prometheus",
7846 "decimals": 2,
7847 "fill": 2,
7848 "gridPos": {
7849 "h": 10,
7850 "w": 12,
7851 "x": 12,
7852 "y": 265
7853 },
7854 "id": 228,
7855 "legend": {
7856 "alignAsTable": true,
7857 "avg": true,
7858 "current": true,
7859 "max": true,
7860 "min": true,
7861 "rightSide": false,
7862 "show": true,
7863 "sideWidth": 350,
7864 "total": false,
7865 "values": true
7866 },
7867 "lines": true,
7868 "linewidth": 1,
7869 "links": [],
7870 "maxPerRow": 6,
7871 "nullPointMode": "null",
7872 "percentage": false,
7873 "pointradius": 5,
7874 "points": false,
7875 "renderer": "flot",
7876 "seriesOverrides": [],
7877 "spaceLength": 10,
7878 "stack": false,
7879 "steppedLine": false,
7880 "targets": [
7881 {
7882 "expr": "node_vmstat_nr_inactive_anon{instance=~\"$node:$port\",job=~\"$job\"}",
7883 "intervalFactor": 2,
7884 "legendFormat": "Inactive_anon - Inactive anonymous memory pages in each zone for each NUMA node",
7885 "refId": "A",
7886 "step": 240
7887 },
7888 {
7889 "expr": "node_vmstat_nr_inactive_file{instance=~\"$node:$port\",job=~\"$job\"}",
7890 "intervalFactor": 2,
7891 "legendFormat": "Inactive_file - Inactive file memory pages in each zone for each NUMA node",
7892 "refId": "D",
7893 "step": 240
7894 }
7895 ],
7896 "thresholds": [],
7897 "timeFrom": null,
7898 "timeShift": null,
7899 "title": "Memory Page Inactive",
7900 "tooltip": {
7901 "shared": true,
7902 "sort": 0,
7903 "value_type": "cumulative"
7904 },
7905 "type": "graph",
7906 "xaxis": {
7907 "buckets": null,
7908 "mode": "time",
7909 "name": null,
7910 "show": true,
7911 "values": []
7912 },
7913 "yaxes": [
7914 {
7915 "format": "short",
7916 "label": "Pages",
7917 "logBase": 1,
7918 "max": null,
7919 "min": "0",
7920 "show": true
7921 },
7922 {
7923 "format": "short",
7924 "label": null,
7925 "logBase": 1,
7926 "max": null,
7927 "min": null,
7928 "show": false
7929 }
7930 ]
7931 },
7932 {
7933 "aliasColors": {
7934 "Apps": "#629E51",
7935 "Buffers": "#614D93",
7936 "Cache": "#6D1F62",
7937 "Cached": "#511749",
7938 "Committed": "#508642",
7939 "Free": "#0A437C",
7940 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
7941 "Inactive": "#584477",
7942 "PageTables": "#0A50A1",
7943 "Page_Tables": "#0A50A1",
7944 "RAM_Free": "#E0F9D7",
7945 "Slab": "#806EB7",
7946 "Slab_Cache": "#E0752D",
7947 "Swap": "#BF1B00",
7948 "Swap_Cache": "#C15C17",
7949 "Swap_Free": "#2F575E",
7950 "Unused": "#EAB839"
7951 },
7952 "bars": false,
7953 "dashLength": 10,
7954 "dashes": false,
7955 "datasource": "Prometheus",
7956 "decimals": 2,
7957 "fill": 2,
7958 "gridPos": {
7959 "h": 10,
7960 "w": 12,
7961 "x": 0,
7962 "y": 275
7963 },
7964 "id": 188,
7965 "legend": {
7966 "alignAsTable": true,
7967 "avg": true,
7968 "current": true,
7969 "max": true,
7970 "min": true,
7971 "rightSide": false,
7972 "show": true,
7973 "sideWidth": 350,
7974 "total": false,
7975 "values": true
7976 },
7977 "lines": true,
7978 "linewidth": 1,
7979 "links": [],
7980 "maxPerRow": 6,
7981 "nullPointMode": "null",
7982 "percentage": false,
7983 "pointradius": 5,
7984 "points": false,
7985 "renderer": "flot",
7986 "seriesOverrides": [],
7987 "spaceLength": 10,
7988 "stack": false,
7989 "steppedLine": false,
7990 "targets": [
7991 {
7992 "expr": "node_vmstat_nr_slab_reclaimable{instance=~\"$node:$port\",job=~\"$job\"}",
7993 "format": "time_series",
7994 "intervalFactor": 2,
7995 "legendFormat": "Reclaimable - Instantaneous reclaimable slab pages",
7996 "refId": "A",
7997 "step": 240
7998 },
7999 {
8000 "expr": "node_vmstat_nr_slab_unreclaimable{instance=~\"$node:$port\",job=~\"$job\"}",
8001 "format": "time_series",
8002 "intervalFactor": 2,
8003 "legendFormat": "Unreclaimable - Instantaneous unreclaimable slab pages",
8004 "refId": "C",
8005 "step": 240
8006 }
8007 ],
8008 "thresholds": [],
8009 "timeFrom": null,
8010 "timeShift": null,
8011 "title": "Memory Page Reclaimed / Unreclaimed",
8012 "tooltip": {
8013 "shared": true,
8014 "sort": 0,
8015 "value_type": "cumulative"
8016 },
8017 "type": "graph",
8018 "xaxis": {
8019 "buckets": null,
8020 "mode": "time",
8021 "name": null,
8022 "show": true,
8023 "values": []
8024 },
8025 "yaxes": [
8026 {
8027 "format": "short",
8028 "label": "Pages",
8029 "logBase": 1,
8030 "max": null,
8031 "min": "0",
8032 "show": true
8033 },
8034 {
8035 "format": "short",
8036 "label": null,
8037 "logBase": 1,
8038 "max": null,
8039 "min": null,
8040 "show": false
8041 }
8042 ]
8043 },
8044 {
8045 "aliasColors": {
8046 "Apps": "#629E51",
8047 "Buffers": "#614D93",
8048 "Cache": "#6D1F62",
8049 "Cached": "#511749",
8050 "Committed": "#508642",
8051 "Free": "#0A437C",
8052 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8053 "Inactive": "#584477",
8054 "PageTables": "#0A50A1",
8055 "Page_Tables": "#0A50A1",
8056 "RAM_Free": "#E0F9D7",
8057 "Slab": "#806EB7",
8058 "Slab_Cache": "#E0752D",
8059 "Swap": "#BF1B00",
8060 "Swap_Cache": "#C15C17",
8061 "Swap_Free": "#2F575E",
8062 "Unused": "#EAB839"
8063 },
8064 "bars": false,
8065 "dashLength": 10,
8066 "dashes": false,
8067 "datasource": "Prometheus",
8068 "decimals": 2,
8069 "fill": 2,
8070 "gridPos": {
8071 "h": 10,
8072 "w": 12,
8073 "x": 12,
8074 "y": 275
8075 },
8076 "id": 186,
8077 "legend": {
8078 "alignAsTable": true,
8079 "avg": true,
8080 "current": true,
8081 "max": true,
8082 "min": true,
8083 "rightSide": false,
8084 "show": true,
8085 "sideWidth": 350,
8086 "total": false,
8087 "values": true
8088 },
8089 "lines": true,
8090 "linewidth": 1,
8091 "links": [],
8092 "maxPerRow": 6,
8093 "nullPointMode": "null",
8094 "percentage": false,
8095 "pointradius": 5,
8096 "points": false,
8097 "renderer": "flot",
8098 "seriesOverrides": [],
8099 "spaceLength": 10,
8100 "stack": false,
8101 "steppedLine": false,
8102 "targets": [
8103 {
8104 "expr": "node_vmstat_nr_free_pages{instance=~\"$node:$port\",job=~\"$job\"}",
8105 "intervalFactor": 2,
8106 "legendFormat": "Free_pages - Free pages",
8107 "refId": "B",
8108 "step": 240
8109 },
8110 {
8111 "expr": "node_vmstat_nr_written{instance=~\"$node:$port\",job=~\"$job\"}",
8112 "intervalFactor": 2,
8113 "legendFormat": "Written - Pages written out in each zone for each NUMA node",
8114 "refId": "A",
8115 "step": 240
8116 }
8117 ],
8118 "thresholds": [],
8119 "timeFrom": null,
8120 "timeShift": null,
8121 "title": "Memory Page Free / Written",
8122 "tooltip": {
8123 "shared": true,
8124 "sort": 0,
8125 "value_type": "cumulative"
8126 },
8127 "type": "graph",
8128 "xaxis": {
8129 "buckets": null,
8130 "mode": "time",
8131 "name": null,
8132 "show": true,
8133 "values": []
8134 },
8135 "yaxes": [
8136 {
8137 "format": "short",
8138 "label": "Pages",
8139 "logBase": 1,
8140 "max": null,
8141 "min": "0",
8142 "show": true
8143 },
8144 {
8145 "format": "short",
8146 "label": null,
8147 "logBase": 1,
8148 "max": null,
8149 "min": null,
8150 "show": false
8151 }
8152 ]
8153 },
8154 {
8155 "aliasColors": {
8156 "Apps": "#629E51",
8157 "Buffers": "#614D93",
8158 "Cache": "#6D1F62",
8159 "Cached": "#511749",
8160 "Committed": "#508642",
8161 "Free": "#0A437C",
8162 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8163 "Inactive": "#584477",
8164 "PageTables": "#0A50A1",
8165 "Page_Tables": "#0A50A1",
8166 "RAM_Free": "#E0F9D7",
8167 "Slab": "#806EB7",
8168 "Slab_Cache": "#E0752D",
8169 "Swap": "#BF1B00",
8170 "Swap_Cache": "#C15C17",
8171 "Swap_Free": "#2F575E",
8172 "Unused": "#EAB839"
8173 },
8174 "bars": false,
8175 "dashLength": 10,
8176 "dashes": false,
8177 "datasource": "Prometheus",
8178 "decimals": 2,
8179 "fill": 2,
8180 "gridPos": {
8181 "h": 10,
8182 "w": 12,
8183 "x": 0,
8184 "y": 285
8185 },
8186 "id": 218,
8187 "legend": {
8188 "alignAsTable": true,
8189 "avg": true,
8190 "current": true,
8191 "max": true,
8192 "min": true,
8193 "rightSide": false,
8194 "show": true,
8195 "sideWidth": 350,
8196 "total": false,
8197 "values": true
8198 },
8199 "lines": true,
8200 "linewidth": 1,
8201 "links": [],
8202 "maxPerRow": 6,
8203 "nullPointMode": "null",
8204 "percentage": false,
8205 "pointradius": 5,
8206 "points": false,
8207 "renderer": "flot",
8208 "seriesOverrides": [],
8209 "spaceLength": 10,
8210 "stack": false,
8211 "steppedLine": false,
8212 "targets": [
8213 {
8214 "expr": "node_vmstat_nr_dirty{instance=~\"$node:$port\",job=~\"$job\"}",
8215 "format": "time_series",
8216 "intervalFactor": 2,
8217 "legendFormat": "Dirty - Pages in dirty state",
8218 "refId": "C",
8219 "step": 240
8220 },
8221 {
8222 "expr": "node_vmstat_nr_bounce{instance=~\"$node:$port\",job=~\"$job\"}",
8223 "intervalFactor": 2,
8224 "legendFormat": "Bounce - Bounce buffer pages",
8225 "refId": "A",
8226 "step": 240
8227 }
8228 ],
8229 "thresholds": [],
8230 "timeFrom": null,
8231 "timeShift": null,
8232 "title": "Memory Page Dirty / Bounce",
8233 "tooltip": {
8234 "shared": true,
8235 "sort": 0,
8236 "value_type": "cumulative"
8237 },
8238 "type": "graph",
8239 "xaxis": {
8240 "buckets": null,
8241 "mode": "time",
8242 "name": null,
8243 "show": true,
8244 "values": []
8245 },
8246 "yaxes": [
8247 {
8248 "format": "short",
8249 "label": "Pages",
8250 "logBase": 1,
8251 "max": null,
8252 "min": "0",
8253 "show": true
8254 },
8255 {
8256 "format": "short",
8257 "label": null,
8258 "logBase": 1,
8259 "max": null,
8260 "min": null,
8261 "show": false
8262 }
8263 ]
8264 },
8265 {
8266 "aliasColors": {
8267 "Apps": "#629E51",
8268 "Buffers": "#614D93",
8269 "Cache": "#6D1F62",
8270 "Cached": "#511749",
8271 "Committed": "#508642",
8272 "Free": "#0A437C",
8273 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8274 "Inactive": "#584477",
8275 "PageTables": "#0A50A1",
8276 "Page_Tables": "#0A50A1",
8277 "RAM_Free": "#E0F9D7",
8278 "Slab": "#806EB7",
8279 "Slab_Cache": "#E0752D",
8280 "Swap": "#BF1B00",
8281 "Swap_Cache": "#C15C17",
8282 "Swap_Free": "#2F575E",
8283 "Unused": "#EAB839"
8284 },
8285 "bars": false,
8286 "dashLength": 10,
8287 "dashes": false,
8288 "datasource": "Prometheus",
8289 "decimals": 2,
8290 "fill": 2,
8291 "gridPos": {
8292 "h": 10,
8293 "w": 12,
8294 "x": 12,
8295 "y": 285
8296 },
8297 "id": 201,
8298 "legend": {
8299 "alignAsTable": true,
8300 "avg": true,
8301 "current": true,
8302 "max": true,
8303 "min": true,
8304 "rightSide": false,
8305 "show": true,
8306 "sideWidth": 350,
8307 "total": false,
8308 "values": true
8309 },
8310 "lines": true,
8311 "linewidth": 1,
8312 "links": [],
8313 "maxPerRow": 6,
8314 "nullPointMode": "null",
8315 "percentage": false,
8316 "pointradius": 5,
8317 "points": false,
8318 "renderer": "flot",
8319 "seriesOverrides": [],
8320 "spaceLength": 10,
8321 "stack": false,
8322 "steppedLine": false,
8323 "targets": [
8324 {
8325 "expr": "node_vmstat_nr_unevictable{instance=~\"$node:$port\",job=~\"$job\"}",
8326 "format": "time_series",
8327 "intervalFactor": 2,
8328 "legendFormat": "Unevictable - Unevictable pages",
8329 "refId": "B",
8330 "step": 240
8331 },
8332 {
8333 "expr": "node_vmstat_nr_mlock{instance=~\"$node:$port\",job=~\"$job\"}",
8334 "intervalFactor": 2,
8335 "legendFormat": "Mlock - Pages under mlock",
8336 "refId": "A",
8337 "step": 240
8338 }
8339 ],
8340 "thresholds": [],
8341 "timeFrom": null,
8342 "timeShift": null,
8343 "title": "Memory Pages Unevictable / Mlock",
8344 "tooltip": {
8345 "shared": true,
8346 "sort": 0,
8347 "value_type": "cumulative"
8348 },
8349 "type": "graph",
8350 "xaxis": {
8351 "buckets": null,
8352 "mode": "time",
8353 "name": null,
8354 "show": true,
8355 "values": []
8356 },
8357 "yaxes": [
8358 {
8359 "format": "short",
8360 "label": "Pages",
8361 "logBase": 1,
8362 "max": null,
8363 "min": "0",
8364 "show": true
8365 },
8366 {
8367 "format": "short",
8368 "label": null,
8369 "logBase": 1,
8370 "max": null,
8371 "min": null,
8372 "show": false
8373 }
8374 ]
8375 },
8376 {
8377 "aliasColors": {
8378 "Apps": "#629E51",
8379 "Buffers": "#614D93",
8380 "Cache": "#6D1F62",
8381 "Cached": "#511749",
8382 "Committed": "#508642",
8383 "Free": "#0A437C",
8384 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8385 "Inactive": "#584477",
8386 "PageTables": "#0A50A1",
8387 "Page_Tables": "#0A50A1",
8388 "RAM_Free": "#E0F9D7",
8389 "Slab": "#806EB7",
8390 "Slab_Cache": "#E0752D",
8391 "Swap": "#BF1B00",
8392 "Swap_Cache": "#C15C17",
8393 "Swap_Free": "#2F575E",
8394 "Unused": "#EAB839"
8395 },
8396 "bars": false,
8397 "dashLength": 10,
8398 "dashes": false,
8399 "datasource": "Prometheus",
8400 "decimals": 2,
8401 "fill": 2,
8402 "gridPos": {
8403 "h": 10,
8404 "w": 12,
8405 "x": 0,
8406 "y": 295
8407 },
8408 "id": 214,
8409 "legend": {
8410 "alignAsTable": true,
8411 "avg": true,
8412 "current": true,
8413 "max": true,
8414 "min": true,
8415 "rightSide": false,
8416 "show": true,
8417 "sideWidth": 350,
8418 "total": false,
8419 "values": true
8420 },
8421 "lines": true,
8422 "linewidth": 1,
8423 "links": [],
8424 "maxPerRow": 6,
8425 "nullPointMode": "null",
8426 "percentage": false,
8427 "pointradius": 5,
8428 "points": false,
8429 "renderer": "flot",
8430 "seriesOverrides": [],
8431 "spaceLength": 10,
8432 "stack": false,
8433 "steppedLine": false,
8434 "targets": [
8435 {
8436 "expr": "node_vmstat_nr_shmem{instance=~\"$node:$port\",job=~\"$job\"}",
8437 "format": "time_series",
8438 "intervalFactor": 2,
8439 "legendFormat": "Shmem - Shared memory pages",
8440 "refId": "H",
8441 "step": 240
8442 },
8443 {
8444 "expr": "node_vmstat_nr_mapped{instance=~\"$node:$port\",job=~\"$job\"}",
8445 "intervalFactor": 2,
8446 "legendFormat": "Mapped - Mapped pagecache pages in each zone for each NUMA node",
8447 "refId": "A",
8448 "step": 240
8449 }
8450 ],
8451 "thresholds": [],
8452 "timeFrom": null,
8453 "timeShift": null,
8454 "title": "Memory Page Shmem / Mapped",
8455 "tooltip": {
8456 "shared": true,
8457 "sort": 0,
8458 "value_type": "cumulative"
8459 },
8460 "type": "graph",
8461 "xaxis": {
8462 "buckets": null,
8463 "mode": "time",
8464 "name": null,
8465 "show": true,
8466 "values": []
8467 },
8468 "yaxes": [
8469 {
8470 "format": "short",
8471 "label": "Pages",
8472 "logBase": 1,
8473 "max": null,
8474 "min": "0",
8475 "show": true
8476 },
8477 {
8478 "format": "short",
8479 "label": null,
8480 "logBase": 1,
8481 "max": null,
8482 "min": null,
8483 "show": false
8484 }
8485 ]
8486 },
8487 {
8488 "aliasColors": {
8489 "Apps": "#629E51",
8490 "Buffers": "#614D93",
8491 "Cache": "#6D1F62",
8492 "Cached": "#511749",
8493 "Committed": "#508642",
8494 "Free": "#0A437C",
8495 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8496 "Inactive": "#584477",
8497 "PageTables": "#0A50A1",
8498 "Page_Tables": "#0A50A1",
8499 "RAM_Free": "#E0F9D7",
8500 "Slab": "#806EB7",
8501 "Slab_Cache": "#E0752D",
8502 "Swap": "#BF1B00",
8503 "Swap_Cache": "#C15C17",
8504 "Swap_Free": "#2F575E",
8505 "Unused": "#EAB839"
8506 },
8507 "bars": false,
8508 "dashLength": 10,
8509 "dashes": false,
8510 "datasource": "Prometheus",
8511 "decimals": 2,
8512 "fill": 2,
8513 "gridPos": {
8514 "h": 10,
8515 "w": 12,
8516 "x": 12,
8517 "y": 295
8518 },
8519 "id": 212,
8520 "legend": {
8521 "alignAsTable": true,
8522 "avg": true,
8523 "current": true,
8524 "max": true,
8525 "min": true,
8526 "rightSide": false,
8527 "show": true,
8528 "sideWidth": 350,
8529 "total": false,
8530 "values": true
8531 },
8532 "lines": true,
8533 "linewidth": 1,
8534 "links": [],
8535 "maxPerRow": 6,
8536 "nullPointMode": "null",
8537 "percentage": false,
8538 "pointradius": 5,
8539 "points": false,
8540 "renderer": "flot",
8541 "seriesOverrides": [],
8542 "spaceLength": 10,
8543 "stack": false,
8544 "steppedLine": false,
8545 "targets": [
8546 {
8547 "expr": "node_vmstat_nr_kernel_stack{instance=~\"$node:$port\",job=~\"$job\"}",
8548 "format": "time_series",
8549 "intervalFactor": 2,
8550 "legendFormat": "Kernel_stack - Pages of kernel stack",
8551 "refId": "F",
8552 "step": 240
8553 }
8554 ],
8555 "thresholds": [],
8556 "timeFrom": null,
8557 "timeShift": null,
8558 "title": "Memory Page Kernel_stack",
8559 "tooltip": {
8560 "shared": true,
8561 "sort": 0,
8562 "value_type": "cumulative"
8563 },
8564 "type": "graph",
8565 "xaxis": {
8566 "buckets": null,
8567 "mode": "time",
8568 "name": null,
8569 "show": true,
8570 "values": []
8571 },
8572 "yaxes": [
8573 {
8574 "format": "short",
8575 "label": "Pages",
8576 "logBase": 1,
8577 "max": null,
8578 "min": "0",
8579 "show": true
8580 },
8581 {
8582 "format": "short",
8583 "label": null,
8584 "logBase": 1,
8585 "max": null,
8586 "min": null,
8587 "show": false
8588 }
8589 ]
8590 },
8591 {
8592 "aliasColors": {
8593 "Apps": "#629E51",
8594 "Buffers": "#614D93",
8595 "Cache": "#6D1F62",
8596 "Cached": "#511749",
8597 "Committed": "#508642",
8598 "Free": "#0A437C",
8599 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8600 "Inactive": "#584477",
8601 "PageTables": "#0A50A1",
8602 "Page_Tables": "#0A50A1",
8603 "RAM_Free": "#E0F9D7",
8604 "Slab": "#806EB7",
8605 "Slab_Cache": "#E0752D",
8606 "Swap": "#BF1B00",
8607 "Swap_Cache": "#C15C17",
8608 "Swap_Free": "#2F575E",
8609 "Unused": "#EAB839"
8610 },
8611 "bars": false,
8612 "dashLength": 10,
8613 "dashes": false,
8614 "datasource": "Prometheus",
8615 "decimals": 2,
8616 "fill": 2,
8617 "gridPos": {
8618 "h": 10,
8619 "w": 12,
8620 "x": 0,
8621 "y": 305
8622 },
8623 "id": 203,
8624 "legend": {
8625 "alignAsTable": true,
8626 "avg": true,
8627 "current": true,
8628 "max": true,
8629 "min": true,
8630 "rightSide": false,
8631 "show": true,
8632 "sideWidth": 350,
8633 "total": false,
8634 "values": true
8635 },
8636 "lines": true,
8637 "linewidth": 1,
8638 "links": [],
8639 "maxPerRow": 6,
8640 "nullPointMode": "null",
8641 "percentage": false,
8642 "pointradius": 5,
8643 "points": false,
8644 "renderer": "flot",
8645 "seriesOverrides": [],
8646 "spaceLength": 10,
8647 "stack": false,
8648 "steppedLine": false,
8649 "targets": [
8650 {
8651 "expr": "node_vmstat_nr_writeback{instance=~\"$node:$port\",job=~\"$job\"}",
8652 "format": "time_series",
8653 "intervalFactor": 2,
8654 "legendFormat": "Writeback - Writeback pages",
8655 "refId": "G",
8656 "step": 240
8657 },
8658 {
8659 "expr": "node_vmstat_nr_writeback_temp{instance=~\"$node:$port\",job=~\"$job\"}",
8660 "format": "time_series",
8661 "intervalFactor": 2,
8662 "legendFormat": "Writeback_temp - Temporary writeback pages",
8663 "refId": "H",
8664 "step": 240
8665 }
8666 ],
8667 "thresholds": [],
8668 "timeFrom": null,
8669 "timeShift": null,
8670 "title": "Memory Pages Writeback",
8671 "tooltip": {
8672 "shared": true,
8673 "sort": 0,
8674 "value_type": "cumulative"
8675 },
8676 "type": "graph",
8677 "xaxis": {
8678 "buckets": null,
8679 "mode": "time",
8680 "name": null,
8681 "show": true,
8682 "values": []
8683 },
8684 "yaxes": [
8685 {
8686 "format": "short",
8687 "label": "Pages",
8688 "logBase": 1,
8689 "max": null,
8690 "min": "0",
8691 "show": true
8692 },
8693 {
8694 "format": "short",
8695 "label": null,
8696 "logBase": 1,
8697 "max": null,
8698 "min": null,
8699 "show": false
8700 }
8701 ]
8702 },
8703 {
8704 "aliasColors": {
8705 "Apps": "#629E51",
8706 "Buffers": "#614D93",
8707 "Cache": "#6D1F62",
8708 "Cached": "#511749",
8709 "Committed": "#508642",
8710 "Free": "#0A437C",
8711 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8712 "Inactive": "#584477",
8713 "PageTables": "#0A50A1",
8714 "Page_Tables": "#0A50A1",
8715 "RAM_Free": "#E0F9D7",
8716 "Slab": "#806EB7",
8717 "Slab_Cache": "#E0752D",
8718 "Swap": "#BF1B00",
8719 "Swap_Cache": "#C15C17",
8720 "Swap_Free": "#2F575E",
8721 "Unused": "#EAB839"
8722 },
8723 "bars": false,
8724 "dashLength": 10,
8725 "dashes": false,
8726 "datasource": "Prometheus",
8727 "decimals": 2,
8728 "fill": 2,
8729 "gridPos": {
8730 "h": 10,
8731 "w": 12,
8732 "x": 12,
8733 "y": 305
8734 },
8735 "id": 205,
8736 "legend": {
8737 "alignAsTable": true,
8738 "avg": true,
8739 "current": true,
8740 "max": true,
8741 "min": true,
8742 "rightSide": false,
8743 "show": true,
8744 "sideWidth": 350,
8745 "total": false,
8746 "values": true
8747 },
8748 "lines": true,
8749 "linewidth": 1,
8750 "links": [],
8751 "maxPerRow": 6,
8752 "nullPointMode": "null",
8753 "percentage": false,
8754 "pointradius": 5,
8755 "points": false,
8756 "renderer": "flot",
8757 "seriesOverrides": [],
8758 "spaceLength": 10,
8759 "stack": false,
8760 "steppedLine": false,
8761 "targets": [
8762 {
8763 "expr": "node_vmstat_nr_file_pages{instance=~\"$node:$port\",job=~\"$job\"}",
8764 "format": "time_series",
8765 "intervalFactor": 2,
8766 "legendFormat": "File_pages - File pagecache pages in each zone for each NUMA node",
8767 "refId": "F",
8768 "step": 240
8769 }
8770 ],
8771 "thresholds": [],
8772 "timeFrom": null,
8773 "timeShift": null,
8774 "title": "Memory Page File_pages",
8775 "tooltip": {
8776 "shared": true,
8777 "sort": 0,
8778 "value_type": "cumulative"
8779 },
8780 "type": "graph",
8781 "xaxis": {
8782 "buckets": null,
8783 "mode": "time",
8784 "name": null,
8785 "show": true,
8786 "values": []
8787 },
8788 "yaxes": [
8789 {
8790 "format": "short",
8791 "label": "Pages",
8792 "logBase": 1,
8793 "max": null,
8794 "min": "0",
8795 "show": true
8796 },
8797 {
8798 "format": "short",
8799 "label": null,
8800 "logBase": 1,
8801 "max": null,
8802 "min": null,
8803 "show": false
8804 }
8805 ]
8806 },
8807 {
8808 "aliasColors": {
8809 "Apps": "#629E51",
8810 "Buffers": "#614D93",
8811 "Cache": "#6D1F62",
8812 "Cached": "#511749",
8813 "Committed": "#508642",
8814 "Free": "#0A437C",
8815 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8816 "Inactive": "#584477",
8817 "PageTables": "#0A50A1",
8818 "Page_Tables": "#0A50A1",
8819 "RAM_Free": "#E0F9D7",
8820 "Slab": "#806EB7",
8821 "Slab_Cache": "#E0752D",
8822 "Swap": "#BF1B00",
8823 "Swap_Cache": "#C15C17",
8824 "Swap_Free": "#2F575E",
8825 "Unused": "#EAB839"
8826 },
8827 "bars": false,
8828 "dashLength": 10,
8829 "dashes": false,
8830 "datasource": "Prometheus",
8831 "decimals": 2,
8832 "fill": 2,
8833 "gridPos": {
8834 "h": 10,
8835 "w": 12,
8836 "x": 0,
8837 "y": 315
8838 },
8839 "id": 206,
8840 "legend": {
8841 "alignAsTable": true,
8842 "avg": true,
8843 "current": true,
8844 "max": true,
8845 "min": true,
8846 "rightSide": false,
8847 "show": true,
8848 "sideWidth": 350,
8849 "total": false,
8850 "values": true
8851 },
8852 "lines": true,
8853 "linewidth": 1,
8854 "links": [],
8855 "maxPerRow": 6,
8856 "nullPointMode": "null",
8857 "percentage": false,
8858 "pointradius": 5,
8859 "points": false,
8860 "renderer": "flot",
8861 "seriesOverrides": [],
8862 "spaceLength": 10,
8863 "stack": false,
8864 "steppedLine": false,
8865 "targets": [
8866 {
8867 "expr": "node_vmstat_nr_dirty_background_threshold{instance=~\"$node:$port\",job=~\"$job\"}",
8868 "format": "time_series",
8869 "intervalFactor": 2,
8870 "legendFormat": "Dirty_background_threshold - Background writeback threshold",
8871 "refId": "D",
8872 "step": 240
8873 },
8874 {
8875 "expr": "node_vmstat_nr_dirty_threshold{instance=~\"$node:$port\",job=~\"$job\"}",
8876 "format": "time_series",
8877 "intervalFactor": 2,
8878 "legendFormat": "Dirty_threshold - Dirty throttling threshold",
8879 "refId": "E",
8880 "step": 240
8881 }
8882 ],
8883 "thresholds": [],
8884 "timeFrom": null,
8885 "timeShift": null,
8886 "title": "Memory Page Dirty Threshold",
8887 "tooltip": {
8888 "shared": true,
8889 "sort": 0,
8890 "value_type": "cumulative"
8891 },
8892 "type": "graph",
8893 "xaxis": {
8894 "buckets": null,
8895 "mode": "time",
8896 "name": null,
8897 "show": true,
8898 "values": []
8899 },
8900 "yaxes": [
8901 {
8902 "format": "short",
8903 "label": "Pages",
8904 "logBase": 1,
8905 "max": null,
8906 "min": "0",
8907 "show": true
8908 },
8909 {
8910 "format": "short",
8911 "label": null,
8912 "logBase": 1,
8913 "max": null,
8914 "min": null,
8915 "show": false
8916 }
8917 ]
8918 },
8919 {
8920 "aliasColors": {
8921 "Apps": "#629E51",
8922 "Buffers": "#614D93",
8923 "Cache": "#6D1F62",
8924 "Cached": "#511749",
8925 "Committed": "#508642",
8926 "Free": "#0A437C",
8927 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
8928 "Inactive": "#584477",
8929 "PageTables": "#0A50A1",
8930 "Page_Tables": "#0A50A1",
8931 "RAM_Free": "#E0F9D7",
8932 "Slab": "#806EB7",
8933 "Slab_Cache": "#E0752D",
8934 "Swap": "#BF1B00",
8935 "Swap_Cache": "#C15C17",
8936 "Swap_Free": "#2F575E",
8937 "Unused": "#EAB839"
8938 },
8939 "bars": false,
8940 "dashLength": 10,
8941 "dashes": false,
8942 "datasource": "Prometheus",
8943 "decimals": 2,
8944 "fill": 2,
8945 "gridPos": {
8946 "h": 10,
8947 "w": 12,
8948 "x": 12,
8949 "y": 315
8950 },
8951 "id": 208,
8952 "legend": {
8953 "alignAsTable": true,
8954 "avg": true,
8955 "current": true,
8956 "max": true,
8957 "min": true,
8958 "rightSide": false,
8959 "show": true,
8960 "sideWidth": 350,
8961 "total": false,
8962 "values": true
8963 },
8964 "lines": true,
8965 "linewidth": 1,
8966 "links": [],
8967 "maxPerRow": 6,
8968 "nullPointMode": "null",
8969 "percentage": false,
8970 "pointradius": 5,
8971 "points": false,
8972 "renderer": "flot",
8973 "seriesOverrides": [],
8974 "spaceLength": 10,
8975 "stack": false,
8976 "steppedLine": false,
8977 "targets": [
8978 {
8979 "expr": "node_vmstat_nr_unstable{instance=~\"$node:$port\",job=~\"$job\"}",
8980 "format": "time_series",
8981 "intervalFactor": 2,
8982 "legendFormat": "Unstable - Pages unstable state in each zone for each NUMA node",
8983 "refId": "D",
8984 "step": 240
8985 },
8986 {
8987 "expr": "node_vmstat_nr_dirtied{instance=~\"$node:$port\",job=~\"$job\"}",
8988 "intervalFactor": 2,
8989 "legendFormat": "Dirtied - Pages entering dirty state in each zone for each NUMA node",
8990 "refId": "A",
8991 "step": 240
8992 }
8993 ],
8994 "thresholds": [],
8995 "timeFrom": null,
8996 "timeShift": null,
8997 "title": "Memory Page Unstable / Dirtied",
8998 "tooltip": {
8999 "shared": true,
9000 "sort": 0,
9001 "value_type": "cumulative"
9002 },
9003 "type": "graph",
9004 "xaxis": {
9005 "buckets": null,
9006 "mode": "time",
9007 "name": null,
9008 "show": true,
9009 "values": []
9010 },
9011 "yaxes": [
9012 {
9013 "format": "short",
9014 "label": "Pages",
9015 "logBase": 1,
9016 "max": null,
9017 "min": "0",
9018 "show": true
9019 },
9020 {
9021 "format": "short",
9022 "label": null,
9023 "logBase": 1,
9024 "max": null,
9025 "min": null,
9026 "show": false
9027 }
9028 ]
9029 },
9030 {
9031 "aliasColors": {
9032 "Apps": "#629E51",
9033 "Buffers": "#614D93",
9034 "Cache": "#6D1F62",
9035 "Cached": "#511749",
9036 "Committed": "#508642",
9037 "Free": "#0A437C",
9038 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9039 "Inactive": "#584477",
9040 "PageTables": "#0A50A1",
9041 "Page_Tables": "#0A50A1",
9042 "RAM_Free": "#E0F9D7",
9043 "Slab": "#806EB7",
9044 "Slab_Cache": "#E0752D",
9045 "Swap": "#BF1B00",
9046 "Swap_Cache": "#C15C17",
9047 "Swap_Free": "#2F575E",
9048 "Unused": "#EAB839"
9049 },
9050 "bars": false,
9051 "dashLength": 10,
9052 "dashes": false,
9053 "datasource": "Prometheus",
9054 "decimals": 2,
9055 "fill": 2,
9056 "gridPos": {
9057 "h": 10,
9058 "w": 12,
9059 "x": 0,
9060 "y": 325
9061 },
9062 "id": 209,
9063 "legend": {
9064 "alignAsTable": true,
9065 "avg": true,
9066 "current": true,
9067 "max": true,
9068 "min": true,
9069 "rightSide": false,
9070 "show": true,
9071 "sideWidth": 350,
9072 "total": false,
9073 "values": true
9074 },
9075 "lines": true,
9076 "linewidth": 1,
9077 "links": [],
9078 "maxPerRow": 6,
9079 "nullPointMode": "null",
9080 "percentage": false,
9081 "pointradius": 5,
9082 "points": false,
9083 "renderer": "flot",
9084 "seriesOverrides": [],
9085 "spaceLength": 10,
9086 "stack": false,
9087 "steppedLine": false,
9088 "targets": [
9089 {
9090 "expr": "node_vmstat_nr_page_table_pages{instance=~\"$node:$port\",job=~\"$job\"}",
9091 "format": "time_series",
9092 "intervalFactor": 2,
9093 "legendFormat": "Page_table_pages - Page table pages in each zone for each NUMA node",
9094 "refId": "A",
9095 "step": 240
9096 }
9097 ],
9098 "thresholds": [],
9099 "timeFrom": null,
9100 "timeShift": null,
9101 "title": "Memory Page Page_table_pages",
9102 "tooltip": {
9103 "shared": true,
9104 "sort": 0,
9105 "value_type": "cumulative"
9106 },
9107 "type": "graph",
9108 "xaxis": {
9109 "buckets": null,
9110 "mode": "time",
9111 "name": null,
9112 "show": true,
9113 "values": []
9114 },
9115 "yaxes": [
9116 {
9117 "format": "short",
9118 "label": "Pages",
9119 "logBase": 1,
9120 "max": null,
9121 "min": "0",
9122 "show": true
9123 },
9124 {
9125 "format": "short",
9126 "label": null,
9127 "logBase": 1,
9128 "max": null,
9129 "min": null,
9130 "show": false
9131 }
9132 ]
9133 },
9134 {
9135 "aliasColors": {
9136 "Apps": "#629E51",
9137 "Buffers": "#614D93",
9138 "Cache": "#6D1F62",
9139 "Cached": "#511749",
9140 "Committed": "#508642",
9141 "Free": "#0A437C",
9142 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9143 "Inactive": "#584477",
9144 "PageTables": "#0A50A1",
9145 "Page_Tables": "#0A50A1",
9146 "RAM_Free": "#E0F9D7",
9147 "Slab": "#806EB7",
9148 "Slab_Cache": "#E0752D",
9149 "Swap": "#BF1B00",
9150 "Swap_Cache": "#C15C17",
9151 "Swap_Free": "#2F575E",
9152 "Unused": "#EAB839"
9153 },
9154 "bars": false,
9155 "dashLength": 10,
9156 "dashes": false,
9157 "datasource": "Prometheus",
9158 "decimals": 2,
9159 "fill": 2,
9160 "gridPos": {
9161 "h": 10,
9162 "w": 12,
9163 "x": 12,
9164 "y": 325
9165 },
9166 "id": 217,
9167 "legend": {
9168 "alignAsTable": true,
9169 "avg": true,
9170 "current": true,
9171 "max": true,
9172 "min": true,
9173 "rightSide": false,
9174 "show": true,
9175 "sideWidth": 350,
9176 "total": false,
9177 "values": true
9178 },
9179 "lines": true,
9180 "linewidth": 1,
9181 "links": [],
9182 "maxPerRow": 6,
9183 "nullPointMode": "null",
9184 "percentage": false,
9185 "pointradius": 5,
9186 "points": false,
9187 "renderer": "flot",
9188 "seriesOverrides": [],
9189 "spaceLength": 10,
9190 "stack": false,
9191 "steppedLine": false,
9192 "targets": [
9193 {
9194 "expr": "node_vmstat_nr_alloc_batch{instance=~\"$node:$port\",job=~\"$job\"}",
9195 "format": "time_series",
9196 "intervalFactor": 2,
9197 "legendFormat": "Alloc_batch - Pages allocated to other zones due to insufficient memory for each zone for each NUMA node",
9198 "refId": "D",
9199 "step": 240
9200 }
9201 ],
9202 "thresholds": [],
9203 "timeFrom": null,
9204 "timeShift": null,
9205 "title": "Memory Page Alloc_batch",
9206 "tooltip": {
9207 "shared": true,
9208 "sort": 0,
9209 "value_type": "cumulative"
9210 },
9211 "type": "graph",
9212 "xaxis": {
9213 "buckets": null,
9214 "mode": "time",
9215 "name": null,
9216 "show": true,
9217 "values": []
9218 },
9219 "yaxes": [
9220 {
9221 "format": "short",
9222 "label": "Pages",
9223 "logBase": 1,
9224 "max": null,
9225 "min": "0",
9226 "show": true
9227 },
9228 {
9229 "format": "short",
9230 "label": null,
9231 "logBase": 1,
9232 "max": null,
9233 "min": null,
9234 "show": false
9235 }
9236 ]
9237 },
9238 {
9239 "aliasColors": {
9240 "Apps": "#629E51",
9241 "Buffers": "#614D93",
9242 "Cache": "#6D1F62",
9243 "Cached": "#511749",
9244 "Committed": "#508642",
9245 "Free": "#0A437C",
9246 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9247 "Inactive": "#584477",
9248 "PageTables": "#0A50A1",
9249 "Page_Tables": "#0A50A1",
9250 "RAM_Free": "#E0F9D7",
9251 "Slab": "#806EB7",
9252 "Slab_Cache": "#E0752D",
9253 "Swap": "#BF1B00",
9254 "Swap_Cache": "#C15C17",
9255 "Swap_Free": "#2F575E",
9256 "Unused": "#EAB839"
9257 },
9258 "bars": false,
9259 "dashLength": 10,
9260 "dashes": false,
9261 "datasource": "Prometheus",
9262 "decimals": 2,
9263 "fill": 2,
9264 "gridPos": {
9265 "h": 10,
9266 "w": 12,
9267 "x": 0,
9268 "y": 335
9269 },
9270 "id": 213,
9271 "legend": {
9272 "alignAsTable": true,
9273 "avg": true,
9274 "current": true,
9275 "max": true,
9276 "min": true,
9277 "rightSide": false,
9278 "show": true,
9279 "sideWidth": 350,
9280 "total": false,
9281 "values": true
9282 },
9283 "lines": true,
9284 "linewidth": 1,
9285 "links": [],
9286 "maxPerRow": 6,
9287 "nullPointMode": "null",
9288 "percentage": false,
9289 "pointradius": 5,
9290 "points": false,
9291 "renderer": "flot",
9292 "seriesOverrides": [],
9293 "spaceLength": 10,
9294 "stack": false,
9295 "steppedLine": false,
9296 "targets": [
9297 {
9298 "expr": "node_vmstat_nr_isolated_anon{instance=~\"$node:$port\",job=~\"$job\"}",
9299 "format": "time_series",
9300 "intervalFactor": 2,
9301 "legendFormat": "Isolated_anon - Isolated anonymous memory pages in each zone for each NUMA node",
9302 "refId": "D",
9303 "step": 240
9304 },
9305 {
9306 "expr": "node_vmstat_nr_isolated_file{instance=~\"$node:$port\",job=~\"$job\"}",
9307 "format": "time_series",
9308 "intervalFactor": 2,
9309 "legendFormat": "Isolated_file - Isolated file memory pages in each zone for each NUMA node",
9310 "refId": "E",
9311 "step": 240
9312 }
9313 ],
9314 "thresholds": [],
9315 "timeFrom": null,
9316 "timeShift": null,
9317 "title": "Memory Page Isolated",
9318 "tooltip": {
9319 "shared": true,
9320 "sort": 0,
9321 "value_type": "cumulative"
9322 },
9323 "type": "graph",
9324 "xaxis": {
9325 "buckets": null,
9326 "mode": "time",
9327 "name": null,
9328 "show": true,
9329 "values": []
9330 },
9331 "yaxes": [
9332 {
9333 "format": "short",
9334 "label": "Pages",
9335 "logBase": 1,
9336 "max": null,
9337 "min": "0",
9338 "show": true
9339 },
9340 {
9341 "format": "short",
9342 "label": null,
9343 "logBase": 1,
9344 "max": null,
9345 "min": null,
9346 "show": false
9347 }
9348 ]
9349 },
9350 {
9351 "aliasColors": {
9352 "Apps": "#629E51",
9353 "Buffers": "#614D93",
9354 "Cache": "#6D1F62",
9355 "Cached": "#511749",
9356 "Committed": "#508642",
9357 "Free": "#0A437C",
9358 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9359 "Inactive": "#584477",
9360 "PageTables": "#0A50A1",
9361 "Page_Tables": "#0A50A1",
9362 "RAM_Free": "#E0F9D7",
9363 "Slab": "#806EB7",
9364 "Slab_Cache": "#E0752D",
9365 "Swap": "#BF1B00",
9366 "Swap_Cache": "#C15C17",
9367 "Swap_Free": "#2F575E",
9368 "Unused": "#EAB839"
9369 },
9370 "bars": false,
9371 "dashLength": 10,
9372 "dashes": false,
9373 "datasource": "Prometheus",
9374 "decimals": 2,
9375 "fill": 2,
9376 "gridPos": {
9377 "h": 10,
9378 "w": 12,
9379 "x": 12,
9380 "y": 335
9381 },
9382 "id": 216,
9383 "legend": {
9384 "alignAsTable": true,
9385 "avg": true,
9386 "current": true,
9387 "max": true,
9388 "min": true,
9389 "rightSide": false,
9390 "show": true,
9391 "sideWidth": 350,
9392 "total": false,
9393 "values": true
9394 },
9395 "lines": true,
9396 "linewidth": 1,
9397 "links": [],
9398 "maxPerRow": 6,
9399 "nullPointMode": "null",
9400 "percentage": false,
9401 "pointradius": 5,
9402 "points": false,
9403 "renderer": "flot",
9404 "seriesOverrides": [],
9405 "spaceLength": 10,
9406 "stack": false,
9407 "steppedLine": false,
9408 "targets": [
9409 {
9410 "expr": "node_vmstat_nr_anon_pages{instance=~\"$node:$port\",job=~\"$job\"}",
9411 "format": "time_series",
9412 "intervalFactor": 2,
9413 "legendFormat": "Anon_pages - Anonymous mapped pagecache pages in each zone for each NUMA node",
9414 "refId": "E",
9415 "step": 240
9416 },
9417 {
9418 "expr": "node_vmstat_nr_anon_transparent_hugepages{instance=~\"$node:$port\",job=~\"$job\"}",
9419 "format": "time_series",
9420 "intervalFactor": 2,
9421 "legendFormat": "Anon_transparent_hugepages - Anonymous transparent huge pages in each zone for each NUMA node",
9422 "refId": "F",
9423 "step": 240
9424 }
9425 ],
9426 "thresholds": [],
9427 "timeFrom": null,
9428 "timeShift": null,
9429 "title": "Memory Page Anon",
9430 "tooltip": {
9431 "shared": true,
9432 "sort": 0,
9433 "value_type": "cumulative"
9434 },
9435 "type": "graph",
9436 "xaxis": {
9437 "buckets": null,
9438 "mode": "time",
9439 "name": null,
9440 "show": true,
9441 "values": []
9442 },
9443 "yaxes": [
9444 {
9445 "format": "short",
9446 "label": "Pages",
9447 "logBase": 1,
9448 "max": null,
9449 "min": "0",
9450 "show": true
9451 },
9452 {
9453 "format": "short",
9454 "label": null,
9455 "logBase": 1,
9456 "max": null,
9457 "min": null,
9458 "show": false
9459 }
9460 ]
9461 },
9462 {
9463 "aliasColors": {
9464 "Apps": "#629E51",
9465 "Buffers": "#614D93",
9466 "Cache": "#6D1F62",
9467 "Cached": "#511749",
9468 "Committed": "#508642",
9469 "Free": "#0A437C",
9470 "Harware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
9471 "Inactive": "#584477",
9472 "PageTables": "#0A50A1",
9473 "Page_Tables": "#0A50A1",
9474 "RAM_Free": "#E0F9D7",
9475 "Slab": "#806EB7",
9476 "Slab_Cache": "#E0752D",
9477 "Swap": "#BF1B00",
9478 "Swap_Cache": "#C15C17",
9479 "Swap_Free": "#2F575E",
9480 "Unused": "#EAB839"
9481 },
9482 "bars": false,
9483 "dashLength": 10,
9484 "dashes": false,
9485 "datasource": "Prometheus",
9486 "decimals": 2,
9487 "fill": 2,
9488 "gridPos": {
9489 "h": 10,
9490 "w": 12,
9491 "x": 0,
9492 "y": 345
9493 },
9494 "id": 204,
9495 "legend": {
9496 "alignAsTable": true,
9497 "avg": true,
9498 "current": true,
9499 "max": true,
9500 "min": true,
9501 "rightSide": false,
9502 "show": true,
9503 "sideWidth": 350,
9504 "total": false,
9505 "values": true
9506 },
9507 "lines": true,
9508 "linewidth": 1,
9509 "links": [],
9510 "maxPerRow": 6,
9511 "nullPointMode": "null",
9512 "percentage": false,
9513 "pointradius": 5,
9514 "points": false,
9515 "renderer": "flot",
9516 "seriesOverrides": [],
9517 "spaceLength": 10,
9518 "stack": false,
9519 "steppedLine": false,
9520 "targets": [
9521 {
9522 "expr": "node_vmstat_nr_free_cma{instance=~\"$node:$port\",job=~\"$job\"}",
9523 "format": "time_series",
9524 "intervalFactor": 2,
9525 "legendFormat": "Free_cma - Free Contiguous Memory Allocator pages in each zone for each NUMA node",
9526 "refId": "G",
9527 "step": 240
9528 },
9529 {
9530 "expr": "node_vmstat_nr_vmscan_write{instance=~\"$node:$port\",job=~\"$job\"}",
9531 "intervalFactor": 2,
9532 "legendFormat": "Vmscan_write - Pages written by VM scanner from LRU",
9533 "refId": "B",
9534 "step": 240
9535 },
9536 {
9537 "expr": "node_vmstat_nr_vmscan_immediate_reclaim{instance=~\"$node:$port\",job=~\"$job\"}",
9538 "intervalFactor": 2,
9539 "legendFormat": "Immediate_reclaim - Prioritise for reclaim when writeback ends in each zone for each NUMA node",
9540 "refId": "C",
9541 "step": 240
9542 }
9543 ],
9544 "thresholds": [],
9545 "timeFrom": null,
9546 "timeShift": null,
9547 "title": "Memory Page Misc",
9548 "tooltip": {
9549 "shared": true,
9550 "sort": 0,
9551 "value_type": "cumulative"
9552 },
9553 "type": "graph",
9554 "xaxis": {
9555 "buckets": null,
9556 "mode": "time",
9557 "name": null,
9558 "show": true,
9559 "values": []
9560 },
9561 "yaxes": [
9562 {
9563 "format": "short",
9564 "label": "Pages",
9565 "logBase": 1,
9566 "max": null,
9567 "min": "0",
9568 "show": true
9569 },
9570 {
9571 "format": "short",
9572 "label": null,
9573 "logBase": 1,
9574 "max": null,
9575 "min": null,
9576 "show": false
9577 }
9578 ]
9579 }
9580 ],
9581 "repeat": null,
9582 "title": "Memory Detail Vmstat Counters",
9583 "type": "row"
9584 },
9585 {
9586 "collapsed": true,
9587 "datasource": null,
9588 "fieldConfig": {
9589 "defaults": {},
9590 "overrides": []
9591 },
9592 "gridPos": {
9593 "h": 1,
9594 "w": 24,
9595 "x": 0,
9596 "y": 29
9597 },
9598 "id": 269,
9599 "panels": [
9600 {
9601 "aliasColors": {},
9602 "bars": false,
9603 "dashLength": 10,
9604 "dashes": false,
9605 "datasource": "Prometheus",
9606 "fill": 2,
9607 "gridPos": {
9608 "h": 10,
9609 "w": 12,
9610 "x": 0,
9611 "y": 346
9612 },
9613 "id": 8,
9614 "legend": {
9615 "alignAsTable": true,
9616 "avg": true,
9617 "current": true,
9618 "max": true,
9619 "min": true,
9620 "show": true,
9621 "total": false,
9622 "values": true
9623 },
9624 "lines": true,
9625 "linewidth": 1,
9626 "links": [],
9627 "maxPerRow": 6,
9628 "nullPointMode": "null",
9629 "percentage": false,
9630 "pointradius": 5,
9631 "points": false,
9632 "renderer": "flot",
9633 "repeat": null,
9634 "seriesOverrides": [],
9635 "spaceLength": 10,
9636 "stack": false,
9637 "steppedLine": false,
9638 "targets": [
9639 {
9640 "expr": "irate(node_context_switches_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
9641 "format": "time_series",
9642 "intervalFactor": 2,
9643 "legendFormat": "Context switches",
9644 "refId": "A",
9645 "step": 240
9646 },
9647 {
9648 "expr": "irate(node_intr_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
9649 "format": "time_series",
9650 "intervalFactor": 2,
9651 "legendFormat": "Interrupts",
9652 "refId": "B",
9653 "step": 240
9654 }
9655 ],
9656 "thresholds": [],
9657 "timeFrom": null,
9658 "timeShift": null,
9659 "title": "Context Switches / Interrupts",
9660 "tooltip": {
9661 "shared": true,
9662 "sort": 0,
9663 "value_type": "individual"
9664 },
9665 "type": "graph",
9666 "xaxis": {
9667 "buckets": null,
9668 "mode": "time",
9669 "name": null,
9670 "show": true,
9671 "values": []
9672 },
9673 "yaxes": [
9674 {
9675 "format": "short",
9676 "label": "Counter",
9677 "logBase": 1,
9678 "max": null,
9679 "min": "0",
9680 "show": true
9681 },
9682 {
9683 "format": "short",
9684 "label": null,
9685 "logBase": 1,
9686 "max": null,
9687 "min": null,
9688 "show": false
9689 }
9690 ]
9691 },
9692 {
9693 "aliasColors": {},
9694 "bars": false,
9695 "dashLength": 10,
9696 "dashes": false,
9697 "datasource": "Prometheus",
9698 "fill": 2,
9699 "gridPos": {
9700 "h": 10,
9701 "w": 12,
9702 "x": 12,
9703 "y": 346
9704 },
9705 "id": 7,
9706 "legend": {
9707 "alignAsTable": true,
9708 "avg": true,
9709 "current": true,
9710 "max": true,
9711 "min": true,
9712 "show": true,
9713 "total": false,
9714 "values": true
9715 },
9716 "lines": true,
9717 "linewidth": 1,
9718 "links": [],
9719 "maxPerRow": 6,
9720 "nullPointMode": "null",
9721 "percentage": false,
9722 "pointradius": 5,
9723 "points": false,
9724 "renderer": "flot",
9725 "repeat": null,
9726 "seriesOverrides": [],
9727 "spaceLength": 10,
9728 "stack": false,
9729 "steppedLine": false,
9730 "targets": [
9731 {
9732 "expr": "node_load1{instance=~\"$node:$port\",job=~\"$job\"}",
9733 "format": "time_series",
9734 "intervalFactor": 4,
9735 "legendFormat": "Load 1m",
9736 "refId": "A",
9737 "step": 480
9738 },
9739 {
9740 "expr": "node_load5{instance=~\"$node:$port\",job=~\"$job\"}",
9741 "format": "time_series",
9742 "intervalFactor": 4,
9743 "legendFormat": "Load 5m",
9744 "refId": "B",
9745 "step": 480
9746 },
9747 {
9748 "expr": "node_load15{instance=~\"$node:$port\",job=~\"$job\"}",
9749 "format": "time_series",
9750 "intervalFactor": 4,
9751 "legendFormat": "Load 15m",
9752 "refId": "C",
9753 "step": 480
9754 }
9755 ],
9756 "thresholds": [],
9757 "timeFrom": null,
9758 "timeShift": null,
9759 "title": "System Load",
9760 "tooltip": {
9761 "shared": true,
9762 "sort": 0,
9763 "value_type": "individual"
9764 },
9765 "type": "graph",
9766 "xaxis": {
9767 "buckets": null,
9768 "mode": "time",
9769 "name": null,
9770 "show": true,
9771 "values": []
9772 },
9773 "yaxes": [
9774 {
9775 "format": "short",
9776 "label": "Load",
9777 "logBase": 1,
9778 "max": null,
9779 "min": "0",
9780 "show": true
9781 },
9782 {
9783 "format": "short",
9784 "label": null,
9785 "logBase": 1,
9786 "max": null,
9787 "min": null,
9788 "show": false
9789 }
9790 ]
9791 },
9792 {
9793 "aliasColors": {},
9794 "bars": false,
9795 "dashLength": 10,
9796 "dashes": false,
9797 "datasource": "Prometheus",
9798 "fill": 2,
9799 "gridPos": {
9800 "h": 10,
9801 "w": 12,
9802 "x": 0,
9803 "y": 356
9804 },
9805 "id": 259,
9806 "legend": {
9807 "alignAsTable": true,
9808 "avg": true,
9809 "current": true,
9810 "max": true,
9811 "min": true,
9812 "show": true,
9813 "total": false,
9814 "values": true
9815 },
9816 "lines": true,
9817 "linewidth": 1,
9818 "links": [],
9819 "nullPointMode": "null",
9820 "percentage": false,
9821 "pointradius": 5,
9822 "points": false,
9823 "renderer": "flot",
9824 "seriesOverrides": [
9825 {
9826 "alias": "/.*Critical*./",
9827 "color": "#E24D42",
9828 "fill": 0
9829 },
9830 {
9831 "alias": "/.*Max*./",
9832 "color": "#EF843C",
9833 "fill": 0
9834 }
9835 ],
9836 "spaceLength": 10,
9837 "stack": false,
9838 "steppedLine": false,
9839 "targets": [
9840 {
9841 "expr": "irate(node_interrupts_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
9842 "format": "time_series",
9843 "interval": "",
9844 "intervalFactor": 2,
9845 "legendFormat": "{{ type }} - {{ info }}",
9846 "refId": "A",
9847 "step": 240
9848 }
9849 ],
9850 "thresholds": [],
9851 "timeFrom": null,
9852 "timeShift": null,
9853 "title": "Interrupts Detail",
9854 "tooltip": {
9855 "shared": true,
9856 "sort": 0,
9857 "value_type": "individual"
9858 },
9859 "type": "graph",
9860 "xaxis": {
9861 "buckets": null,
9862 "mode": "time",
9863 "name": null,
9864 "show": true,
9865 "values": []
9866 },
9867 "yaxes": [
9868 {
9869 "format": "short",
9870 "label": "Counter",
9871 "logBase": 1,
9872 "max": null,
9873 "min": "0",
9874 "show": true
9875 },
9876 {
9877 "format": "short",
9878 "label": null,
9879 "logBase": 1,
9880 "max": null,
9881 "min": null,
9882 "show": false
9883 }
9884 ]
9885 },
9886 {
9887 "aliasColors": {},
9888 "bars": false,
9889 "dashLength": 10,
9890 "dashes": false,
9891 "datasource": "Prometheus",
9892 "fill": 2,
9893 "gridPos": {
9894 "h": 10,
9895 "w": 12,
9896 "x": 12,
9897 "y": 356
9898 },
9899 "id": 64,
9900 "legend": {
9901 "alignAsTable": true,
9902 "avg": true,
9903 "current": true,
9904 "max": true,
9905 "min": true,
9906 "show": true,
9907 "total": false,
9908 "values": true
9909 },
9910 "lines": true,
9911 "linewidth": 1,
9912 "links": [],
9913 "nullPointMode": "null",
9914 "percentage": false,
9915 "pointradius": 5,
9916 "points": false,
9917 "renderer": "flot",
9918 "seriesOverrides": [
9919 {
9920 "alias": "/.*Max*./",
9921 "color": "#890F02",
9922 "fill": 0
9923 }
9924 ],
9925 "spaceLength": 10,
9926 "stack": false,
9927 "steppedLine": false,
9928 "targets": [
9929 {
9930 "expr": "process_max_fds{instance=~\"$node:$port\",job=~\"$job\"}",
9931 "interval": "",
9932 "intervalFactor": 2,
9933 "legendFormat": "Maximum open file descriptors",
9934 "refId": "A",
9935 "step": 240
9936 },
9937 {
9938 "expr": "process_open_fds{instance=~\"$node:$port\",job=~\"$job\"}",
9939 "interval": "",
9940 "intervalFactor": 2,
9941 "legendFormat": "Open file descriptors",
9942 "refId": "B",
9943 "step": 240
9944 }
9945 ],
9946 "thresholds": [],
9947 "timeFrom": null,
9948 "timeShift": null,
9949 "title": "File Descriptors",
9950 "tooltip": {
9951 "shared": true,
9952 "sort": 0,
9953 "value_type": "individual"
9954 },
9955 "type": "graph",
9956 "xaxis": {
9957 "buckets": null,
9958 "mode": "time",
9959 "name": null,
9960 "show": true,
9961 "values": []
9962 },
9963 "yaxes": [
9964 {
9965 "format": "short",
9966 "label": "Descriptors",
9967 "logBase": 1,
9968 "max": null,
9969 "min": "0",
9970 "show": true
9971 },
9972 {
9973 "format": "short",
9974 "label": null,
9975 "logBase": 1,
9976 "max": null,
9977 "min": null,
9978 "show": false
9979 }
9980 ]
9981 },
9982 {
9983 "aliasColors": {},
9984 "bars": false,
9985 "dashLength": 10,
9986 "dashes": false,
9987 "datasource": "Prometheus",
9988 "fill": 2,
9989 "gridPos": {
9990 "h": 10,
9991 "w": 12,
9992 "x": 0,
9993 "y": 366
9994 },
9995 "id": 151,
9996 "legend": {
9997 "alignAsTable": true,
9998 "avg": true,
9999 "current": true,
10000 "max": true,
10001 "min": true,
10002 "show": true,
10003 "total": false,
10004 "values": true
10005 },
10006 "lines": true,
10007 "linewidth": 1,
10008 "links": [],
10009 "maxPerRow": 6,
10010 "nullPointMode": "null",
10011 "percentage": false,
10012 "pointradius": 5,
10013 "points": false,
10014 "renderer": "flot",
10015 "seriesOverrides": [],
10016 "spaceLength": 10,
10017 "stack": false,
10018 "steppedLine": false,
10019 "targets": [
10020 {
10021 "expr": "node_entropy_available_bits{instance=~\"$node:$port\",job=~\"$job\"}",
10022 "format": "time_series",
10023 "intervalFactor": 2,
10024 "legendFormat": "Entropy available to random number generators",
10025 "refId": "C",
10026 "step": 240
10027 }
10028 ],
10029 "thresholds": [],
10030 "timeFrom": null,
10031 "timeShift": null,
10032 "title": "Entropy",
10033 "tooltip": {
10034 "shared": true,
10035 "sort": 0,
10036 "value_type": "individual"
10037 },
10038 "type": "graph",
10039 "xaxis": {
10040 "buckets": null,
10041 "mode": "time",
10042 "name": null,
10043 "show": true,
10044 "values": []
10045 },
10046 "yaxes": [
10047 {
10048 "format": "short",
10049 "label": "Entropy",
10050 "logBase": 1,
10051 "max": null,
10052 "min": "0",
10053 "show": true
10054 },
10055 {
10056 "format": "short",
10057 "label": null,
10058 "logBase": 1,
10059 "max": null,
10060 "min": null,
10061 "show": false
10062 }
10063 ]
10064 },
10065 {
10066 "aliasColors": {},
10067 "bars": false,
10068 "dashLength": 10,
10069 "dashes": false,
10070 "datasource": "Prometheus",
10071 "fill": 2,
10072 "gridPos": {
10073 "h": 10,
10074 "w": 12,
10075 "x": 12,
10076 "y": 366
10077 },
10078 "id": 62,
10079 "legend": {
10080 "alignAsTable": true,
10081 "avg": true,
10082 "current": true,
10083 "max": true,
10084 "min": true,
10085 "show": true,
10086 "total": false,
10087 "values": true
10088 },
10089 "lines": true,
10090 "linewidth": 1,
10091 "links": [],
10092 "maxPerRow": 6,
10093 "nullPointMode": "null",
10094 "percentage": false,
10095 "pointradius": 5,
10096 "points": false,
10097 "renderer": "flot",
10098 "seriesOverrides": [],
10099 "spaceLength": 10,
10100 "stack": false,
10101 "steppedLine": false,
10102 "targets": [
10103 {
10104 "expr": "node_procs_blocked{instance=~\"$node:$port\",job=~\"$job\"}",
10105 "format": "time_series",
10106 "intervalFactor": 2,
10107 "legendFormat": "Processes blocked waiting for I/O to complete",
10108 "refId": "A",
10109 "step": 240
10110 },
10111 {
10112 "expr": "node_procs_running{instance=~\"$node:$port\",job=~\"$job\"}",
10113 "format": "time_series",
10114 "intervalFactor": 2,
10115 "legendFormat": "Processes in runnable state",
10116 "refId": "B",
10117 "step": 240
10118 }
10119 ],
10120 "thresholds": [],
10121 "timeFrom": null,
10122 "timeShift": null,
10123 "title": "Processes State",
10124 "tooltip": {
10125 "shared": true,
10126 "sort": 0,
10127 "value_type": "individual"
10128 },
10129 "type": "graph",
10130 "xaxis": {
10131 "buckets": null,
10132 "mode": "time",
10133 "name": null,
10134 "show": true,
10135 "values": []
10136 },
10137 "yaxes": [
10138 {
10139 "format": "short",
10140 "label": "Processes",
10141 "logBase": 1,
10142 "max": null,
10143 "min": "0",
10144 "show": true
10145 },
10146 {
10147 "format": "short",
10148 "label": null,
10149 "logBase": 1,
10150 "max": null,
10151 "min": null,
10152 "show": false
10153 }
10154 ]
10155 },
10156 {
10157 "aliasColors": {},
10158 "bars": false,
10159 "dashLength": 10,
10160 "dashes": false,
10161 "datasource": "Prometheus",
10162 "fill": 2,
10163 "gridPos": {
10164 "h": 10,
10165 "w": 12,
10166 "x": 0,
10167 "y": 376
10168 },
10169 "id": 148,
10170 "legend": {
10171 "alignAsTable": true,
10172 "avg": true,
10173 "current": true,
10174 "max": true,
10175 "min": true,
10176 "show": true,
10177 "total": false,
10178 "values": true
10179 },
10180 "lines": true,
10181 "linewidth": 1,
10182 "links": [],
10183 "maxPerRow": 6,
10184 "nullPointMode": "null",
10185 "percentage": false,
10186 "pointradius": 5,
10187 "points": false,
10188 "renderer": "flot",
10189 "seriesOverrides": [],
10190 "spaceLength": 10,
10191 "stack": false,
10192 "steppedLine": false,
10193 "targets": [
10194 {
10195 "expr": "irate(node_forks_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10196 "format": "time_series",
10197 "hide": false,
10198 "intervalFactor": 2,
10199 "legendFormat": "Processes forks second",
10200 "refId": "C",
10201 "step": 240
10202 }
10203 ],
10204 "thresholds": [],
10205 "timeFrom": null,
10206 "timeShift": null,
10207 "title": "Processes Forks",
10208 "tooltip": {
10209 "shared": true,
10210 "sort": 0,
10211 "value_type": "individual"
10212 },
10213 "type": "graph",
10214 "xaxis": {
10215 "buckets": null,
10216 "mode": "time",
10217 "name": null,
10218 "show": true,
10219 "values": []
10220 },
10221 "yaxes": [
10222 {
10223 "format": "short",
10224 "label": "Forks / sec",
10225 "logBase": 1,
10226 "max": null,
10227 "min": "0",
10228 "show": true
10229 },
10230 {
10231 "format": "short",
10232 "label": null,
10233 "logBase": 1,
10234 "max": null,
10235 "min": null,
10236 "show": false
10237 }
10238 ]
10239 },
10240 {
10241 "aliasColors": {},
10242 "bars": false,
10243 "dashLength": 10,
10244 "dashes": false,
10245 "datasource": "Prometheus",
10246 "fill": 2,
10247 "gridPos": {
10248 "h": 10,
10249 "w": 12,
10250 "x": 12,
10251 "y": 376
10252 },
10253 "id": 149,
10254 "legend": {
10255 "alignAsTable": true,
10256 "avg": true,
10257 "current": true,
10258 "max": true,
10259 "min": true,
10260 "show": true,
10261 "total": false,
10262 "values": true
10263 },
10264 "lines": true,
10265 "linewidth": 1,
10266 "links": [],
10267 "nullPointMode": "null",
10268 "percentage": false,
10269 "pointradius": 5,
10270 "points": false,
10271 "renderer": "flot",
10272 "seriesOverrides": [],
10273 "spaceLength": 10,
10274 "stack": false,
10275 "steppedLine": false,
10276 "targets": [
10277 {
10278 "expr": "process_virtual_memory_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
10279 "interval": "",
10280 "intervalFactor": 2,
10281 "legendFormat": "Processes virtual memory size in bytes",
10282 "refId": "C",
10283 "step": 240
10284 },
10285 {
10286 "expr": "process_resident_memory_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
10287 "interval": "",
10288 "intervalFactor": 2,
10289 "legendFormat": "Processes resident memory size in bytes",
10290 "refId": "A",
10291 "step": 240
10292 }
10293 ],
10294 "thresholds": [],
10295 "timeFrom": null,
10296 "timeShift": null,
10297 "title": "Processes Memory",
10298 "tooltip": {
10299 "shared": true,
10300 "sort": 0,
10301 "value_type": "individual"
10302 },
10303 "type": "graph",
10304 "xaxis": {
10305 "buckets": null,
10306 "mode": "time",
10307 "name": null,
10308 "show": true,
10309 "values": []
10310 },
10311 "yaxes": [
10312 {
10313 "format": "decbytes",
10314 "label": "Bytes",
10315 "logBase": 1,
10316 "max": null,
10317 "min": "0",
10318 "show": true
10319 },
10320 {
10321 "format": "short",
10322 "label": null,
10323 "logBase": 1,
10324 "max": null,
10325 "min": null,
10326 "show": false
10327 }
10328 ]
10329 },
10330 {
10331 "aliasColors": {},
10332 "bars": false,
10333 "dashLength": 10,
10334 "dashes": false,
10335 "datasource": "Prometheus",
10336 "description": "",
10337 "fill": 2,
10338 "gridPos": {
10339 "h": 10,
10340 "w": 12,
10341 "x": 0,
10342 "y": 386
10343 },
10344 "id": 168,
10345 "legend": {
10346 "alignAsTable": true,
10347 "avg": true,
10348 "current": true,
10349 "max": true,
10350 "min": true,
10351 "show": true,
10352 "total": false,
10353 "values": true
10354 },
10355 "lines": true,
10356 "linewidth": 1,
10357 "links": [],
10358 "nullPointMode": "null",
10359 "percentage": false,
10360 "pointradius": 5,
10361 "points": false,
10362 "renderer": "flot",
10363 "seriesOverrides": [
10364 {
10365 "alias": "/.*Variation*./",
10366 "color": "#890F02"
10367 }
10368 ],
10369 "spaceLength": 10,
10370 "stack": false,
10371 "steppedLine": false,
10372 "targets": [
10373 {
10374 "expr": "node_timex_sync_status{instance=~\"$node:$port\",job=~\"$job\"}",
10375 "format": "time_series",
10376 "interval": "",
10377 "intervalFactor": 2,
10378 "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)",
10379 "refId": "B",
10380 "step": 240
10381 },
10382 {
10383 "expr": "node_timex_frequency_adjustment_ratio{instance=~\"$node:$port\",job=~\"$job\"}",
10384 "format": "time_series",
10385 "interval": "",
10386 "intervalFactor": 2,
10387 "legendFormat": "Local clock frequency adjustment",
10388 "refId": "A",
10389 "step": 240
10390 }
10391 ],
10392 "thresholds": [],
10393 "timeFrom": null,
10394 "timeShift": null,
10395 "title": "Time Syncronized Status",
10396 "tooltip": {
10397 "shared": true,
10398 "sort": 0,
10399 "value_type": "individual"
10400 },
10401 "type": "graph",
10402 "xaxis": {
10403 "buckets": null,
10404 "mode": "time",
10405 "name": null,
10406 "show": true,
10407 "values": []
10408 },
10409 "yaxes": [
10410 {
10411 "format": "short",
10412 "label": "Counter",
10413 "logBase": 1,
10414 "max": null,
10415 "min": null,
10416 "show": true
10417 },
10418 {
10419 "format": "short",
10420 "label": null,
10421 "logBase": 1,
10422 "max": null,
10423 "min": null,
10424 "show": false
10425 }
10426 ]
10427 },
10428 {
10429 "aliasColors": {},
10430 "bars": false,
10431 "dashLength": 10,
10432 "dashes": false,
10433 "datasource": "Prometheus",
10434 "description": "",
10435 "fill": 2,
10436 "gridPos": {
10437 "h": 10,
10438 "w": 12,
10439 "x": 12,
10440 "y": 386
10441 },
10442 "id": 260,
10443 "legend": {
10444 "alignAsTable": true,
10445 "avg": true,
10446 "current": true,
10447 "max": true,
10448 "min": true,
10449 "show": true,
10450 "total": false,
10451 "values": true
10452 },
10453 "lines": true,
10454 "linewidth": 1,
10455 "links": [],
10456 "nullPointMode": "null",
10457 "percentage": false,
10458 "pointradius": 5,
10459 "points": false,
10460 "renderer": "flot",
10461 "seriesOverrides": [
10462 {
10463 "alias": "/.*Variation*./",
10464 "color": "#890F02"
10465 }
10466 ],
10467 "spaceLength": 10,
10468 "stack": false,
10469 "steppedLine": false,
10470 "targets": [
10471 {
10472 "expr": "node_timex_estimated_error_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
10473 "format": "time_series",
10474 "hide": false,
10475 "interval": "",
10476 "intervalFactor": 2,
10477 "legendFormat": "Estimated error in seconds",
10478 "refId": "B",
10479 "step": 240
10480 },
10481 {
10482 "expr": "node_timex_offset_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
10483 "format": "time_series",
10484 "hide": false,
10485 "interval": "",
10486 "intervalFactor": 2,
10487 "legendFormat": "Time offset in between local system and reference clock",
10488 "refId": "A",
10489 "step": 240
10490 },
10491 {
10492 "expr": "node_timex_maxerror_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
10493 "format": "time_series",
10494 "hide": false,
10495 "interval": "",
10496 "intervalFactor": 2,
10497 "legendFormat": "Maximum error in seconds",
10498 "refId": "C",
10499 "step": 240
10500 }
10501 ],
10502 "thresholds": [],
10503 "timeFrom": null,
10504 "timeShift": null,
10505 "title": "Time Syncronized Drift",
10506 "tooltip": {
10507 "shared": true,
10508 "sort": 0,
10509 "value_type": "individual"
10510 },
10511 "type": "graph",
10512 "xaxis": {
10513 "buckets": null,
10514 "mode": "time",
10515 "name": null,
10516 "show": true,
10517 "values": []
10518 },
10519 "yaxes": [
10520 {
10521 "format": "s",
10522 "label": "Seconds",
10523 "logBase": 1,
10524 "max": null,
10525 "min": null,
10526 "show": true
10527 },
10528 {
10529 "format": "short",
10530 "label": null,
10531 "logBase": 1,
10532 "max": null,
10533 "min": null,
10534 "show": false
10535 }
10536 ]
10537 },
10538 {
10539 "aliasColors": {},
10540 "bars": false,
10541 "dashLength": 10,
10542 "dashes": false,
10543 "datasource": "Prometheus",
10544 "fill": 2,
10545 "gridPos": {
10546 "h": 10,
10547 "w": 12,
10548 "x": 0,
10549 "y": 396
10550 },
10551 "id": 158,
10552 "legend": {
10553 "alignAsTable": true,
10554 "avg": true,
10555 "current": true,
10556 "max": true,
10557 "min": true,
10558 "show": true,
10559 "total": false,
10560 "values": true
10561 },
10562 "lines": true,
10563 "linewidth": 1,
10564 "links": [],
10565 "nullPointMode": "null",
10566 "percentage": false,
10567 "pointradius": 5,
10568 "points": false,
10569 "renderer": "flot",
10570 "seriesOverrides": [
10571 {
10572 "alias": "/.*Critical*./",
10573 "color": "#E24D42",
10574 "fill": 0
10575 },
10576 {
10577 "alias": "/.*Max*./",
10578 "color": "#EF843C",
10579 "fill": 0
10580 }
10581 ],
10582 "spaceLength": 10,
10583 "stack": false,
10584 "steppedLine": false,
10585 "targets": [
10586 {
10587 "expr": "node_hwmon_temp_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10588 "format": "time_series",
10589 "interval": "",
10590 "intervalFactor": 2,
10591 "legendFormat": "{{ chip }} {{ sensor }} temp",
10592 "refId": "A",
10593 "step": 240
10594 },
10595 {
10596 "expr": "node_hwmon_temp_crit_alarm_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10597 "format": "time_series",
10598 "hide": true,
10599 "interval": "",
10600 "intervalFactor": 2,
10601 "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
10602 "refId": "B",
10603 "step": 240
10604 },
10605 {
10606 "expr": "node_hwmon_temp_crit_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10607 "format": "time_series",
10608 "interval": "",
10609 "intervalFactor": 2,
10610 "legendFormat": "{{ chip }} {{ sensor }} Critical",
10611 "refId": "C",
10612 "step": 240
10613 },
10614 {
10615 "expr": "node_hwmon_temp_crit_hyst_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10616 "format": "time_series",
10617 "hide": true,
10618 "interval": "",
10619 "intervalFactor": 2,
10620 "legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
10621 "refId": "D",
10622 "step": 240
10623 },
10624 {
10625 "expr": "node_hwmon_temp_max_celsius{instance=~\"$node:$port\",job=~\"$job\"}",
10626 "format": "time_series",
10627 "hide": true,
10628 "interval": "",
10629 "intervalFactor": 2,
10630 "legendFormat": "{{ chip }} {{ sensor }} Max",
10631 "refId": "E",
10632 "step": 240
10633 }
10634 ],
10635 "thresholds": [],
10636 "timeFrom": null,
10637 "timeShift": null,
10638 "title": "Hardware temperature monitor",
10639 "tooltip": {
10640 "shared": true,
10641 "sort": 0,
10642 "value_type": "individual"
10643 },
10644 "type": "graph",
10645 "xaxis": {
10646 "buckets": null,
10647 "mode": "time",
10648 "name": null,
10649 "show": true,
10650 "values": []
10651 },
10652 "yaxes": [
10653 {
10654 "format": "celsius",
10655 "label": "Temperature",
10656 "logBase": 1,
10657 "max": null,
10658 "min": "0",
10659 "show": true
10660 },
10661 {
10662 "format": "short",
10663 "label": null,
10664 "logBase": 1,
10665 "max": null,
10666 "min": null,
10667 "show": false
10668 }
10669 ]
10670 }
10671 ],
10672 "repeat": null,
10673 "title": "System Detail",
10674 "type": "row"
10675 },
10676 {
10677 "collapsed": true,
10678 "datasource": null,
10679 "fieldConfig": {
10680 "defaults": {},
10681 "overrides": []
10682 },
10683 "gridPos": {
10684 "h": 1,
10685 "w": 24,
10686 "x": 0,
10687 "y": 30
10688 },
10689 "id": 270,
10690 "panels": [
10691 {
10692 "aliasColors": {},
10693 "bars": false,
10694 "dashLength": 10,
10695 "dashes": false,
10696 "datasource": "Prometheus",
10697 "description": "",
10698 "fill": 2,
10699 "gridPos": {
10700 "h": 10,
10701 "w": 12,
10702 "x": 0,
10703 "y": 397
10704 },
10705 "id": 9,
10706 "legend": {
10707 "alignAsTable": true,
10708 "avg": true,
10709 "current": true,
10710 "hideZero": true,
10711 "max": true,
10712 "min": true,
10713 "rightSide": false,
10714 "show": true,
10715 "total": false,
10716 "values": true
10717 },
10718 "lines": true,
10719 "linewidth": 1,
10720 "links": [],
10721 "maxPerRow": 6,
10722 "nullPointMode": "null",
10723 "percentage": false,
10724 "pointradius": 5,
10725 "points": false,
10726 "renderer": "flot",
10727 "repeat": null,
10728 "seriesOverrides": [
10729 {
10730 "alias": "/.*Read.*/",
10731 "transform": "negative-Y"
10732 },
10733 {
10734 "alias": "/.*sda_.*/",
10735 "color": "#7EB26D"
10736 },
10737 {
10738 "alias": "/.*sdb_.*/",
10739 "color": "#EAB839"
10740 },
10741 {
10742 "alias": "/.*sdc_.*/",
10743 "color": "#6ED0E0"
10744 },
10745 {
10746 "alias": "/.*sdd_.*/",
10747 "color": "#EF843C"
10748 },
10749 {
10750 "alias": "/.*sde_.*/",
10751 "color": "#E24D42"
10752 },
10753 {
10754 "alias": "/.*sda1.*/",
10755 "color": "#584477"
10756 },
10757 {
10758 "alias": "/.*sda2_.*/",
10759 "color": "#BA43A9"
10760 },
10761 {
10762 "alias": "/.*sda3_.*/",
10763 "color": "#F4D598"
10764 },
10765 {
10766 "alias": "/.*sdb1.*/",
10767 "color": "#0A50A1"
10768 },
10769 {
10770 "alias": "/.*sdb2.*/",
10771 "color": "#BF1B00"
10772 },
10773 {
10774 "alias": "/.*sdb3.*/",
10775 "color": "#E0752D"
10776 },
10777 {
10778 "alias": "/.*sdc1.*/",
10779 "color": "#962D82"
10780 },
10781 {
10782 "alias": "/.*sdc2.*/",
10783 "color": "#614D93"
10784 },
10785 {
10786 "alias": "/.*sdc3.*/",
10787 "color": "#9AC48A"
10788 },
10789 {
10790 "alias": "/.*sdd1.*/",
10791 "color": "#65C5DB"
10792 },
10793 {
10794 "alias": "/.*sdd2.*/",
10795 "color": "#F9934E"
10796 },
10797 {
10798 "alias": "/.*sdd3.*/",
10799 "color": "#EA6460"
10800 },
10801 {
10802 "alias": "/.*sde1.*/",
10803 "color": "#E0F9D7"
10804 },
10805 {
10806 "alias": "/.*sdd2.*/",
10807 "color": "#FCEACA"
10808 },
10809 {
10810 "alias": "/.*sde3.*/",
10811 "color": "#F9E2D2"
10812 }
10813 ],
10814 "spaceLength": 10,
10815 "stack": false,
10816 "steppedLine": false,
10817 "targets": [
10818 {
10819 "expr": "irate(node_disk_reads_completed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10820 "intervalFactor": 4,
10821 "legendFormat": "{{device}} - Reads completed",
10822 "refId": "A",
10823 "step": 8
10824 },
10825 {
10826 "expr": "irate(node_disk_writes_completed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10827 "intervalFactor": 2,
10828 "legendFormat": "{{device}} - Writes completed",
10829 "refId": "B",
10830 "step": 4
10831 }
10832 ],
10833 "thresholds": [],
10834 "timeFrom": null,
10835 "timeShift": null,
10836 "title": "Disk IOps Completed",
10837 "tooltip": {
10838 "shared": false,
10839 "sort": 0,
10840 "value_type": "individual"
10841 },
10842 "type": "graph",
10843 "xaxis": {
10844 "buckets": null,
10845 "mode": "time",
10846 "name": null,
10847 "show": true,
10848 "values": []
10849 },
10850 "yaxes": [
10851 {
10852 "format": "iops",
10853 "label": "IO read (-) / write (+)",
10854 "logBase": 1,
10855 "max": null,
10856 "min": null,
10857 "show": true
10858 },
10859 {
10860 "format": "short",
10861 "label": null,
10862 "logBase": 1,
10863 "max": null,
10864 "min": null,
10865 "show": false
10866 }
10867 ]
10868 },
10869 {
10870 "aliasColors": {},
10871 "bars": false,
10872 "dashLength": 10,
10873 "dashes": false,
10874 "datasource": "Prometheus",
10875 "description": "",
10876 "fill": 2,
10877 "gridPos": {
10878 "h": 10,
10879 "w": 12,
10880 "x": 12,
10881 "y": 397
10882 },
10883 "id": 33,
10884 "legend": {
10885 "alignAsTable": true,
10886 "avg": true,
10887 "current": true,
10888 "hideZero": true,
10889 "max": true,
10890 "min": true,
10891 "rightSide": false,
10892 "show": true,
10893 "total": false,
10894 "values": true
10895 },
10896 "lines": true,
10897 "linewidth": 1,
10898 "links": [],
10899 "maxPerRow": 6,
10900 "nullPointMode": "null",
10901 "percentage": false,
10902 "pointradius": 5,
10903 "points": false,
10904 "renderer": "flot",
10905 "seriesOverrides": [
10906 {
10907 "alias": "/.*Read.*/",
10908 "transform": "negative-Y"
10909 },
10910 {
10911 "alias": "/.*sda_.*/",
10912 "color": "#7EB26D"
10913 },
10914 {
10915 "alias": "/.*sdb_.*/",
10916 "color": "#EAB839"
10917 },
10918 {
10919 "alias": "/.*sdc_.*/",
10920 "color": "#6ED0E0"
10921 },
10922 {
10923 "alias": "/.*sdd_.*/",
10924 "color": "#EF843C"
10925 },
10926 {
10927 "alias": "/.*sde_.*/",
10928 "color": "#E24D42"
10929 },
10930 {
10931 "alias": "/.*sda1.*/",
10932 "color": "#584477"
10933 },
10934 {
10935 "alias": "/.*sda2_.*/",
10936 "color": "#BA43A9"
10937 },
10938 {
10939 "alias": "/.*sda3_.*/",
10940 "color": "#F4D598"
10941 },
10942 {
10943 "alias": "/.*sdb1.*/",
10944 "color": "#0A50A1"
10945 },
10946 {
10947 "alias": "/.*sdb2.*/",
10948 "color": "#BF1B00"
10949 },
10950 {
10951 "alias": "/.*sdb3.*/",
10952 "color": "#E0752D"
10953 },
10954 {
10955 "alias": "/.*sdc1.*/",
10956 "color": "#962D82"
10957 },
10958 {
10959 "alias": "/.*sdc2.*/",
10960 "color": "#614D93"
10961 },
10962 {
10963 "alias": "/.*sdc3.*/",
10964 "color": "#9AC48A"
10965 },
10966 {
10967 "alias": "/.*sdd1.*/",
10968 "color": "#65C5DB"
10969 },
10970 {
10971 "alias": "/.*sdd2.*/",
10972 "color": "#F9934E"
10973 },
10974 {
10975 "alias": "/.*sdd3.*/",
10976 "color": "#EA6460"
10977 },
10978 {
10979 "alias": "/.*sde1.*/",
10980 "color": "#E0F9D7"
10981 },
10982 {
10983 "alias": "/.*sdd2.*/",
10984 "color": "#FCEACA"
10985 },
10986 {
10987 "alias": "/.*sde3.*/",
10988 "color": "#F9E2D2"
10989 }
10990 ],
10991 "spaceLength": 10,
10992 "stack": false,
10993 "steppedLine": false,
10994 "targets": [
10995 {
10996 "expr": "irate(node_disk_read_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
10997 "format": "time_series",
10998 "intervalFactor": 4,
10999 "legendFormat": "{{device}} - Read bytes",
11000 "refId": "A",
11001 "step": 8
11002 },
11003 {
11004 "expr": "irate(node_disk_written_bytes_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11005 "format": "time_series",
11006 "intervalFactor": 2,
11007 "legendFormat": "{{device}} - Written bytes",
11008 "refId": "B",
11009 "step": 4
11010 }
11011 ],
11012 "thresholds": [],
11013 "timeFrom": null,
11014 "timeShift": null,
11015 "title": "Disk R/W Data",
11016 "tooltip": {
11017 "shared": false,
11018 "sort": 0,
11019 "value_type": "individual"
11020 },
11021 "type": "graph",
11022 "xaxis": {
11023 "buckets": null,
11024 "mode": "time",
11025 "name": null,
11026 "show": true,
11027 "values": []
11028 },
11029 "yaxes": [
11030 {
11031 "format": "Bps",
11032 "label": "Bytes read (-) / write (+)",
11033 "logBase": 1,
11034 "max": null,
11035 "min": null,
11036 "show": true
11037 },
11038 {
11039 "format": "short",
11040 "label": null,
11041 "logBase": 1,
11042 "max": null,
11043 "min": null,
11044 "show": false
11045 }
11046 ]
11047 },
11048 {
11049 "aliasColors": {},
11050 "bars": false,
11051 "dashLength": 10,
11052 "dashes": false,
11053 "datasource": "Prometheus",
11054 "description": "",
11055 "fill": 3,
11056 "gridPos": {
11057 "h": 10,
11058 "w": 12,
11059 "x": 0,
11060 "y": 407
11061 },
11062 "id": 37,
11063 "legend": {
11064 "alignAsTable": true,
11065 "avg": true,
11066 "current": true,
11067 "hideZero": true,
11068 "max": true,
11069 "min": true,
11070 "rightSide": false,
11071 "show": true,
11072 "sort": "current",
11073 "sortDesc": true,
11074 "total": false,
11075 "values": true
11076 },
11077 "lines": true,
11078 "linewidth": 1,
11079 "links": [],
11080 "maxPerRow": 6,
11081 "nullPointMode": "null",
11082 "percentage": false,
11083 "pointradius": 5,
11084 "points": false,
11085 "renderer": "flot",
11086 "seriesOverrides": [
11087 {
11088 "alias": "/.*Read.*/",
11089 "transform": "negative-Y"
11090 },
11091 {
11092 "alias": "/.*sda_.*/",
11093 "color": "#7EB26D"
11094 },
11095 {
11096 "alias": "/.*sdb_.*/",
11097 "color": "#EAB839"
11098 },
11099 {
11100 "alias": "/.*sdc_.*/",
11101 "color": "#6ED0E0"
11102 },
11103 {
11104 "alias": "/.*sdd_.*/",
11105 "color": "#EF843C"
11106 },
11107 {
11108 "alias": "/.*sde_.*/",
11109 "color": "#E24D42"
11110 },
11111 {
11112 "alias": "/.*sda1.*/",
11113 "color": "#584477"
11114 },
11115 {
11116 "alias": "/.*sda2_.*/",
11117 "color": "#BA43A9"
11118 },
11119 {
11120 "alias": "/.*sda3_.*/",
11121 "color": "#F4D598"
11122 },
11123 {
11124 "alias": "/.*sdb1.*/",
11125 "color": "#0A50A1"
11126 },
11127 {
11128 "alias": "/.*sdb2.*/",
11129 "color": "#BF1B00"
11130 },
11131 {
11132 "alias": "/.*sdb3.*/",
11133 "color": "#E0752D"
11134 },
11135 {
11136 "alias": "/.*sdc1.*/",
11137 "color": "#962D82"
11138 },
11139 {
11140 "alias": "/.*sdc2.*/",
11141 "color": "#614D93"
11142 },
11143 {
11144 "alias": "/.*sdc3.*/",
11145 "color": "#9AC48A"
11146 },
11147 {
11148 "alias": "/.*sdd1.*/",
11149 "color": "#65C5DB"
11150 },
11151 {
11152 "alias": "/.*sdd2.*/",
11153 "color": "#F9934E"
11154 },
11155 {
11156 "alias": "/.*sdd3.*/",
11157 "color": "#EA6460"
11158 },
11159 {
11160 "alias": "/.*sde1.*/",
11161 "color": "#E0F9D7"
11162 },
11163 {
11164 "alias": "/.*sdd2.*/",
11165 "color": "#FCEACA"
11166 },
11167 {
11168 "alias": "/.*sde3.*/",
11169 "color": "#F9E2D2"
11170 }
11171 ],
11172 "spaceLength": 10,
11173 "stack": false,
11174 "steppedLine": false,
11175 "targets": [
11176 {
11177 "expr": "irate(node_disk_read_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11178 "hide": false,
11179 "intervalFactor": 4,
11180 "legendFormat": "{{device}} - Read time",
11181 "refId": "A",
11182 "step": 8
11183 },
11184 {
11185 "expr": "irate(node_disk_write_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11186 "hide": false,
11187 "intervalFactor": 2,
11188 "legendFormat": "{{device}} - Write time",
11189 "refId": "B",
11190 "step": 4
11191 }
11192 ],
11193 "thresholds": [],
11194 "timeFrom": null,
11195 "timeShift": null,
11196 "title": "Disk R/W Time",
11197 "tooltip": {
11198 "shared": false,
11199 "sort": 0,
11200 "value_type": "individual"
11201 },
11202 "type": "graph",
11203 "xaxis": {
11204 "buckets": null,
11205 "mode": "time",
11206 "name": null,
11207 "show": true,
11208 "values": []
11209 },
11210 "yaxes": [
11211 {
11212 "format": "s",
11213 "label": "Time. read (-) / write (+)",
11214 "logBase": 1,
11215 "max": null,
11216 "min": null,
11217 "show": true
11218 },
11219 {
11220 "format": "short",
11221 "label": null,
11222 "logBase": 1,
11223 "max": null,
11224 "min": null,
11225 "show": false
11226 }
11227 ]
11228 },
11229 {
11230 "aliasColors": {},
11231 "bars": false,
11232 "dashLength": 10,
11233 "dashes": false,
11234 "datasource": "Prometheus",
11235 "description": "",
11236 "fill": 2,
11237 "gridPos": {
11238 "h": 10,
11239 "w": 12,
11240 "x": 12,
11241 "y": 407
11242 },
11243 "id": 35,
11244 "legend": {
11245 "alignAsTable": true,
11246 "avg": true,
11247 "current": true,
11248 "hideZero": true,
11249 "max": true,
11250 "min": true,
11251 "rightSide": false,
11252 "show": true,
11253 "sort": "current",
11254 "sortDesc": true,
11255 "total": false,
11256 "values": true
11257 },
11258 "lines": true,
11259 "linewidth": 1,
11260 "links": [],
11261 "maxPerRow": 6,
11262 "nullPointMode": "null",
11263 "percentage": false,
11264 "pointradius": 5,
11265 "points": false,
11266 "renderer": "flot",
11267 "seriesOverrides": [
11268 {
11269 "alias": "/.*sda_.*/",
11270 "color": "#7EB26D"
11271 },
11272 {
11273 "alias": "/.*sdb_.*/",
11274 "color": "#EAB839"
11275 },
11276 {
11277 "alias": "/.*sdc_.*/",
11278 "color": "#6ED0E0"
11279 },
11280 {
11281 "alias": "/.*sdd_.*/",
11282 "color": "#EF843C"
11283 },
11284 {
11285 "alias": "/.*sde_.*/",
11286 "color": "#E24D42"
11287 },
11288 {
11289 "alias": "/.*sda1.*/",
11290 "color": "#584477"
11291 },
11292 {
11293 "alias": "/.*sda2_.*/",
11294 "color": "#BA43A9"
11295 },
11296 {
11297 "alias": "/.*sda3_.*/",
11298 "color": "#F4D598"
11299 },
11300 {
11301 "alias": "/.*sdb1.*/",
11302 "color": "#0A50A1"
11303 },
11304 {
11305 "alias": "/.*sdb2.*/",
11306 "color": "#BF1B00"
11307 },
11308 {
11309 "alias": "/.*sdb3.*/",
11310 "color": "#E0752D"
11311 },
11312 {
11313 "alias": "/.*sdc1.*/",
11314 "color": "#962D82"
11315 },
11316 {
11317 "alias": "/.*sdc2.*/",
11318 "color": "#614D93"
11319 },
11320 {
11321 "alias": "/.*sdc3.*/",
11322 "color": "#9AC48A"
11323 },
11324 {
11325 "alias": "/.*sdd1.*/",
11326 "color": "#65C5DB"
11327 },
11328 {
11329 "alias": "/.*sdd2.*/",
11330 "color": "#F9934E"
11331 },
11332 {
11333 "alias": "/.*sdd3.*/",
11334 "color": "#EA6460"
11335 },
11336 {
11337 "alias": "/.*sde1.*/",
11338 "color": "#E0F9D7"
11339 },
11340 {
11341 "alias": "/.*sdd2.*/",
11342 "color": "#FCEACA"
11343 },
11344 {
11345 "alias": "/.*sde3.*/",
11346 "color": "#F9E2D2"
11347 }
11348 ],
11349 "spaceLength": 10,
11350 "stack": false,
11351 "steppedLine": false,
11352 "targets": [
11353 {
11354 "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11355 "intervalFactor": 4,
11356 "legendFormat": "{{device}} - IO time weighted",
11357 "refId": "A",
11358 "step": 8
11359 }
11360 ],
11361 "thresholds": [],
11362 "timeFrom": null,
11363 "timeShift": null,
11364 "title": "Disk IOs Weighted",
11365 "tooltip": {
11366 "shared": false,
11367 "sort": 0,
11368 "value_type": "individual"
11369 },
11370 "type": "graph",
11371 "xaxis": {
11372 "buckets": null,
11373 "mode": "time",
11374 "name": null,
11375 "show": true,
11376 "values": []
11377 },
11378 "yaxes": [
11379 {
11380 "format": "s",
11381 "label": "Time",
11382 "logBase": 1,
11383 "max": null,
11384 "min": "0",
11385 "show": true
11386 },
11387 {
11388 "format": "short",
11389 "label": null,
11390 "logBase": 1,
11391 "max": null,
11392 "min": null,
11393 "show": false
11394 }
11395 ]
11396 },
11397 {
11398 "aliasColors": {},
11399 "bars": false,
11400 "dashLength": 10,
11401 "dashes": false,
11402 "datasource": "Prometheus",
11403 "description": "",
11404 "fill": 2,
11405 "gridPos": {
11406 "h": 10,
11407 "w": 12,
11408 "x": 0,
11409 "y": 417
11410 },
11411 "id": 133,
11412 "legend": {
11413 "alignAsTable": true,
11414 "avg": true,
11415 "current": true,
11416 "hideZero": true,
11417 "max": true,
11418 "min": true,
11419 "rightSide": false,
11420 "show": true,
11421 "sort": "current",
11422 "sortDesc": true,
11423 "total": false,
11424 "values": true
11425 },
11426 "lines": true,
11427 "linewidth": 1,
11428 "links": [],
11429 "maxPerRow": 6,
11430 "nullPointMode": "null",
11431 "percentage": false,
11432 "pointradius": 5,
11433 "points": false,
11434 "renderer": "flot",
11435 "seriesOverrides": [
11436 {
11437 "alias": "/.*Read.*/",
11438 "transform": "negative-Y"
11439 },
11440 {
11441 "alias": "/.*sda_.*/",
11442 "color": "#7EB26D"
11443 },
11444 {
11445 "alias": "/.*sdb_.*/",
11446 "color": "#EAB839"
11447 },
11448 {
11449 "alias": "/.*sdc_.*/",
11450 "color": "#6ED0E0"
11451 },
11452 {
11453 "alias": "/.*sdd_.*/",
11454 "color": "#EF843C"
11455 },
11456 {
11457 "alias": "/.*sde_.*/",
11458 "color": "#E24D42"
11459 },
11460 {
11461 "alias": "/.*sda1.*/",
11462 "color": "#584477"
11463 },
11464 {
11465 "alias": "/.*sda2_.*/",
11466 "color": "#BA43A9"
11467 },
11468 {
11469 "alias": "/.*sda3_.*/",
11470 "color": "#F4D598"
11471 },
11472 {
11473 "alias": "/.*sdb1.*/",
11474 "color": "#0A50A1"
11475 },
11476 {
11477 "alias": "/.*sdb2.*/",
11478 "color": "#BF1B00"
11479 },
11480 {
11481 "alias": "/.*sdb3.*/",
11482 "color": "#E0752D"
11483 },
11484 {
11485 "alias": "/.*sdc1.*/",
11486 "color": "#962D82"
11487 },
11488 {
11489 "alias": "/.*sdc2.*/",
11490 "color": "#614D93"
11491 },
11492 {
11493 "alias": "/.*sdc3.*/",
11494 "color": "#9AC48A"
11495 },
11496 {
11497 "alias": "/.*sdd1.*/",
11498 "color": "#65C5DB"
11499 },
11500 {
11501 "alias": "/.*sdd2.*/",
11502 "color": "#F9934E"
11503 },
11504 {
11505 "alias": "/.*sdd3.*/",
11506 "color": "#EA6460"
11507 },
11508 {
11509 "alias": "/.*sde1.*/",
11510 "color": "#E0F9D7"
11511 },
11512 {
11513 "alias": "/.*sdd2.*/",
11514 "color": "#FCEACA"
11515 },
11516 {
11517 "alias": "/.*sde3.*/",
11518 "color": "#F9E2D2"
11519 }
11520 ],
11521 "spaceLength": 10,
11522 "stack": false,
11523 "steppedLine": false,
11524 "targets": [
11525 {
11526 "expr": "irate(node_disk_reads_merged_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11527 "intervalFactor": 2,
11528 "legendFormat": "{{device}} - Read merged",
11529 "refId": "C",
11530 "step": 4
11531 },
11532 {
11533 "expr": "irate(node_disk_writes_merged_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11534 "intervalFactor": 2,
11535 "legendFormat": "{{device}} - Write merged",
11536 "refId": "D",
11537 "step": 4
11538 }
11539 ],
11540 "thresholds": [],
11541 "timeFrom": null,
11542 "timeShift": null,
11543 "title": "Disk R/W Merged",
11544 "tooltip": {
11545 "shared": false,
11546 "sort": 0,
11547 "value_type": "individual"
11548 },
11549 "type": "graph",
11550 "xaxis": {
11551 "buckets": null,
11552 "mode": "time",
11553 "name": null,
11554 "show": true,
11555 "values": []
11556 },
11557 "yaxes": [
11558 {
11559 "format": "iops",
11560 "label": "I/Os",
11561 "logBase": 1,
11562 "max": null,
11563 "min": null,
11564 "show": true
11565 },
11566 {
11567 "format": "short",
11568 "label": null,
11569 "logBase": 1,
11570 "max": null,
11571 "min": null,
11572 "show": false
11573 }
11574 ]
11575 },
11576 {
11577 "aliasColors": {},
11578 "bars": false,
11579 "dashLength": 10,
11580 "dashes": false,
11581 "datasource": "Prometheus",
11582 "description": "",
11583 "fill": 3,
11584 "gridPos": {
11585 "h": 10,
11586 "w": 12,
11587 "x": 12,
11588 "y": 417
11589 },
11590 "id": 36,
11591 "legend": {
11592 "alignAsTable": true,
11593 "avg": true,
11594 "current": true,
11595 "hideZero": true,
11596 "max": true,
11597 "min": true,
11598 "rightSide": false,
11599 "show": true,
11600 "sort": "current",
11601 "sortDesc": true,
11602 "total": false,
11603 "values": true
11604 },
11605 "lines": true,
11606 "linewidth": 1,
11607 "links": [],
11608 "maxPerRow": 6,
11609 "nullPointMode": "null",
11610 "percentage": false,
11611 "pointradius": 5,
11612 "points": false,
11613 "renderer": "flot",
11614 "seriesOverrides": [
11615 {
11616 "alias": "/.*sda_.*/",
11617 "color": "#7EB26D"
11618 },
11619 {
11620 "alias": "/.*sdb_.*/",
11621 "color": "#EAB839"
11622 },
11623 {
11624 "alias": "/.*sdc_.*/",
11625 "color": "#6ED0E0"
11626 },
11627 {
11628 "alias": "/.*sdd_.*/",
11629 "color": "#EF843C"
11630 },
11631 {
11632 "alias": "/.*sde_.*/",
11633 "color": "#E24D42"
11634 },
11635 {
11636 "alias": "/.*sda1.*/",
11637 "color": "#584477"
11638 },
11639 {
11640 "alias": "/.*sda2_.*/",
11641 "color": "#BA43A9"
11642 },
11643 {
11644 "alias": "/.*sda3_.*/",
11645 "color": "#F4D598"
11646 },
11647 {
11648 "alias": "/.*sdb1.*/",
11649 "color": "#0A50A1"
11650 },
11651 {
11652 "alias": "/.*sdb2.*/",
11653 "color": "#BF1B00"
11654 },
11655 {
11656 "alias": "/.*sdb3.*/",
11657 "color": "#E0752D"
11658 },
11659 {
11660 "alias": "/.*sdc1.*/",
11661 "color": "#962D82"
11662 },
11663 {
11664 "alias": "/.*sdc2.*/",
11665 "color": "#614D93"
11666 },
11667 {
11668 "alias": "/.*sdc3.*/",
11669 "color": "#9AC48A"
11670 },
11671 {
11672 "alias": "/.*sdd1.*/",
11673 "color": "#65C5DB"
11674 },
11675 {
11676 "alias": "/.*sdd2.*/",
11677 "color": "#F9934E"
11678 },
11679 {
11680 "alias": "/.*sdd3.*/",
11681 "color": "#EA6460"
11682 },
11683 {
11684 "alias": "/.*sde1.*/",
11685 "color": "#E0F9D7"
11686 },
11687 {
11688 "alias": "/.*sdd2.*/",
11689 "color": "#FCEACA"
11690 },
11691 {
11692 "alias": "/.*sde3.*/",
11693 "color": "#F9E2D2"
11694 }
11695 ],
11696 "spaceLength": 10,
11697 "stack": false,
11698 "steppedLine": false,
11699 "targets": [
11700 {
11701 "expr": "irate(node_disk_io_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11702 "intervalFactor": 4,
11703 "legendFormat": "{{device}} - IO time",
11704 "refId": "A",
11705 "step": 8
11706 }
11707 ],
11708 "thresholds": [],
11709 "timeFrom": null,
11710 "timeShift": null,
11711 "title": "Time Spent Doing I/Os",
11712 "tooltip": {
11713 "shared": false,
11714 "sort": 0,
11715 "value_type": "individual"
11716 },
11717 "type": "graph",
11718 "xaxis": {
11719 "buckets": null,
11720 "mode": "time",
11721 "name": null,
11722 "show": true,
11723 "values": []
11724 },
11725 "yaxes": [
11726 {
11727 "format": "s",
11728 "label": "Time",
11729 "logBase": 1,
11730 "max": null,
11731 "min": "0",
11732 "show": true
11733 },
11734 {
11735 "format": "short",
11736 "label": null,
11737 "logBase": 1,
11738 "max": null,
11739 "min": null,
11740 "show": false
11741 }
11742 ]
11743 },
11744 {
11745 "aliasColors": {},
11746 "bars": false,
11747 "dashLength": 10,
11748 "dashes": false,
11749 "datasource": "Prometheus",
11750 "description": "",
11751 "fill": 2,
11752 "gridPos": {
11753 "h": 10,
11754 "w": 12,
11755 "x": 0,
11756 "y": 427
11757 },
11758 "id": 34,
11759 "legend": {
11760 "alignAsTable": true,
11761 "avg": true,
11762 "current": true,
11763 "hideZero": true,
11764 "max": true,
11765 "min": true,
11766 "rightSide": false,
11767 "show": true,
11768 "sort": "current",
11769 "sortDesc": true,
11770 "total": false,
11771 "values": true
11772 },
11773 "lines": true,
11774 "linewidth": 1,
11775 "links": [],
11776 "maxPerRow": 6,
11777 "nullPointMode": "null",
11778 "percentage": false,
11779 "pointradius": 5,
11780 "points": false,
11781 "renderer": "flot",
11782 "seriesOverrides": [
11783 {
11784 "alias": "/.*sda_.*/",
11785 "color": "#7EB26D"
11786 },
11787 {
11788 "alias": "/.*sdb_.*/",
11789 "color": "#EAB839"
11790 },
11791 {
11792 "alias": "/.*sdc_.*/",
11793 "color": "#6ED0E0"
11794 },
11795 {
11796 "alias": "/.*sdd_.*/",
11797 "color": "#EF843C"
11798 },
11799 {
11800 "alias": "/.*sde_.*/",
11801 "color": "#E24D42"
11802 },
11803 {
11804 "alias": "/.*sda1.*/",
11805 "color": "#584477"
11806 },
11807 {
11808 "alias": "/.*sda2_.*/",
11809 "color": "#BA43A9"
11810 },
11811 {
11812 "alias": "/.*sda3_.*/",
11813 "color": "#F4D598"
11814 },
11815 {
11816 "alias": "/.*sdb1.*/",
11817 "color": "#0A50A1"
11818 },
11819 {
11820 "alias": "/.*sdb2.*/",
11821 "color": "#BF1B00"
11822 },
11823 {
11824 "alias": "/.*sdb3.*/",
11825 "color": "#E0752D"
11826 },
11827 {
11828 "alias": "/.*sdc1.*/",
11829 "color": "#962D82"
11830 },
11831 {
11832 "alias": "/.*sdc2.*/",
11833 "color": "#614D93"
11834 },
11835 {
11836 "alias": "/.*sdc3.*/",
11837 "color": "#9AC48A"
11838 },
11839 {
11840 "alias": "/.*sdd1.*/",
11841 "color": "#65C5DB"
11842 },
11843 {
11844 "alias": "/.*sdd2.*/",
11845 "color": "#F9934E"
11846 },
11847 {
11848 "alias": "/.*sdd3.*/",
11849 "color": "#EA6460"
11850 },
11851 {
11852 "alias": "/.*sde1.*/",
11853 "color": "#E0F9D7"
11854 },
11855 {
11856 "alias": "/.*sdd2.*/",
11857 "color": "#FCEACA"
11858 },
11859 {
11860 "alias": "/.*sde3.*/",
11861 "color": "#F9E2D2"
11862 }
11863 ],
11864 "spaceLength": 10,
11865 "stack": false,
11866 "steppedLine": false,
11867 "targets": [
11868 {
11869 "expr": "irate(node_disk_io_now{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
11870 "intervalFactor": 4,
11871 "legendFormat": "{{device}} - IO now",
11872 "refId": "A",
11873 "step": 8
11874 }
11875 ],
11876 "thresholds": [],
11877 "timeFrom": null,
11878 "timeShift": null,
11879 "title": "Disk IOs Current in Progress",
11880 "tooltip": {
11881 "shared": false,
11882 "sort": 0,
11883 "value_type": "individual"
11884 },
11885 "type": "graph",
11886 "xaxis": {
11887 "buckets": null,
11888 "mode": "time",
11889 "name": null,
11890 "show": true,
11891 "values": []
11892 },
11893 "yaxes": [
11894 {
11895 "format": "iops",
11896 "label": "I/Os",
11897 "logBase": 1,
11898 "max": null,
11899 "min": "0",
11900 "show": true
11901 },
11902 {
11903 "format": "short",
11904 "label": null,
11905 "logBase": 1,
11906 "max": null,
11907 "min": null,
11908 "show": false
11909 }
11910 ]
11911 },
11912 {
11913 "aliasColors": {},
11914 "bars": false,
11915 "dashLength": 10,
11916 "dashes": false,
11917 "datasource": "Prometheus",
11918 "description": "",
11919 "fill": 2,
11920 "gridPos": {
11921 "h": 10,
11922 "w": 12,
11923 "x": 12,
11924 "y": 427
11925 },
11926 "id": 66,
11927 "legend": {
11928 "alignAsTable": true,
11929 "avg": true,
11930 "current": true,
11931 "hideZero": false,
11932 "max": true,
11933 "min": true,
11934 "show": true,
11935 "total": false,
11936 "values": true
11937 },
11938 "lines": true,
11939 "linewidth": 1,
11940 "links": [],
11941 "maxPerRow": 6,
11942 "nullPointMode": "null",
11943 "percentage": false,
11944 "pointradius": 5,
11945 "points": false,
11946 "renderer": "flot",
11947 "seriesOverrides": [
11948 {
11949 "alias": "/.*sda_.*/",
11950 "color": "#7EB26D"
11951 },
11952 {
11953 "alias": "/.*sdb_.*/",
11954 "color": "#EAB839"
11955 },
11956 {
11957 "alias": "/.*sdc_.*/",
11958 "color": "#6ED0E0"
11959 },
11960 {
11961 "alias": "/.*sdd_.*/",
11962 "color": "#EF843C"
11963 },
11964 {
11965 "alias": "/.*sde_.*/",
11966 "color": "#E24D42"
11967 },
11968 {
11969 "alias": "/.*sda1.*/",
11970 "color": "#584477"
11971 },
11972 {
11973 "alias": "/.*sda2_.*/",
11974 "color": "#B7DBAB"
11975 },
11976 {
11977 "alias": "/.*sda3_.*/",
11978 "color": "#F4D598"
11979 },
11980 {
11981 "alias": "/.*sdb1.*/",
11982 "color": "#0A50A1"
11983 },
11984 {
11985 "alias": "/.*sdb2.*/",
11986 "color": "#BF1B00"
11987 },
11988 {
11989 "alias": "/.*sdb3.*/",
11990 "color": "#E0752D"
11991 },
11992 {
11993 "alias": "/.*sdc1.*/",
11994 "color": "#962D82"
11995 },
11996 {
11997 "alias": "/.*sdc2.*/",
11998 "color": "#614D93"
11999 },
12000 {
12001 "alias": "/.*sdc3.*/",
12002 "color": "#9AC48A"
12003 },
12004 {
12005 "alias": "/.*sdd1.*/",
12006 "color": "#65C5DB"
12007 },
12008 {
12009 "alias": "/.*sdd2.*/",
12010 "color": "#F9934E"
12011 },
12012 {
12013 "alias": "/.*sdd3.*/",
12014 "color": "#EA6460"
12015 },
12016 {
12017 "alias": "/.*sde1.*/",
12018 "color": "#E0F9D7"
12019 },
12020 {
12021 "alias": "/.*sdd2.*/",
12022 "color": "#FCEACA"
12023 },
12024 {
12025 "alias": "/.*sde3.*/",
12026 "color": "#F9E2D2"
12027 }
12028 ],
12029 "spaceLength": 10,
12030 "stack": false,
12031 "steppedLine": false,
12032 "targets": [
12033 {
12034 "expr": "node_textfile_scrape_error{instance=~\"$node:$port\",job=~\"$job\"}",
12035 "intervalFactor": 4,
12036 "legendFormat": "Textfile scrape error (1 = true)",
12037 "refId": "A",
12038 "step": 8
12039 }
12040 ],
12041 "thresholds": [],
12042 "timeFrom": null,
12043 "timeShift": null,
12044 "title": "Open Error File",
12045 "tooltip": {
12046 "shared": false,
12047 "sort": 0,
12048 "value_type": "individual"
12049 },
12050 "type": "graph",
12051 "xaxis": {
12052 "buckets": null,
12053 "mode": "time",
12054 "name": null,
12055 "show": true,
12056 "values": []
12057 },
12058 "yaxes": [
12059 {
12060 "format": "short",
12061 "label": "Errors",
12062 "logBase": 1,
12063 "max": null,
12064 "min": "0",
12065 "show": true
12066 },
12067 {
12068 "format": "short",
12069 "label": null,
12070 "logBase": 1,
12071 "max": null,
12072 "min": null,
12073 "show": false
12074 }
12075 ]
12076 }
12077 ],
12078 "repeat": null,
12079 "title": "Disk Detail",
12080 "type": "row"
12081 },
12082 {
12083 "collapsed": true,
12084 "datasource": null,
12085 "fieldConfig": {
12086 "defaults": {},
12087 "overrides": []
12088 },
12089 "gridPos": {
12090 "h": 1,
12091 "w": 24,
12092 "x": 0,
12093 "y": 31
12094 },
12095 "id": 271,
12096 "panels": [
12097 {
12098 "aliasColors": {},
12099 "bars": false,
12100 "dashLength": 10,
12101 "dashes": false,
12102 "datasource": "Prometheus",
12103 "decimals": 3,
12104 "description": "",
12105 "fill": 2,
12106 "gridPos": {
12107 "h": 10,
12108 "w": 12,
12109 "x": 0,
12110 "y": 428
12111 },
12112 "id": 43,
12113 "legend": {
12114 "alignAsTable": true,
12115 "avg": true,
12116 "current": true,
12117 "max": true,
12118 "min": true,
12119 "rightSide": false,
12120 "show": true,
12121 "total": false,
12122 "values": true
12123 },
12124 "lines": true,
12125 "linewidth": 1,
12126 "links": [],
12127 "maxPerRow": 6,
12128 "nullPointMode": "null",
12129 "percentage": false,
12130 "pointradius": 5,
12131 "points": false,
12132 "renderer": "flot",
12133 "seriesOverrides": [],
12134 "spaceLength": 10,
12135 "stack": false,
12136 "steppedLine": false,
12137 "targets": [
12138 {
12139 "expr": "node_filesystem_avail_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12140 "format": "time_series",
12141 "hide": false,
12142 "intervalFactor": 2,
12143 "legendFormat": "{{mountpoint}} - Available",
12144 "metric": "",
12145 "refId": "A",
12146 "step": 4
12147 },
12148 {
12149 "expr": "node_filesystem_free_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12150 "format": "time_series",
12151 "hide": true,
12152 "intervalFactor": 2,
12153 "legendFormat": "{{mountpoint}} - Free",
12154 "refId": "B",
12155 "step": 2
12156 },
12157 {
12158 "expr": "node_filesystem_size_bytes{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12159 "format": "time_series",
12160 "hide": true,
12161 "intervalFactor": 2,
12162 "legendFormat": "{{mountpoint}} - Size",
12163 "refId": "D",
12164 "step": 2
12165 }
12166 ],
12167 "thresholds": [],
12168 "timeFrom": null,
12169 "timeShift": null,
12170 "title": "Filesystem space available",
12171 "tooltip": {
12172 "shared": true,
12173 "sort": 0,
12174 "value_type": "individual"
12175 },
12176 "type": "graph",
12177 "xaxis": {
12178 "buckets": null,
12179 "mode": "time",
12180 "name": null,
12181 "show": true,
12182 "values": []
12183 },
12184 "yaxes": [
12185 {
12186 "format": "bytes",
12187 "label": "Bytes",
12188 "logBase": 1,
12189 "max": null,
12190 "min": "0",
12191 "show": true
12192 },
12193 {
12194 "format": "short",
12195 "label": null,
12196 "logBase": 1,
12197 "max": null,
12198 "min": null,
12199 "show": false
12200 }
12201 ]
12202 },
12203 {
12204 "aliasColors": {},
12205 "bars": false,
12206 "dashLength": 10,
12207 "dashes": false,
12208 "datasource": "Prometheus",
12209 "description": "",
12210 "fill": 2,
12211 "gridPos": {
12212 "h": 10,
12213 "w": 12,
12214 "x": 12,
12215 "y": 428
12216 },
12217 "id": 41,
12218 "legend": {
12219 "alignAsTable": true,
12220 "avg": true,
12221 "current": true,
12222 "hideZero": true,
12223 "max": true,
12224 "min": true,
12225 "rightSide": false,
12226 "show": true,
12227 "total": false,
12228 "values": true
12229 },
12230 "lines": true,
12231 "linewidth": 1,
12232 "links": [],
12233 "nullPointMode": "null",
12234 "percentage": false,
12235 "pointradius": 5,
12236 "points": false,
12237 "renderer": "flot",
12238 "seriesOverrides": [],
12239 "spaceLength": 10,
12240 "stack": false,
12241 "steppedLine": false,
12242 "targets": [
12243 {
12244 "expr": "node_filesystem_files_free{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12245 "format": "time_series",
12246 "hide": false,
12247 "intervalFactor": 2,
12248 "legendFormat": "{{mountpoint}} - Free file nodes",
12249 "refId": "B",
12250 "step": 4
12251 }
12252 ],
12253 "thresholds": [],
12254 "timeFrom": null,
12255 "timeShift": null,
12256 "title": "File Nodes Free",
12257 "tooltip": {
12258 "shared": true,
12259 "sort": 0,
12260 "value_type": "individual"
12261 },
12262 "type": "graph",
12263 "xaxis": {
12264 "buckets": null,
12265 "mode": "time",
12266 "name": null,
12267 "show": true,
12268 "values": []
12269 },
12270 "yaxes": [
12271 {
12272 "format": "short",
12273 "label": "File Nodes",
12274 "logBase": 1,
12275 "max": null,
12276 "min": "0",
12277 "show": true
12278 },
12279 {
12280 "format": "short",
12281 "label": null,
12282 "logBase": 1,
12283 "max": null,
12284 "min": null,
12285 "show": false
12286 }
12287 ]
12288 },
12289 {
12290 "aliasColors": {},
12291 "bars": false,
12292 "dashLength": 10,
12293 "dashes": false,
12294 "datasource": "Prometheus",
12295 "description": "",
12296 "fill": 2,
12297 "gridPos": {
12298 "h": 10,
12299 "w": 12,
12300 "x": 0,
12301 "y": 438
12302 },
12303 "id": 28,
12304 "legend": {
12305 "alignAsTable": true,
12306 "avg": true,
12307 "current": true,
12308 "max": true,
12309 "min": true,
12310 "show": true,
12311 "total": false,
12312 "values": true
12313 },
12314 "lines": true,
12315 "linewidth": 1,
12316 "links": [],
12317 "maxPerRow": 6,
12318 "nullPointMode": "null",
12319 "percentage": false,
12320 "pointradius": 5,
12321 "points": false,
12322 "renderer": "flot",
12323 "seriesOverrides": [],
12324 "spaceLength": 10,
12325 "stack": false,
12326 "steppedLine": false,
12327 "targets": [
12328 {
12329 "expr": "node_filefd_maximum{instance=~\"$node:$port\",job=~\"$job\"}",
12330 "format": "time_series",
12331 "intervalFactor": 4,
12332 "legendFormat": "Max open files",
12333 "refId": "A",
12334 "step": 8
12335 },
12336 {
12337 "expr": "node_filefd_allocated{instance=~\"$node:$port\",job=~\"$job\"}",
12338 "format": "time_series",
12339 "intervalFactor": 2,
12340 "legendFormat": "Open files",
12341 "refId": "B",
12342 "step": 4
12343 }
12344 ],
12345 "thresholds": [],
12346 "timeFrom": null,
12347 "timeShift": null,
12348 "title": "File Descriptor",
12349 "tooltip": {
12350 "shared": false,
12351 "sort": 0,
12352 "value_type": "individual"
12353 },
12354 "type": "graph",
12355 "xaxis": {
12356 "buckets": null,
12357 "mode": "time",
12358 "name": null,
12359 "show": true,
12360 "values": []
12361 },
12362 "yaxes": [
12363 {
12364 "format": "short",
12365 "label": "Files",
12366 "logBase": 1,
12367 "max": null,
12368 "min": "0",
12369 "show": true
12370 },
12371 {
12372 "format": "short",
12373 "label": null,
12374 "logBase": 1,
12375 "max": null,
12376 "min": null,
12377 "show": false
12378 }
12379 ]
12380 },
12381 {
12382 "aliasColors": {},
12383 "bars": false,
12384 "dashLength": 10,
12385 "dashes": false,
12386 "datasource": "Prometheus",
12387 "description": "",
12388 "fill": 2,
12389 "gridPos": {
12390 "h": 10,
12391 "w": 12,
12392 "x": 12,
12393 "y": 438
12394 },
12395 "id": 219,
12396 "legend": {
12397 "alignAsTable": true,
12398 "avg": true,
12399 "current": true,
12400 "hideZero": true,
12401 "max": true,
12402 "min": true,
12403 "rightSide": false,
12404 "show": true,
12405 "total": false,
12406 "values": true
12407 },
12408 "lines": true,
12409 "linewidth": 1,
12410 "links": [],
12411 "nullPointMode": "null",
12412 "percentage": false,
12413 "pointradius": 5,
12414 "points": false,
12415 "renderer": "flot",
12416 "seriesOverrides": [],
12417 "spaceLength": 10,
12418 "stack": false,
12419 "steppedLine": false,
12420 "targets": [
12421 {
12422 "expr": "node_filesystem_files{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12423 "format": "time_series",
12424 "hide": false,
12425 "intervalFactor": 2,
12426 "legendFormat": "{{mountpoint}} - File nodes total",
12427 "refId": "A",
12428 "step": 4
12429 }
12430 ],
12431 "thresholds": [],
12432 "timeFrom": null,
12433 "timeShift": null,
12434 "title": "File Nodes Size",
12435 "tooltip": {
12436 "shared": true,
12437 "sort": 0,
12438 "value_type": "individual"
12439 },
12440 "type": "graph",
12441 "xaxis": {
12442 "buckets": null,
12443 "mode": "time",
12444 "name": null,
12445 "show": true,
12446 "values": []
12447 },
12448 "yaxes": [
12449 {
12450 "format": "short",
12451 "label": "File Nodes",
12452 "logBase": 1,
12453 "max": null,
12454 "min": "0",
12455 "show": true
12456 },
12457 {
12458 "format": "short",
12459 "label": null,
12460 "logBase": 1,
12461 "max": null,
12462 "min": null,
12463 "show": false
12464 }
12465 ]
12466 },
12467 {
12468 "aliasColors": {
12469 "/ ReadOnly": "#890F02"
12470 },
12471 "bars": false,
12472 "dashLength": 10,
12473 "dashes": false,
12474 "datasource": "Prometheus",
12475 "decimals": null,
12476 "description": "",
12477 "fill": 2,
12478 "gridPos": {
12479 "h": 10,
12480 "w": 12,
12481 "x": 0,
12482 "y": 448
12483 },
12484 "id": 44,
12485 "legend": {
12486 "alignAsTable": true,
12487 "avg": true,
12488 "current": true,
12489 "hideEmpty": true,
12490 "hideZero": true,
12491 "max": true,
12492 "min": true,
12493 "rightSide": false,
12494 "show": true,
12495 "total": false,
12496 "values": true
12497 },
12498 "lines": true,
12499 "linewidth": 1,
12500 "links": [],
12501 "maxPerRow": 6,
12502 "nullPointMode": "null",
12503 "percentage": false,
12504 "pointradius": 5,
12505 "points": false,
12506 "renderer": "flot",
12507 "seriesOverrides": [],
12508 "spaceLength": 10,
12509 "stack": true,
12510 "steppedLine": false,
12511 "targets": [
12512 {
12513 "expr": "node_filesystem_readonly{instance=~\"$node:$port\",job=~\"$job\",device!~'rootfs'}",
12514 "format": "time_series",
12515 "intervalFactor": 2,
12516 "legendFormat": "{{mountpoint}} - ReadOnly",
12517 "refId": "C",
12518 "step": 4
12519 }
12520 ],
12521 "thresholds": [],
12522 "timeFrom": null,
12523 "timeShift": null,
12524 "title": "Filesystem in ReadOnly",
12525 "tooltip": {
12526 "shared": true,
12527 "sort": 0,
12528 "value_type": "individual"
12529 },
12530 "type": "graph",
12531 "xaxis": {
12532 "buckets": null,
12533 "mode": "time",
12534 "name": null,
12535 "show": true,
12536 "values": []
12537 },
12538 "yaxes": [
12539 {
12540 "format": "short",
12541 "label": "Read Only",
12542 "logBase": 1,
12543 "max": "1",
12544 "min": "0",
12545 "show": true
12546 },
12547 {
12548 "format": "short",
12549 "label": null,
12550 "logBase": 1,
12551 "max": null,
12552 "min": null,
12553 "show": false
12554 }
12555 ]
12556 }
12557 ],
12558 "repeat": null,
12559 "title": "Filesystem Detail",
12560 "type": "row"
12561 },
12562 {
12563 "collapsed": true,
12564 "datasource": null,
12565 "fieldConfig": {
12566 "defaults": {},
12567 "overrides": []
12568 },
12569 "gridPos": {
12570 "h": 1,
12571 "w": 24,
12572 "x": 0,
12573 "y": 32
12574 },
12575 "id": 272,
12576 "panels": [
12577 {
12578 "aliasColors": {
12579 "receive_packets_eth0": "#7EB26D",
12580 "receive_packets_lo": "#E24D42",
12581 "transmit_packets_eth0": "#7EB26D",
12582 "transmit_packets_lo": "#E24D42"
12583 },
12584 "bars": false,
12585 "dashLength": 10,
12586 "dashes": false,
12587 "datasource": "Prometheus",
12588 "fill": 2,
12589 "gridPos": {
12590 "h": 10,
12591 "w": 12,
12592 "x": 0,
12593 "y": 449
12594 },
12595 "id": 60,
12596 "legend": {
12597 "alignAsTable": true,
12598 "avg": true,
12599 "current": true,
12600 "max": true,
12601 "min": true,
12602 "rightSide": false,
12603 "show": true,
12604 "sideWidth": 300,
12605 "total": false,
12606 "values": true
12607 },
12608 "lines": true,
12609 "linewidth": 1,
12610 "links": [],
12611 "nullPointMode": "null",
12612 "percentage": false,
12613 "pointradius": 5,
12614 "points": false,
12615 "renderer": "flot",
12616 "seriesOverrides": [
12617 {
12618 "alias": "/.*Trans.*/",
12619 "transform": "negative-Y"
12620 },
12621 {
12622 "alias": "/.*lo.*/",
12623 "color": "#7EB26D"
12624 },
12625 {
12626 "alias": "/.*eth0.*/",
12627 "color": "#EAB839"
12628 },
12629 {
12630 "alias": "/.*eth1.*/",
12631 "color": "#6ED0E0"
12632 },
12633 {
12634 "alias": "/.*eth2.*/",
12635 "color": "#EF843C"
12636 },
12637 {
12638 "alias": "/.*eth3.*/",
12639 "color": "#E24D42"
12640 },
12641 {
12642 "alias": "/.*eth4.*/",
12643 "color": "#1F78C1"
12644 },
12645 {
12646 "alias": "/.*eth5.*/",
12647 "color": "#BA43A9"
12648 }
12649 ],
12650 "spaceLength": 10,
12651 "stack": false,
12652 "steppedLine": false,
12653 "targets": [
12654 {
12655 "expr": "irate(node_network_receive_packets_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12656 "format": "time_series",
12657 "intervalFactor": 2,
12658 "legendFormat": "{{device}} - Receive",
12659 "refId": "O",
12660 "step": 4
12661 },
12662 {
12663 "expr": "irate(node_network_transmit_packets_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12664 "format": "time_series",
12665 "intervalFactor": 2,
12666 "legendFormat": "{{device}} - Transmit",
12667 "refId": "P",
12668 "step": 4
12669 }
12670 ],
12671 "thresholds": [],
12672 "timeFrom": null,
12673 "timeShift": null,
12674 "title": "Network Traffic by Packets",
12675 "tooltip": {
12676 "shared": true,
12677 "sort": 0,
12678 "value_type": "individual"
12679 },
12680 "type": "graph",
12681 "xaxis": {
12682 "buckets": null,
12683 "mode": "time",
12684 "name": null,
12685 "show": true,
12686 "values": []
12687 },
12688 "yaxes": [
12689 {
12690 "format": "pps",
12691 "label": "Packets out (-) / in (+)",
12692 "logBase": 1,
12693 "max": null,
12694 "min": null,
12695 "show": true
12696 },
12697 {
12698 "format": "short",
12699 "label": null,
12700 "logBase": 1,
12701 "max": null,
12702 "min": null,
12703 "show": false
12704 }
12705 ]
12706 },
12707 {
12708 "aliasColors": {},
12709 "bars": false,
12710 "dashLength": 10,
12711 "dashes": false,
12712 "datasource": "Prometheus",
12713 "fill": 2,
12714 "gridPos": {
12715 "h": 10,
12716 "w": 12,
12717 "x": 12,
12718 "y": 449
12719 },
12720 "id": 142,
12721 "legend": {
12722 "alignAsTable": true,
12723 "avg": true,
12724 "current": true,
12725 "hideEmpty": false,
12726 "hideZero": false,
12727 "max": true,
12728 "min": true,
12729 "rightSide": false,
12730 "show": true,
12731 "sideWidth": 300,
12732 "sort": "current",
12733 "sortDesc": true,
12734 "total": false,
12735 "values": true
12736 },
12737 "lines": true,
12738 "linewidth": 1,
12739 "links": [],
12740 "nullPointMode": "null",
12741 "percentage": false,
12742 "pointradius": 5,
12743 "points": false,
12744 "renderer": "flot",
12745 "seriesOverrides": [
12746 {
12747 "alias": "/.*Trans.*/",
12748 "transform": "negative-Y"
12749 },
12750 {
12751 "alias": "/.*lo.*.errors.*/",
12752 "color": "#7EB26D"
12753 },
12754 {
12755 "alias": "/.*eth0.*.errors.*/",
12756 "color": "#EAB839"
12757 },
12758 {
12759 "alias": "/.*eth1.*.errors.*/",
12760 "color": "#6ED0E0"
12761 },
12762 {
12763 "alias": "/.*eth2.*.errors.*/",
12764 "color": "#EF843C"
12765 },
12766 {
12767 "alias": "/.*eth3.*.errors.*/",
12768 "color": "#E24D42"
12769 },
12770 {
12771 "alias": "/.*eth4.*.errors.*/",
12772 "color": "#1F78C1"
12773 },
12774 {
12775 "alias": "/.*eth5.*.errors.*/",
12776 "color": "#BA43A9"
12777 }
12778 ],
12779 "spaceLength": 10,
12780 "stack": false,
12781 "steppedLine": false,
12782 "targets": [
12783 {
12784 "expr": "irate(node_network_receive_errs_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12785 "format": "time_series",
12786 "intervalFactor": 2,
12787 "legendFormat": "{{device}} - Receive errors",
12788 "refId": "E",
12789 "step": 4
12790 },
12791 {
12792 "expr": "irate(node_network_transmit_errs_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12793 "format": "time_series",
12794 "intervalFactor": 2,
12795 "legendFormat": "{{device}} - Rransmit errors",
12796 "refId": "F",
12797 "step": 4
12798 }
12799 ],
12800 "thresholds": [],
12801 "timeFrom": null,
12802 "timeShift": null,
12803 "title": "Network Traffic Errors",
12804 "tooltip": {
12805 "shared": true,
12806 "sort": 0,
12807 "value_type": "individual"
12808 },
12809 "type": "graph",
12810 "xaxis": {
12811 "buckets": null,
12812 "mode": "time",
12813 "name": null,
12814 "show": true,
12815 "values": []
12816 },
12817 "yaxes": [
12818 {
12819 "format": "pps",
12820 "label": "Packets out (-) / in (+)",
12821 "logBase": 1,
12822 "max": null,
12823 "min": null,
12824 "show": true
12825 },
12826 {
12827 "format": "short",
12828 "label": null,
12829 "logBase": 1,
12830 "max": null,
12831 "min": null,
12832 "show": false
12833 }
12834 ]
12835 },
12836 {
12837 "aliasColors": {},
12838 "bars": false,
12839 "dashLength": 10,
12840 "dashes": false,
12841 "datasource": "Prometheus",
12842 "fill": 2,
12843 "gridPos": {
12844 "h": 10,
12845 "w": 12,
12846 "x": 0,
12847 "y": 459
12848 },
12849 "id": 143,
12850 "legend": {
12851 "alignAsTable": true,
12852 "avg": true,
12853 "current": true,
12854 "hideEmpty": false,
12855 "hideZero": false,
12856 "max": true,
12857 "min": true,
12858 "rightSide": false,
12859 "show": true,
12860 "sideWidth": 300,
12861 "sort": "current",
12862 "sortDesc": true,
12863 "total": false,
12864 "values": true
12865 },
12866 "lines": true,
12867 "linewidth": 1,
12868 "links": [],
12869 "nullPointMode": "null",
12870 "percentage": false,
12871 "pointradius": 5,
12872 "points": false,
12873 "renderer": "flot",
12874 "seriesOverrides": [
12875 {
12876 "alias": "/.*Trans.*/",
12877 "transform": "negative-Y"
12878 },
12879 {
12880 "alias": "/.*lo.*.drop.*/",
12881 "color": "#7EB26D"
12882 },
12883 {
12884 "alias": "/.*eth0.*.drop.*/",
12885 "color": "#EAB839"
12886 },
12887 {
12888 "alias": "/.*eth1.*.drop.*/",
12889 "color": "#6ED0E0"
12890 },
12891 {
12892 "alias": "/.*eth2.*.drop.*/",
12893 "color": "#EF843C"
12894 },
12895 {
12896 "alias": "/.*eth3.*.drop.*/",
12897 "color": "#E24D42"
12898 },
12899 {
12900 "alias": "/.*eth4.*.drop.*/",
12901 "color": "#1F78C1"
12902 },
12903 {
12904 "alias": "/.*eth5.*.drop.*/",
12905 "color": "#BA43A9"
12906 }
12907 ],
12908 "spaceLength": 10,
12909 "stack": false,
12910 "steppedLine": false,
12911 "targets": [
12912 {
12913 "expr": "irate(node_network_receive_drop_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12914 "format": "time_series",
12915 "intervalFactor": 2,
12916 "legendFormat": "{{device}} - Receive drop",
12917 "refId": "G",
12918 "step": 4
12919 },
12920 {
12921 "expr": "irate(node_network_transmit_drop_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
12922 "format": "time_series",
12923 "intervalFactor": 2,
12924 "legendFormat": "{{device}} - Transmit drop",
12925 "refId": "H",
12926 "step": 4
12927 }
12928 ],
12929 "thresholds": [],
12930 "timeFrom": null,
12931 "timeShift": null,
12932 "title": "Network Traffic Drop",
12933 "tooltip": {
12934 "shared": true,
12935 "sort": 0,
12936 "value_type": "individual"
12937 },
12938 "type": "graph",
12939 "xaxis": {
12940 "buckets": null,
12941 "mode": "time",
12942 "name": null,
12943 "show": true,
12944 "values": []
12945 },
12946 "yaxes": [
12947 {
12948 "format": "pps",
12949 "label": "Packets out (-) / in (+)",
12950 "logBase": 1,
12951 "max": null,
12952 "min": null,
12953 "show": true
12954 },
12955 {
12956 "format": "short",
12957 "label": null,
12958 "logBase": 1,
12959 "max": null,
12960 "min": null,
12961 "show": false
12962 }
12963 ]
12964 },
12965 {
12966 "aliasColors": {},
12967 "bars": false,
12968 "dashLength": 10,
12969 "dashes": false,
12970 "datasource": "Prometheus",
12971 "fill": 2,
12972 "gridPos": {
12973 "h": 10,
12974 "w": 12,
12975 "x": 12,
12976 "y": 459
12977 },
12978 "id": 141,
12979 "legend": {
12980 "alignAsTable": true,
12981 "avg": true,
12982 "current": true,
12983 "hideEmpty": false,
12984 "hideZero": false,
12985 "max": true,
12986 "min": true,
12987 "rightSide": false,
12988 "show": true,
12989 "sideWidth": 300,
12990 "sort": "current",
12991 "sortDesc": true,
12992 "total": false,
12993 "values": true
12994 },
12995 "lines": true,
12996 "linewidth": 1,
12997 "links": [],
12998 "nullPointMode": "null",
12999 "percentage": false,
13000 "pointradius": 5,
13001 "points": false,
13002 "renderer": "flot",
13003 "seriesOverrides": [
13004 {
13005 "alias": "/.*Trans.*/",
13006 "transform": "negative-Y"
13007 },
13008 {
13009 "alias": "/.*lo.*.compressed.*/",
13010 "color": "#7EB26D"
13011 },
13012 {
13013 "alias": "/.*eth0.*.compressed.*/",
13014 "color": "#EAB839"
13015 },
13016 {
13017 "alias": "/.*eth1.*.compressed.*/",
13018 "color": "#6ED0E0"
13019 },
13020 {
13021 "alias": "/.*eth2.*.compressed.*/",
13022 "color": "#EF843C"
13023 },
13024 {
13025 "alias": "/.*eth3.*.compressed.*/",
13026 "color": "#E24D42"
13027 },
13028 {
13029 "alias": "/.*eth4.*.compressed.*/",
13030 "color": "#1F78C1"
13031 },
13032 {
13033 "alias": "/.*eth5.*.compressed.*/",
13034 "color": "#BA43A9"
13035 }
13036 ],
13037 "spaceLength": 10,
13038 "stack": false,
13039 "steppedLine": false,
13040 "targets": [
13041 {
13042 "expr": "irate(node_network_receive_compressed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13043 "format": "time_series",
13044 "intervalFactor": 2,
13045 "legendFormat": "{{device}} - Receive compressed",
13046 "refId": "C",
13047 "step": 4
13048 },
13049 {
13050 "expr": "irate(node_network_transmit_compressed_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13051 "format": "time_series",
13052 "intervalFactor": 2,
13053 "legendFormat": "{{device}} - Transmit compressed",
13054 "refId": "D",
13055 "step": 4
13056 }
13057 ],
13058 "thresholds": [],
13059 "timeFrom": null,
13060 "timeShift": null,
13061 "title": "Network Traffic Compressed",
13062 "tooltip": {
13063 "shared": true,
13064 "sort": 0,
13065 "value_type": "individual"
13066 },
13067 "type": "graph",
13068 "xaxis": {
13069 "buckets": null,
13070 "mode": "time",
13071 "name": null,
13072 "show": true,
13073 "values": []
13074 },
13075 "yaxes": [
13076 {
13077 "format": "pps",
13078 "label": "Packets out (-) / in (+)",
13079 "logBase": 1,
13080 "max": null,
13081 "min": null,
13082 "show": true
13083 },
13084 {
13085 "format": "short",
13086 "label": null,
13087 "logBase": 1,
13088 "max": null,
13089 "min": null,
13090 "show": false
13091 }
13092 ]
13093 },
13094 {
13095 "aliasColors": {},
13096 "bars": false,
13097 "dashLength": 10,
13098 "dashes": false,
13099 "datasource": "Prometheus",
13100 "fill": 2,
13101 "gridPos": {
13102 "h": 10,
13103 "w": 12,
13104 "x": 0,
13105 "y": 469
13106 },
13107 "id": 146,
13108 "legend": {
13109 "alignAsTable": true,
13110 "avg": true,
13111 "current": true,
13112 "hideEmpty": false,
13113 "hideZero": false,
13114 "max": true,
13115 "min": true,
13116 "rightSide": false,
13117 "show": true,
13118 "sideWidth": 300,
13119 "sort": "current",
13120 "sortDesc": true,
13121 "total": false,
13122 "values": true
13123 },
13124 "lines": true,
13125 "linewidth": 1,
13126 "links": [],
13127 "nullPointMode": "null",
13128 "percentage": false,
13129 "pointradius": 5,
13130 "points": false,
13131 "renderer": "flot",
13132 "seriesOverrides": [
13133 {
13134 "alias": "/.*Trans.*/",
13135 "transform": "negative-Y"
13136 },
13137 {
13138 "alias": "/.*lo.*.multicast.*/",
13139 "color": "#7EB26D"
13140 },
13141 {
13142 "alias": "/.*eth0.*.multicast.*/",
13143 "color": "#EAB839"
13144 },
13145 {
13146 "alias": "/.*eth1.*.multicast.*/",
13147 "color": "#6ED0E0"
13148 },
13149 {
13150 "alias": "/.*eth2.*.multicast.*/",
13151 "color": "#EF843C"
13152 },
13153 {
13154 "alias": "/.*eth3.*.multicast.*/",
13155 "color": "#E24D42"
13156 },
13157 {
13158 "alias": "/.*eth4.*.multicast.*/",
13159 "color": "#1F78C1"
13160 },
13161 {
13162 "alias": "/.*eth5.*.multicast.*/",
13163 "color": "#BA43A9"
13164 }
13165 ],
13166 "spaceLength": 10,
13167 "stack": false,
13168 "steppedLine": false,
13169 "targets": [
13170 {
13171 "expr": "irate(node_network_receive_multicast_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13172 "format": "time_series",
13173 "intervalFactor": 2,
13174 "legendFormat": "{{device}} - Receive multicast",
13175 "refId": "M",
13176 "step": 4
13177 }
13178 ],
13179 "thresholds": [],
13180 "timeFrom": null,
13181 "timeShift": null,
13182 "title": "Network Traffic Multicast",
13183 "tooltip": {
13184 "shared": true,
13185 "sort": 0,
13186 "value_type": "individual"
13187 },
13188 "type": "graph",
13189 "xaxis": {
13190 "buckets": null,
13191 "mode": "time",
13192 "name": null,
13193 "show": true,
13194 "values": []
13195 },
13196 "yaxes": [
13197 {
13198 "format": "pps",
13199 "label": "Packets out (-) / in (+)",
13200 "logBase": 1,
13201 "max": null,
13202 "min": null,
13203 "show": true
13204 },
13205 {
13206 "format": "short",
13207 "label": null,
13208 "logBase": 1,
13209 "max": null,
13210 "min": null,
13211 "show": false
13212 }
13213 ]
13214 },
13215 {
13216 "aliasColors": {},
13217 "bars": false,
13218 "dashLength": 10,
13219 "dashes": false,
13220 "datasource": "Prometheus",
13221 "fill": 2,
13222 "gridPos": {
13223 "h": 10,
13224 "w": 12,
13225 "x": 12,
13226 "y": 469
13227 },
13228 "id": 144,
13229 "legend": {
13230 "alignAsTable": true,
13231 "avg": true,
13232 "current": true,
13233 "hideEmpty": false,
13234 "hideZero": false,
13235 "max": true,
13236 "min": true,
13237 "rightSide": false,
13238 "show": true,
13239 "sideWidth": 300,
13240 "sort": "current",
13241 "sortDesc": true,
13242 "total": false,
13243 "values": true
13244 },
13245 "lines": true,
13246 "linewidth": 1,
13247 "links": [],
13248 "nullPointMode": "null",
13249 "percentage": false,
13250 "pointradius": 5,
13251 "points": false,
13252 "renderer": "flot",
13253 "seriesOverrides": [
13254 {
13255 "alias": "/.*Trans.*/",
13256 "transform": "negative-Y"
13257 },
13258 {
13259 "alias": "/.*lo.*.fifo.*/",
13260 "color": "#7EB26D"
13261 },
13262 {
13263 "alias": "/.*eth0.*.fifo.*/",
13264 "color": "#EAB839"
13265 },
13266 {
13267 "alias": "/.*eth1.*.fifo.*/",
13268 "color": "#6ED0E0"
13269 },
13270 {
13271 "alias": "/.*eth2.*.fifo.*/",
13272 "color": "#EF843C"
13273 },
13274 {
13275 "alias": "/.*eth3.*.fifo.*/",
13276 "color": "#E24D42"
13277 },
13278 {
13279 "alias": "/.*eth4.*.fifo.*/",
13280 "color": "#1F78C1"
13281 },
13282 {
13283 "alias": "/.*eth5.*.fifo.*/",
13284 "color": "#BA43A9"
13285 }
13286 ],
13287 "spaceLength": 10,
13288 "stack": false,
13289 "steppedLine": false,
13290 "targets": [
13291 {
13292 "expr": "irate(node_network_receive_fifo_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13293 "format": "time_series",
13294 "intervalFactor": 2,
13295 "legendFormat": "{{device}} - Receive fifo",
13296 "refId": "I",
13297 "step": 4
13298 },
13299 {
13300 "expr": "irate(node_network_transmit_fifo_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13301 "format": "time_series",
13302 "intervalFactor": 2,
13303 "legendFormat": "{{device}} - Transmit fifo",
13304 "refId": "J",
13305 "step": 4
13306 }
13307 ],
13308 "thresholds": [],
13309 "timeFrom": null,
13310 "timeShift": null,
13311 "title": "Network Traffic Fifo",
13312 "tooltip": {
13313 "shared": true,
13314 "sort": 0,
13315 "value_type": "individual"
13316 },
13317 "type": "graph",
13318 "xaxis": {
13319 "buckets": null,
13320 "mode": "time",
13321 "name": null,
13322 "show": true,
13323 "values": []
13324 },
13325 "yaxes": [
13326 {
13327 "format": "pps",
13328 "label": "Packets out (-) / in (+)",
13329 "logBase": 1,
13330 "max": null,
13331 "min": null,
13332 "show": true
13333 },
13334 {
13335 "format": "short",
13336 "label": null,
13337 "logBase": 1,
13338 "max": null,
13339 "min": null,
13340 "show": false
13341 }
13342 ]
13343 },
13344 {
13345 "aliasColors": {},
13346 "bars": false,
13347 "dashLength": 10,
13348 "dashes": false,
13349 "datasource": "Prometheus",
13350 "fill": 2,
13351 "gridPos": {
13352 "h": 10,
13353 "w": 12,
13354 "x": 0,
13355 "y": 479
13356 },
13357 "id": 145,
13358 "legend": {
13359 "alignAsTable": true,
13360 "avg": true,
13361 "current": true,
13362 "hideEmpty": false,
13363 "hideZero": false,
13364 "max": true,
13365 "min": true,
13366 "rightSide": false,
13367 "show": true,
13368 "sideWidth": 300,
13369 "sort": "current",
13370 "sortDesc": true,
13371 "total": false,
13372 "values": true
13373 },
13374 "lines": true,
13375 "linewidth": 1,
13376 "links": [],
13377 "nullPointMode": "null",
13378 "percentage": false,
13379 "pointradius": 5,
13380 "points": false,
13381 "renderer": "flot",
13382 "seriesOverrides": [
13383 {
13384 "alias": "/.*Trans.*/",
13385 "transform": "negative-Y"
13386 },
13387 {
13388 "alias": "/.*lo.*.frame.*/",
13389 "color": "#7EB26D"
13390 },
13391 {
13392 "alias": "/.*eth0.*.frame.*/",
13393 "color": "#EAB839"
13394 },
13395 {
13396 "alias": "/.*eth1.*.frame.*/",
13397 "color": "#6ED0E0"
13398 },
13399 {
13400 "alias": "/.*eth2.*.frame.*/",
13401 "color": "#EF843C"
13402 },
13403 {
13404 "alias": "/.*eth3.*.frame.*/",
13405 "color": "#E24D42"
13406 },
13407 {
13408 "alias": "/.*eth4.*.frame.*/",
13409 "color": "#1F78C1"
13410 },
13411 {
13412 "alias": "/.*eth5.*.frame.*/",
13413 "color": "#BA43A9"
13414 }
13415 ],
13416 "spaceLength": 10,
13417 "stack": false,
13418 "steppedLine": false,
13419 "targets": [
13420 {
13421 "expr": "irate(node_network_receive_frame_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13422 "format": "time_series",
13423 "hide": false,
13424 "intervalFactor": 2,
13425 "legendFormat": "{{device}} - Receive frame",
13426 "refId": "K",
13427 "step": 4
13428 }
13429 ],
13430 "thresholds": [],
13431 "timeFrom": null,
13432 "timeShift": null,
13433 "title": "Network Traffic Frame",
13434 "tooltip": {
13435 "shared": true,
13436 "sort": 0,
13437 "value_type": "individual"
13438 },
13439 "type": "graph",
13440 "xaxis": {
13441 "buckets": null,
13442 "mode": "time",
13443 "name": null,
13444 "show": true,
13445 "values": []
13446 },
13447 "yaxes": [
13448 {
13449 "format": "pps",
13450 "label": "Packets out (-) / in (+)",
13451 "logBase": 1,
13452 "max": null,
13453 "min": null,
13454 "show": true
13455 },
13456 {
13457 "format": "short",
13458 "label": null,
13459 "logBase": 1,
13460 "max": null,
13461 "min": null,
13462 "show": false
13463 }
13464 ]
13465 },
13466 {
13467 "aliasColors": {},
13468 "bars": false,
13469 "dashLength": 10,
13470 "dashes": false,
13471 "datasource": "Prometheus",
13472 "fill": 2,
13473 "gridPos": {
13474 "h": 10,
13475 "w": 12,
13476 "x": 12,
13477 "y": 479
13478 },
13479 "id": 231,
13480 "legend": {
13481 "alignAsTable": true,
13482 "avg": true,
13483 "current": true,
13484 "hideEmpty": false,
13485 "hideZero": false,
13486 "max": true,
13487 "min": true,
13488 "rightSide": false,
13489 "show": true,
13490 "sideWidth": 300,
13491 "sort": "current",
13492 "sortDesc": true,
13493 "total": false,
13494 "values": true
13495 },
13496 "lines": true,
13497 "linewidth": 1,
13498 "links": [],
13499 "nullPointMode": "null",
13500 "percentage": false,
13501 "pointradius": 5,
13502 "points": false,
13503 "renderer": "flot",
13504 "seriesOverrides": [
13505 {
13506 "alias": "/.*Trans.*/",
13507 "transform": "negative-Y"
13508 },
13509 {
13510 "alias": "/.*lo.*.carrier.*/",
13511 "color": "#7EB26D"
13512 },
13513 {
13514 "alias": "/.*eth0.*.carrier.*/",
13515 "color": "#EAB839"
13516 },
13517 {
13518 "alias": "/.*eth1.*.carrier.*/",
13519 "color": "#6ED0E0"
13520 },
13521 {
13522 "alias": "/.*eth2.*.carrier.*/",
13523 "color": "#EF843C"
13524 }
13525 ],
13526 "spaceLength": 10,
13527 "stack": false,
13528 "steppedLine": false,
13529 "targets": [
13530 {
13531 "expr": "irate(node_network_transmit_carrier_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13532 "format": "time_series",
13533 "intervalFactor": 2,
13534 "legendFormat": "{{device}} - Statistic transmit_carrier",
13535 "refId": "C",
13536 "step": 4
13537 }
13538 ],
13539 "thresholds": [],
13540 "timeFrom": null,
13541 "timeShift": null,
13542 "title": "Network Traffic Carrier",
13543 "tooltip": {
13544 "shared": true,
13545 "sort": 0,
13546 "value_type": "individual"
13547 },
13548 "type": "graph",
13549 "xaxis": {
13550 "buckets": null,
13551 "mode": "time",
13552 "name": null,
13553 "show": true,
13554 "values": []
13555 },
13556 "yaxes": [
13557 {
13558 "format": "short",
13559 "label": "Counter",
13560 "logBase": 1,
13561 "max": null,
13562 "min": null,
13563 "show": true
13564 },
13565 {
13566 "format": "short",
13567 "label": null,
13568 "logBase": 1,
13569 "max": null,
13570 "min": null,
13571 "show": false
13572 }
13573 ]
13574 },
13575 {
13576 "aliasColors": {},
13577 "bars": false,
13578 "dashLength": 10,
13579 "dashes": false,
13580 "datasource": "Prometheus",
13581 "fill": 2,
13582 "gridPos": {
13583 "h": 10,
13584 "w": 12,
13585 "x": 0,
13586 "y": 489
13587 },
13588 "id": 232,
13589 "legend": {
13590 "alignAsTable": true,
13591 "avg": true,
13592 "current": true,
13593 "hideEmpty": false,
13594 "hideZero": false,
13595 "max": true,
13596 "min": true,
13597 "rightSide": false,
13598 "show": true,
13599 "sideWidth": 300,
13600 "sort": "current",
13601 "sortDesc": true,
13602 "total": false,
13603 "values": true
13604 },
13605 "lines": true,
13606 "linewidth": 1,
13607 "links": [],
13608 "nullPointMode": "null",
13609 "percentage": false,
13610 "pointradius": 5,
13611 "points": false,
13612 "renderer": "flot",
13613 "seriesOverrides": [
13614 {
13615 "alias": "/.*Trans.*/",
13616 "transform": "negative-Y"
13617 },
13618 {
13619 "alias": "/.*lo.*.carrier.*/",
13620 "color": "#7EB26D"
13621 },
13622 {
13623 "alias": "/.*eth0.*.carrier.*/",
13624 "color": "#EAB839"
13625 },
13626 {
13627 "alias": "/.*eth1.*.carrier.*/",
13628 "color": "#6ED0E0"
13629 },
13630 {
13631 "alias": "/.*eth2.*.carrier.*/",
13632 "color": "#EF843C"
13633 }
13634 ],
13635 "spaceLength": 10,
13636 "stack": false,
13637 "steppedLine": false,
13638 "targets": [
13639 {
13640 "expr": "irate(node_network_transmit_colls_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
13641 "format": "time_series",
13642 "intervalFactor": 2,
13643 "legendFormat": "{{device}} - Transmit colls",
13644 "refId": "C",
13645 "step": 4
13646 }
13647 ],
13648 "thresholds": [],
13649 "timeFrom": null,
13650 "timeShift": null,
13651 "title": "Network Traffic Colls",
13652 "tooltip": {
13653 "shared": true,
13654 "sort": 0,
13655 "value_type": "individual"
13656 },
13657 "type": "graph",
13658 "xaxis": {
13659 "buckets": null,
13660 "mode": "time",
13661 "name": null,
13662 "show": true,
13663 "values": []
13664 },
13665 "yaxes": [
13666 {
13667 "format": "short",
13668 "label": "Counter",
13669 "logBase": 1,
13670 "max": null,
13671 "min": null,
13672 "show": true
13673 },
13674 {
13675 "format": "short",
13676 "label": null,
13677 "logBase": 1,
13678 "max": null,
13679 "min": null,
13680 "show": false
13681 }
13682 ]
13683 },
13684 {
13685 "aliasColors": {},
13686 "bars": false,
13687 "dashLength": 10,
13688 "dashes": false,
13689 "datasource": "Prometheus",
13690 "fill": 2,
13691 "gridPos": {
13692 "h": 10,
13693 "w": 12,
13694 "x": 12,
13695 "y": 489
13696 },
13697 "id": 61,
13698 "legend": {
13699 "alignAsTable": true,
13700 "avg": true,
13701 "current": true,
13702 "max": true,
13703 "min": true,
13704 "rightSide": false,
13705 "show": true,
13706 "total": false,
13707 "values": true
13708 },
13709 "lines": true,
13710 "linewidth": 1,
13711 "links": [],
13712 "nullPointMode": "null",
13713 "percentage": false,
13714 "pointradius": 5,
13715 "points": false,
13716 "renderer": "flot",
13717 "seriesOverrides": [
13718 {
13719 "alias": "NF conntrack limit",
13720 "color": "#890F02",
13721 "fill": 0
13722 }
13723 ],
13724 "spaceLength": 10,
13725 "stack": false,
13726 "steppedLine": false,
13727 "targets": [
13728 {
13729 "expr": "node_nf_conntrack_entries{instance=~\"$node:$port\",job=~\"$job\"}",
13730 "format": "time_series",
13731 "intervalFactor": 2,
13732 "legendFormat": "NF conntrack entries",
13733 "refId": "O",
13734 "step": 4
13735 },
13736 {
13737 "expr": "node_nf_conntrack_entries_limit{instance=~\"$node:$port\",job=~\"$job\"}",
13738 "format": "time_series",
13739 "intervalFactor": 2,
13740 "legendFormat": "NF conntrack limit",
13741 "refId": "P",
13742 "step": 4
13743 }
13744 ],
13745 "thresholds": [],
13746 "timeFrom": null,
13747 "timeShift": null,
13748 "title": "NF Contrack",
13749 "tooltip": {
13750 "shared": true,
13751 "sort": 0,
13752 "value_type": "individual"
13753 },
13754 "type": "graph",
13755 "xaxis": {
13756 "buckets": null,
13757 "mode": "time",
13758 "name": null,
13759 "show": true,
13760 "values": []
13761 },
13762 "yaxes": [
13763 {
13764 "format": "short",
13765 "label": "Entries",
13766 "logBase": 1,
13767 "max": null,
13768 "min": "0",
13769 "show": true
13770 },
13771 {
13772 "format": "short",
13773 "label": null,
13774 "logBase": 1,
13775 "max": null,
13776 "min": null,
13777 "show": false
13778 }
13779 ]
13780 },
13781 {
13782 "aliasColors": {},
13783 "bars": false,
13784 "dashLength": 10,
13785 "dashes": false,
13786 "datasource": "Prometheus",
13787 "fill": 2,
13788 "gridPos": {
13789 "h": 10,
13790 "w": 12,
13791 "x": 0,
13792 "y": 499
13793 },
13794 "id": 230,
13795 "legend": {
13796 "alignAsTable": true,
13797 "avg": true,
13798 "current": true,
13799 "max": true,
13800 "min": true,
13801 "rightSide": false,
13802 "show": true,
13803 "total": false,
13804 "values": true
13805 },
13806 "lines": true,
13807 "linewidth": 1,
13808 "links": [],
13809 "nullPointMode": "null",
13810 "percentage": false,
13811 "pointradius": 5,
13812 "points": false,
13813 "renderer": "flot",
13814 "seriesOverrides": [],
13815 "spaceLength": 10,
13816 "stack": false,
13817 "steppedLine": false,
13818 "targets": [
13819 {
13820 "expr": "node_arp_entries{instance=~\"$node:$port\",job=~\"$job\"}",
13821 "format": "time_series",
13822 "intervalFactor": 2,
13823 "legendFormat": "{{ device }} - ARP entries",
13824 "refId": "O",
13825 "step": 4
13826 }
13827 ],
13828 "thresholds": [],
13829 "timeFrom": null,
13830 "timeShift": null,
13831 "title": "ARP Entries",
13832 "tooltip": {
13833 "shared": true,
13834 "sort": 0,
13835 "value_type": "individual"
13836 },
13837 "type": "graph",
13838 "xaxis": {
13839 "buckets": null,
13840 "mode": "time",
13841 "name": null,
13842 "show": true,
13843 "values": []
13844 },
13845 "yaxes": [
13846 {
13847 "format": "short",
13848 "label": "Entries",
13849 "logBase": 1,
13850 "max": null,
13851 "min": "0",
13852 "show": true
13853 },
13854 {
13855 "format": "short",
13856 "label": null,
13857 "logBase": 1,
13858 "max": null,
13859 "min": null,
13860 "show": false
13861 }
13862 ]
13863 }
13864 ],
13865 "repeat": null,
13866 "title": "Network Traffic Detail",
13867 "type": "row"
13868 },
13869 {
13870 "collapsed": true,
13871 "datasource": null,
13872 "fieldConfig": {
13873 "defaults": {},
13874 "overrides": []
13875 },
13876 "gridPos": {
13877 "h": 1,
13878 "w": 24,
13879 "x": 0,
13880 "y": 33
13881 },
13882 "id": 273,
13883 "panels": [
13884 {
13885 "aliasColors": {},
13886 "bars": false,
13887 "dashLength": 10,
13888 "dashes": false,
13889 "datasource": "Prometheus",
13890 "fill": 2,
13891 "gridPos": {
13892 "h": 10,
13893 "w": 12,
13894 "x": 0,
13895 "y": 500
13896 },
13897 "id": 63,
13898 "legend": {
13899 "alignAsTable": true,
13900 "avg": true,
13901 "current": true,
13902 "hideEmpty": false,
13903 "hideZero": false,
13904 "max": true,
13905 "min": true,
13906 "rightSide": false,
13907 "show": true,
13908 "sideWidth": 300,
13909 "total": false,
13910 "values": true
13911 },
13912 "lines": true,
13913 "linewidth": 1,
13914 "links": [],
13915 "nullPointMode": "null",
13916 "percentage": false,
13917 "pointradius": 5,
13918 "points": false,
13919 "renderer": "flot",
13920 "seriesOverrides": [],
13921 "spaceLength": 10,
13922 "stack": false,
13923 "steppedLine": false,
13924 "targets": [
13925 {
13926 "expr": "node_sockstat_TCP_alloc{instance=~\"$node:$port\",job=~\"$job\"}",
13927 "format": "time_series",
13928 "intervalFactor": 2,
13929 "legendFormat": "TCP_alloc - Allocated sockets",
13930 "refId": "D",
13931 "step": 240
13932 },
13933 {
13934 "expr": "node_sockstat_TCP_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
13935 "format": "time_series",
13936 "intervalFactor": 2,
13937 "legendFormat": "TCP_inuse - Tcp sockets currently in use",
13938 "refId": "E",
13939 "step": 240
13940 },
13941 {
13942 "expr": "node_sockstat_TCP_mem{instance=~\"$node:$port\",job=~\"$job\"}",
13943 "format": "time_series",
13944 "intervalFactor": 2,
13945 "legendFormat": "TCP_mem - Used memory for tcp",
13946 "refId": "F",
13947 "step": 240
13948 },
13949 {
13950 "expr": "node_sockstat_TCP_orphan{instance=~\"$node:$port\",job=~\"$job\"}",
13951 "format": "time_series",
13952 "intervalFactor": 2,
13953 "legendFormat": "TCP_orphan - Orphan sockets",
13954 "refId": "H",
13955 "step": 240
13956 },
13957 {
13958 "expr": "node_sockstat_TCP_tw{instance=~\"$node:$port\",job=~\"$job\"}",
13959 "format": "time_series",
13960 "intervalFactor": 2,
13961 "legendFormat": "TCP_tw - Sockets wating close",
13962 "refId": "I",
13963 "step": 240
13964 }
13965 ],
13966 "thresholds": [],
13967 "timeFrom": null,
13968 "timeShift": null,
13969 "title": "Sockstat TCP",
13970 "tooltip": {
13971 "shared": true,
13972 "sort": 0,
13973 "value_type": "individual"
13974 },
13975 "type": "graph",
13976 "xaxis": {
13977 "buckets": null,
13978 "mode": "time",
13979 "name": null,
13980 "show": true,
13981 "values": []
13982 },
13983 "yaxes": [
13984 {
13985 "format": "short",
13986 "label": "Sockets",
13987 "logBase": 1,
13988 "max": null,
13989 "min": "0",
13990 "show": true
13991 },
13992 {
13993 "format": "short",
13994 "label": null,
13995 "logBase": 1,
13996 "max": null,
13997 "min": null,
13998 "show": false
13999 }
14000 ]
14001 },
14002 {
14003 "aliasColors": {},
14004 "bars": false,
14005 "dashLength": 10,
14006 "dashes": false,
14007 "datasource": "Prometheus",
14008 "fill": 2,
14009 "gridPos": {
14010 "h": 10,
14011 "w": 12,
14012 "x": 12,
14013 "y": 500
14014 },
14015 "id": 124,
14016 "legend": {
14017 "alignAsTable": true,
14018 "avg": true,
14019 "current": true,
14020 "hideEmpty": false,
14021 "hideZero": false,
14022 "max": true,
14023 "min": true,
14024 "rightSide": false,
14025 "show": true,
14026 "sideWidth": 300,
14027 "total": false,
14028 "values": true
14029 },
14030 "lines": true,
14031 "linewidth": 1,
14032 "links": [],
14033 "nullPointMode": "null",
14034 "percentage": false,
14035 "pointradius": 5,
14036 "points": false,
14037 "renderer": "flot",
14038 "seriesOverrides": [],
14039 "spaceLength": 10,
14040 "stack": false,
14041 "steppedLine": false,
14042 "targets": [
14043 {
14044 "expr": "node_sockstat_UDPLITE_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14045 "format": "time_series",
14046 "intervalFactor": 2,
14047 "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use",
14048 "refId": "J",
14049 "step": 240
14050 },
14051 {
14052 "expr": "node_sockstat_UDP_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14053 "format": "time_series",
14054 "intervalFactor": 2,
14055 "legendFormat": "UDP_inuse - Udp sockets currently in use",
14056 "refId": "K",
14057 "step": 240
14058 },
14059 {
14060 "expr": "node_sockstat_UDP_mem{instance=~\"$node:$port\",job=~\"$job\"}",
14061 "format": "time_series",
14062 "intervalFactor": 2,
14063 "legendFormat": "UDP_mem - Used memory for udp",
14064 "refId": "L",
14065 "step": 240
14066 }
14067 ],
14068 "thresholds": [],
14069 "timeFrom": null,
14070 "timeShift": null,
14071 "title": "Sockstat UDP",
14072 "tooltip": {
14073 "shared": true,
14074 "sort": 0,
14075 "value_type": "individual"
14076 },
14077 "type": "graph",
14078 "xaxis": {
14079 "buckets": null,
14080 "mode": "time",
14081 "name": null,
14082 "show": true,
14083 "values": []
14084 },
14085 "yaxes": [
14086 {
14087 "format": "short",
14088 "label": "Sockets",
14089 "logBase": 1,
14090 "max": null,
14091 "min": "0",
14092 "show": true
14093 },
14094 {
14095 "format": "short",
14096 "label": null,
14097 "logBase": 1,
14098 "max": null,
14099 "min": null,
14100 "show": false
14101 }
14102 ]
14103 },
14104 {
14105 "aliasColors": {},
14106 "bars": false,
14107 "dashLength": 10,
14108 "dashes": false,
14109 "datasource": "Prometheus",
14110 "fill": 2,
14111 "gridPos": {
14112 "h": 10,
14113 "w": 12,
14114 "x": 0,
14115 "y": 510
14116 },
14117 "id": 126,
14118 "legend": {
14119 "alignAsTable": true,
14120 "avg": true,
14121 "current": true,
14122 "hideEmpty": false,
14123 "hideZero": false,
14124 "max": true,
14125 "min": true,
14126 "rightSide": false,
14127 "show": true,
14128 "sideWidth": 300,
14129 "total": false,
14130 "values": true
14131 },
14132 "lines": true,
14133 "linewidth": 1,
14134 "links": [],
14135 "nullPointMode": "null",
14136 "percentage": false,
14137 "pointradius": 5,
14138 "points": false,
14139 "renderer": "flot",
14140 "seriesOverrides": [],
14141 "spaceLength": 10,
14142 "stack": false,
14143 "steppedLine": false,
14144 "targets": [
14145 {
14146 "expr": "node_sockstat_sockets_used{instance=~\"$node:$port\",job=~\"$job\"}",
14147 "format": "time_series",
14148 "intervalFactor": 2,
14149 "legendFormat": "Sockets_used - Sockets currently in use",
14150 "refId": "N",
14151 "step": 240
14152 }
14153 ],
14154 "thresholds": [],
14155 "timeFrom": null,
14156 "timeShift": null,
14157 "title": "Sockstat Used",
14158 "tooltip": {
14159 "shared": true,
14160 "sort": 0,
14161 "value_type": "individual"
14162 },
14163 "type": "graph",
14164 "xaxis": {
14165 "buckets": null,
14166 "mode": "time",
14167 "name": null,
14168 "show": true,
14169 "values": []
14170 },
14171 "yaxes": [
14172 {
14173 "format": "short",
14174 "label": "Sockets",
14175 "logBase": 1,
14176 "max": null,
14177 "min": "0",
14178 "show": true
14179 },
14180 {
14181 "format": "short",
14182 "label": null,
14183 "logBase": 1,
14184 "max": null,
14185 "min": null,
14186 "show": false
14187 }
14188 ]
14189 },
14190 {
14191 "aliasColors": {},
14192 "bars": false,
14193 "dashLength": 10,
14194 "dashes": false,
14195 "datasource": "Prometheus",
14196 "fill": 2,
14197 "gridPos": {
14198 "h": 10,
14199 "w": 12,
14200 "x": 12,
14201 "y": 510
14202 },
14203 "id": 220,
14204 "legend": {
14205 "alignAsTable": true,
14206 "avg": true,
14207 "current": true,
14208 "hideEmpty": false,
14209 "hideZero": false,
14210 "max": true,
14211 "min": true,
14212 "rightSide": false,
14213 "show": true,
14214 "sideWidth": 300,
14215 "total": false,
14216 "values": true
14217 },
14218 "lines": true,
14219 "linewidth": 1,
14220 "links": [],
14221 "nullPointMode": "null",
14222 "percentage": false,
14223 "pointradius": 5,
14224 "points": false,
14225 "renderer": "flot",
14226 "seriesOverrides": [],
14227 "spaceLength": 10,
14228 "stack": false,
14229 "steppedLine": false,
14230 "targets": [
14231 {
14232 "expr": "node_sockstat_TCP_mem_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
14233 "format": "time_series",
14234 "intervalFactor": 2,
14235 "legendFormat": "TCP_mem_bytes - ",
14236 "refId": "G",
14237 "step": 240
14238 },
14239 {
14240 "expr": "node_sockstat_UDP_mem_bytes{instance=~\"$node:$port\",job=~\"$job\"}",
14241 "format": "time_series",
14242 "intervalFactor": 2,
14243 "legendFormat": "UDP_mem_bytes - ",
14244 "refId": "A",
14245 "step": 240
14246 }
14247 ],
14248 "thresholds": [],
14249 "timeFrom": null,
14250 "timeShift": null,
14251 "title": "Sockstat Memory Size",
14252 "tooltip": {
14253 "shared": true,
14254 "sort": 0,
14255 "value_type": "individual"
14256 },
14257 "type": "graph",
14258 "xaxis": {
14259 "buckets": null,
14260 "mode": "time",
14261 "name": null,
14262 "show": true,
14263 "values": []
14264 },
14265 "yaxes": [
14266 {
14267 "format": "bytes",
14268 "label": "Bytes",
14269 "logBase": 1,
14270 "max": null,
14271 "min": "0",
14272 "show": true
14273 },
14274 {
14275 "format": "short",
14276 "label": null,
14277 "logBase": 1,
14278 "max": null,
14279 "min": null,
14280 "show": false
14281 }
14282 ]
14283 },
14284 {
14285 "aliasColors": {},
14286 "bars": false,
14287 "dashLength": 10,
14288 "dashes": false,
14289 "datasource": "Prometheus",
14290 "fill": 2,
14291 "gridPos": {
14292 "h": 10,
14293 "w": 12,
14294 "x": 0,
14295 "y": 520
14296 },
14297 "id": 125,
14298 "legend": {
14299 "alignAsTable": true,
14300 "avg": true,
14301 "current": true,
14302 "hideEmpty": false,
14303 "hideZero": false,
14304 "max": true,
14305 "min": true,
14306 "rightSide": false,
14307 "show": true,
14308 "sideWidth": 300,
14309 "total": false,
14310 "values": true
14311 },
14312 "lines": true,
14313 "linewidth": 1,
14314 "links": [],
14315 "nullPointMode": "null",
14316 "percentage": false,
14317 "pointradius": 5,
14318 "points": false,
14319 "renderer": "flot",
14320 "seriesOverrides": [],
14321 "spaceLength": 10,
14322 "stack": false,
14323 "steppedLine": false,
14324 "targets": [
14325 {
14326 "expr": "node_sockstat_FRAG_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14327 "format": "time_series",
14328 "intervalFactor": 2,
14329 "legendFormat": "FRAG_inuse - Frag sockets currently in use",
14330 "refId": "A",
14331 "step": 240
14332 },
14333 {
14334 "expr": "node_sockstat_FRAG_memory{instance=~\"$node:$port\",job=~\"$job\"}",
14335 "format": "time_series",
14336 "intervalFactor": 2,
14337 "legendFormat": "FRAG_memory - Used memory for frag",
14338 "refId": "B",
14339 "step": 240
14340 },
14341 {
14342 "expr": "node_sockstat_RAW_inuse{instance=~\"$node:$port\",job=~\"$job\"}",
14343 "format": "time_series",
14344 "intervalFactor": 2,
14345 "legendFormat": "RAW_inuse - Raw sockets currently in use",
14346 "refId": "C",
14347 "step": 240
14348 }
14349 ],
14350 "thresholds": [],
14351 "timeFrom": null,
14352 "timeShift": null,
14353 "title": "Sockstat FRAG / RAW",
14354 "tooltip": {
14355 "shared": true,
14356 "sort": 0,
14357 "value_type": "individual"
14358 },
14359 "type": "graph",
14360 "xaxis": {
14361 "buckets": null,
14362 "mode": "time",
14363 "name": null,
14364 "show": true,
14365 "values": []
14366 },
14367 "yaxes": [
14368 {
14369 "format": "short",
14370 "label": "Sockets",
14371 "logBase": 1,
14372 "max": null,
14373 "min": "0",
14374 "show": true
14375 },
14376 {
14377 "format": "short",
14378 "label": null,
14379 "logBase": 1,
14380 "max": null,
14381 "min": null,
14382 "show": false
14383 }
14384 ]
14385 }
14386 ],
14387 "repeat": null,
14388 "title": "Network Sockstat",
14389 "type": "row"
14390 },
14391 {
14392 "collapsed": true,
14393 "datasource": null,
14394 "fieldConfig": {
14395 "defaults": {},
14396 "overrides": []
14397 },
14398 "gridPos": {
14399 "h": 1,
14400 "w": 24,
14401 "x": 0,
14402 "y": 34
14403 },
14404 "id": 274,
14405 "panels": [
14406 {
14407 "aliasColors": {},
14408 "bars": false,
14409 "dashLength": 10,
14410 "dashes": false,
14411 "datasource": "Prometheus",
14412 "fill": 2,
14413 "gridPos": {
14414 "h": 10,
14415 "w": 12,
14416 "x": 0,
14417 "y": 521
14418 },
14419 "height": "",
14420 "id": 49,
14421 "legend": {
14422 "alignAsTable": true,
14423 "avg": true,
14424 "current": true,
14425 "hideEmpty": false,
14426 "hideZero": false,
14427 "max": true,
14428 "min": true,
14429 "rightSide": false,
14430 "show": true,
14431 "sideWidth": 300,
14432 "sort": "current",
14433 "sortDesc": true,
14434 "total": false,
14435 "values": true
14436 },
14437 "lines": true,
14438 "linewidth": 1,
14439 "links": [],
14440 "nullPointMode": "null",
14441 "percentage": false,
14442 "pointradius": 5,
14443 "points": false,
14444 "renderer": "flot",
14445 "seriesOverrides": [
14446 {
14447 "alias": "/.*Out.*/",
14448 "transform": "negative-Y"
14449 },
14450 {
14451 "alias": "/.*Discards.*/",
14452 "color": "#7EB26D"
14453 },
14454 {
14455 "alias": "/.*NoRoutes.*/",
14456 "color": "#EAB839"
14457 }
14458 ],
14459 "spaceLength": 10,
14460 "stack": false,
14461 "steppedLine": false,
14462 "targets": [
14463 {
14464 "expr": "irate(node_netstat_Ip_InReceives{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14465 "format": "time_series",
14466 "hide": false,
14467 "intervalFactor": 2,
14468 "legendFormat": "InReceives - IP inreceives",
14469 "refId": "A",
14470 "step": 4
14471 },
14472 {
14473 "expr": "irate(node_netstat_Ip_DefaultTTL{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14474 "format": "time_series",
14475 "hide": true,
14476 "intervalFactor": 2,
14477 "legendFormat": "DefaultTTL - Default TTL",
14478 "refId": "B",
14479 "step": 10
14480 },
14481 {
14482 "expr": "irate(node_netstat_Ip_InDelivers{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14483 "format": "time_series",
14484 "intervalFactor": 2,
14485 "legendFormat": "InDelivers - IP indelivers",
14486 "refId": "I",
14487 "step": 4
14488 },
14489 {
14490 "expr": "irate(node_netstat_Ip_OutRequests{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14491 "format": "time_series",
14492 "hide": false,
14493 "intervalFactor": 2,
14494 "legendFormat": "OutRequests - IP outrequests",
14495 "refId": "P",
14496 "step": 4
14497 }
14498 ],
14499 "thresholds": [],
14500 "timeFrom": null,
14501 "timeShift": null,
14502 "title": "Netstat IP In / Out",
14503 "tooltip": {
14504 "shared": true,
14505 "sort": 0,
14506 "value_type": "individual"
14507 },
14508 "type": "graph",
14509 "xaxis": {
14510 "buckets": null,
14511 "mode": "time",
14512 "name": null,
14513 "show": true,
14514 "values": []
14515 },
14516 "yaxes": [
14517 {
14518 "format": "short",
14519 "label": "Datagrams out (-) / in (+)",
14520 "logBase": 1,
14521 "max": null,
14522 "min": null,
14523 "show": true
14524 },
14525 {
14526 "format": "short",
14527 "label": null,
14528 "logBase": 1,
14529 "max": null,
14530 "min": null,
14531 "show": false
14532 }
14533 ]
14534 },
14535 {
14536 "aliasColors": {},
14537 "bars": false,
14538 "dashLength": 10,
14539 "dashes": false,
14540 "datasource": "Prometheus",
14541 "fill": 2,
14542 "gridPos": {
14543 "h": 10,
14544 "w": 12,
14545 "x": 12,
14546 "y": 521
14547 },
14548 "height": "",
14549 "id": 221,
14550 "legend": {
14551 "alignAsTable": true,
14552 "avg": true,
14553 "current": true,
14554 "hideEmpty": false,
14555 "hideZero": false,
14556 "max": true,
14557 "min": true,
14558 "rightSide": false,
14559 "show": true,
14560 "sideWidth": 300,
14561 "sort": "current",
14562 "sortDesc": true,
14563 "total": false,
14564 "values": true
14565 },
14566 "lines": true,
14567 "linewidth": 1,
14568 "links": [],
14569 "maxPerRow": 12,
14570 "nullPointMode": "null",
14571 "percentage": false,
14572 "pointradius": 5,
14573 "points": false,
14574 "renderer": "flot",
14575 "seriesOverrides": [
14576 {
14577 "alias": "/.*Out.*/",
14578 "transform": "negative-Y"
14579 },
14580 {
14581 "alias": "/.*Octets.*/",
14582 "color": "#7EB26D"
14583 },
14584 {
14585 "alias": "/.*McastPkts.*/",
14586 "color": "#EAB839"
14587 },
14588 {
14589 "alias": "/.*McastOctets.*/",
14590 "color": "#6ED0E0"
14591 },
14592 {
14593 "alias": "/.*BcastPkts.*/",
14594 "color": "#EF843C"
14595 },
14596 {
14597 "alias": "/.*BcastOctets.*/",
14598 "color": "#E24D42"
14599 }
14600 ],
14601 "spaceLength": 10,
14602 "stack": false,
14603 "steppedLine": false,
14604 "targets": [
14605 {
14606 "expr": "irate(node_netstat_IpExt_InOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14607 "format": "time_series",
14608 "intervalFactor": 2,
14609 "legendFormat": "InOctets - Received octets",
14610 "refId": "K",
14611 "step": 4
14612 },
14613 {
14614 "expr": "irate(node_netstat_IpExt_OutOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14615 "format": "time_series",
14616 "intervalFactor": 2,
14617 "legendFormat": "OutOctets - Sent octets",
14618 "refId": "Q",
14619 "step": 4
14620 }
14621 ],
14622 "thresholds": [],
14623 "timeFrom": null,
14624 "timeShift": null,
14625 "title": "Netstat IP In / Out Octets",
14626 "tooltip": {
14627 "shared": true,
14628 "sort": 0,
14629 "value_type": "individual"
14630 },
14631 "type": "graph",
14632 "xaxis": {
14633 "buckets": null,
14634 "mode": "time",
14635 "name": null,
14636 "show": true,
14637 "values": []
14638 },
14639 "yaxes": [
14640 {
14641 "format": "short",
14642 "label": "Octects out (-) / in (+)",
14643 "logBase": 1,
14644 "max": null,
14645 "min": null,
14646 "show": true
14647 },
14648 {
14649 "format": "short",
14650 "label": null,
14651 "logBase": 1,
14652 "max": null,
14653 "min": null,
14654 "show": false
14655 }
14656 ]
14657 },
14658 {
14659 "aliasColors": {},
14660 "bars": false,
14661 "dashLength": 10,
14662 "dashes": false,
14663 "datasource": "Prometheus",
14664 "fill": 2,
14665 "gridPos": {
14666 "h": 10,
14667 "w": 12,
14668 "x": 0,
14669 "y": 531
14670 },
14671 "height": "",
14672 "id": 119,
14673 "legend": {
14674 "alignAsTable": true,
14675 "avg": true,
14676 "current": true,
14677 "hideEmpty": false,
14678 "hideZero": false,
14679 "max": true,
14680 "min": true,
14681 "rightSide": false,
14682 "show": true,
14683 "sideWidth": 300,
14684 "sort": "current",
14685 "sortDesc": true,
14686 "total": false,
14687 "values": true
14688 },
14689 "lines": true,
14690 "linewidth": 1,
14691 "links": [],
14692 "maxPerRow": 12,
14693 "nullPointMode": "null",
14694 "percentage": false,
14695 "pointradius": 5,
14696 "points": false,
14697 "renderer": "flot",
14698 "seriesOverrides": [
14699 {
14700 "alias": "/.*Out.*/",
14701 "transform": "negative-Y"
14702 },
14703 {
14704 "alias": "/.*Octets.*/",
14705 "color": "#7EB26D"
14706 },
14707 {
14708 "alias": "/.*McastPkts.*/",
14709 "color": "#EAB839"
14710 },
14711 {
14712 "alias": "/.*McastOctets.*/",
14713 "color": "#6ED0E0"
14714 },
14715 {
14716 "alias": "/.*BcastPkts.*/",
14717 "color": "#EF843C"
14718 },
14719 {
14720 "alias": "/.*BcastOctets.*/",
14721 "color": "#E24D42"
14722 }
14723 ],
14724 "spaceLength": 10,
14725 "stack": false,
14726 "steppedLine": false,
14727 "targets": [
14728 {
14729 "expr": "irate(node_netstat_IpExt_InBcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14730 "format": "time_series",
14731 "intervalFactor": 2,
14732 "legendFormat": "InBcastPkts - Received IP broadcast datagrams",
14733 "refId": "B",
14734 "step": 4
14735 },
14736 {
14737 "expr": "irate(node_netstat_IpExt_OutBcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14738 "format": "time_series",
14739 "intervalFactor": 2,
14740 "legendFormat": "OutBcastPkts - Sent IP broadcast datagrams",
14741 "refId": "N",
14742 "step": 4
14743 }
14744 ],
14745 "thresholds": [],
14746 "timeFrom": null,
14747 "timeShift": null,
14748 "title": "Netstat IP Bcast",
14749 "tooltip": {
14750 "shared": true,
14751 "sort": 0,
14752 "value_type": "individual"
14753 },
14754 "type": "graph",
14755 "xaxis": {
14756 "buckets": null,
14757 "mode": "time",
14758 "name": null,
14759 "show": true,
14760 "values": []
14761 },
14762 "yaxes": [
14763 {
14764 "format": "short",
14765 "label": "Datagrams out (-) / in (+)",
14766 "logBase": 1,
14767 "max": null,
14768 "min": null,
14769 "show": true
14770 },
14771 {
14772 "format": "short",
14773 "label": null,
14774 "logBase": 1,
14775 "max": null,
14776 "min": null,
14777 "show": false
14778 }
14779 ]
14780 },
14781 {
14782 "aliasColors": {},
14783 "bars": false,
14784 "dashLength": 10,
14785 "dashes": false,
14786 "datasource": "Prometheus",
14787 "fill": 2,
14788 "gridPos": {
14789 "h": 10,
14790 "w": 12,
14791 "x": 12,
14792 "y": 531
14793 },
14794 "height": "",
14795 "id": 222,
14796 "legend": {
14797 "alignAsTable": true,
14798 "avg": true,
14799 "current": true,
14800 "hideEmpty": false,
14801 "hideZero": false,
14802 "max": true,
14803 "min": true,
14804 "rightSide": false,
14805 "show": true,
14806 "sideWidth": 300,
14807 "sort": "current",
14808 "sortDesc": true,
14809 "total": false,
14810 "values": true
14811 },
14812 "lines": true,
14813 "linewidth": 1,
14814 "links": [],
14815 "maxPerRow": 12,
14816 "nullPointMode": "null",
14817 "percentage": false,
14818 "pointradius": 5,
14819 "points": false,
14820 "renderer": "flot",
14821 "seriesOverrides": [
14822 {
14823 "alias": "/.*Out.*/",
14824 "transform": "negative-Y"
14825 },
14826 {
14827 "alias": "/.*Octets.*/",
14828 "color": "#7EB26D"
14829 },
14830 {
14831 "alias": "/.*McastPkts.*/",
14832 "color": "#EAB839"
14833 },
14834 {
14835 "alias": "/.*McastOctets.*/",
14836 "color": "#6ED0E0"
14837 },
14838 {
14839 "alias": "/.*BcastPkts.*/",
14840 "color": "#EF843C"
14841 },
14842 {
14843 "alias": "/.*BcastOctets.*/",
14844 "color": "#E24D42"
14845 }
14846 ],
14847 "spaceLength": 10,
14848 "stack": false,
14849 "steppedLine": false,
14850 "targets": [
14851 {
14852 "expr": "irate(node_netstat_IpExt_InBcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14853 "format": "time_series",
14854 "intervalFactor": 2,
14855 "legendFormat": "InBcastOctets - Received IP broadcast octets",
14856 "refId": "A",
14857 "step": 4
14858 },
14859 {
14860 "expr": "irate(node_netstat_IpExt_OutBcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14861 "format": "time_series",
14862 "intervalFactor": 2,
14863 "legendFormat": "OutBcastOctets - Sent IP broadcast octects",
14864 "refId": "M",
14865 "step": 4
14866 }
14867 ],
14868 "thresholds": [],
14869 "timeFrom": null,
14870 "timeShift": null,
14871 "title": "Netstat IP Bcast Octets",
14872 "tooltip": {
14873 "shared": true,
14874 "sort": 0,
14875 "value_type": "individual"
14876 },
14877 "type": "graph",
14878 "xaxis": {
14879 "buckets": null,
14880 "mode": "time",
14881 "name": null,
14882 "show": true,
14883 "values": []
14884 },
14885 "yaxes": [
14886 {
14887 "format": "short",
14888 "label": "Octets out (-) / in (+)",
14889 "logBase": 1,
14890 "max": null,
14891 "min": null,
14892 "show": true
14893 },
14894 {
14895 "format": "short",
14896 "label": null,
14897 "logBase": 1,
14898 "max": null,
14899 "min": null,
14900 "show": false
14901 }
14902 ]
14903 },
14904 {
14905 "aliasColors": {},
14906 "bars": false,
14907 "dashLength": 10,
14908 "dashes": false,
14909 "datasource": "Prometheus",
14910 "fill": 2,
14911 "gridPos": {
14912 "h": 10,
14913 "w": 12,
14914 "x": 0,
14915 "y": 541
14916 },
14917 "height": "",
14918 "id": 120,
14919 "legend": {
14920 "alignAsTable": true,
14921 "avg": true,
14922 "current": true,
14923 "hideEmpty": false,
14924 "hideZero": false,
14925 "max": true,
14926 "min": true,
14927 "rightSide": false,
14928 "show": true,
14929 "sideWidth": 300,
14930 "sort": "current",
14931 "sortDesc": true,
14932 "total": false,
14933 "values": true
14934 },
14935 "lines": true,
14936 "linewidth": 1,
14937 "links": [],
14938 "maxPerRow": 12,
14939 "nullPointMode": "null",
14940 "percentage": false,
14941 "pointradius": 5,
14942 "points": false,
14943 "renderer": "flot",
14944 "seriesOverrides": [
14945 {
14946 "alias": "/.*Out.*/",
14947 "transform": "negative-Y"
14948 },
14949 {
14950 "alias": "/.*Octets.*/",
14951 "color": "#7EB26D"
14952 },
14953 {
14954 "alias": "/.*McastPkts.*/",
14955 "color": "#EAB839"
14956 },
14957 {
14958 "alias": "/.*McastOctets.*/",
14959 "color": "#6ED0E0"
14960 },
14961 {
14962 "alias": "/.*BcastPkts.*/",
14963 "color": "#EF843C"
14964 },
14965 {
14966 "alias": "/.*BcastOctets.*/",
14967 "color": "#E24D42"
14968 }
14969 ],
14970 "spaceLength": 10,
14971 "stack": false,
14972 "steppedLine": false,
14973 "targets": [
14974 {
14975 "expr": "irate(node_netstat_IpExt_InMcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14976 "format": "time_series",
14977 "hide": false,
14978 "intervalFactor": 2,
14979 "legendFormat": "InMcastPkts - Received IP multicast datagrams",
14980 "refId": "H",
14981 "step": 4
14982 },
14983 {
14984 "expr": "irate(node_netstat_IpExt_OutMcastPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
14985 "format": "time_series",
14986 "hide": false,
14987 "intervalFactor": 2,
14988 "legendFormat": "OutMcastPkts - Sent IP multicast datagrams",
14989 "refId": "P",
14990 "step": 4
14991 }
14992 ],
14993 "thresholds": [],
14994 "timeFrom": null,
14995 "timeShift": null,
14996 "title": "Netstat IP Mcast",
14997 "tooltip": {
14998 "shared": true,
14999 "sort": 0,
15000 "value_type": "individual"
15001 },
15002 "type": "graph",
15003 "xaxis": {
15004 "buckets": null,
15005 "mode": "time",
15006 "name": null,
15007 "show": true,
15008 "values": []
15009 },
15010 "yaxes": [
15011 {
15012 "format": "short",
15013 "label": "Datagrams out (-) / in (+)",
15014 "logBase": 1,
15015 "max": null,
15016 "min": null,
15017 "show": true
15018 },
15019 {
15020 "format": "short",
15021 "label": null,
15022 "logBase": 1,
15023 "max": null,
15024 "min": null,
15025 "show": false
15026 }
15027 ]
15028 },
15029 {
15030 "aliasColors": {},
15031 "bars": false,
15032 "dashLength": 10,
15033 "dashes": false,
15034 "datasource": "Prometheus",
15035 "fill": 2,
15036 "gridPos": {
15037 "h": 10,
15038 "w": 12,
15039 "x": 12,
15040 "y": 541
15041 },
15042 "height": "",
15043 "id": 223,
15044 "legend": {
15045 "alignAsTable": true,
15046 "avg": true,
15047 "current": true,
15048 "hideEmpty": false,
15049 "hideZero": false,
15050 "max": true,
15051 "min": true,
15052 "rightSide": false,
15053 "show": true,
15054 "sideWidth": 300,
15055 "sort": "current",
15056 "sortDesc": true,
15057 "total": false,
15058 "values": true
15059 },
15060 "lines": true,
15061 "linewidth": 1,
15062 "links": [],
15063 "maxPerRow": 12,
15064 "nullPointMode": "null",
15065 "percentage": false,
15066 "pointradius": 5,
15067 "points": false,
15068 "renderer": "flot",
15069 "seriesOverrides": [
15070 {
15071 "alias": "/.*Out.*/",
15072 "transform": "negative-Y"
15073 },
15074 {
15075 "alias": "/.*Octets.*/",
15076 "color": "#7EB26D"
15077 },
15078 {
15079 "alias": "/.*McastPkts.*/",
15080 "color": "#EAB839"
15081 },
15082 {
15083 "alias": "/.*McastOctets.*/",
15084 "color": "#6ED0E0"
15085 },
15086 {
15087 "alias": "/.*BcastPkts.*/",
15088 "color": "#EF843C"
15089 },
15090 {
15091 "alias": "/.*BcastOctets.*/",
15092 "color": "#E24D42"
15093 }
15094 ],
15095 "spaceLength": 10,
15096 "stack": false,
15097 "steppedLine": false,
15098 "targets": [
15099 {
15100 "expr": "irate(node_netstat_IpExt_InMcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15101 "format": "time_series",
15102 "hide": false,
15103 "intervalFactor": 2,
15104 "legendFormat": "InMcastOctets - Received IP multicast octets",
15105 "refId": "G",
15106 "step": 4
15107 },
15108 {
15109 "expr": "irate(node_netstat_IpExt_OutMcastOctets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15110 "format": "time_series",
15111 "hide": false,
15112 "intervalFactor": 2,
15113 "legendFormat": "OutMcastOctets - Sent IP multicast octets",
15114 "refId": "O",
15115 "step": 4
15116 }
15117 ],
15118 "thresholds": [],
15119 "timeFrom": null,
15120 "timeShift": null,
15121 "title": "Netstat IP Mcast Octets",
15122 "tooltip": {
15123 "shared": true,
15124 "sort": 0,
15125 "value_type": "individual"
15126 },
15127 "type": "graph",
15128 "xaxis": {
15129 "buckets": null,
15130 "mode": "time",
15131 "name": null,
15132 "show": true,
15133 "values": []
15134 },
15135 "yaxes": [
15136 {
15137 "format": "short",
15138 "label": "Octets out (-) / in (+)",
15139 "logBase": 1,
15140 "max": null,
15141 "min": null,
15142 "show": true
15143 },
15144 {
15145 "format": "short",
15146 "label": null,
15147 "logBase": 1,
15148 "max": null,
15149 "min": null,
15150 "show": false
15151 }
15152 ]
15153 },
15154 {
15155 "aliasColors": {},
15156 "bars": false,
15157 "dashLength": 10,
15158 "dashes": false,
15159 "datasource": "Prometheus",
15160 "fill": 2,
15161 "gridPos": {
15162 "h": 10,
15163 "w": 12,
15164 "x": 0,
15165 "y": 551
15166 },
15167 "height": "",
15168 "id": 81,
15169 "legend": {
15170 "alignAsTable": true,
15171 "avg": true,
15172 "current": true,
15173 "hideEmpty": false,
15174 "hideZero": false,
15175 "max": true,
15176 "min": true,
15177 "rightSide": false,
15178 "show": true,
15179 "sideWidth": 300,
15180 "sort": "current",
15181 "sortDesc": true,
15182 "total": false,
15183 "values": true
15184 },
15185 "lines": true,
15186 "linewidth": 1,
15187 "links": [],
15188 "nullPointMode": "null",
15189 "percentage": false,
15190 "pointradius": 5,
15191 "points": false,
15192 "renderer": "flot",
15193 "seriesOverrides": [],
15194 "spaceLength": 10,
15195 "stack": false,
15196 "steppedLine": false,
15197 "targets": [
15198 {
15199 "expr": "irate(node_netstat_Ip_ForwDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15200 "format": "time_series",
15201 "intervalFactor": 2,
15202 "legendFormat": "ForwDatagrams - IP outforwdatagrams",
15203 "refId": "C",
15204 "step": 4
15205 },
15206 {
15207 "expr": "irate(node_netstat_Ip_Forwarding{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15208 "format": "time_series",
15209 "intervalFactor": 2,
15210 "legendFormat": "Forwarding - IP forwarding",
15211 "refId": "D",
15212 "step": 4
15213 }
15214 ],
15215 "thresholds": [],
15216 "timeFrom": null,
15217 "timeShift": null,
15218 "title": "Netstat IP Forwarding",
15219 "tooltip": {
15220 "shared": true,
15221 "sort": 0,
15222 "value_type": "individual"
15223 },
15224 "type": "graph",
15225 "xaxis": {
15226 "buckets": null,
15227 "mode": "time",
15228 "name": null,
15229 "show": true,
15230 "values": []
15231 },
15232 "yaxes": [
15233 {
15234 "format": "short",
15235 "label": "Datagrams",
15236 "logBase": 1,
15237 "max": null,
15238 "min": "0",
15239 "show": true
15240 },
15241 {
15242 "format": "short",
15243 "label": null,
15244 "logBase": 1,
15245 "max": null,
15246 "min": null,
15247 "show": false
15248 }
15249 ]
15250 },
15251 {
15252 "aliasColors": {},
15253 "bars": false,
15254 "dashLength": 10,
15255 "dashes": false,
15256 "datasource": "Prometheus",
15257 "fill": 2,
15258 "gridPos": {
15259 "h": 10,
15260 "w": 12,
15261 "x": 12,
15262 "y": 551
15263 },
15264 "height": "",
15265 "id": 122,
15266 "legend": {
15267 "alignAsTable": true,
15268 "avg": true,
15269 "current": true,
15270 "hideEmpty": false,
15271 "hideZero": false,
15272 "max": true,
15273 "min": true,
15274 "rightSide": false,
15275 "show": true,
15276 "sideWidth": 300,
15277 "sort": "current",
15278 "sortDesc": true,
15279 "total": false,
15280 "values": true
15281 },
15282 "lines": true,
15283 "linewidth": 1,
15284 "links": [],
15285 "nullPointMode": "null",
15286 "percentage": false,
15287 "pointradius": 5,
15288 "points": false,
15289 "renderer": "flot",
15290 "seriesOverrides": [],
15291 "spaceLength": 10,
15292 "stack": false,
15293 "steppedLine": false,
15294 "targets": [
15295 {
15296 "expr": "irate(node_netstat_Ip_FragCreates{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15297 "format": "time_series",
15298 "intervalFactor": 2,
15299 "legendFormat": "FragCreates - IP fragmentation creations",
15300 "refId": "E",
15301 "step": 4
15302 },
15303 {
15304 "expr": "irate(node_netstat_Ip_FragFails{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15305 "format": "time_series",
15306 "intervalFactor": 2,
15307 "legendFormat": "FragFails - IP fragmentation failures",
15308 "refId": "F",
15309 "step": 4
15310 },
15311 {
15312 "expr": "irate(node_netstat_Ip_FragOKs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15313 "format": "time_series",
15314 "intervalFactor": 2,
15315 "legendFormat": "FragOKs - IP fragmentation oks",
15316 "refId": "G",
15317 "step": 4
15318 }
15319 ],
15320 "thresholds": [],
15321 "timeFrom": null,
15322 "timeShift": null,
15323 "title": "Netstat IP Fragmented",
15324 "tooltip": {
15325 "shared": true,
15326 "sort": 0,
15327 "value_type": "individual"
15328 },
15329 "type": "graph",
15330 "xaxis": {
15331 "buckets": null,
15332 "mode": "time",
15333 "name": null,
15334 "show": true,
15335 "values": []
15336 },
15337 "yaxes": [
15338 {
15339 "format": "short",
15340 "label": "Datagrams",
15341 "logBase": 1,
15342 "max": null,
15343 "min": "0",
15344 "show": true
15345 },
15346 {
15347 "format": "short",
15348 "label": null,
15349 "logBase": 1,
15350 "max": null,
15351 "min": null,
15352 "show": false
15353 }
15354 ]
15355 },
15356 {
15357 "aliasColors": {},
15358 "bars": false,
15359 "dashLength": 10,
15360 "dashes": false,
15361 "datasource": "Prometheus",
15362 "fill": 2,
15363 "gridPos": {
15364 "h": 10,
15365 "w": 12,
15366 "x": 0,
15367 "y": 561
15368 },
15369 "height": "",
15370 "id": 51,
15371 "legend": {
15372 "alignAsTable": true,
15373 "avg": true,
15374 "current": true,
15375 "hideEmpty": false,
15376 "hideZero": false,
15377 "max": true,
15378 "min": true,
15379 "rightSide": false,
15380 "show": true,
15381 "sideWidth": 300,
15382 "sort": "current",
15383 "sortDesc": true,
15384 "total": false,
15385 "values": true
15386 },
15387 "lines": true,
15388 "linewidth": 1,
15389 "links": [],
15390 "maxPerRow": 12,
15391 "nullPointMode": "null",
15392 "percentage": false,
15393 "pointradius": 5,
15394 "points": false,
15395 "renderer": "flot",
15396 "seriesOverrides": [],
15397 "spaceLength": 10,
15398 "stack": false,
15399 "steppedLine": false,
15400 "targets": [
15401 {
15402 "expr": "irate(node_netstat_IpExt_InCEPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15403 "format": "time_series",
15404 "intervalFactor": 2,
15405 "legendFormat": "InCEPkts - Congestion Experimented datagrams in",
15406 "refId": "C",
15407 "step": 4
15408 },
15409 {
15410 "expr": "irate(node_netstat_IpExt_InECT0Pkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15411 "format": "time_series",
15412 "intervalFactor": 2,
15413 "legendFormat": "InECT0Pkts - Datagrams received with ECT(0)",
15414 "refId": "E",
15415 "step": 4
15416 },
15417 {
15418 "expr": "irate(node_netstat_IpExt_InECT1Pkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15419 "format": "time_series",
15420 "intervalFactor": 2,
15421 "legendFormat": "InECT1Pkt - Datarams received with ECT(1)",
15422 "refId": "F",
15423 "step": 4
15424 },
15425 {
15426 "expr": "irate(node_netstat_IpExt_InNoECTPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15427 "format": "time_series",
15428 "intervalFactor": 2,
15429 "legendFormat": "InNoECTPkts - Datagrams received with NOECT",
15430 "refId": "A",
15431 "step": 4
15432 }
15433 ],
15434 "thresholds": [],
15435 "timeFrom": null,
15436 "timeShift": null,
15437 "title": "Netstat IP ECT / CEP",
15438 "tooltip": {
15439 "shared": true,
15440 "sort": 0,
15441 "value_type": "individual"
15442 },
15443 "type": "graph",
15444 "xaxis": {
15445 "buckets": null,
15446 "mode": "time",
15447 "name": null,
15448 "show": true,
15449 "values": []
15450 },
15451 "yaxes": [
15452 {
15453 "format": "short",
15454 "label": "Datagrams",
15455 "logBase": 1,
15456 "max": null,
15457 "min": null,
15458 "show": true
15459 },
15460 {
15461 "format": "short",
15462 "label": null,
15463 "logBase": 1,
15464 "max": null,
15465 "min": null,
15466 "show": false
15467 }
15468 ]
15469 },
15470 {
15471 "aliasColors": {},
15472 "bars": false,
15473 "dashLength": 10,
15474 "dashes": false,
15475 "datasource": "Prometheus",
15476 "fill": 2,
15477 "gridPos": {
15478 "h": 10,
15479 "w": 12,
15480 "x": 12,
15481 "y": 561
15482 },
15483 "height": "",
15484 "id": 123,
15485 "legend": {
15486 "alignAsTable": true,
15487 "avg": true,
15488 "current": true,
15489 "hideEmpty": false,
15490 "hideZero": false,
15491 "max": true,
15492 "min": true,
15493 "rightSide": false,
15494 "show": true,
15495 "sideWidth": 300,
15496 "sort": "current",
15497 "sortDesc": true,
15498 "total": false,
15499 "values": true
15500 },
15501 "lines": true,
15502 "linewidth": 1,
15503 "links": [],
15504 "nullPointMode": "null",
15505 "percentage": false,
15506 "pointradius": 5,
15507 "points": false,
15508 "renderer": "flot",
15509 "seriesOverrides": [],
15510 "spaceLength": 10,
15511 "stack": false,
15512 "steppedLine": false,
15513 "targets": [
15514 {
15515 "expr": "irate(node_netstat_Ip_ReasmFails{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15516 "format": "time_series",
15517 "intervalFactor": 2,
15518 "legendFormat": "ReasmFails - IP reassembly failures",
15519 "refId": "Q",
15520 "step": 4
15521 },
15522 {
15523 "expr": "irate(node_netstat_Ip_ReasmOKs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15524 "format": "time_series",
15525 "intervalFactor": 2,
15526 "legendFormat": "ReasmOKs - IP reassembly oks",
15527 "refId": "R",
15528 "step": 4
15529 },
15530 {
15531 "expr": "irate(node_netstat_Ip_ReasmReqds{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15532 "format": "time_series",
15533 "intervalFactor": 2,
15534 "legendFormat": "ReasmReqds - IP reassembly requireds",
15535 "refId": "S",
15536 "step": 4
15537 },
15538 {
15539 "expr": "irate(node_netstat_Ip_ReasmTimeout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15540 "format": "time_series",
15541 "intervalFactor": 2,
15542 "legendFormat": "ReasmTimeout - IP reasmtimeout",
15543 "refId": "T",
15544 "step": 4
15545 }
15546 ],
15547 "thresholds": [],
15548 "timeFrom": null,
15549 "timeShift": null,
15550 "title": "Netstat IP Reasambled",
15551 "tooltip": {
15552 "shared": true,
15553 "sort": 0,
15554 "value_type": "individual"
15555 },
15556 "type": "graph",
15557 "xaxis": {
15558 "buckets": null,
15559 "mode": "time",
15560 "name": null,
15561 "show": true,
15562 "values": []
15563 },
15564 "yaxes": [
15565 {
15566 "format": "short",
15567 "label": "Datagrams",
15568 "logBase": 1,
15569 "max": null,
15570 "min": "0",
15571 "show": true
15572 },
15573 {
15574 "format": "short",
15575 "label": null,
15576 "logBase": 1,
15577 "max": null,
15578 "min": null,
15579 "show": false
15580 }
15581 ]
15582 },
15583 {
15584 "aliasColors": {},
15585 "bars": false,
15586 "dashLength": 10,
15587 "dashes": false,
15588 "datasource": "Prometheus",
15589 "fill": 2,
15590 "gridPos": {
15591 "h": 10,
15592 "w": 12,
15593 "x": 0,
15594 "y": 571
15595 },
15596 "height": "",
15597 "id": 118,
15598 "legend": {
15599 "alignAsTable": true,
15600 "avg": true,
15601 "current": true,
15602 "hideEmpty": false,
15603 "hideZero": false,
15604 "max": true,
15605 "min": true,
15606 "rightSide": false,
15607 "show": true,
15608 "sideWidth": 300,
15609 "sort": "current",
15610 "sortDesc": true,
15611 "total": false,
15612 "values": true
15613 },
15614 "lines": true,
15615 "linewidth": 1,
15616 "links": [],
15617 "nullPointMode": "null",
15618 "percentage": false,
15619 "pointradius": 5,
15620 "points": false,
15621 "renderer": "flot",
15622 "seriesOverrides": [
15623 {
15624 "alias": "/.*Out.*/",
15625 "transform": "negative-Y"
15626 },
15627 {
15628 "alias": "/.*Discards.*/",
15629 "color": "#7EB26D"
15630 },
15631 {
15632 "alias": "/.*NoRoutes.*/",
15633 "color": "#EAB839"
15634 }
15635 ],
15636 "spaceLength": 10,
15637 "stack": false,
15638 "steppedLine": false,
15639 "targets": [
15640 {
15641 "expr": "irate(node_netstat_Ip_InDiscards{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15642 "format": "time_series",
15643 "intervalFactor": 2,
15644 "legendFormat": "InDiscards - IP indiscards",
15645 "refId": "J",
15646 "step": 4
15647 },
15648 {
15649 "expr": "irate(node_netstat_Ip_InHdrErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15650 "format": "time_series",
15651 "intervalFactor": 2,
15652 "legendFormat": "InHdrErrors - IP inhdrerrors",
15653 "refId": "K",
15654 "step": 4
15655 },
15656 {
15657 "expr": "irate(node_netstat_Ip_InUnknownProtos{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15658 "format": "time_series",
15659 "intervalFactor": 2,
15660 "legendFormat": "InUnknownProtos - IP inunknownprotos",
15661 "refId": "M",
15662 "step": 4
15663 },
15664 {
15665 "expr": "irate(node_netstat_Ip_OutDiscards{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15666 "format": "time_series",
15667 "intervalFactor": 2,
15668 "legendFormat": "OutDiscards - IP outdiscards",
15669 "refId": "N",
15670 "step": 4
15671 },
15672 {
15673 "expr": "irate(node_netstat_Ip_OutNoRoutes{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15674 "format": "time_series",
15675 "intervalFactor": 2,
15676 "legendFormat": "OutNoRoutes - IP outnoroutes",
15677 "refId": "O",
15678 "step": 4
15679 },
15680 {
15681 "expr": "irate(node_netstat_IpExt_InNoRoutes{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15682 "format": "time_series",
15683 "intervalFactor": 2,
15684 "legendFormat": "InNoRoutes - IP datagrams discarded due to no routes in forwarding path",
15685 "refId": "C",
15686 "step": 4
15687 },
15688 {
15689 "expr": "irate(node_netstat_IpExt_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15690 "format": "time_series",
15691 "intervalFactor": 2,
15692 "legendFormat": "InCsumErrors - IP datagrams with checksum errors",
15693 "refId": "A",
15694 "step": 4
15695 },
15696 {
15697 "expr": "irate(node_netstat_IpExt_InTruncatedPkts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15698 "format": "time_series",
15699 "intervalFactor": 2,
15700 "legendFormat": "InTruncatedPkts - IP datagrams discarded due to frame not carrying enough data",
15701 "refId": "B",
15702 "step": 4
15703 },
15704 {
15705 "expr": "irate(node_netstat_Ip_InAddrErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15706 "format": "time_series",
15707 "intervalFactor": 2,
15708 "legendFormat": "InAddrErrors - IP inaddrerrors",
15709 "refId": "D",
15710 "step": 4
15711 }
15712 ],
15713 "thresholds": [],
15714 "timeFrom": null,
15715 "timeShift": null,
15716 "title": "Netstat IP Errors / Discards",
15717 "tooltip": {
15718 "shared": true,
15719 "sort": 0,
15720 "value_type": "individual"
15721 },
15722 "type": "graph",
15723 "xaxis": {
15724 "buckets": null,
15725 "mode": "time",
15726 "name": null,
15727 "show": true,
15728 "values": []
15729 },
15730 "yaxes": [
15731 {
15732 "format": "short",
15733 "label": "Datagrams out (-) / in (+)",
15734 "logBase": 1,
15735 "max": null,
15736 "min": null,
15737 "show": true
15738 },
15739 {
15740 "format": "short",
15741 "label": null,
15742 "logBase": 1,
15743 "max": null,
15744 "min": null,
15745 "show": false
15746 }
15747 ]
15748 }
15749 ],
15750 "repeat": null,
15751 "title": "Network Netstat",
15752 "type": "row"
15753 },
15754 {
15755 "collapsed": true,
15756 "datasource": null,
15757 "fieldConfig": {
15758 "defaults": {},
15759 "overrides": []
15760 },
15761 "gridPos": {
15762 "h": 1,
15763 "w": 24,
15764 "x": 0,
15765 "y": 35
15766 },
15767 "id": 275,
15768 "panels": [
15769 {
15770 "aliasColors": {},
15771 "bars": false,
15772 "dashLength": 10,
15773 "dashes": false,
15774 "datasource": "Prometheus",
15775 "fill": 2,
15776 "gridPos": {
15777 "h": 10,
15778 "w": 12,
15779 "x": 0,
15780 "y": 572
15781 },
15782 "height": "",
15783 "id": 52,
15784 "legend": {
15785 "alignAsTable": true,
15786 "avg": true,
15787 "current": true,
15788 "hideZero": true,
15789 "max": true,
15790 "min": true,
15791 "rightSide": false,
15792 "show": true,
15793 "sort": "current",
15794 "sortDesc": true,
15795 "total": false,
15796 "values": true
15797 },
15798 "lines": true,
15799 "linewidth": 1,
15800 "links": [],
15801 "maxPerRow": 12,
15802 "nullPointMode": "null",
15803 "percentage": false,
15804 "pointradius": 5,
15805 "points": false,
15806 "renderer": "flot",
15807 "seriesOverrides": [
15808 {
15809 "alias": "/.*Out.*/",
15810 "transform": "negative-Y"
15811 },
15812 {
15813 "alias": "/.*InSegs.*/",
15814 "color": "#CCA300"
15815 },
15816 {
15817 "alias": "/.*OutSegs.*/",
15818 "color": "#CCA300"
15819 }
15820 ],
15821 "spaceLength": 10,
15822 "stack": false,
15823 "steppedLine": false,
15824 "targets": [
15825 {
15826 "expr": "irate(node_netstat_Tcp_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15827 "format": "time_series",
15828 "hide": false,
15829 "intervalFactor": 2,
15830 "legendFormat": "InCsumErrors - Segments received with checksum errors",
15831 "refId": "E",
15832 "step": 4
15833 },
15834 {
15835 "expr": "irate(node_netstat_Tcp_InErrs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15836 "format": "time_series",
15837 "hide": false,
15838 "intervalFactor": 2,
15839 "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)",
15840 "refId": "F",
15841 "step": 4
15842 },
15843 {
15844 "expr": "irate(node_netstat_Tcp_InSegs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15845 "format": "time_series",
15846 "hide": false,
15847 "intervalFactor": 2,
15848 "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections",
15849 "refId": "G",
15850 "step": 4
15851 },
15852 {
15853 "expr": "irate(node_netstat_Tcp_OutRsts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15854 "format": "time_series",
15855 "hide": false,
15856 "intervalFactor": 2,
15857 "legendFormat": "OutRsts - Segments sent containing the RST flag",
15858 "refId": "I",
15859 "step": 4
15860 },
15861 {
15862 "expr": "irate(node_netstat_Tcp_OutSegs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15863 "format": "time_series",
15864 "hide": false,
15865 "intervalFactor": 2,
15866 "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets",
15867 "refId": "J",
15868 "step": 4
15869 },
15870 {
15871 "expr": "irate(node_netstat_Tcp_RetransSegs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
15872 "format": "time_series",
15873 "intervalFactor": 2,
15874 "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets",
15875 "refId": "A",
15876 "step": 4
15877 }
15878 ],
15879 "thresholds": [],
15880 "timeFrom": null,
15881 "timeShift": null,
15882 "title": "TCP Segments",
15883 "tooltip": {
15884 "shared": true,
15885 "sort": 0,
15886 "value_type": "individual"
15887 },
15888 "type": "graph",
15889 "xaxis": {
15890 "buckets": null,
15891 "mode": "time",
15892 "name": null,
15893 "show": true,
15894 "values": []
15895 },
15896 "yaxes": [
15897 {
15898 "format": "short",
15899 "label": "Segments out (-) / in (+)",
15900 "logBase": 1,
15901 "max": null,
15902 "min": null,
15903 "show": true
15904 },
15905 {
15906 "format": "short",
15907 "label": null,
15908 "logBase": 1,
15909 "max": null,
15910 "min": null,
15911 "show": false
15912 }
15913 ]
15914 },
15915 {
15916 "aliasColors": {},
15917 "bars": false,
15918 "dashLength": 10,
15919 "dashes": false,
15920 "datasource": "Prometheus",
15921 "fill": 2,
15922 "gridPos": {
15923 "h": 10,
15924 "w": 12,
15925 "x": 12,
15926 "y": 572
15927 },
15928 "height": "",
15929 "id": 85,
15930 "legend": {
15931 "alignAsTable": true,
15932 "avg": true,
15933 "current": true,
15934 "hideZero": false,
15935 "max": true,
15936 "min": true,
15937 "rightSide": false,
15938 "show": true,
15939 "sortDesc": true,
15940 "total": false,
15941 "values": true
15942 },
15943 "lines": true,
15944 "linewidth": 1,
15945 "links": [],
15946 "maxPerRow": 12,
15947 "nullPointMode": "null",
15948 "percentage": false,
15949 "pointradius": 5,
15950 "points": false,
15951 "renderer": "flot",
15952 "seriesOverrides": [
15953 {
15954 "alias": "/.*MaxConn *./",
15955 "color": "#890F02",
15956 "fill": 0
15957 }
15958 ],
15959 "spaceLength": 10,
15960 "stack": false,
15961 "steppedLine": false,
15962 "targets": [
15963 {
15964 "expr": "node_netstat_Tcp_CurrEstab{instance=~\"$node:$port\",job=~\"$job\"}",
15965 "format": "time_series",
15966 "hide": false,
15967 "intervalFactor": 2,
15968 "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT",
15969 "refId": "C",
15970 "step": 4
15971 },
15972 {
15973 "expr": "node_netstat_Tcp_MaxConn{instance=~\"$node:$port\",job=~\"$job\"}",
15974 "format": "time_series",
15975 "hide": false,
15976 "intervalFactor": 2,
15977 "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")",
15978 "refId": "H",
15979 "step": 4
15980 }
15981 ],
15982 "thresholds": [],
15983 "timeFrom": null,
15984 "timeShift": null,
15985 "title": "TCP Connections",
15986 "tooltip": {
15987 "shared": true,
15988 "sort": 0,
15989 "value_type": "individual"
15990 },
15991 "type": "graph",
15992 "xaxis": {
15993 "buckets": null,
15994 "mode": "time",
15995 "name": null,
15996 "show": true,
15997 "values": []
15998 },
15999 "yaxes": [
16000 {
16001 "format": "short",
16002 "label": "Connections",
16003 "logBase": 1,
16004 "max": null,
16005 "min": "0",
16006 "show": true
16007 },
16008 {
16009 "format": "short",
16010 "label": null,
16011 "logBase": 1,
16012 "max": null,
16013 "min": null,
16014 "show": false
16015 }
16016 ]
16017 },
16018 {
16019 "aliasColors": {},
16020 "bars": false,
16021 "dashLength": 10,
16022 "dashes": false,
16023 "datasource": "Prometheus",
16024 "fill": 2,
16025 "gridPos": {
16026 "h": 10,
16027 "w": 12,
16028 "x": 0,
16029 "y": 582
16030 },
16031 "height": "",
16032 "id": 86,
16033 "legend": {
16034 "alignAsTable": true,
16035 "avg": true,
16036 "current": true,
16037 "hideZero": false,
16038 "max": true,
16039 "min": true,
16040 "rightSide": false,
16041 "show": true,
16042 "sortDesc": true,
16043 "total": false,
16044 "values": true
16045 },
16046 "lines": true,
16047 "linewidth": 1,
16048 "links": [],
16049 "maxPerRow": 12,
16050 "nullPointMode": "null",
16051 "percentage": false,
16052 "pointradius": 5,
16053 "points": false,
16054 "renderer": "flot",
16055 "seriesOverrides": [],
16056 "spaceLength": 10,
16057 "stack": false,
16058 "steppedLine": false,
16059 "targets": [
16060 {
16061 "expr": "node_netstat_Tcp_RtoAlgorithm{instance=~\"$node:$port\",job=~\"$job\"}",
16062 "format": "time_series",
16063 "hide": true,
16064 "intervalFactor": 2,
16065 "legendFormat": "RtoAlgorithm - Algorithm used to determine the timeout value used for retransmitting unacknowledged octets",
16066 "refId": "M",
16067 "step": 4
16068 },
16069 {
16070 "expr": "node_netstat_Tcp_RtoMax{instance=~\"$node:$port\",job=~\"$job\"}",
16071 "format": "time_series",
16072 "hide": false,
16073 "intervalFactor": 2,
16074 "legendFormat": "RtoMax - Maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds",
16075 "refId": "N",
16076 "step": 4
16077 },
16078 {
16079 "expr": "node_netstat_Tcp_RtoMin{instance=~\"$node:$port\",job=~\"$job\"}",
16080 "format": "time_series",
16081 "hide": false,
16082 "intervalFactor": 2,
16083 "legendFormat": "RtoMin - Minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds",
16084 "refId": "O",
16085 "step": 4
16086 }
16087 ],
16088 "thresholds": [],
16089 "timeFrom": null,
16090 "timeShift": null,
16091 "title": "TCP Retransmission",
16092 "tooltip": {
16093 "shared": true,
16094 "sort": 0,
16095 "value_type": "individual"
16096 },
16097 "type": "graph",
16098 "xaxis": {
16099 "buckets": null,
16100 "mode": "time",
16101 "name": null,
16102 "show": true,
16103 "values": []
16104 },
16105 "yaxes": [
16106 {
16107 "format": "ms",
16108 "label": "Milliseconds",
16109 "logBase": 1,
16110 "max": null,
16111 "min": "0",
16112 "show": true
16113 },
16114 {
16115 "format": "short",
16116 "label": null,
16117 "logBase": 1,
16118 "max": null,
16119 "min": null,
16120 "show": false
16121 }
16122 ]
16123 },
16124 {
16125 "aliasColors": {},
16126 "bars": false,
16127 "dashLength": 10,
16128 "dashes": false,
16129 "datasource": "Prometheus",
16130 "fill": 2,
16131 "gridPos": {
16132 "h": 10,
16133 "w": 12,
16134 "x": 12,
16135 "y": 582
16136 },
16137 "height": "",
16138 "id": 82,
16139 "legend": {
16140 "alignAsTable": true,
16141 "avg": true,
16142 "current": true,
16143 "hideZero": false,
16144 "max": true,
16145 "min": true,
16146 "rightSide": false,
16147 "show": true,
16148 "sortDesc": true,
16149 "total": false,
16150 "values": true
16151 },
16152 "lines": true,
16153 "linewidth": 1,
16154 "links": [],
16155 "maxPerRow": 12,
16156 "nullPointMode": "null",
16157 "percentage": false,
16158 "pointradius": 5,
16159 "points": false,
16160 "renderer": "flot",
16161 "seriesOverrides": [],
16162 "spaceLength": 10,
16163 "stack": false,
16164 "steppedLine": false,
16165 "targets": [
16166 {
16167 "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16168 "format": "time_series",
16169 "intervalFactor": 2,
16170 "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state",
16171 "refId": "A",
16172 "step": 4
16173 },
16174 {
16175 "expr": "irate(node_netstat_Tcp_AttemptFails{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16176 "format": "time_series",
16177 "intervalFactor": 2,
16178 "legendFormat": "AttemptFails - TCP connections that have made a direct transition to the CLOSED state from either the SYN-SENT and SYN-RCVD",
16179 "refId": "B",
16180 "step": 4
16181 },
16182 {
16183 "expr": "irate(node_netstat_Tcp_EstabResets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16184 "format": "time_series",
16185 "intervalFactor": 2,
16186 "legendFormat": "EstabResets - TCP connections that have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state",
16187 "refId": "D",
16188 "step": 4
16189 },
16190 {
16191 "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16192 "format": "time_series",
16193 "intervalFactor": 2,
16194 "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state",
16195 "refId": "K",
16196 "step": 4
16197 }
16198 ],
16199 "thresholds": [],
16200 "timeFrom": null,
16201 "timeShift": null,
16202 "title": "TCP Direct Transition",
16203 "tooltip": {
16204 "shared": true,
16205 "sort": 0,
16206 "value_type": "individual"
16207 },
16208 "type": "graph",
16209 "xaxis": {
16210 "buckets": null,
16211 "mode": "time",
16212 "name": null,
16213 "show": true,
16214 "values": []
16215 },
16216 "yaxes": [
16217 {
16218 "format": "short",
16219 "label": "Connections",
16220 "logBase": 1,
16221 "max": null,
16222 "min": "0",
16223 "show": true
16224 },
16225 {
16226 "format": "short",
16227 "label": null,
16228 "logBase": 1,
16229 "max": null,
16230 "min": null,
16231 "show": false
16232 }
16233 ]
16234 }
16235 ],
16236 "repeat": null,
16237 "title": "Network Netstat TCP",
16238 "type": "row"
16239 },
16240 {
16241 "collapsed": true,
16242 "datasource": null,
16243 "fieldConfig": {
16244 "defaults": {},
16245 "overrides": []
16246 },
16247 "gridPos": {
16248 "h": 1,
16249 "w": 24,
16250 "x": 0,
16251 "y": 36
16252 },
16253 "id": 276,
16254 "panels": [
16255 {
16256 "aliasColors": {},
16257 "bars": false,
16258 "dashLength": 10,
16259 "dashes": false,
16260 "datasource": "Prometheus",
16261 "description": "",
16262 "fill": 2,
16263 "gridPos": {
16264 "h": 10,
16265 "w": 12,
16266 "x": 0,
16267 "y": 583
16268 },
16269 "height": "",
16270 "id": 94,
16271 "legend": {
16272 "alignAsTable": true,
16273 "avg": true,
16274 "current": true,
16275 "hideEmpty": false,
16276 "hideZero": false,
16277 "max": true,
16278 "min": true,
16279 "rightSide": false,
16280 "show": true,
16281 "sort": "current",
16282 "sortDesc": true,
16283 "total": false,
16284 "values": true
16285 },
16286 "lines": true,
16287 "linewidth": 1,
16288 "links": [],
16289 "maxPerRow": 12,
16290 "nullPointMode": "null",
16291 "percentage": false,
16292 "pointradius": 5,
16293 "points": false,
16294 "renderer": "flot",
16295 "seriesOverrides": [],
16296 "spaceLength": 10,
16297 "stack": false,
16298 "steppedLine": false,
16299 "targets": [
16300 {
16301 "expr": "irate(node_netstat_TcpExt_TCPAbortOnClose{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16302 "format": "time_series",
16303 "hide": false,
16304 "intervalFactor": 2,
16305 "legendFormat": "TCPAbortOnClose - Connections aborted due to early user close",
16306 "refId": "V",
16307 "step": 4
16308 },
16309 {
16310 "expr": "irate(node_netstat_TcpExt_TCPAbortOnData{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16311 "format": "time_series",
16312 "hide": false,
16313 "intervalFactor": 2,
16314 "legendFormat": "TCPAbortOnData - Connections aborted due to unexpected data",
16315 "refId": "W",
16316 "step": 4
16317 },
16318 {
16319 "expr": "irate(node_netstat_TcpExt_TCPAbortOnLinger{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16320 "format": "time_series",
16321 "hide": false,
16322 "intervalFactor": 2,
16323 "legendFormat": "TCPAbortOnLinger - Connections aborted in lingered state after being closed",
16324 "refId": "X",
16325 "step": 4
16326 },
16327 {
16328 "expr": "irate(node_netstat_TcpExt_TCPAbortOnMemory{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16329 "format": "time_series",
16330 "hide": false,
16331 "intervalFactor": 2,
16332 "legendFormat": "TCPAbortOnMemory - Connections aborted before attached to a socket",
16333 "refId": "Y",
16334 "step": 4
16335 },
16336 {
16337 "expr": "irate(node_netstat_TcpExt_TCPAbortOnTimeout{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16338 "format": "time_series",
16339 "intervalFactor": 2,
16340 "legendFormat": "TCPAbortOnTimeout - Connections aborted due timeout",
16341 "refId": "B",
16342 "step": 4
16343 },
16344 {
16345 "expr": "irate(node_netstat_TcpExt_TCPAbortFailed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16346 "format": "time_series",
16347 "intervalFactor": 2,
16348 "legendFormat": "TCPAbortFailed - Connections aborted without send RST due insuffient memory",
16349 "refId": "A",
16350 "step": 4
16351 },
16352 {
16353 "expr": "irate(node_netstat_TcpExt_TCPTimeouts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16354 "format": "time_series",
16355 "intervalFactor": 2,
16356 "legendFormat": "TCPTimeouts - Other TCP connections timeouts",
16357 "refId": "C",
16358 "step": 4
16359 }
16360 ],
16361 "thresholds": [],
16362 "timeFrom": null,
16363 "timeShift": null,
16364 "title": "TCP Aborts / Tiemouts",
16365 "tooltip": {
16366 "shared": true,
16367 "sort": 0,
16368 "value_type": "individual"
16369 },
16370 "type": "graph",
16371 "xaxis": {
16372 "buckets": null,
16373 "mode": "time",
16374 "name": null,
16375 "show": true,
16376 "values": []
16377 },
16378 "yaxes": [
16379 {
16380 "format": "short",
16381 "label": "Connections",
16382 "logBase": 1,
16383 "max": null,
16384 "min": "0",
16385 "show": true
16386 },
16387 {
16388 "format": "short",
16389 "label": null,
16390 "logBase": 1,
16391 "max": null,
16392 "min": null,
16393 "show": false
16394 }
16395 ]
16396 },
16397 {
16398 "aliasColors": {},
16399 "bars": false,
16400 "dashLength": 10,
16401 "dashes": false,
16402 "datasource": "Prometheus",
16403 "description": "",
16404 "fill": 2,
16405 "gridPos": {
16406 "h": 10,
16407 "w": 12,
16408 "x": 12,
16409 "y": 583
16410 },
16411 "height": "",
16412 "id": 92,
16413 "legend": {
16414 "alignAsTable": true,
16415 "avg": true,
16416 "current": true,
16417 "hideEmpty": false,
16418 "hideZero": false,
16419 "max": true,
16420 "min": true,
16421 "rightSide": false,
16422 "show": true,
16423 "sort": "current",
16424 "sortDesc": true,
16425 "total": false,
16426 "values": true
16427 },
16428 "lines": true,
16429 "linewidth": 1,
16430 "links": [],
16431 "maxPerRow": 12,
16432 "nullPointMode": "null",
16433 "percentage": false,
16434 "pointradius": 5,
16435 "points": false,
16436 "renderer": "flot",
16437 "seriesOverrides": [],
16438 "spaceLength": 10,
16439 "stack": false,
16440 "steppedLine": false,
16441 "targets": [
16442 {
16443 "expr": "irate(node_netstat_TcpExt_DelayedACKLocked{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16444 "format": "time_series",
16445 "intervalFactor": 2,
16446 "legendFormat": "DelayedACKLocked - Delayed acks further delayed because of locked socket",
16447 "refId": "C",
16448 "step": 4
16449 },
16450 {
16451 "expr": "irate(node_netstat_TcpExt_DelayedACKLost{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16452 "format": "time_series",
16453 "intervalFactor": 2,
16454 "legendFormat": "DelayedACKLost - Times quick ack mode was activated",
16455 "refId": "D",
16456 "step": 4
16457 },
16458 {
16459 "expr": "irate(node_netstat_TcpExt_DelayedACKs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16460 "format": "time_series",
16461 "intervalFactor": 2,
16462 "legendFormat": "DelayedACKs - Delayed acks sent",
16463 "refId": "E",
16464 "step": 4
16465 }
16466 ],
16467 "thresholds": [],
16468 "timeFrom": null,
16469 "timeShift": null,
16470 "title": "TCP Delayed ACK",
16471 "tooltip": {
16472 "shared": true,
16473 "sort": 0,
16474 "value_type": "individual"
16475 },
16476 "type": "graph",
16477 "xaxis": {
16478 "buckets": null,
16479 "mode": "time",
16480 "name": null,
16481 "show": true,
16482 "values": []
16483 },
16484 "yaxes": [
16485 {
16486 "format": "short",
16487 "label": "Counter",
16488 "logBase": 1,
16489 "max": null,
16490 "min": "0",
16491 "show": true
16492 },
16493 {
16494 "format": "short",
16495 "label": null,
16496 "logBase": 1,
16497 "max": null,
16498 "min": null,
16499 "show": false
16500 }
16501 ]
16502 },
16503 {
16504 "aliasColors": {},
16505 "bars": false,
16506 "dashLength": 10,
16507 "dashes": false,
16508 "datasource": "Prometheus",
16509 "description": "",
16510 "fill": 2,
16511 "gridPos": {
16512 "h": 10,
16513 "w": 12,
16514 "x": 0,
16515 "y": 593
16516 },
16517 "height": "",
16518 "id": 91,
16519 "legend": {
16520 "alignAsTable": true,
16521 "avg": true,
16522 "current": true,
16523 "hideEmpty": false,
16524 "hideZero": false,
16525 "max": true,
16526 "min": true,
16527 "rightSide": false,
16528 "show": true,
16529 "sort": "current",
16530 "sortDesc": true,
16531 "total": false,
16532 "values": true
16533 },
16534 "lines": true,
16535 "linewidth": 1,
16536 "links": [],
16537 "maxPerRow": 12,
16538 "nullPointMode": "null",
16539 "percentage": false,
16540 "pointradius": 5,
16541 "points": false,
16542 "renderer": "flot",
16543 "seriesOverrides": [
16544 {
16545 "alias": "/.*Sent.*/",
16546 "transform": "negative-Y"
16547 },
16548 {
16549 "alias": "SyncookiesSent - SYN cookies sent",
16550 "color": "#E0F9D7"
16551 },
16552 {
16553 "alias": "SyncookiesRecv - SYN cookies received",
16554 "color": "#E0F9D7"
16555 }
16556 ],
16557 "spaceLength": 10,
16558 "stack": false,
16559 "steppedLine": false,
16560 "targets": [
16561 {
16562 "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16563 "format": "time_series",
16564 "hide": false,
16565 "intervalFactor": 2,
16566 "legendFormat": "SyncookiesFailed - Invalid SYN cookies received",
16567 "refId": "R",
16568 "step": 4
16569 },
16570 {
16571 "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16572 "format": "time_series",
16573 "hide": false,
16574 "intervalFactor": 2,
16575 "legendFormat": "SyncookiesRecv - SYN cookies received",
16576 "refId": "S",
16577 "step": 4
16578 },
16579 {
16580 "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16581 "format": "time_series",
16582 "hide": false,
16583 "intervalFactor": 2,
16584 "legendFormat": "SyncookiesSent - SYN cookies sent",
16585 "refId": "T",
16586 "step": 4
16587 },
16588 {
16589 "expr": "irate(node_netstat_TcpExt_TCPSYNChallenge{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16590 "format": "time_series",
16591 "intervalFactor": 2,
16592 "legendFormat": "SynChallenge - Challenge ACKs sent in response to SYN packets",
16593 "refId": "A",
16594 "step": 4
16595 },
16596 {
16597 "expr": "irate(node_netstat_TcpExt_TCPChallengeACK{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16598 "intervalFactor": 2,
16599 "legendFormat": "TCPChallengeACK - Challenge ACKs sent (RFC 5961 3.2)",
16600 "refId": "B",
16601 "step": 4
16602 }
16603 ],
16604 "thresholds": [],
16605 "timeFrom": null,
16606 "timeShift": null,
16607 "title": "TCP SynCookie / Challenge",
16608 "tooltip": {
16609 "shared": true,
16610 "sort": 0,
16611 "value_type": "individual"
16612 },
16613 "type": "graph",
16614 "xaxis": {
16615 "buckets": null,
16616 "mode": "time",
16617 "name": null,
16618 "show": true,
16619 "values": []
16620 },
16621 "yaxes": [
16622 {
16623 "format": "short",
16624 "label": "Counter out (-) / in (+)",
16625 "logBase": 1,
16626 "max": null,
16627 "min": null,
16628 "show": true
16629 },
16630 {
16631 "format": "short",
16632 "label": null,
16633 "logBase": 1,
16634 "max": null,
16635 "min": null,
16636 "show": false
16637 }
16638 ]
16639 },
16640 {
16641 "aliasColors": {},
16642 "bars": false,
16643 "dashLength": 10,
16644 "dashes": false,
16645 "datasource": "Prometheus",
16646 "decimals": null,
16647 "description": "",
16648 "fill": 2,
16649 "gridPos": {
16650 "h": 10,
16651 "w": 12,
16652 "x": 12,
16653 "y": 593
16654 },
16655 "height": "",
16656 "id": 90,
16657 "legend": {
16658 "alignAsTable": true,
16659 "avg": true,
16660 "current": true,
16661 "hideZero": false,
16662 "max": true,
16663 "min": true,
16664 "rightSide": false,
16665 "show": true,
16666 "sort": "current",
16667 "sortDesc": true,
16668 "total": false,
16669 "values": true
16670 },
16671 "lines": true,
16672 "linewidth": 1,
16673 "links": [],
16674 "maxPerRow": 12,
16675 "nullPointMode": "null",
16676 "percentage": false,
16677 "pointradius": 5,
16678 "points": false,
16679 "renderer": "flot",
16680 "seriesOverrides": [],
16681 "spaceLength": 10,
16682 "stack": false,
16683 "steppedLine": false,
16684 "targets": [
16685 {
16686 "expr": "irate(node_netstat_TcpExt_TCPLossFailures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16687 "format": "time_series",
16688 "hide": false,
16689 "intervalFactor": 2,
16690 "legendFormat": "TCPLossFailures - Timeouts in loss state",
16691 "refId": "C",
16692 "step": 4
16693 },
16694 {
16695 "expr": "irate(node_netstat_TcpExt_TCPLossProbeRecovery{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16696 "format": "time_series",
16697 "hide": false,
16698 "intervalFactor": 2,
16699 "legendFormat": "TCPLossProbeRecovery - TCP loss probe recoveries",
16700 "refId": "D",
16701 "step": 4
16702 },
16703 {
16704 "expr": "irate(node_netstat_TcpExt_TCPLossProbes{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16705 "format": "time_series",
16706 "hide": false,
16707 "intervalFactor": 2,
16708 "legendFormat": "TCPLossProbes - Sent TCP loss probes",
16709 "refId": "A",
16710 "step": 4
16711 },
16712 {
16713 "expr": "irate(node_netstat_TcpExt_TCPLossUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16714 "format": "time_series",
16715 "intervalFactor": 2,
16716 "legendFormat": "TCPLossUndo - Congestion windows recovered without slow start after partial ack",
16717 "refId": "B",
16718 "step": 4
16719 },
16720 {
16721 "expr": "irate(node_netstat_TcpExt_TCPLostRetransmit{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16722 "format": "time_series",
16723 "intervalFactor": 2,
16724 "legendFormat": "TCPLostRetransmit - Retransmits lost",
16725 "refId": "E",
16726 "step": 4
16727 }
16728 ],
16729 "thresholds": [],
16730 "timeFrom": null,
16731 "timeShift": null,
16732 "title": "TCP LOSS",
16733 "tooltip": {
16734 "shared": true,
16735 "sort": 0,
16736 "value_type": "individual"
16737 },
16738 "type": "graph",
16739 "xaxis": {
16740 "buckets": null,
16741 "mode": "time",
16742 "name": null,
16743 "show": true,
16744 "values": []
16745 },
16746 "yaxes": [
16747 {
16748 "format": "short",
16749 "label": "Counter",
16750 "logBase": 1,
16751 "max": null,
16752 "min": "0",
16753 "show": true
16754 },
16755 {
16756 "format": "short",
16757 "label": null,
16758 "logBase": 1,
16759 "max": null,
16760 "min": null,
16761 "show": false
16762 }
16763 ]
16764 },
16765 {
16766 "aliasColors": {},
16767 "bars": false,
16768 "dashLength": 10,
16769 "dashes": false,
16770 "datasource": "Prometheus",
16771 "description": "",
16772 "fill": 2,
16773 "gridPos": {
16774 "h": 10,
16775 "w": 12,
16776 "x": 0,
16777 "y": 603
16778 },
16779 "height": "",
16780 "id": 53,
16781 "legend": {
16782 "alignAsTable": true,
16783 "avg": true,
16784 "current": true,
16785 "hideEmpty": false,
16786 "hideZero": false,
16787 "max": true,
16788 "min": true,
16789 "rightSide": false,
16790 "show": true,
16791 "sort": "current",
16792 "sortDesc": true,
16793 "total": false,
16794 "values": true
16795 },
16796 "lines": true,
16797 "linewidth": 1,
16798 "links": [],
16799 "maxPerRow": 12,
16800 "nullPointMode": "null",
16801 "percentage": false,
16802 "pointradius": 5,
16803 "points": false,
16804 "renderer": "flot",
16805 "seriesOverrides": [],
16806 "spaceLength": 10,
16807 "stack": false,
16808 "steppedLine": false,
16809 "targets": [
16810 {
16811 "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16812 "format": "time_series",
16813 "intervalFactor": 2,
16814 "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored",
16815 "refId": "H",
16816 "step": 4
16817 },
16818 {
16819 "expr": "irate(node_netstat_TcpExt_LockDroppedIcmps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16820 "format": "time_series",
16821 "intervalFactor": 2,
16822 "legendFormat": "LockDroppedIcmps - ICMP packets dropped because socket was locked",
16823 "refId": "J",
16824 "step": 4
16825 },
16826 {
16827 "expr": "irate(node_netstat_TcpExt_TCPDeferAcceptDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16828 "format": "time_series",
16829 "intervalFactor": 2,
16830 "legendFormat": "TCPDeferAcceptDrop - Dropped ACK frames received by a socket in SYN_RECV state",
16831 "refId": "D",
16832 "step": 4
16833 },
16834 {
16835 "expr": "irate(node_netstat_TcpExt_TCPBacklogDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16836 "format": "time_series",
16837 "intervalFactor": 2,
16838 "legendFormat": "TCPBacklogDrop - Packets dropped bacause the socket's receive queue was full",
16839 "refId": "P",
16840 "step": 4
16841 },
16842 {
16843 "expr": "irate(node_netstat_TcpExt_OutOfWindowIcmps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16844 "format": "time_series",
16845 "intervalFactor": 2,
16846 "legendFormat": "OutOfWindowIcmps - ICMP packets dropped because they were out-of-window",
16847 "refId": "A",
16848 "step": 4
16849 },
16850 {
16851 "expr": "irate(node_netstat_TcpExt_TCPMinTTLDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16852 "format": "time_series",
16853 "intervalFactor": 2,
16854 "legendFormat": "TCPMinTTLDrop - TCP packets dropped under minTTL condition",
16855 "refId": "B",
16856 "step": 4
16857 }
16858 ],
16859 "thresholds": [],
16860 "timeFrom": null,
16861 "timeShift": null,
16862 "title": "TCP DROPS",
16863 "tooltip": {
16864 "shared": true,
16865 "sort": 0,
16866 "value_type": "individual"
16867 },
16868 "type": "graph",
16869 "xaxis": {
16870 "buckets": null,
16871 "mode": "time",
16872 "name": null,
16873 "show": true,
16874 "values": []
16875 },
16876 "yaxes": [
16877 {
16878 "format": "short",
16879 "label": "Counter",
16880 "logBase": 1,
16881 "max": null,
16882 "min": "0",
16883 "show": true
16884 },
16885 {
16886 "format": "short",
16887 "label": null,
16888 "logBase": 1,
16889 "max": null,
16890 "min": null,
16891 "show": false
16892 }
16893 ]
16894 },
16895 {
16896 "aliasColors": {},
16897 "bars": false,
16898 "dashLength": 10,
16899 "dashes": false,
16900 "datasource": "Prometheus",
16901 "description": "",
16902 "fill": 2,
16903 "gridPos": {
16904 "h": 10,
16905 "w": 12,
16906 "x": 12,
16907 "y": 603
16908 },
16909 "height": "",
16910 "id": 101,
16911 "legend": {
16912 "alignAsTable": true,
16913 "avg": true,
16914 "current": true,
16915 "hideZero": false,
16916 "max": true,
16917 "min": true,
16918 "rightSide": false,
16919 "show": true,
16920 "sort": "current",
16921 "sortDesc": true,
16922 "total": false,
16923 "values": true
16924 },
16925 "lines": true,
16926 "linewidth": 1,
16927 "links": [],
16928 "maxPerRow": 12,
16929 "nullPointMode": "null",
16930 "percentage": false,
16931 "pointradius": 5,
16932 "points": false,
16933 "renderer": "flot",
16934 "seriesOverrides": [],
16935 "spaceLength": 10,
16936 "stack": false,
16937 "steppedLine": false,
16938 "targets": [
16939 {
16940 "expr": "irate(node_netstat_TcpExt_TCPForwardRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16941 "format": "time_series",
16942 "hide": false,
16943 "intervalFactor": 2,
16944 "legendFormat": "TCPForwardRetrans - Packets losts retransmitted with Forward RTO-Recovery",
16945 "refId": "O",
16946 "step": 4
16947 },
16948 {
16949 "expr": "irate(node_netstat_TcpExt_TCPSlowStartRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16950 "format": "time_series",
16951 "hide": false,
16952 "intervalFactor": 2,
16953 "legendFormat": "TCPSlowStartRetrans - Packets losts retransmitted after a slow start",
16954 "refId": "P",
16955 "step": 4
16956 },
16957 {
16958 "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16959 "format": "time_series",
16960 "hide": false,
16961 "intervalFactor": 2,
16962 "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits",
16963 "refId": "Q",
16964 "step": 4
16965 },
16966 {
16967 "expr": "irate(node_netstat_TcpExt_TCPSpuriousRTOs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16968 "format": "time_series",
16969 "intervalFactor": 2,
16970 "legendFormat": "TCPSpuriousRTOs - FRTO's successfully detected spurious RTOs",
16971 "refId": "A",
16972 "step": 4
16973 },
16974 {
16975 "expr": "irate(node_netstat_TcpExt_TCPSpuriousRtxHostQueues{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16976 "format": "time_series",
16977 "intervalFactor": 2,
16978 "legendFormat": "TCPSpuriousRtxHostQueues - Times detected that the fast clone is not yet freed in tcp_transmit_skb()",
16979 "refId": "B",
16980 "step": 4
16981 },
16982 {
16983 "expr": "irate(node_netstat_TcpExt_TCPFullUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16984 "format": "time_series",
16985 "intervalFactor": 2,
16986 "legendFormat": "TCPFullUndo - Retransmits that undid the CWND reduction",
16987 "refId": "C",
16988 "step": 4
16989 },
16990 {
16991 "expr": "irate(node_netstat_TcpExt_TCPRetransFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
16992 "format": "time_series",
16993 "intervalFactor": 2,
16994 "legendFormat": "TCPRetransFail - Failed tcp_retransmit_skb() calls",
16995 "refId": "D",
16996 "step": 4
16997 },
16998 {
16999 "expr": "irate(node_netstat_TcpExt_TCPPartialUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17000 "format": "time_series",
17001 "intervalFactor": 2,
17002 "legendFormat": "TCPPartialUndo - Congestion windows partially recovered using Hoe heuristic",
17003 "refId": "E",
17004 "step": 4
17005 }
17006 ],
17007 "thresholds": [],
17008 "timeFrom": null,
17009 "timeShift": null,
17010 "title": "TCP Retrans",
17011 "tooltip": {
17012 "shared": true,
17013 "sort": 0,
17014 "value_type": "individual"
17015 },
17016 "type": "graph",
17017 "xaxis": {
17018 "buckets": null,
17019 "mode": "time",
17020 "name": null,
17021 "show": true,
17022 "values": []
17023 },
17024 "yaxes": [
17025 {
17026 "format": "short",
17027 "label": "Counter",
17028 "logBase": 1,
17029 "max": null,
17030 "min": "0",
17031 "show": true
17032 },
17033 {
17034 "format": "short",
17035 "label": null,
17036 "logBase": 1,
17037 "max": null,
17038 "min": null,
17039 "show": false
17040 }
17041 ]
17042 },
17043 {
17044 "aliasColors": {},
17045 "bars": false,
17046 "dashLength": 10,
17047 "dashes": false,
17048 "datasource": "Prometheus",
17049 "description": "",
17050 "fill": 2,
17051 "gridPos": {
17052 "h": 10,
17053 "w": 12,
17054 "x": 0,
17055 "y": 613
17056 },
17057 "height": "",
17058 "id": 87,
17059 "legend": {
17060 "alignAsTable": true,
17061 "avg": true,
17062 "current": true,
17063 "hideEmpty": false,
17064 "hideZero": false,
17065 "max": true,
17066 "min": true,
17067 "rightSide": false,
17068 "show": true,
17069 "sort": "current",
17070 "sortDesc": true,
17071 "total": false,
17072 "values": true
17073 },
17074 "lines": true,
17075 "linewidth": 1,
17076 "links": [],
17077 "maxPerRow": 12,
17078 "nullPointMode": "null",
17079 "percentage": false,
17080 "pointradius": 5,
17081 "points": false,
17082 "renderer": "flot",
17083 "seriesOverrides": [],
17084 "spaceLength": 10,
17085 "stack": false,
17086 "steppedLine": false,
17087 "targets": [
17088 {
17089 "expr": "irate(node_netstat_TcpExt_PruneCalled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17090 "format": "time_series",
17091 "hide": false,
17092 "intervalFactor": 2,
17093 "legendFormat": "PruneCalled - Pkts pruned from recv queue because of soc buf overrun",
17094 "refId": "P",
17095 "step": 4
17096 },
17097 {
17098 "expr": "irate(node_netstat_TcpExt_RcvPruned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17099 "format": "time_series",
17100 "hide": false,
17101 "intervalFactor": 2,
17102 "legendFormat": "RcvPruned - Packets pruned from receive queue",
17103 "refId": "Q",
17104 "step": 4
17105 },
17106 {
17107 "expr": "irate(node_netstat_TcpExt_OfoPruned{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17108 "format": "time_series",
17109 "intervalFactor": 2,
17110 "legendFormat": "OfoPruned - Packets dropped from out-of-order queue because of socket buffer overrun",
17111 "refId": "A",
17112 "step": 4
17113 }
17114 ],
17115 "thresholds": [],
17116 "timeFrom": null,
17117 "timeShift": null,
17118 "title": "TCP Pruned",
17119 "tooltip": {
17120 "shared": true,
17121 "sort": 0,
17122 "value_type": "individual"
17123 },
17124 "type": "graph",
17125 "xaxis": {
17126 "buckets": null,
17127 "mode": "time",
17128 "name": null,
17129 "show": true,
17130 "values": []
17131 },
17132 "yaxes": [
17133 {
17134 "format": "short",
17135 "label": "Counter",
17136 "logBase": 1,
17137 "max": null,
17138 "min": "0",
17139 "show": true
17140 },
17141 {
17142 "format": "short",
17143 "label": null,
17144 "logBase": 1,
17145 "max": null,
17146 "min": null,
17147 "show": false
17148 }
17149 ]
17150 },
17151 {
17152 "aliasColors": {},
17153 "bars": false,
17154 "dashLength": 10,
17155 "dashes": false,
17156 "datasource": "Prometheus",
17157 "decimals": null,
17158 "description": "",
17159 "fill": 2,
17160 "gridPos": {
17161 "h": 10,
17162 "w": 12,
17163 "x": 12,
17164 "y": 613
17165 },
17166 "height": "",
17167 "id": 96,
17168 "legend": {
17169 "alignAsTable": true,
17170 "avg": true,
17171 "current": true,
17172 "hideZero": false,
17173 "max": true,
17174 "min": true,
17175 "rightSide": false,
17176 "show": true,
17177 "sort": "current",
17178 "sortDesc": true,
17179 "total": false,
17180 "values": true
17181 },
17182 "lines": true,
17183 "linewidth": 1,
17184 "links": [],
17185 "maxPerRow": 12,
17186 "nullPointMode": "null",
17187 "percentage": false,
17188 "pointradius": 5,
17189 "points": false,
17190 "renderer": "flot",
17191 "seriesOverrides": [],
17192 "spaceLength": 10,
17193 "stack": false,
17194 "steppedLine": false,
17195 "targets": [
17196 {
17197 "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromBacklog{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17198 "format": "time_series",
17199 "intervalFactor": 2,
17200 "legendFormat": "TCPDirectCopyFromBacklog - Packets directly received from backlog",
17201 "refId": "M",
17202 "step": 4
17203 },
17204 {
17205 "expr": "irate(node_netstat_TcpExt_TCPDirectCopyFromPrequeue{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17206 "format": "time_series",
17207 "intervalFactor": 2,
17208 "legendFormat": "TCPDirectCopyFromPrequeue - Packets directly received from prequeue",
17209 "refId": "N",
17210 "step": 4
17211 }
17212 ],
17213 "thresholds": [],
17214 "timeFrom": null,
17215 "timeShift": null,
17216 "title": "TCP Direct Copy",
17217 "tooltip": {
17218 "shared": true,
17219 "sort": 0,
17220 "value_type": "individual"
17221 },
17222 "type": "graph",
17223 "xaxis": {
17224 "buckets": null,
17225 "mode": "time",
17226 "name": null,
17227 "show": true,
17228 "values": []
17229 },
17230 "yaxes": [
17231 {
17232 "format": "short",
17233 "label": "Counter",
17234 "logBase": 1,
17235 "max": null,
17236 "min": "0",
17237 "show": true
17238 },
17239 {
17240 "format": "short",
17241 "label": null,
17242 "logBase": 1,
17243 "max": null,
17244 "min": null,
17245 "show": false
17246 }
17247 ]
17248 },
17249 {
17250 "aliasColors": {},
17251 "bars": false,
17252 "dashLength": 10,
17253 "dashes": false,
17254 "datasource": "Prometheus",
17255 "fill": 2,
17256 "gridPos": {
17257 "h": 10,
17258 "w": 12,
17259 "x": 0,
17260 "y": 623
17261 },
17262 "height": "",
17263 "id": 100,
17264 "legend": {
17265 "alignAsTable": true,
17266 "avg": true,
17267 "current": true,
17268 "hideZero": false,
17269 "max": true,
17270 "min": true,
17271 "rightSide": false,
17272 "show": true,
17273 "sort": "current",
17274 "sortDesc": true,
17275 "total": false,
17276 "values": true
17277 },
17278 "lines": true,
17279 "linewidth": 1,
17280 "links": [],
17281 "maxPerRow": 12,
17282 "nullPointMode": "null",
17283 "percentage": false,
17284 "pointradius": 5,
17285 "points": false,
17286 "renderer": "flot",
17287 "seriesOverrides": [],
17288 "spaceLength": 10,
17289 "stack": false,
17290 "steppedLine": false,
17291 "targets": [
17292 {
17293 "expr": "irate(node_netstat_TcpExt_TW{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17294 "format": "time_series",
17295 "hide": false,
17296 "intervalFactor": 2,
17297 "legendFormat": "TW - TCP sockets finished time wait in fast timer",
17298 "refId": "O",
17299 "step": 4
17300 },
17301 {
17302 "expr": "irate(node_netstat_TcpExt_TWKilled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17303 "format": "time_series",
17304 "hide": false,
17305 "intervalFactor": 2,
17306 "legendFormat": "TWKilled - TCP sockets finished time wait in slow timer",
17307 "refId": "P",
17308 "step": 4
17309 },
17310 {
17311 "expr": "irate(node_netstat_TcpExt_TWRecycled{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17312 "format": "time_series",
17313 "hide": false,
17314 "intervalFactor": 2,
17315 "legendFormat": "TWRecycled - Time wait sockets recycled by time stamp",
17316 "refId": "Q",
17317 "step": 4
17318 },
17319 {
17320 "expr": "irate(node_netstat_TcpExt_TCPTimeWaitOverflow{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17321 "format": "time_series",
17322 "intervalFactor": 2,
17323 "legendFormat": "TCPTimeWaitOverflow - Occurences of time wait bucket overflow",
17324 "refId": "A",
17325 "step": 4
17326 }
17327 ],
17328 "thresholds": [],
17329 "timeFrom": null,
17330 "timeShift": null,
17331 "title": "TCP TimeWait",
17332 "tooltip": {
17333 "shared": true,
17334 "sort": 0,
17335 "value_type": "individual"
17336 },
17337 "type": "graph",
17338 "xaxis": {
17339 "buckets": null,
17340 "mode": "time",
17341 "name": null,
17342 "show": true,
17343 "values": []
17344 },
17345 "yaxes": [
17346 {
17347 "format": "short",
17348 "label": "Counter",
17349 "logBase": 1,
17350 "max": null,
17351 "min": "0",
17352 "show": true
17353 },
17354 {
17355 "format": "short",
17356 "label": null,
17357 "logBase": 1,
17358 "max": null,
17359 "min": null,
17360 "show": false
17361 }
17362 ]
17363 },
17364 {
17365 "aliasColors": {},
17366 "bars": false,
17367 "dashLength": 10,
17368 "dashes": false,
17369 "datasource": "Prometheus",
17370 "description": "",
17371 "fill": 2,
17372 "gridPos": {
17373 "h": 10,
17374 "w": 12,
17375 "x": 12,
17376 "y": 623
17377 },
17378 "height": "",
17379 "id": 93,
17380 "legend": {
17381 "alignAsTable": true,
17382 "avg": true,
17383 "current": true,
17384 "hideEmpty": false,
17385 "hideZero": false,
17386 "max": true,
17387 "min": true,
17388 "rightSide": false,
17389 "show": true,
17390 "sort": "current",
17391 "sortDesc": true,
17392 "total": false,
17393 "values": true
17394 },
17395 "lines": true,
17396 "linewidth": 1,
17397 "links": [],
17398 "maxPerRow": 12,
17399 "nullPointMode": "null",
17400 "percentage": false,
17401 "pointradius": 5,
17402 "points": false,
17403 "renderer": "flot",
17404 "seriesOverrides": [],
17405 "spaceLength": 10,
17406 "stack": false,
17407 "steppedLine": false,
17408 "targets": [
17409 {
17410 "expr": "irate(node_netstat_TcpExt_PAWSActive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17411 "format": "time_series",
17412 "hide": false,
17413 "intervalFactor": 2,
17414 "legendFormat": "PAWSActive - Active connections rejected because of time stamp",
17415 "refId": "M",
17416 "step": 4
17417 },
17418 {
17419 "expr": "irate(node_netstat_TcpExt_PAWSEstab{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17420 "format": "time_series",
17421 "hide": false,
17422 "intervalFactor": 2,
17423 "legendFormat": "PAWSEstab - Pkts rejects in estab connections because of timestamp",
17424 "refId": "N",
17425 "step": 4
17426 },
17427 {
17428 "expr": "irate(node_netstat_TcpExt_PAWSPassive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17429 "format": "time_series",
17430 "hide": false,
17431 "intervalFactor": 2,
17432 "legendFormat": "PAWSPassive - Passive connections rejected because of time stamp",
17433 "refId": "O",
17434 "step": 4
17435 }
17436 ],
17437 "thresholds": [],
17438 "timeFrom": null,
17439 "timeShift": null,
17440 "title": "TCP PAWS",
17441 "tooltip": {
17442 "shared": true,
17443 "sort": 0,
17444 "value_type": "individual"
17445 },
17446 "type": "graph",
17447 "xaxis": {
17448 "buckets": null,
17449 "mode": "time",
17450 "name": null,
17451 "show": true,
17452 "values": []
17453 },
17454 "yaxes": [
17455 {
17456 "format": "short",
17457 "label": "Counter",
17458 "logBase": 1,
17459 "max": null,
17460 "min": "0",
17461 "show": true
17462 },
17463 {
17464 "format": "short",
17465 "label": null,
17466 "logBase": 1,
17467 "max": null,
17468 "min": null,
17469 "show": false
17470 }
17471 ]
17472 },
17473 {
17474 "aliasColors": {},
17475 "bars": false,
17476 "dashLength": 10,
17477 "dashes": false,
17478 "datasource": "Prometheus",
17479 "decimals": null,
17480 "description": "",
17481 "fill": 2,
17482 "gridPos": {
17483 "h": 10,
17484 "w": 12,
17485 "x": 0,
17486 "y": 633
17487 },
17488 "height": "",
17489 "id": 98,
17490 "legend": {
17491 "alignAsTable": true,
17492 "avg": true,
17493 "current": true,
17494 "hideZero": false,
17495 "max": true,
17496 "min": true,
17497 "rightSide": false,
17498 "show": true,
17499 "sort": "current",
17500 "sortDesc": true,
17501 "total": false,
17502 "values": true
17503 },
17504 "lines": true,
17505 "linewidth": 1,
17506 "links": [],
17507 "maxPerRow": 12,
17508 "nullPointMode": "null",
17509 "percentage": false,
17510 "pointradius": 5,
17511 "points": false,
17512 "renderer": "flot",
17513 "seriesOverrides": [],
17514 "spaceLength": 10,
17515 "stack": false,
17516 "steppedLine": false,
17517 "targets": [
17518 {
17519 "expr": "irate(node_netstat_TcpExt_TCPSackRecovery{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17520 "format": "time_series",
17521 "intervalFactor": 2,
17522 "legendFormat": "TCPSackRecovery - Times recovered from packet loss by selective acknowledgements",
17523 "refId": "E",
17524 "step": 4
17525 },
17526 {
17527 "expr": "irate(node_netstat_TcpExt_TCPSackRecoveryFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17528 "format": "time_series",
17529 "intervalFactor": 2,
17530 "legendFormat": "TCPSackRecoveryFail - Issue while recovering packets lost using selective ACK",
17531 "refId": "F",
17532 "step": 4
17533 },
17534 {
17535 "expr": "irate(node_netstat_TcpExt_TCPSackShiftFallback{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17536 "format": "time_series",
17537 "intervalFactor": 2,
17538 "legendFormat": "TCPSackShiftFallback - SACKs fallbacks",
17539 "refId": "G",
17540 "step": 4
17541 },
17542 {
17543 "expr": "irate(node_netstat_TcpExt_TCPSackShifted{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17544 "format": "time_series",
17545 "intervalFactor": 2,
17546 "legendFormat": "TCPSackShifted - SACKs shifted",
17547 "refId": "H",
17548 "step": 4
17549 },
17550 {
17551 "expr": "irate(node_netstat_TcpExt_TCPSACKDiscard{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17552 "format": "time_series",
17553 "intervalFactor": 2,
17554 "legendFormat": "TCPSackDiscard - Discarded due invalid SACK block.",
17555 "refId": "A",
17556 "step": 4
17557 },
17558 {
17559 "expr": "irate(node_netstat_TcpExt_TCPSackFailures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17560 "format": "time_series",
17561 "intervalFactor": 2,
17562 "legendFormat": "TCPSackFailures - Timeouts after SACK recovery",
17563 "refId": "B",
17564 "step": 4
17565 },
17566 {
17567 "expr": "irate(node_netstat_TcpExt_TCPSackMerged{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17568 "format": "time_series",
17569 "intervalFactor": 2,
17570 "legendFormat": "TCPSackMerged - SACKs merged",
17571 "refId": "C",
17572 "step": 4
17573 },
17574 {
17575 "expr": "irate(node_netstat_TcpExt_TCPSACKReneging{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17576 "format": "time_series",
17577 "intervalFactor": 2,
17578 "legendFormat": "TCPSACKReneging - Bad SACK blocks received",
17579 "refId": "D",
17580 "step": 4
17581 },
17582 {
17583 "expr": "irate(node_netstat_TcpExt_TCPSACKReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17584 "format": "time_series",
17585 "intervalFactor": 2,
17586 "legendFormat": "TCPSACKReorder - Times detected reordering using SACK",
17587 "refId": "I",
17588 "step": 4
17589 }
17590 ],
17591 "thresholds": [],
17592 "timeFrom": null,
17593 "timeShift": null,
17594 "title": "TCP SACK",
17595 "tooltip": {
17596 "shared": true,
17597 "sort": 0,
17598 "value_type": "individual"
17599 },
17600 "type": "graph",
17601 "xaxis": {
17602 "buckets": null,
17603 "mode": "time",
17604 "name": null,
17605 "show": true,
17606 "values": []
17607 },
17608 "yaxes": [
17609 {
17610 "format": "short",
17611 "label": "Counter",
17612 "logBase": 1,
17613 "max": null,
17614 "min": "0",
17615 "show": true
17616 },
17617 {
17618 "format": "short",
17619 "label": null,
17620 "logBase": 1,
17621 "max": null,
17622 "min": null,
17623 "show": false
17624 }
17625 ]
17626 },
17627 {
17628 "aliasColors": {},
17629 "bars": false,
17630 "dashLength": 10,
17631 "dashes": false,
17632 "datasource": "Prometheus",
17633 "decimals": null,
17634 "description": "",
17635 "fill": 2,
17636 "gridPos": {
17637 "h": 10,
17638 "w": 12,
17639 "x": 12,
17640 "y": 633
17641 },
17642 "height": "",
17643 "id": 95,
17644 "legend": {
17645 "alignAsTable": true,
17646 "avg": true,
17647 "current": true,
17648 "hideZero": false,
17649 "max": true,
17650 "min": true,
17651 "rightSide": false,
17652 "show": true,
17653 "sort": "current",
17654 "sortDesc": true,
17655 "total": false,
17656 "values": true
17657 },
17658 "lines": true,
17659 "linewidth": 1,
17660 "links": [],
17661 "maxPerRow": 12,
17662 "nullPointMode": "null",
17663 "percentage": false,
17664 "pointradius": 5,
17665 "points": false,
17666 "renderer": "flot",
17667 "seriesOverrides": [],
17668 "spaceLength": 10,
17669 "stack": false,
17670 "steppedLine": false,
17671 "targets": [
17672 {
17673 "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredOld{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17674 "format": "time_series",
17675 "hide": false,
17676 "intervalFactor": 2,
17677 "legendFormat": "TCPDSACKIgnoredOld - Discarded packets with duplicate SACK while retransmitting",
17678 "refId": "F",
17679 "step": 4
17680 },
17681 {
17682 "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoRecv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17683 "format": "time_series",
17684 "hide": false,
17685 "intervalFactor": 2,
17686 "legendFormat": "TCPDSACKOfoRecv - DSACKs for out of order packets received",
17687 "refId": "G",
17688 "step": 4
17689 },
17690 {
17691 "expr": "irate(node_netstat_TcpExt_TCPDSACKOfoSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17692 "format": "time_series",
17693 "hide": false,
17694 "intervalFactor": 2,
17695 "legendFormat": "TCPDSACKOfoSent - DSACKs sent for out of order packets",
17696 "refId": "H",
17697 "step": 4
17698 },
17699 {
17700 "expr": "irate(node_netstat_TcpExt_TCPDSACKOldSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17701 "format": "time_series",
17702 "hide": false,
17703 "intervalFactor": 2,
17704 "legendFormat": "TCPDSACKOldSent - DSACKs sent for old packets",
17705 "refId": "I",
17706 "step": 4
17707 },
17708 {
17709 "expr": "irate(node_netstat_TcpExt_TCPDSACKRecv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17710 "format": "time_series",
17711 "hide": false,
17712 "intervalFactor": 2,
17713 "legendFormat": "TCPDSACKRecv - DSACKs received",
17714 "refId": "J",
17715 "step": 4
17716 },
17717 {
17718 "expr": "irate(node_netstat_TcpExt_TCPDSACKUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17719 "format": "time_series",
17720 "hide": false,
17721 "intervalFactor": 2,
17722 "legendFormat": "TCPDSACKUndo - Discarded packets with erroneous retransmit",
17723 "refId": "K",
17724 "step": 4
17725 },
17726 {
17727 "expr": "irate(node_netstat_TcpExt_TCPDSACKIgnoredNoUndo{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17728 "format": "time_series",
17729 "intervalFactor": 2,
17730 "legendFormat": "TCPDSACKIgnoredNoUndo - Discarded packets with duplicate SACK",
17731 "refId": "A",
17732 "step": 4
17733 }
17734 ],
17735 "thresholds": [],
17736 "timeFrom": null,
17737 "timeShift": null,
17738 "title": "TCP DSACK",
17739 "tooltip": {
17740 "shared": true,
17741 "sort": 0,
17742 "value_type": "individual"
17743 },
17744 "type": "graph",
17745 "xaxis": {
17746 "buckets": null,
17747 "mode": "time",
17748 "name": null,
17749 "show": true,
17750 "values": []
17751 },
17752 "yaxes": [
17753 {
17754 "format": "short",
17755 "label": "Counter",
17756 "logBase": 1,
17757 "max": null,
17758 "min": "0",
17759 "show": true
17760 },
17761 {
17762 "format": "short",
17763 "label": null,
17764 "logBase": 1,
17765 "max": null,
17766 "min": null,
17767 "show": false
17768 }
17769 ]
17770 },
17771 {
17772 "aliasColors": {},
17773 "bars": false,
17774 "dashLength": 10,
17775 "dashes": false,
17776 "datasource": "Prometheus",
17777 "decimals": null,
17778 "description": "",
17779 "fill": 2,
17780 "gridPos": {
17781 "h": 10,
17782 "w": 12,
17783 "x": 0,
17784 "y": 643
17785 },
17786 "height": "",
17787 "id": 97,
17788 "legend": {
17789 "alignAsTable": true,
17790 "avg": true,
17791 "current": true,
17792 "hideZero": false,
17793 "max": true,
17794 "min": true,
17795 "rightSide": false,
17796 "show": true,
17797 "sort": "current",
17798 "sortDesc": true,
17799 "total": false,
17800 "values": true
17801 },
17802 "lines": true,
17803 "linewidth": 1,
17804 "links": [],
17805 "maxPerRow": 12,
17806 "nullPointMode": "null",
17807 "percentage": false,
17808 "pointradius": 5,
17809 "points": false,
17810 "renderer": "flot",
17811 "seriesOverrides": [],
17812 "spaceLength": 10,
17813 "stack": false,
17814 "steppedLine": false,
17815 "targets": [
17816 {
17817 "expr": "irate(node_netstat_TcpExt_TCPFastOpenActive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17818 "format": "time_series",
17819 "hide": false,
17820 "intervalFactor": 2,
17821 "legendFormat": "TCPFastOpenActive - Successful outbound TFO connections",
17822 "refId": "P",
17823 "step": 4
17824 },
17825 {
17826 "expr": "irate(node_netstat_TcpExt_TCPFastOpenActiveFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17827 "format": "time_series",
17828 "hide": false,
17829 "intervalFactor": 2,
17830 "legendFormat": "TCPFastOpenActiveFail - SYN-ACK packets received that did not acknowledge data sent in the SYN packet and caused a retransmissions without SYN data",
17831 "refId": "Q",
17832 "step": 4
17833 },
17834 {
17835 "expr": "irate(node_netstat_TcpExt_TCPFastOpenCookieReqd{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17836 "format": "time_series",
17837 "hide": false,
17838 "intervalFactor": 2,
17839 "legendFormat": "TCPFastOpenCookieReqd - Inbound SYN packets requesting TFO with TFO set but no cookie",
17840 "refId": "R",
17841 "step": 4
17842 },
17843 {
17844 "expr": "irate(node_netstat_TcpExt_TCPFastOpenListenOverflow{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17845 "format": "time_series",
17846 "hide": false,
17847 "intervalFactor": 2,
17848 "legendFormat": "TCPFastOpenListenOverflow - Times the fastopen listen queue overflowed",
17849 "refId": "S",
17850 "step": 4
17851 },
17852 {
17853 "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassive{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17854 "format": "time_series",
17855 "hide": false,
17856 "intervalFactor": 2,
17857 "legendFormat": "TCPFastOpenPassive - Successful inbound TFO connections",
17858 "refId": "T",
17859 "step": 4
17860 },
17861 {
17862 "expr": "irate(node_netstat_TcpExt_TCPFastOpenPassiveFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17863 "format": "time_series",
17864 "hide": false,
17865 "intervalFactor": 2,
17866 "legendFormat": "TCPFastOpenPassiveFail - Inbound SYN packets with TFO cookie that was invalid",
17867 "refId": "U",
17868 "step": 4
17869 },
17870 {
17871 "expr": "irate(node_netstat_TcpExt_TCPFastRetrans{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17872 "format": "time_series",
17873 "hide": false,
17874 "intervalFactor": 2,
17875 "legendFormat": "TCPFastRetrans - Packets lost fast-retransmitted",
17876 "refId": "V",
17877 "step": 4
17878 }
17879 ],
17880 "thresholds": [],
17881 "timeFrom": null,
17882 "timeShift": null,
17883 "title": "TCP FastOpen / FastRetrans",
17884 "tooltip": {
17885 "shared": true,
17886 "sort": 0,
17887 "value_type": "individual"
17888 },
17889 "type": "graph",
17890 "xaxis": {
17891 "buckets": null,
17892 "mode": "time",
17893 "name": null,
17894 "show": true,
17895 "values": []
17896 },
17897 "yaxes": [
17898 {
17899 "format": "short",
17900 "label": "Counter",
17901 "logBase": 1,
17902 "max": null,
17903 "min": "0",
17904 "show": true
17905 },
17906 {
17907 "format": "short",
17908 "label": null,
17909 "logBase": 1,
17910 "max": null,
17911 "min": null,
17912 "show": false
17913 }
17914 ]
17915 },
17916 {
17917 "aliasColors": {},
17918 "bars": false,
17919 "dashLength": 10,
17920 "dashes": false,
17921 "datasource": "Prometheus",
17922 "decimals": null,
17923 "description": "",
17924 "fill": 2,
17925 "gridPos": {
17926 "h": 10,
17927 "w": 12,
17928 "x": 12,
17929 "y": 643
17930 },
17931 "height": "",
17932 "id": 99,
17933 "legend": {
17934 "alignAsTable": true,
17935 "avg": true,
17936 "current": true,
17937 "hideZero": false,
17938 "max": true,
17939 "min": true,
17940 "rightSide": false,
17941 "show": true,
17942 "sort": "current",
17943 "sortDesc": true,
17944 "total": false,
17945 "values": true
17946 },
17947 "lines": true,
17948 "linewidth": 1,
17949 "links": [],
17950 "maxPerRow": 12,
17951 "nullPointMode": "null",
17952 "percentage": false,
17953 "pointradius": 5,
17954 "points": false,
17955 "renderer": "flot",
17956 "seriesOverrides": [],
17957 "spaceLength": 10,
17958 "stack": false,
17959 "steppedLine": false,
17960 "targets": [
17961 {
17962 "expr": "irate(node_netstat_TcpExt_TCPHPAcks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17963 "format": "time_series",
17964 "hide": false,
17965 "intervalFactor": 2,
17966 "legendFormat": "TCPHPAcks - Acknowledgments not containing data received",
17967 "refId": "Z",
17968 "step": 4
17969 },
17970 {
17971 "expr": "irate(node_netstat_TcpExt_TCPHPHits{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17972 "format": "time_series",
17973 "hide": false,
17974 "intervalFactor": 2,
17975 "legendFormat": "TCPHPHits - Packets header predicted",
17976 "refId": "A",
17977 "step": 4
17978 },
17979 {
17980 "expr": "irate(node_netstat_TcpExt_TCPHPHitsToUser{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
17981 "format": "time_series",
17982 "hide": false,
17983 "intervalFactor": 2,
17984 "legendFormat": "TCPHPHitsToUser - Packets header predicted and directly queued to user",
17985 "refId": "B",
17986 "step": 4
17987 }
17988 ],
17989 "thresholds": [],
17990 "timeFrom": null,
17991 "timeShift": null,
17992 "title": "TCP HP",
17993 "tooltip": {
17994 "shared": true,
17995 "sort": 0,
17996 "value_type": "individual"
17997 },
17998 "type": "graph",
17999 "xaxis": {
18000 "buckets": null,
18001 "mode": "time",
18002 "name": null,
18003 "show": true,
18004 "values": []
18005 },
18006 "yaxes": [
18007 {
18008 "format": "short",
18009 "label": "Counter",
18010 "logBase": 1,
18011 "max": null,
18012 "min": "0",
18013 "show": true
18014 },
18015 {
18016 "format": "short",
18017 "label": null,
18018 "logBase": 1,
18019 "max": null,
18020 "min": null,
18021 "show": false
18022 }
18023 ]
18024 },
18025 {
18026 "aliasColors": {},
18027 "bars": false,
18028 "dashLength": 10,
18029 "dashes": false,
18030 "datasource": "Prometheus",
18031 "description": "",
18032 "fill": 2,
18033 "gridPos": {
18034 "h": 10,
18035 "w": 12,
18036 "x": 0,
18037 "y": 653
18038 },
18039 "height": "",
18040 "id": 102,
18041 "legend": {
18042 "alignAsTable": true,
18043 "avg": true,
18044 "current": true,
18045 "hideEmpty": false,
18046 "hideZero": false,
18047 "max": true,
18048 "min": true,
18049 "rightSide": false,
18050 "show": true,
18051 "sort": "current",
18052 "sortDesc": true,
18053 "total": false,
18054 "values": true
18055 },
18056 "lines": true,
18057 "linewidth": 1,
18058 "links": [],
18059 "maxPerRow": 12,
18060 "nullPointMode": "null",
18061 "percentage": false,
18062 "pointradius": 5,
18063 "points": false,
18064 "renderer": "flot",
18065 "seriesOverrides": [],
18066 "spaceLength": 10,
18067 "stack": false,
18068 "steppedLine": false,
18069 "targets": [
18070 {
18071 "expr": "irate(node_netstat_TcpExt_TCPToZeroWindowAdv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18072 "format": "time_series",
18073 "intervalFactor": 2,
18074 "legendFormat": "TCPToZeroWindowAdv - Times window went from zero to non-zero",
18075 "refId": "V",
18076 "step": 4
18077 },
18078 {
18079 "expr": "irate(node_netstat_TcpExt_TCPWantZeroWindowAdv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18080 "format": "time_series",
18081 "intervalFactor": 2,
18082 "legendFormat": "TCPWantZeroWindowAdv - Times zero window announced",
18083 "refId": "W",
18084 "step": 4
18085 },
18086 {
18087 "expr": "irate(node_netstat_TcpExt_TCPFromZeroWindowAdv{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18088 "format": "time_series",
18089 "intervalFactor": 2,
18090 "legendFormat": "TCPFromZeroWindowAdv - Times window went from zero to non-zero",
18091 "refId": "A",
18092 "step": 4
18093 }
18094 ],
18095 "thresholds": [],
18096 "timeFrom": null,
18097 "timeShift": null,
18098 "title": "TCP ZeroWindow",
18099 "tooltip": {
18100 "shared": true,
18101 "sort": 0,
18102 "value_type": "individual"
18103 },
18104 "type": "graph",
18105 "xaxis": {
18106 "buckets": null,
18107 "mode": "time",
18108 "name": null,
18109 "show": true,
18110 "values": []
18111 },
18112 "yaxes": [
18113 {
18114 "format": "short",
18115 "label": "Counter",
18116 "logBase": 1,
18117 "max": null,
18118 "min": "0",
18119 "show": true
18120 },
18121 {
18122 "format": "short",
18123 "label": null,
18124 "logBase": 1,
18125 "max": null,
18126 "min": null,
18127 "show": false
18128 }
18129 ]
18130 },
18131 {
18132 "aliasColors": {},
18133 "bars": false,
18134 "dashLength": 10,
18135 "dashes": false,
18136 "datasource": "Prometheus",
18137 "description": "",
18138 "fill": 2,
18139 "gridPos": {
18140 "h": 10,
18141 "w": 12,
18142 "x": 12,
18143 "y": 653
18144 },
18145 "height": "",
18146 "id": 103,
18147 "legend": {
18148 "alignAsTable": true,
18149 "avg": true,
18150 "current": true,
18151 "hideEmpty": false,
18152 "hideZero": false,
18153 "max": true,
18154 "min": true,
18155 "rightSide": false,
18156 "show": true,
18157 "sort": "current",
18158 "sortDesc": true,
18159 "total": false,
18160 "values": true
18161 },
18162 "lines": true,
18163 "linewidth": 1,
18164 "links": [],
18165 "maxPerRow": 12,
18166 "nullPointMode": "null",
18167 "percentage": false,
18168 "pointradius": 5,
18169 "points": false,
18170 "renderer": "flot",
18171 "seriesOverrides": [],
18172 "spaceLength": 10,
18173 "stack": false,
18174 "steppedLine": false,
18175 "targets": [
18176 {
18177 "expr": "irate(node_netstat_TcpExt_TCPFACKReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18178 "format": "time_series",
18179 "intervalFactor": 2,
18180 "legendFormat": "TCPFACKReorder - Detected packets with re-ordering using FACK",
18181 "refId": "E",
18182 "step": 4
18183 },
18184 {
18185 "expr": "irate(node_netstat_TcpExt_TCPTSReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18186 "format": "time_series",
18187 "intervalFactor": 2,
18188 "legendFormat": "TCPTSReorder - Times detected packets with re-ordering using timestamp option",
18189 "refId": "S",
18190 "step": 4
18191 }
18192 ],
18193 "thresholds": [],
18194 "timeFrom": null,
18195 "timeShift": null,
18196 "title": "TCP Reorder",
18197 "tooltip": {
18198 "shared": true,
18199 "sort": 0,
18200 "value_type": "individual"
18201 },
18202 "type": "graph",
18203 "xaxis": {
18204 "buckets": null,
18205 "mode": "time",
18206 "name": null,
18207 "show": true,
18208 "values": []
18209 },
18210 "yaxes": [
18211 {
18212 "format": "short",
18213 "label": "Counter",
18214 "logBase": 1,
18215 "max": null,
18216 "min": "0",
18217 "show": true
18218 },
18219 {
18220 "format": "short",
18221 "label": null,
18222 "logBase": 1,
18223 "max": null,
18224 "min": null,
18225 "show": false
18226 }
18227 ]
18228 },
18229 {
18230 "aliasColors": {},
18231 "bars": false,
18232 "dashLength": 10,
18233 "dashes": false,
18234 "datasource": "Prometheus",
18235 "description": "",
18236 "fill": 2,
18237 "gridPos": {
18238 "h": 10,
18239 "w": 12,
18240 "x": 0,
18241 "y": 663
18242 },
18243 "height": "",
18244 "id": 162,
18245 "legend": {
18246 "alignAsTable": true,
18247 "avg": true,
18248 "current": true,
18249 "hideEmpty": false,
18250 "hideZero": false,
18251 "max": true,
18252 "min": true,
18253 "rightSide": false,
18254 "show": true,
18255 "sort": "current",
18256 "sortDesc": true,
18257 "total": false,
18258 "values": true
18259 },
18260 "lines": true,
18261 "linewidth": 1,
18262 "links": [],
18263 "maxPerRow": 12,
18264 "nullPointMode": "null",
18265 "percentage": false,
18266 "pointradius": 5,
18267 "points": false,
18268 "renderer": "flot",
18269 "seriesOverrides": [],
18270 "spaceLength": 10,
18271 "stack": false,
18272 "steppedLine": false,
18273 "targets": [
18274 {
18275 "expr": "irate(node_netstat_TcpExt_TCPRenoFailures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18276 "format": "time_series",
18277 "hide": false,
18278 "intervalFactor": 2,
18279 "legendFormat": "TCPRenoFailures - Timeouts after reno fast retransmit",
18280 "refId": "O",
18281 "step": 4
18282 },
18283 {
18284 "expr": "irate(node_netstat_TcpExt_TCPRenoRecovery{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18285 "format": "time_series",
18286 "intervalFactor": 2,
18287 "legendFormat": "TCPRenoRecovery - Times recovered from packet loss due to fast retransmit",
18288 "refId": "A",
18289 "step": 4
18290 },
18291 {
18292 "expr": "irate(node_netstat_TcpExt_TCPRenoRecoveryFail{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18293 "format": "time_series",
18294 "intervalFactor": 2,
18295 "legendFormat": "TCPRenoRecoveryFail - Times reno fast retransmits failed",
18296 "refId": "B",
18297 "step": 4
18298 },
18299 {
18300 "expr": "irate(node_netstat_TcpExt_TCPRenoReorder{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18301 "format": "time_series",
18302 "intervalFactor": 2,
18303 "legendFormat": "TCPRenoReorder - Times detected reordering using reno fast retransmit",
18304 "refId": "C",
18305 "step": 4
18306 }
18307 ],
18308 "thresholds": [],
18309 "timeFrom": null,
18310 "timeShift": null,
18311 "title": "TCP Reno",
18312 "tooltip": {
18313 "shared": true,
18314 "sort": 0,
18315 "value_type": "individual"
18316 },
18317 "type": "graph",
18318 "xaxis": {
18319 "buckets": null,
18320 "mode": "time",
18321 "name": null,
18322 "show": true,
18323 "values": []
18324 },
18325 "yaxes": [
18326 {
18327 "format": "short",
18328 "label": "Counter",
18329 "logBase": 1,
18330 "max": null,
18331 "min": "0",
18332 "show": true
18333 },
18334 {
18335 "format": "short",
18336 "label": null,
18337 "logBase": 1,
18338 "max": null,
18339 "min": null,
18340 "show": false
18341 }
18342 ]
18343 },
18344 {
18345 "aliasColors": {},
18346 "bars": false,
18347 "dashLength": 10,
18348 "dashes": false,
18349 "datasource": "Prometheus",
18350 "description": "",
18351 "fill": 2,
18352 "gridPos": {
18353 "h": 10,
18354 "w": 12,
18355 "x": 12,
18356 "y": 663
18357 },
18358 "height": "",
18359 "id": 163,
18360 "legend": {
18361 "alignAsTable": true,
18362 "avg": true,
18363 "current": true,
18364 "hideEmpty": false,
18365 "hideZero": false,
18366 "max": true,
18367 "min": true,
18368 "rightSide": false,
18369 "show": true,
18370 "sort": "current",
18371 "sortDesc": true,
18372 "total": false,
18373 "values": true
18374 },
18375 "lines": true,
18376 "linewidth": 1,
18377 "links": [],
18378 "maxPerRow": 12,
18379 "nullPointMode": "null",
18380 "percentage": false,
18381 "pointradius": 5,
18382 "points": false,
18383 "renderer": "flot",
18384 "seriesOverrides": [],
18385 "spaceLength": 10,
18386 "stack": false,
18387 "steppedLine": false,
18388 "targets": [
18389 {
18390 "expr": "irate(node_netstat_TcpExt_TCPReqQFullDoCookies{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18391 "format": "time_series",
18392 "hide": false,
18393 "intervalFactor": 2,
18394 "legendFormat": "TCPReqQFullDoCookies - Times SYNCOOKIE was replied to client",
18395 "refId": "O",
18396 "step": 4
18397 },
18398 {
18399 "expr": "irate(node_netstat_TcpExt_TCPReqQFullDrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18400 "format": "time_series",
18401 "intervalFactor": 2,
18402 "legendFormat": "TCPReqQFullDrop - Times SYN request was dropped due to disabled syncookies",
18403 "refId": "A",
18404 "step": 4
18405 }
18406 ],
18407 "thresholds": [],
18408 "timeFrom": null,
18409 "timeShift": null,
18410 "title": "TCP ReqQ",
18411 "tooltip": {
18412 "shared": true,
18413 "sort": 0,
18414 "value_type": "individual"
18415 },
18416 "type": "graph",
18417 "xaxis": {
18418 "buckets": null,
18419 "mode": "time",
18420 "name": null,
18421 "show": true,
18422 "values": []
18423 },
18424 "yaxes": [
18425 {
18426 "format": "short",
18427 "label": "Counter",
18428 "logBase": 1,
18429 "max": null,
18430 "min": "0",
18431 "show": true
18432 },
18433 {
18434 "format": "short",
18435 "label": null,
18436 "logBase": 1,
18437 "max": null,
18438 "min": null,
18439 "show": false
18440 }
18441 ]
18442 },
18443 {
18444 "aliasColors": {},
18445 "bars": false,
18446 "dashLength": 10,
18447 "dashes": false,
18448 "datasource": "Prometheus",
18449 "description": "",
18450 "fill": 2,
18451 "gridPos": {
18452 "h": 10,
18453 "w": 12,
18454 "x": 0,
18455 "y": 673
18456 },
18457 "height": "",
18458 "id": 164,
18459 "legend": {
18460 "alignAsTable": true,
18461 "avg": true,
18462 "current": true,
18463 "hideEmpty": false,
18464 "hideZero": false,
18465 "max": true,
18466 "min": true,
18467 "rightSide": false,
18468 "show": true,
18469 "sort": "current",
18470 "sortDesc": true,
18471 "total": false,
18472 "values": true
18473 },
18474 "lines": true,
18475 "linewidth": 1,
18476 "links": [],
18477 "maxPerRow": 12,
18478 "nullPointMode": "null",
18479 "percentage": false,
18480 "pointradius": 5,
18481 "points": false,
18482 "renderer": "flot",
18483 "seriesOverrides": [],
18484 "spaceLength": 10,
18485 "stack": false,
18486 "steppedLine": false,
18487 "targets": [
18488 {
18489 "expr": "irate(node_netstat_TcpExt_TCPOFODrop{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18490 "format": "time_series",
18491 "hide": false,
18492 "intervalFactor": 2,
18493 "legendFormat": "TCPOFODrop - Packets meant to be queued in OFO but dropped because socket rcvbuf limit reached",
18494 "refId": "P",
18495 "step": 4
18496 },
18497 {
18498 "expr": "irate(node_netstat_TcpExt_TCPOFOMerge{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18499 "format": "time_series",
18500 "hide": false,
18501 "intervalFactor": 2,
18502 "legendFormat": "TCPOFOMerge - Packets in OFO that were merged with other packets",
18503 "refId": "Q",
18504 "step": 4
18505 },
18506 {
18507 "expr": "irate(node_netstat_TcpExt_TCPOFOQueue{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18508 "format": "time_series",
18509 "intervalFactor": 2,
18510 "legendFormat": "TCPOFOQueue - Packets queued in OFO queue",
18511 "refId": "B",
18512 "step": 4
18513 }
18514 ],
18515 "thresholds": [],
18516 "timeFrom": null,
18517 "timeShift": null,
18518 "title": "TCP Out of order",
18519 "tooltip": {
18520 "shared": true,
18521 "sort": 0,
18522 "value_type": "individual"
18523 },
18524 "type": "graph",
18525 "xaxis": {
18526 "buckets": null,
18527 "mode": "time",
18528 "name": null,
18529 "show": true,
18530 "values": []
18531 },
18532 "yaxes": [
18533 {
18534 "format": "short",
18535 "label": "Counter",
18536 "logBase": 1,
18537 "max": null,
18538 "min": null,
18539 "show": true
18540 },
18541 {
18542 "format": "short",
18543 "label": null,
18544 "logBase": 1,
18545 "max": null,
18546 "min": null,
18547 "show": false
18548 }
18549 ]
18550 },
18551 {
18552 "aliasColors": {},
18553 "bars": false,
18554 "dashLength": 10,
18555 "dashes": false,
18556 "datasource": "Prometheus",
18557 "decimals": null,
18558 "description": "",
18559 "fill": 2,
18560 "gridPos": {
18561 "h": 10,
18562 "w": 12,
18563 "x": 12,
18564 "y": 673
18565 },
18566 "height": "",
18567 "id": 165,
18568 "legend": {
18569 "alignAsTable": true,
18570 "avg": true,
18571 "current": true,
18572 "hideZero": false,
18573 "max": true,
18574 "min": true,
18575 "rightSide": false,
18576 "show": true,
18577 "sort": "current",
18578 "sortDesc": true,
18579 "total": false,
18580 "values": true
18581 },
18582 "lines": true,
18583 "linewidth": 1,
18584 "links": [],
18585 "maxPerRow": 12,
18586 "nullPointMode": "null",
18587 "percentage": false,
18588 "pointradius": 5,
18589 "points": false,
18590 "renderer": "flot",
18591 "seriesOverrides": [],
18592 "spaceLength": 10,
18593 "stack": false,
18594 "steppedLine": false,
18595 "targets": [
18596 {
18597 "expr": "irate(node_netstat_TcpExt_TCPMD5NotFound{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18598 "format": "time_series",
18599 "hide": false,
18600 "intervalFactor": 2,
18601 "legendFormat": "TCPMD5NotFound - Times MD5 hash expected but not found",
18602 "refId": "Z",
18603 "step": 4
18604 },
18605 {
18606 "expr": "irate(node_netstat_TcpExt_TCPMD5Unexpected{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18607 "format": "time_series",
18608 "hide": false,
18609 "intervalFactor": 2,
18610 "legendFormat": "TCPMD5Unexpected - Times MD5 hash unexpected but found",
18611 "refId": "A",
18612 "step": 4
18613 }
18614 ],
18615 "thresholds": [],
18616 "timeFrom": null,
18617 "timeShift": null,
18618 "title": "TCP MD5",
18619 "tooltip": {
18620 "shared": true,
18621 "sort": 0,
18622 "value_type": "individual"
18623 },
18624 "type": "graph",
18625 "xaxis": {
18626 "buckets": null,
18627 "mode": "time",
18628 "name": null,
18629 "show": true,
18630 "values": []
18631 },
18632 "yaxes": [
18633 {
18634 "format": "short",
18635 "label": "Counter",
18636 "logBase": 1,
18637 "max": null,
18638 "min": "0",
18639 "show": true
18640 },
18641 {
18642 "format": "short",
18643 "label": null,
18644 "logBase": 1,
18645 "max": null,
18646 "min": null,
18647 "show": false
18648 }
18649 ]
18650 },
18651 {
18652 "aliasColors": {},
18653 "bars": false,
18654 "dashLength": 10,
18655 "dashes": false,
18656 "datasource": "Prometheus",
18657 "decimals": null,
18658 "description": "",
18659 "fill": 2,
18660 "gridPos": {
18661 "h": 10,
18662 "w": 12,
18663 "x": 0,
18664 "y": 683
18665 },
18666 "height": "",
18667 "id": 166,
18668 "legend": {
18669 "alignAsTable": true,
18670 "avg": true,
18671 "current": true,
18672 "hideZero": false,
18673 "max": true,
18674 "min": true,
18675 "rightSide": false,
18676 "show": true,
18677 "sort": "current",
18678 "sortDesc": true,
18679 "total": false,
18680 "values": true
18681 },
18682 "lines": true,
18683 "linewidth": 1,
18684 "links": [],
18685 "maxPerRow": 12,
18686 "nullPointMode": "null",
18687 "percentage": false,
18688 "pointradius": 5,
18689 "points": false,
18690 "renderer": "flot",
18691 "seriesOverrides": [],
18692 "spaceLength": 10,
18693 "stack": false,
18694 "steppedLine": false,
18695 "targets": [
18696 {
18697 "expr": "irate(node_netstat_TcpExt_TCPPrequeued{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18698 "format": "time_series",
18699 "hide": false,
18700 "intervalFactor": 2,
18701 "legendFormat": "TCPPrequeued - Packets directly queued to recvmsg prequeue",
18702 "refId": "Z",
18703 "step": 4
18704 },
18705 {
18706 "expr": "irate(node_netstat_TcpExt_TCPPrequeueDropped{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18707 "format": "time_series",
18708 "hide": false,
18709 "intervalFactor": 2,
18710 "legendFormat": "TCPPrequeueDropped - Packets dropped from prequeue",
18711 "refId": "A",
18712 "step": 4
18713 }
18714 ],
18715 "thresholds": [],
18716 "timeFrom": null,
18717 "timeShift": null,
18718 "title": "TCP Prequeued",
18719 "tooltip": {
18720 "shared": true,
18721 "sort": 0,
18722 "value_type": "individual"
18723 },
18724 "type": "graph",
18725 "xaxis": {
18726 "buckets": null,
18727 "mode": "time",
18728 "name": null,
18729 "show": true,
18730 "values": []
18731 },
18732 "yaxes": [
18733 {
18734 "format": "short",
18735 "label": "Counter",
18736 "logBase": 1,
18737 "max": null,
18738 "min": "0",
18739 "show": true
18740 },
18741 {
18742 "format": "short",
18743 "label": null,
18744 "logBase": 1,
18745 "max": null,
18746 "min": null,
18747 "show": false
18748 }
18749 ]
18750 },
18751 {
18752 "aliasColors": {},
18753 "bars": false,
18754 "dashLength": 10,
18755 "dashes": false,
18756 "datasource": "Prometheus",
18757 "decimals": null,
18758 "description": "",
18759 "fill": 2,
18760 "gridPos": {
18761 "h": 10,
18762 "w": 12,
18763 "x": 12,
18764 "y": 683
18765 },
18766 "height": "",
18767 "id": 167,
18768 "legend": {
18769 "alignAsTable": true,
18770 "avg": true,
18771 "current": true,
18772 "hideZero": false,
18773 "max": true,
18774 "min": true,
18775 "rightSide": false,
18776 "show": true,
18777 "sort": "current",
18778 "sortDesc": true,
18779 "total": false,
18780 "values": true
18781 },
18782 "lines": true,
18783 "linewidth": 1,
18784 "links": [],
18785 "maxPerRow": 12,
18786 "nullPointMode": "null",
18787 "percentage": false,
18788 "pointradius": 5,
18789 "points": false,
18790 "renderer": "flot",
18791 "seriesOverrides": [],
18792 "spaceLength": 10,
18793 "stack": false,
18794 "steppedLine": false,
18795 "targets": [
18796 {
18797 "expr": "irate(node_netstat_TcpExt_TCPRcvCoalesce{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18798 "format": "time_series",
18799 "hide": false,
18800 "intervalFactor": 2,
18801 "legendFormat": "TCPRcvCoalesce - Times tried to coalesce the receive queue",
18802 "refId": "Z",
18803 "step": 4
18804 },
18805 {
18806 "expr": "irate(node_netstat_TcpExt_TCPRcvCollapsed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18807 "format": "time_series",
18808 "hide": false,
18809 "intervalFactor": 2,
18810 "legendFormat": "TCPRcvCollapsed - Packets collapsed in receive queue due to low socket buffer",
18811 "refId": "A",
18812 "step": 4
18813 }
18814 ],
18815 "thresholds": [],
18816 "timeFrom": null,
18817 "timeShift": null,
18818 "title": "TCP Rcv",
18819 "tooltip": {
18820 "shared": true,
18821 "sort": 0,
18822 "value_type": "individual"
18823 },
18824 "type": "graph",
18825 "xaxis": {
18826 "buckets": null,
18827 "mode": "time",
18828 "name": null,
18829 "show": true,
18830 "values": []
18831 },
18832 "yaxes": [
18833 {
18834 "format": "short",
18835 "label": "Counter",
18836 "logBase": 1,
18837 "max": null,
18838 "min": "0",
18839 "show": true
18840 },
18841 {
18842 "format": "short",
18843 "label": null,
18844 "logBase": 1,
18845 "max": null,
18846 "min": null,
18847 "show": false
18848 }
18849 ]
18850 },
18851 {
18852 "aliasColors": {},
18853 "bars": false,
18854 "dashLength": 10,
18855 "dashes": false,
18856 "datasource": "Prometheus",
18857 "description": "",
18858 "fill": 2,
18859 "gridPos": {
18860 "h": 10,
18861 "w": 12,
18862 "x": 0,
18863 "y": 693
18864 },
18865 "height": "",
18866 "id": 224,
18867 "legend": {
18868 "alignAsTable": true,
18869 "avg": true,
18870 "current": true,
18871 "hideEmpty": false,
18872 "hideZero": false,
18873 "max": true,
18874 "min": true,
18875 "rightSide": false,
18876 "show": true,
18877 "sort": "current",
18878 "sortDesc": true,
18879 "total": false,
18880 "values": true
18881 },
18882 "lines": true,
18883 "linewidth": 1,
18884 "links": [],
18885 "maxPerRow": 12,
18886 "nullPointMode": "null",
18887 "percentage": false,
18888 "pointradius": 5,
18889 "points": false,
18890 "renderer": "flot",
18891 "seriesOverrides": [],
18892 "spaceLength": 10,
18893 "stack": false,
18894 "steppedLine": false,
18895 "targets": [
18896 {
18897 "expr": "irate(node_netstat_TcpExt_TCPOrigDataSent{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18898 "format": "time_series",
18899 "intervalFactor": 2,
18900 "legendFormat": "TCPOrigDataSent - Outgoing packets with original data",
18901 "refId": "C",
18902 "step": 4
18903 }
18904 ],
18905 "thresholds": [],
18906 "timeFrom": null,
18907 "timeShift": null,
18908 "title": "TCP Original Data",
18909 "tooltip": {
18910 "shared": true,
18911 "sort": 0,
18912 "value_type": "individual"
18913 },
18914 "type": "graph",
18915 "xaxis": {
18916 "buckets": null,
18917 "mode": "time",
18918 "name": null,
18919 "show": true,
18920 "values": []
18921 },
18922 "yaxes": [
18923 {
18924 "format": "short",
18925 "label": "Counter",
18926 "logBase": 1,
18927 "max": null,
18928 "min": "0",
18929 "show": true
18930 },
18931 {
18932 "format": "short",
18933 "label": null,
18934 "logBase": 1,
18935 "max": null,
18936 "min": null,
18937 "show": false
18938 }
18939 ]
18940 },
18941 {
18942 "aliasColors": {},
18943 "bars": false,
18944 "dashLength": 10,
18945 "dashes": false,
18946 "datasource": "Prometheus",
18947 "description": "",
18948 "fill": 2,
18949 "gridPos": {
18950 "h": 10,
18951 "w": 12,
18952 "x": 12,
18953 "y": 693
18954 },
18955 "height": "",
18956 "id": 225,
18957 "legend": {
18958 "alignAsTable": true,
18959 "avg": true,
18960 "current": true,
18961 "hideEmpty": false,
18962 "hideZero": false,
18963 "max": true,
18964 "min": true,
18965 "rightSide": false,
18966 "show": true,
18967 "sort": "current",
18968 "sortDesc": true,
18969 "total": false,
18970 "values": true
18971 },
18972 "lines": true,
18973 "linewidth": 1,
18974 "links": [],
18975 "maxPerRow": 12,
18976 "nullPointMode": "null",
18977 "percentage": false,
18978 "pointradius": 5,
18979 "points": false,
18980 "renderer": "flot",
18981 "seriesOverrides": [],
18982 "spaceLength": 10,
18983 "stack": false,
18984 "steppedLine": false,
18985 "targets": [
18986 {
18987 "expr": "irate(node_netstat_TcpExt_ArpFilter{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18988 "format": "time_series",
18989 "intervalFactor": 2,
18990 "legendFormat": "ArpFilter - Arp packets filtered",
18991 "refId": "A",
18992 "step": 4
18993 },
18994 {
18995 "expr": "irate(node_netstat_TcpExt_IPReversePathFilter{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
18996 "format": "time_series",
18997 "intervalFactor": 2,
18998 "legendFormat": "IPReversePathFilter - Packets arrive from non directly connected network",
18999 "refId": "G",
19000 "step": 4
19001 }
19002 ],
19003 "thresholds": [],
19004 "timeFrom": null,
19005 "timeShift": null,
19006 "title": "TCP Filters",
19007 "tooltip": {
19008 "shared": true,
19009 "sort": 0,
19010 "value_type": "individual"
19011 },
19012 "type": "graph",
19013 "xaxis": {
19014 "buckets": null,
19015 "mode": "time",
19016 "name": null,
19017 "show": true,
19018 "values": []
19019 },
19020 "yaxes": [
19021 {
19022 "format": "short",
19023 "label": "Counter",
19024 "logBase": 1,
19025 "max": null,
19026 "min": "0",
19027 "show": true
19028 },
19029 {
19030 "format": "short",
19031 "label": null,
19032 "logBase": 1,
19033 "max": null,
19034 "min": null,
19035 "show": false
19036 }
19037 ]
19038 },
19039 {
19040 "aliasColors": {},
19041 "bars": false,
19042 "dashLength": 10,
19043 "dashes": false,
19044 "datasource": "Prometheus",
19045 "description": "",
19046 "fill": 2,
19047 "gridPos": {
19048 "h": 10,
19049 "w": 12,
19050 "x": 0,
19051 "y": 703
19052 },
19053 "height": "",
19054 "id": 226,
19055 "legend": {
19056 "alignAsTable": true,
19057 "avg": true,
19058 "current": true,
19059 "hideEmpty": false,
19060 "hideZero": false,
19061 "max": true,
19062 "min": true,
19063 "rightSide": false,
19064 "show": true,
19065 "sort": "current",
19066 "sortDesc": true,
19067 "total": false,
19068 "values": true
19069 },
19070 "lines": true,
19071 "linewidth": 1,
19072 "links": [],
19073 "maxPerRow": 12,
19074 "nullPointMode": "null",
19075 "percentage": false,
19076 "pointradius": 5,
19077 "points": false,
19078 "renderer": "flot",
19079 "seriesOverrides": [],
19080 "spaceLength": 10,
19081 "stack": false,
19082 "steppedLine": false,
19083 "targets": [
19084 {
19085 "expr": "irate(node_netstat_TcpExt_TCPPureAcks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19086 "format": "time_series",
19087 "intervalFactor": 2,
19088 "legendFormat": "TCPPureAcks - Acknowledgments not containing data payload received",
19089 "refId": "C",
19090 "step": 4
19091 }
19092 ],
19093 "thresholds": [],
19094 "timeFrom": null,
19095 "timeShift": null,
19096 "title": "TCP Pure ACK",
19097 "tooltip": {
19098 "shared": true,
19099 "sort": 0,
19100 "value_type": "individual"
19101 },
19102 "type": "graph",
19103 "xaxis": {
19104 "buckets": null,
19105 "mode": "time",
19106 "name": null,
19107 "show": true,
19108 "values": []
19109 },
19110 "yaxes": [
19111 {
19112 "format": "short",
19113 "label": "Counter",
19114 "logBase": 1,
19115 "max": null,
19116 "min": "0",
19117 "show": true
19118 },
19119 {
19120 "format": "short",
19121 "label": null,
19122 "logBase": 1,
19123 "max": null,
19124 "min": null,
19125 "show": false
19126 }
19127 ]
19128 },
19129 {
19130 "aliasColors": {},
19131 "bars": false,
19132 "dashLength": 10,
19133 "dashes": false,
19134 "datasource": "Prometheus",
19135 "description": "",
19136 "fill": 2,
19137 "gridPos": {
19138 "h": 10,
19139 "w": 12,
19140 "x": 12,
19141 "y": 703
19142 },
19143 "height": "",
19144 "id": 227,
19145 "legend": {
19146 "alignAsTable": true,
19147 "avg": true,
19148 "current": true,
19149 "hideEmpty": false,
19150 "hideZero": false,
19151 "max": true,
19152 "min": true,
19153 "rightSide": false,
19154 "show": true,
19155 "sort": "current",
19156 "sortDesc": true,
19157 "total": false,
19158 "values": true
19159 },
19160 "lines": true,
19161 "linewidth": 1,
19162 "links": [],
19163 "maxPerRow": 12,
19164 "nullPointMode": "null",
19165 "percentage": false,
19166 "pointradius": 5,
19167 "points": false,
19168 "renderer": "flot",
19169 "seriesOverrides": [],
19170 "spaceLength": 10,
19171 "stack": false,
19172 "steppedLine": false,
19173 "targets": [
19174 {
19175 "expr": "irate(node_netstat_TcpExt_TCPAutoCorking{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19176 "format": "time_series",
19177 "intervalFactor": 2,
19178 "legendFormat": "TCPAutoCorking - Times stack detected skb was underused and its flush was deferred",
19179 "refId": "A",
19180 "step": 4
19181 }
19182 ],
19183 "thresholds": [],
19184 "timeFrom": null,
19185 "timeShift": null,
19186 "title": "TCP Auto Corking",
19187 "tooltip": {
19188 "shared": true,
19189 "sort": 0,
19190 "value_type": "individual"
19191 },
19192 "type": "graph",
19193 "xaxis": {
19194 "buckets": null,
19195 "mode": "time",
19196 "name": null,
19197 "show": true,
19198 "values": []
19199 },
19200 "yaxes": [
19201 {
19202 "format": "short",
19203 "label": "Counter",
19204 "logBase": 1,
19205 "max": null,
19206 "min": "0",
19207 "show": true
19208 },
19209 {
19210 "format": "short",
19211 "label": null,
19212 "logBase": 1,
19213 "max": null,
19214 "min": null,
19215 "show": false
19216 }
19217 ]
19218 },
19219 {
19220 "aliasColors": {},
19221 "bars": false,
19222 "dashLength": 10,
19223 "dashes": false,
19224 "datasource": "Prometheus",
19225 "description": "",
19226 "fill": 2,
19227 "gridPos": {
19228 "h": 10,
19229 "w": 12,
19230 "x": 0,
19231 "y": 713
19232 },
19233 "height": "",
19234 "id": 104,
19235 "legend": {
19236 "alignAsTable": true,
19237 "avg": true,
19238 "current": true,
19239 "hideEmpty": false,
19240 "hideZero": false,
19241 "max": true,
19242 "min": true,
19243 "rightSide": false,
19244 "show": true,
19245 "sort": "current",
19246 "sortDesc": true,
19247 "total": false,
19248 "values": true
19249 },
19250 "lines": true,
19251 "linewidth": 1,
19252 "links": [],
19253 "maxPerRow": 12,
19254 "nullPointMode": "null",
19255 "percentage": false,
19256 "pointradius": 5,
19257 "points": false,
19258 "renderer": "flot",
19259 "seriesOverrides": [],
19260 "spaceLength": 10,
19261 "stack": false,
19262 "steppedLine": false,
19263 "targets": [
19264 {
19265 "expr": "irate(node_netstat_TcpExt_BusyPollRxPackets{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19266 "format": "time_series",
19267 "intervalFactor": 2,
19268 "legendFormat": "BusyPollRxPackets - Low latency application-fetched packets",
19269 "refId": "B",
19270 "step": 4
19271 },
19272 {
19273 "expr": "irate(node_netstat_TcpExt_EmbryonicRsts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19274 "format": "time_series",
19275 "intervalFactor": 2,
19276 "legendFormat": "EmbryonicRsts - Resets received for embryonic SYN_RECV sockets",
19277 "refId": "F",
19278 "step": 4
19279 },
19280 {
19281 "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19282 "format": "time_series",
19283 "intervalFactor": 2,
19284 "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed",
19285 "refId": "I",
19286 "step": 4
19287 },
19288 {
19289 "expr": "irate(node_netstat_TcpExt_TCPSchedulerFailed{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19290 "intervalFactor": 2,
19291 "legendFormat": "TCPSchedulerFailed - Times receiver scheduled too late for direct processing",
19292 "refId": "A",
19293 "step": 4
19294 },
19295 {
19296 "expr": "irate(node_netstat_TcpExt_TCPMemoryPressures{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19297 "intervalFactor": 2,
19298 "legendFormat": "TCPMemoryPressures - TCP ran low on memory",
19299 "refId": "C",
19300 "step": 4
19301 }
19302 ],
19303 "thresholds": [],
19304 "timeFrom": null,
19305 "timeShift": null,
19306 "title": "TCP Issues",
19307 "tooltip": {
19308 "shared": true,
19309 "sort": 0,
19310 "value_type": "individual"
19311 },
19312 "type": "graph",
19313 "xaxis": {
19314 "buckets": null,
19315 "mode": "time",
19316 "name": null,
19317 "show": true,
19318 "values": []
19319 },
19320 "yaxes": [
19321 {
19322 "format": "short",
19323 "label": "Counter",
19324 "logBase": 1,
19325 "max": null,
19326 "min": "0",
19327 "show": true
19328 },
19329 {
19330 "format": "short",
19331 "label": null,
19332 "logBase": 1,
19333 "max": null,
19334 "min": null,
19335 "show": false
19336 }
19337 ]
19338 }
19339 ],
19340 "repeat": null,
19341 "title": "Network Netstat TCP Linux MIPs",
19342 "type": "row"
19343 },
19344 {
19345 "collapsed": true,
19346 "datasource": null,
19347 "fieldConfig": {
19348 "defaults": {},
19349 "overrides": []
19350 },
19351 "gridPos": {
19352 "h": 1,
19353 "w": 24,
19354 "x": 0,
19355 "y": 37
19356 },
19357 "id": 277,
19358 "panels": [
19359 {
19360 "aliasColors": {},
19361 "bars": false,
19362 "dashLength": 10,
19363 "dashes": false,
19364 "datasource": "Prometheus",
19365 "decimals": null,
19366 "fill": 2,
19367 "gridPos": {
19368 "h": 10,
19369 "w": 12,
19370 "x": 0,
19371 "y": 714
19372 },
19373 "height": "",
19374 "id": 55,
19375 "legend": {
19376 "alignAsTable": true,
19377 "avg": true,
19378 "current": true,
19379 "hideZero": false,
19380 "max": true,
19381 "min": true,
19382 "rightSide": false,
19383 "show": true,
19384 "sort": "current",
19385 "sortDesc": true,
19386 "total": false,
19387 "values": true
19388 },
19389 "lines": true,
19390 "linewidth": 1,
19391 "links": [],
19392 "maxPerRow": 12,
19393 "nullPointMode": "null",
19394 "percentage": false,
19395 "pointradius": 5,
19396 "points": false,
19397 "renderer": "flot",
19398 "seriesOverrides": [
19399 {
19400 "alias": "/.*Out.*/",
19401 "transform": "negative-Y"
19402 },
19403 {
19404 "alias": "/.*Snd.*/",
19405 "transform": "negative-Y"
19406 },
19407 {
19408 "alias": "/.*Datagrams.*/",
19409 "color": "#EAB839"
19410 }
19411 ],
19412 "spaceLength": 10,
19413 "stack": false,
19414 "steppedLine": false,
19415 "targets": [
19416 {
19417 "expr": "irate(node_netstat_Udp_InDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19418 "format": "time_series",
19419 "intervalFactor": 2,
19420 "legendFormat": "InDatagrams - Datagrams received",
19421 "refId": "B",
19422 "step": 4
19423 },
19424 {
19425 "expr": "irate(node_netstat_Udp_OutDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19426 "format": "time_series",
19427 "intervalFactor": 2,
19428 "legendFormat": "OutDatagrams - Datagrams sent",
19429 "refId": "E",
19430 "step": 4
19431 }
19432 ],
19433 "thresholds": [],
19434 "timeFrom": null,
19435 "timeShift": null,
19436 "title": "UDP In / Out",
19437 "tooltip": {
19438 "shared": true,
19439 "sort": 0,
19440 "value_type": "individual"
19441 },
19442 "type": "graph",
19443 "xaxis": {
19444 "buckets": null,
19445 "mode": "time",
19446 "name": null,
19447 "show": true,
19448 "values": []
19449 },
19450 "yaxes": [
19451 {
19452 "format": "short",
19453 "label": "Datagrams out (-) / in (+)",
19454 "logBase": 1,
19455 "max": null,
19456 "min": null,
19457 "show": true
19458 },
19459 {
19460 "format": "short",
19461 "label": null,
19462 "logBase": 1,
19463 "max": null,
19464 "min": null,
19465 "show": false
19466 }
19467 ]
19468 },
19469 {
19470 "aliasColors": {},
19471 "bars": false,
19472 "dashLength": 10,
19473 "dashes": false,
19474 "datasource": "Prometheus",
19475 "fill": 2,
19476 "gridPos": {
19477 "h": 10,
19478 "w": 12,
19479 "x": 12,
19480 "y": 714
19481 },
19482 "height": "",
19483 "id": 109,
19484 "legend": {
19485 "alignAsTable": true,
19486 "avg": true,
19487 "current": true,
19488 "hideZero": false,
19489 "max": true,
19490 "min": true,
19491 "rightSide": false,
19492 "show": true,
19493 "sort": "current",
19494 "sortDesc": true,
19495 "total": false,
19496 "values": true
19497 },
19498 "lines": true,
19499 "linewidth": 1,
19500 "links": [],
19501 "maxPerRow": 12,
19502 "nullPointMode": "null",
19503 "percentage": false,
19504 "pointradius": 5,
19505 "points": false,
19506 "renderer": "flot",
19507 "seriesOverrides": [
19508 {
19509 "alias": "/.*Out.*/",
19510 "transform": "negative-Y"
19511 },
19512 {
19513 "alias": "/.*Snd.*/",
19514 "transform": "negative-Y"
19515 },
19516 {
19517 "alias": "/.*bufErrors.*/",
19518 "color": "#70DBED"
19519 }
19520 ],
19521 "spaceLength": 10,
19522 "stack": false,
19523 "steppedLine": false,
19524 "targets": [
19525 {
19526 "expr": "irate(node_netstat_Udp_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19527 "format": "time_series",
19528 "intervalFactor": 2,
19529 "legendFormat": "InCsumErrors - Datagrams with checksum errors",
19530 "refId": "A",
19531 "step": 4
19532 },
19533 {
19534 "expr": "irate(node_netstat_Udp_InErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19535 "format": "time_series",
19536 "intervalFactor": 2,
19537 "legendFormat": "InErrors - Datagrams that could not be delivered to an application",
19538 "refId": "C",
19539 "step": 4
19540 },
19541 {
19542 "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19543 "format": "time_series",
19544 "intervalFactor": 2,
19545 "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive",
19546 "refId": "F",
19547 "step": 4
19548 },
19549 {
19550 "expr": "irate(node_netstat_Udp_SndbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19551 "format": "time_series",
19552 "intervalFactor": 2,
19553 "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit",
19554 "refId": "G",
19555 "step": 4
19556 },
19557 {
19558 "expr": "irate(node_netstat_Udp_NoPorts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19559 "format": "time_series",
19560 "intervalFactor": 2,
19561 "legendFormat": "NoPorts - Datagrams received on a port with no listener",
19562 "refId": "B",
19563 "step": 4
19564 }
19565 ],
19566 "thresholds": [],
19567 "timeFrom": null,
19568 "timeShift": null,
19569 "title": "UDP Errors",
19570 "tooltip": {
19571 "shared": true,
19572 "sort": 0,
19573 "value_type": "individual"
19574 },
19575 "type": "graph",
19576 "xaxis": {
19577 "buckets": null,
19578 "mode": "time",
19579 "name": null,
19580 "show": true,
19581 "values": []
19582 },
19583 "yaxes": [
19584 {
19585 "format": "short",
19586 "label": "Datagrams out (-) / in (+)",
19587 "logBase": 1,
19588 "max": null,
19589 "min": null,
19590 "show": true
19591 },
19592 {
19593 "format": "short",
19594 "label": null,
19595 "logBase": 1,
19596 "max": null,
19597 "min": null,
19598 "show": false
19599 }
19600 ]
19601 },
19602 {
19603 "aliasColors": {},
19604 "bars": false,
19605 "dashLength": 10,
19606 "dashes": false,
19607 "datasource": "Prometheus",
19608 "fill": 2,
19609 "gridPos": {
19610 "h": 10,
19611 "w": 12,
19612 "x": 0,
19613 "y": 724
19614 },
19615 "height": "",
19616 "id": 57,
19617 "legend": {
19618 "alignAsTable": true,
19619 "avg": true,
19620 "current": true,
19621 "hideZero": false,
19622 "max": true,
19623 "min": true,
19624 "rightSide": false,
19625 "show": true,
19626 "sort": "current",
19627 "sortDesc": true,
19628 "total": false,
19629 "values": true
19630 },
19631 "lines": true,
19632 "linewidth": 1,
19633 "links": [],
19634 "maxPerRow": 12,
19635 "nullPointMode": "null",
19636 "percentage": false,
19637 "pointradius": 5,
19638 "points": false,
19639 "renderer": "flot",
19640 "seriesOverrides": [
19641 {
19642 "alias": "/.*Out.*/",
19643 "transform": "negative-Y"
19644 },
19645 {
19646 "alias": "/.*Datagrams.*/",
19647 "color": "#EAB839"
19648 }
19649 ],
19650 "spaceLength": 10,
19651 "stack": false,
19652 "steppedLine": false,
19653 "targets": [
19654 {
19655 "expr": "irate(node_netstat_UdpLite_InDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19656 "format": "time_series",
19657 "intervalFactor": 2,
19658 "legendFormat": "InDatagrams - Packets received",
19659 "refId": "B",
19660 "step": 4
19661 },
19662 {
19663 "expr": "irate(node_netstat_UdpLite_OutDatagrams{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19664 "format": "time_series",
19665 "intervalFactor": 2,
19666 "legendFormat": "OutDatagrams - Packets sent",
19667 "refId": "E",
19668 "step": 4
19669 }
19670 ],
19671 "thresholds": [],
19672 "timeFrom": null,
19673 "timeShift": null,
19674 "title": "UDP Lite In / Out",
19675 "tooltip": {
19676 "shared": true,
19677 "sort": 0,
19678 "value_type": "individual"
19679 },
19680 "type": "graph",
19681 "xaxis": {
19682 "buckets": null,
19683 "mode": "time",
19684 "name": null,
19685 "show": true,
19686 "values": []
19687 },
19688 "yaxes": [
19689 {
19690 "format": "short",
19691 "label": "Datagrams out (-) / in (+)",
19692 "logBase": 1,
19693 "max": null,
19694 "min": null,
19695 "show": true
19696 },
19697 {
19698 "format": "short",
19699 "label": null,
19700 "logBase": 1,
19701 "max": null,
19702 "min": null,
19703 "show": false
19704 }
19705 ]
19706 },
19707 {
19708 "aliasColors": {},
19709 "bars": false,
19710 "dashLength": 10,
19711 "dashes": false,
19712 "datasource": "Prometheus",
19713 "fill": 2,
19714 "gridPos": {
19715 "h": 10,
19716 "w": 12,
19717 "x": 12,
19718 "y": 724
19719 },
19720 "height": "",
19721 "id": 110,
19722 "legend": {
19723 "alignAsTable": true,
19724 "avg": true,
19725 "current": true,
19726 "hideZero": false,
19727 "max": true,
19728 "min": true,
19729 "rightSide": false,
19730 "show": true,
19731 "sort": "current",
19732 "sortDesc": true,
19733 "total": false,
19734 "values": true
19735 },
19736 "lines": true,
19737 "linewidth": 1,
19738 "links": [],
19739 "maxPerRow": 12,
19740 "nullPointMode": "null",
19741 "percentage": false,
19742 "pointradius": 5,
19743 "points": false,
19744 "renderer": "flot",
19745 "seriesOverrides": [
19746 {
19747 "alias": "/.*Out.*/",
19748 "transform": "negative-Y"
19749 },
19750 {
19751 "alias": "/.*bufErrors.*/",
19752 "color": "#6ED0E0"
19753 }
19754 ],
19755 "spaceLength": 10,
19756 "stack": false,
19757 "steppedLine": false,
19758 "targets": [
19759 {
19760 "expr": "irate(node_netstat_UdpLite_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19761 "format": "time_series",
19762 "intervalFactor": 2,
19763 "legendFormat": "InCsumErrors - Datagrams with checksum errors",
19764 "refId": "A",
19765 "step": 4
19766 },
19767 {
19768 "expr": "irate(node_netstat_UdpLite_InErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19769 "format": "time_series",
19770 "intervalFactor": 2,
19771 "legendFormat": "InErrors - Datagrams that could not be delivered to an application",
19772 "refId": "C",
19773 "step": 4
19774 },
19775 {
19776 "expr": "irate(node_netstat_UdpLite_RcvbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19777 "format": "time_series",
19778 "intervalFactor": 2,
19779 "legendFormat": "RcvbufErrors - Datagrams for which not enough socket buffer memory to receive",
19780 "refId": "F",
19781 "step": 4
19782 },
19783 {
19784 "expr": "irate(node_netstat_UdpLite_SndbufErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19785 "format": "time_series",
19786 "intervalFactor": 2,
19787 "legendFormat": "SndbufErrors - Datagrams for which not enough socket buffer memory to transmit",
19788 "refId": "G",
19789 "step": 4
19790 },
19791 {
19792 "expr": "irate(node_netstat_UdpLite_NoPorts{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19793 "format": "time_series",
19794 "intervalFactor": 2,
19795 "legendFormat": "NoPorts - Datagrams received on a port with no listener",
19796 "refId": "B",
19797 "step": 4
19798 }
19799 ],
19800 "thresholds": [],
19801 "timeFrom": null,
19802 "timeShift": null,
19803 "title": "UDP Lite Errors",
19804 "tooltip": {
19805 "shared": true,
19806 "sort": 0,
19807 "value_type": "individual"
19808 },
19809 "type": "graph",
19810 "xaxis": {
19811 "buckets": null,
19812 "mode": "time",
19813 "name": null,
19814 "show": true,
19815 "values": []
19816 },
19817 "yaxes": [
19818 {
19819 "format": "short",
19820 "label": "Datagrams out (-) / in (+)",
19821 "logBase": 1,
19822 "max": null,
19823 "min": null,
19824 "show": true
19825 },
19826 {
19827 "format": "short",
19828 "label": null,
19829 "logBase": 1,
19830 "max": null,
19831 "min": null,
19832 "show": false
19833 }
19834 ]
19835 }
19836 ],
19837 "repeat": null,
19838 "title": "Network Netstat UDP",
19839 "type": "row"
19840 },
19841 {
19842 "collapsed": true,
19843 "datasource": null,
19844 "fieldConfig": {
19845 "defaults": {},
19846 "overrides": []
19847 },
19848 "gridPos": {
19849 "h": 1,
19850 "w": 24,
19851 "x": 0,
19852 "y": 38
19853 },
19854 "id": 278,
19855 "panels": [
19856 {
19857 "aliasColors": {},
19858 "bars": false,
19859 "dashLength": 10,
19860 "dashes": false,
19861 "datasource": "Prometheus",
19862 "decimals": null,
19863 "fill": 2,
19864 "gridPos": {
19865 "h": 10,
19866 "w": 12,
19867 "x": 0,
19868 "y": 725
19869 },
19870 "height": "",
19871 "id": 50,
19872 "legend": {
19873 "alignAsTable": true,
19874 "avg": true,
19875 "current": true,
19876 "hideZero": false,
19877 "max": true,
19878 "min": true,
19879 "rightSide": false,
19880 "show": true,
19881 "sort": "current",
19882 "sortDesc": true,
19883 "total": false,
19884 "values": true
19885 },
19886 "lines": true,
19887 "linewidth": 1,
19888 "links": [],
19889 "maxPerRow": 12,
19890 "nullPointMode": "null",
19891 "percentage": false,
19892 "pointradius": 5,
19893 "points": false,
19894 "renderer": "flot",
19895 "seriesOverrides": [
19896 {
19897 "alias": "/.*Out.*/",
19898 "transform": "negative-Y"
19899 },
19900 {
19901 "alias": "/.*Type3.*/",
19902 "color": "#EAB839"
19903 },
19904 {
19905 "alias": "/.*SrcQuenchs.*/",
19906 "color": "#705DA0"
19907 },
19908 {
19909 "alias": "/.*ParmProb.*/",
19910 "color": "#70DBED"
19911 },
19912 {
19913 "alias": "/.*TimeExcds.*/",
19914 "color": "#EA6460"
19915 },
19916 {
19917 "alias": "/.*DestUnreachs.*/",
19918 "color": "#7EB26D"
19919 },
19920 {
19921 "alias": "/.*InErrors.*/",
19922 "color": "#890F02"
19923 },
19924 {
19925 "alias": "/.*OutErrors.*/",
19926 "color": "#890F02"
19927 }
19928 ],
19929 "spaceLength": 10,
19930 "stack": false,
19931 "steppedLine": false,
19932 "targets": [
19933 {
19934 "expr": "irate(node_netstat_Icmp_InErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19935 "format": "time_series",
19936 "intervalFactor": 2,
19937 "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)",
19938 "refId": "I",
19939 "step": 4
19940 },
19941 {
19942 "expr": "irate(node_netstat_Icmp_OutErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19943 "format": "time_series",
19944 "intervalFactor": 2,
19945 "legendFormat": "OutErrors - Messages which this entity did not send due to problems discovered within ICMP, such as a lack of buffers",
19946 "refId": "V",
19947 "step": 4
19948 },
19949 {
19950 "expr": "irate(node_netstat_Icmp_InDestUnreachs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19951 "format": "time_series",
19952 "intervalFactor": 2,
19953 "legendFormat": "InDestUnreachs - Destination Unreachable messages received",
19954 "refId": "A",
19955 "step": 4
19956 },
19957 {
19958 "expr": "irate(node_netstat_Icmp_OutDestUnreachs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19959 "format": "time_series",
19960 "intervalFactor": 2,
19961 "legendFormat": "OutDestUnreachs - Destination Unreachable messages sent",
19962 "refId": "B",
19963 "step": 4
19964 },
19965 {
19966 "expr": "irate(node_netstat_IcmpMsg_InType3{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19967 "format": "time_series",
19968 "hide": false,
19969 "intervalFactor": 2,
19970 "legendFormat": "InType3 - Destination unreachable",
19971 "refId": "K",
19972 "step": 4
19973 },
19974 {
19975 "expr": "irate(node_netstat_IcmpMsg_OutType3{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19976 "format": "time_series",
19977 "hide": false,
19978 "intervalFactor": 2,
19979 "legendFormat": "OutType3 - Destination unreachable",
19980 "refId": "L",
19981 "step": 4
19982 },
19983 {
19984 "expr": "irate(node_netstat_IcmpMsg_InType11{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
19985 "format": "time_series",
19986 "hide": false,
19987 "intervalFactor": 2,
19988 "legendFormat": "InType11 - Time Exceeded",
19989 "refId": "C",
19990 "step": 4
19991 }
19992 ],
19993 "thresholds": [],
19994 "timeFrom": null,
19995 "timeShift": null,
19996 "title": "ICMP Errors 1",
19997 "tooltip": {
19998 "shared": true,
19999 "sort": 0,
20000 "value_type": "individual"
20001 },
20002 "type": "graph",
20003 "xaxis": {
20004 "buckets": null,
20005 "mode": "time",
20006 "name": null,
20007 "show": true,
20008 "values": []
20009 },
20010 "yaxes": [
20011 {
20012 "format": "short",
20013 "label": "Messages out (-) / in (+)",
20014 "logBase": 1,
20015 "max": null,
20016 "min": null,
20017 "show": true
20018 },
20019 {
20020 "format": "short",
20021 "label": null,
20022 "logBase": 1,
20023 "max": null,
20024 "min": null,
20025 "show": false
20026 }
20027 ]
20028 },
20029 {
20030 "aliasColors": {},
20031 "bars": false,
20032 "dashLength": 10,
20033 "dashes": false,
20034 "datasource": "Prometheus",
20035 "decimals": null,
20036 "fill": 2,
20037 "gridPos": {
20038 "h": 10,
20039 "w": 12,
20040 "x": 12,
20041 "y": 725
20042 },
20043 "height": "",
20044 "id": 147,
20045 "legend": {
20046 "alignAsTable": true,
20047 "avg": true,
20048 "current": true,
20049 "hideZero": false,
20050 "max": true,
20051 "min": true,
20052 "rightSide": false,
20053 "show": true,
20054 "sort": "current",
20055 "sortDesc": true,
20056 "total": false,
20057 "values": true
20058 },
20059 "lines": true,
20060 "linewidth": 1,
20061 "links": [],
20062 "maxPerRow": 12,
20063 "nullPointMode": "null",
20064 "percentage": false,
20065 "pointradius": 5,
20066 "points": false,
20067 "renderer": "flot",
20068 "seriesOverrides": [
20069 {
20070 "alias": "/.*Out.*/",
20071 "transform": "negative-Y"
20072 },
20073 {
20074 "alias": "/.*Type3.*/",
20075 "color": "#EAB839"
20076 },
20077 {
20078 "alias": "/.*SrcQuenchs.*/",
20079 "color": "#705DA0"
20080 },
20081 {
20082 "alias": "/.*ParmProb.*/",
20083 "color": "#70DBED"
20084 },
20085 {
20086 "alias": "/.*TimeExcds.*/",
20087 "color": "#EA6460"
20088 },
20089 {
20090 "alias": "/.*DestUnreachs.*/",
20091 "color": "#7EB26D"
20092 },
20093 {
20094 "alias": "/.*InErrors.*/",
20095 "color": "#890F02"
20096 },
20097 {
20098 "alias": "/.*OutErrors.*/",
20099 "color": "#890F02"
20100 }
20101 ],
20102 "spaceLength": 10,
20103 "stack": false,
20104 "steppedLine": false,
20105 "targets": [
20106 {
20107 "expr": "irate(node_netstat_Icmp_InCsumErrors{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20108 "format": "time_series",
20109 "hide": false,
20110 "intervalFactor": 2,
20111 "legendFormat": "InCsumErrors - Messages with ICMP checksum errors",
20112 "refId": "E",
20113 "step": 4
20114 },
20115 {
20116 "expr": "irate(node_netstat_Icmp_InTimeExcds{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20117 "format": "time_series",
20118 "hide": false,
20119 "intervalFactor": 2,
20120 "legendFormat": "InTimeExcds - Time Exceeded messages received",
20121 "refId": "C",
20122 "step": 4
20123 },
20124 {
20125 "expr": "irate(node_netstat_Icmp_OutTimeExcds{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20126 "format": "time_series",
20127 "hide": false,
20128 "intervalFactor": 2,
20129 "legendFormat": "OutTimeExcds - Time Exceeded messages sent",
20130 "refId": "D",
20131 "step": 4
20132 },
20133 {
20134 "expr": "irate(node_netstat_Icmp_InParmProbs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20135 "format": "time_series",
20136 "hide": false,
20137 "intervalFactor": 2,
20138 "legendFormat": "InParmProbs - Parameter Problem messages received",
20139 "refId": "F",
20140 "step": 4
20141 },
20142 {
20143 "expr": "irate(node_netstat_Icmp_OutParmProbs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20144 "format": "time_series",
20145 "hide": false,
20146 "intervalFactor": 2,
20147 "legendFormat": "OutParmProb - Parameter Problem messages sent",
20148 "refId": "G",
20149 "step": 4
20150 },
20151 {
20152 "expr": "irate(node_netstat_Icmp_InSrcQuenchs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20153 "format": "time_series",
20154 "hide": false,
20155 "intervalFactor": 2,
20156 "legendFormat": "InSrcQuenchs - Source Quench messages received",
20157 "refId": "H",
20158 "step": 4
20159 },
20160 {
20161 "expr": "irate(node_netstat_Icmp_OutSrcQuenchs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20162 "format": "time_series",
20163 "hide": false,
20164 "intervalFactor": 2,
20165 "legendFormat": "OutSrcQuenchs - Source Quench messages sent",
20166 "refId": "J",
20167 "step": 4
20168 }
20169 ],
20170 "thresholds": [],
20171 "timeFrom": null,
20172 "timeShift": null,
20173 "title": "ICMP Errors 2",
20174 "tooltip": {
20175 "shared": true,
20176 "sort": 0,
20177 "value_type": "individual"
20178 },
20179 "type": "graph",
20180 "xaxis": {
20181 "buckets": null,
20182 "mode": "time",
20183 "name": null,
20184 "show": true,
20185 "values": []
20186 },
20187 "yaxes": [
20188 {
20189 "format": "short",
20190 "label": "Messages out (-) / in (+)",
20191 "logBase": 1,
20192 "max": null,
20193 "min": null,
20194 "show": true
20195 },
20196 {
20197 "format": "short",
20198 "label": null,
20199 "logBase": 1,
20200 "max": null,
20201 "min": null,
20202 "show": false
20203 }
20204 ]
20205 },
20206 {
20207 "aliasColors": {},
20208 "bars": false,
20209 "dashLength": 10,
20210 "dashes": false,
20211 "datasource": "Prometheus",
20212 "decimals": null,
20213 "fill": 2,
20214 "gridPos": {
20215 "h": 10,
20216 "w": 12,
20217 "x": 0,
20218 "y": 735
20219 },
20220 "height": "",
20221 "id": 115,
20222 "legend": {
20223 "alignAsTable": true,
20224 "avg": true,
20225 "current": true,
20226 "hideZero": false,
20227 "max": true,
20228 "min": true,
20229 "rightSide": false,
20230 "show": true,
20231 "sort": "current",
20232 "sortDesc": true,
20233 "total": false,
20234 "values": true
20235 },
20236 "lines": true,
20237 "linewidth": 1,
20238 "links": [],
20239 "maxPerRow": 12,
20240 "nullPointMode": "null",
20241 "percentage": false,
20242 "pointradius": 5,
20243 "points": false,
20244 "renderer": "flot",
20245 "seriesOverrides": [
20246 {
20247 "alias": "/.*Out.*/",
20248 "transform": "negative-Y"
20249 },
20250 {
20251 "alias": "/.*Msgs.*/",
20252 "color": "#6ED0E0"
20253 },
20254 {
20255 "alias": "/.*Redirects.*/",
20256 "color": "#F9BA8F"
20257 }
20258 ],
20259 "spaceLength": 10,
20260 "stack": false,
20261 "steppedLine": false,
20262 "targets": [
20263 {
20264 "expr": "irate(node_netstat_Icmp_InMsgs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20265 "format": "time_series",
20266 "intervalFactor": 2,
20267 "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors",
20268 "refId": "J",
20269 "step": 4
20270 },
20271 {
20272 "expr": "irate(node_netstat_Icmp_InRedirects{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20273 "format": "time_series",
20274 "intervalFactor": 2,
20275 "legendFormat": "InRedirects - Redirect messages received",
20276 "refId": "L",
20277 "step": 4
20278 },
20279 {
20280 "expr": "irate(node_netstat_Icmp_OutMsgs{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20281 "format": "time_series",
20282 "intervalFactor": 2,
20283 "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors",
20284 "refId": "W",
20285 "step": 4
20286 },
20287 {
20288 "expr": "irate(node_netstat_Icmp_OutRedirects{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20289 "format": "time_series",
20290 "intervalFactor": 2,
20291 "legendFormat": "OutRedirects - Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects",
20292 "refId": "Y",
20293 "step": 4
20294 }
20295 ],
20296 "thresholds": [],
20297 "timeFrom": null,
20298 "timeShift": null,
20299 "title": "ICMP In / Out - Messages / Redirects",
20300 "tooltip": {
20301 "shared": true,
20302 "sort": 0,
20303 "value_type": "individual"
20304 },
20305 "type": "graph",
20306 "xaxis": {
20307 "buckets": null,
20308 "mode": "time",
20309 "name": null,
20310 "show": true,
20311 "values": []
20312 },
20313 "yaxes": [
20314 {
20315 "format": "short",
20316 "label": "Messages out (-) / in (+)",
20317 "logBase": 1,
20318 "max": null,
20319 "min": null,
20320 "show": true
20321 },
20322 {
20323 "format": "short",
20324 "label": null,
20325 "logBase": 1,
20326 "max": null,
20327 "min": null,
20328 "show": false
20329 }
20330 ]
20331 },
20332 {
20333 "aliasColors": {},
20334 "bars": false,
20335 "dashLength": 10,
20336 "dashes": false,
20337 "datasource": "Prometheus",
20338 "decimals": null,
20339 "fill": 2,
20340 "gridPos": {
20341 "h": 10,
20342 "w": 12,
20343 "x": 12,
20344 "y": 735
20345 },
20346 "height": "",
20347 "id": 112,
20348 "legend": {
20349 "alignAsTable": true,
20350 "avg": true,
20351 "current": true,
20352 "hideZero": false,
20353 "max": true,
20354 "min": true,
20355 "rightSide": false,
20356 "show": true,
20357 "sort": "current",
20358 "sortDesc": true,
20359 "total": false,
20360 "values": true
20361 },
20362 "lines": true,
20363 "linewidth": 1,
20364 "links": [],
20365 "maxPerRow": 12,
20366 "nullPointMode": "null",
20367 "percentage": false,
20368 "pointradius": 5,
20369 "points": false,
20370 "renderer": "flot",
20371 "seriesOverrides": [
20372 {
20373 "alias": "/.*Out.*/",
20374 "transform": "negative-Y"
20375 },
20376 {
20377 "alias": "/.*TimestampReps.*/",
20378 "color": "#F9934E"
20379 },
20380 {
20381 "alias": "/.*Timestamps -.*/",
20382 "color": "#6ED0E0"
20383 }
20384 ],
20385 "spaceLength": 10,
20386 "stack": false,
20387 "steppedLine": false,
20388 "targets": [
20389 {
20390 "expr": "irate(node_netstat_Icmp_InTimestampReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20391 "format": "time_series",
20392 "intervalFactor": 2,
20393 "legendFormat": "InTimestampReps - Timestamp Reply messages received",
20394 "refId": "O",
20395 "step": 4
20396 },
20397 {
20398 "expr": "irate(node_netstat_Icmp_InTimestamps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20399 "format": "time_series",
20400 "intervalFactor": 2,
20401 "legendFormat": "InTimestamps - Timestamp (request) messages received",
20402 "refId": "P",
20403 "step": 4
20404 },
20405 {
20406 "expr": "irate(node_netstat_Icmp_OutTimestampReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20407 "format": "time_series",
20408 "intervalFactor": 2,
20409 "legendFormat": "OutTimestampReps - Timestamp Reply messages sent",
20410 "refId": "A",
20411 "step": 4
20412 },
20413 {
20414 "expr": "irate(node_netstat_Icmp_OutTimestamps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20415 "format": "time_series",
20416 "intervalFactor": 2,
20417 "legendFormat": "OutTimestamps - Timestamp (request) messages sent",
20418 "refId": "B",
20419 "step": 4
20420 }
20421 ],
20422 "thresholds": [],
20423 "timeFrom": null,
20424 "timeShift": null,
20425 "title": "ICMP Timestamps",
20426 "tooltip": {
20427 "shared": true,
20428 "sort": 0,
20429 "value_type": "individual"
20430 },
20431 "type": "graph",
20432 "xaxis": {
20433 "buckets": null,
20434 "mode": "time",
20435 "name": null,
20436 "show": true,
20437 "values": []
20438 },
20439 "yaxes": [
20440 {
20441 "format": "short",
20442 "label": "Messages out (-) / in (+)",
20443 "logBase": 1,
20444 "max": null,
20445 "min": null,
20446 "show": true
20447 },
20448 {
20449 "format": "short",
20450 "label": null,
20451 "logBase": 1,
20452 "max": null,
20453 "min": null,
20454 "show": false
20455 }
20456 ]
20457 },
20458 {
20459 "aliasColors": {},
20460 "bars": false,
20461 "dashLength": 10,
20462 "dashes": false,
20463 "datasource": "Prometheus",
20464 "decimals": null,
20465 "fill": 2,
20466 "gridPos": {
20467 "h": 10,
20468 "w": 12,
20469 "x": 0,
20470 "y": 745
20471 },
20472 "height": "",
20473 "id": 114,
20474 "legend": {
20475 "alignAsTable": true,
20476 "avg": true,
20477 "current": true,
20478 "hideZero": false,
20479 "max": true,
20480 "min": true,
20481 "rightSide": false,
20482 "show": true,
20483 "sort": "current",
20484 "sortDesc": true,
20485 "total": false,
20486 "values": true
20487 },
20488 "lines": true,
20489 "linewidth": 1,
20490 "links": [],
20491 "maxPerRow": 12,
20492 "nullPointMode": "null",
20493 "percentage": false,
20494 "pointradius": 5,
20495 "points": false,
20496 "renderer": "flot",
20497 "seriesOverrides": [
20498 {
20499 "alias": "/.*Out.*/",
20500 "transform": "negative-Y"
20501 },
20502 {
20503 "alias": "/.*EchoReps.*/",
20504 "color": "#D683CE"
20505 },
20506 {
20507 "alias": "/.*Echos -.*/",
20508 "color": "#F9934E"
20509 }
20510 ],
20511 "spaceLength": 10,
20512 "stack": false,
20513 "steppedLine": false,
20514 "targets": [
20515 {
20516 "expr": "irate(node_netstat_Icmp_InEchoReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20517 "format": "time_series",
20518 "intervalFactor": 2,
20519 "legendFormat": "InEchoReps - Echo Reply messages received",
20520 "refId": "G",
20521 "step": 4
20522 },
20523 {
20524 "expr": "irate(node_netstat_Icmp_InEchos{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20525 "format": "time_series",
20526 "intervalFactor": 2,
20527 "legendFormat": "InEchos - Echo (request) messages received",
20528 "refId": "H",
20529 "step": 4
20530 },
20531 {
20532 "expr": "irate(node_netstat_Icmp_OutEchoReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20533 "format": "time_series",
20534 "intervalFactor": 2,
20535 "legendFormat": "OutEchoReps - Echo Reply messages sent",
20536 "refId": "T",
20537 "step": 4
20538 },
20539 {
20540 "expr": "irate(node_netstat_Icmp_OutEchos{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20541 "format": "time_series",
20542 "intervalFactor": 2,
20543 "legendFormat": "OutEchos - Echo (request) messages sent",
20544 "refId": "U",
20545 "step": 4
20546 }
20547 ],
20548 "thresholds": [],
20549 "timeFrom": null,
20550 "timeShift": null,
20551 "title": "ICMP Echos",
20552 "tooltip": {
20553 "shared": true,
20554 "sort": 0,
20555 "value_type": "individual"
20556 },
20557 "type": "graph",
20558 "xaxis": {
20559 "buckets": null,
20560 "mode": "time",
20561 "name": null,
20562 "show": true,
20563 "values": []
20564 },
20565 "yaxes": [
20566 {
20567 "format": "short",
20568 "label": "Messages out (-) / in (+)",
20569 "logBase": 1,
20570 "max": null,
20571 "min": null,
20572 "show": true
20573 },
20574 {
20575 "format": "short",
20576 "label": null,
20577 "logBase": 1,
20578 "max": null,
20579 "min": null,
20580 "show": false
20581 }
20582 ]
20583 },
20584 {
20585 "aliasColors": {},
20586 "bars": false,
20587 "dashLength": 10,
20588 "dashes": false,
20589 "datasource": "Prometheus",
20590 "decimals": null,
20591 "fill": 2,
20592 "gridPos": {
20593 "h": 10,
20594 "w": 12,
20595 "x": 12,
20596 "y": 745
20597 },
20598 "height": "",
20599 "id": 113,
20600 "legend": {
20601 "alignAsTable": true,
20602 "avg": true,
20603 "current": true,
20604 "hideZero": false,
20605 "max": true,
20606 "min": true,
20607 "rightSide": false,
20608 "show": true,
20609 "sort": "current",
20610 "sortDesc": true,
20611 "total": false,
20612 "values": true
20613 },
20614 "lines": true,
20615 "linewidth": 1,
20616 "links": [],
20617 "maxPerRow": 12,
20618 "nullPointMode": "null",
20619 "percentage": false,
20620 "pointradius": 5,
20621 "points": false,
20622 "renderer": "flot",
20623 "seriesOverrides": [
20624 {
20625 "alias": "/.*Out.*/",
20626 "transform": "negative-Y"
20627 },
20628 {
20629 "alias": "/.*AddrMaskReps.*/",
20630 "color": "#B7DBAB"
20631 },
20632 {
20633 "alias": "/.*Masks -.*/",
20634 "color": "#E5AC0E"
20635 }
20636 ],
20637 "spaceLength": 10,
20638 "stack": false,
20639 "steppedLine": false,
20640 "targets": [
20641 {
20642 "expr": "irate(node_netstat_Icmp_InAddrMaskReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20643 "format": "time_series",
20644 "intervalFactor": 2,
20645 "legendFormat": "InAddrMaskReps - Address Mask Reply messages received",
20646 "refId": "C",
20647 "step": 4
20648 },
20649 {
20650 "expr": "irate(node_netstat_Icmp_InAddrMasks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20651 "format": "time_series",
20652 "intervalFactor": 2,
20653 "legendFormat": "InAddrMasks - Address Mask Request messages received",
20654 "refId": "D",
20655 "step": 4
20656 },
20657 {
20658 "expr": "irate(node_netstat_Icmp_OutAddrMaskReps{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20659 "format": "time_series",
20660 "intervalFactor": 2,
20661 "legendFormat": "OutAddrMaskReps - Address Mask Reply messages sent",
20662 "refId": "Q",
20663 "step": 4
20664 },
20665 {
20666 "expr": "irate(node_netstat_Icmp_OutAddrMasks{instance=~\"$node:$port\",job=~\"$job\"}[5m])",
20667 "format": "time_series",
20668 "intervalFactor": 2,
20669 "legendFormat": "OutAddrMasks - Address Mask Request messages sent",
20670 "refId": "R",
20671 "step": 4
20672 }
20673 ],
20674 "thresholds": [],
20675 "timeFrom": null,
20676 "timeShift": null,
20677 "title": "ICMP Masks",
20678 "tooltip": {
20679 "shared": true,
20680 "sort": 0,
20681 "value_type": "individual"
20682 },
20683 "type": "graph",
20684 "xaxis": {
20685 "buckets": null,
20686 "mode": "time",
20687 "name": null,
20688 "show": true,
20689 "values": []
20690 },
20691 "yaxes": [
20692 {
20693 "format": "short",
20694 "label": "Messages out (-) / in (+)",
20695 "logBase": 1,
20696 "max": null,
20697 "min": null,
20698 "show": true
20699 },
20700 {
20701 "format": "short",
20702 "label": null,
20703 "logBase": 1,
20704 "max": null,
20705 "min": null,
20706 "show": false
20707 }
20708 ]
20709 }
20710 ],
20711 "repeat": null,
20712 "title": "Network Netstat ICMP",
20713 "type": "row"
20714 },
20715 {
20716 "collapsed": true,
20717 "datasource": null,
20718 "fieldConfig": {
20719 "defaults": {},
20720 "overrides": []
20721 },
20722 "gridPos": {
20723 "h": 1,
20724 "w": 24,
20725 "x": 0,
20726 "y": 39
20727 },
20728 "id": 279,
20729 "panels": [
20730 {
20731 "aliasColors": {},
20732 "bars": false,
20733 "dashLength": 10,
20734 "dashes": false,
20735 "datasource": "Prometheus",
20736 "description": "",
20737 "fill": 2,
20738 "gridPos": {
20739 "h": 10,
20740 "w": 12,
20741 "x": 0,
20742 "y": 746
20743 },
20744 "id": 40,
20745 "legend": {
20746 "alignAsTable": true,
20747 "avg": true,
20748 "current": true,
20749 "max": true,
20750 "min": true,
20751 "show": true,
20752 "total": false,
20753 "values": true
20754 },
20755 "lines": true,
20756 "linewidth": 1,
20757 "links": [],
20758 "nullPointMode": "null",
20759 "percentage": false,
20760 "pointradius": 5,
20761 "points": false,
20762 "renderer": "flot",
20763 "seriesOverrides": [],
20764 "spaceLength": 10,
20765 "stack": true,
20766 "steppedLine": false,
20767 "targets": [
20768 {
20769 "expr": "node_scrape_collector_duration_seconds{instance=~\"$node:$port\",job=~\"$job\"}",
20770 "format": "time_series",
20771 "hide": false,
20772 "intervalFactor": 2,
20773 "legendFormat": "{{collector}} - Scrape duration",
20774 "refId": "A",
20775 "step": 4
20776 }
20777 ],
20778 "thresholds": [],
20779 "timeFrom": null,
20780 "timeShift": null,
20781 "title": "Node Exporter Scrape Time",
20782 "tooltip": {
20783 "shared": true,
20784 "sort": 0,
20785 "value_type": "individual"
20786 },
20787 "type": "graph",
20788 "xaxis": {
20789 "buckets": null,
20790 "mode": "time",
20791 "name": null,
20792 "show": true,
20793 "values": []
20794 },
20795 "yaxes": [
20796 {
20797 "format": "s",
20798 "label": "Seconds",
20799 "logBase": 1,
20800 "max": null,
20801 "min": null,
20802 "show": true
20803 },
20804 {
20805 "format": "short",
20806 "label": null,
20807 "logBase": 1,
20808 "max": null,
20809 "min": null,
20810 "show": false
20811 }
20812 ]
20813 },
20814 {
20815 "aliasColors": {},
20816 "bars": false,
20817 "dashLength": 10,
20818 "dashes": false,
20819 "datasource": "Prometheus",
20820 "description": "",
20821 "fill": 2,
20822 "gridPos": {
20823 "h": 10,
20824 "w": 12,
20825 "x": 12,
20826 "y": 746
20827 },
20828 "id": 157,
20829 "legend": {
20830 "alignAsTable": true,
20831 "avg": true,
20832 "current": true,
20833 "max": true,
20834 "min": true,
20835 "show": true,
20836 "total": false,
20837 "values": true
20838 },
20839 "lines": true,
20840 "linewidth": 1,
20841 "links": [],
20842 "nullPointMode": "null",
20843 "percentage": false,
20844 "pointradius": 5,
20845 "points": false,
20846 "renderer": "flot",
20847 "seriesOverrides": [],
20848 "spaceLength": 10,
20849 "stack": false,
20850 "steppedLine": false,
20851 "targets": [
20852 {
20853 "expr": "node_scrape_collector_success{instance=~\"$node:$port\",job=~\"$job\"}",
20854 "format": "time_series",
20855 "hide": false,
20856 "intervalFactor": 2,
20857 "legendFormat": "{{collector}} - Scrape success",
20858 "refId": "A",
20859 "step": 4
20860 }
20861 ],
20862 "thresholds": [],
20863 "timeFrom": null,
20864 "timeShift": null,
20865 "title": "Node Exporter Scrape Success",
20866 "tooltip": {
20867 "shared": true,
20868 "sort": 0,
20869 "value_type": "individual"
20870 },
20871 "type": "graph",
20872 "xaxis": {
20873 "buckets": null,
20874 "mode": "time",
20875 "name": null,
20876 "show": true,
20877 "values": []
20878 },
20879 "yaxes": [
20880 {
20881 "format": "short",
20882 "label": "Counter",
20883 "logBase": 1,
20884 "max": null,
20885 "min": null,
20886 "show": true
20887 },
20888 {
20889 "format": "short",
20890 "label": null,
20891 "logBase": 1,
20892 "max": null,
20893 "min": null,
20894 "show": false
20895 }
20896 ]
20897 }
20898 ],
20899 "repeat": null,
20900 "title": "Node Exporter",
20901 "type": "row"
20902 }
20903 ],
20904 "refresh": false,
20905 "schemaVersion": 30,
20906 "style": "dark",
20907 "tags": [],
20908 "templating": {
20909 "list": [
20910 {
20911 "allValue": null,
20912 "current": {
20913 "selected": true,
20914 "text": "hass",
20915 "value": "hass"
20916 },
20917 "datasource": "Prometheus",
20918 "definition": "",
20919 "description": null,
20920 "error": {
20921 "config": {
20922 "data": {
20923 "end": "1634427507",
20924 "match[]": "node_uname_info",
20925 "start": "1634341107"
20926 },
20927 "headers": {
20928 "Content-Type": "application/x-www-form-urlencoded",
20929 "X-Grafana-Org-Id": 1
20930 },
20931 "hideFromInspector": true,
20932 "method": "POST",
20933 "retry": 0,
20934 "url": "api/datasources/proxy/2/api/v1/series"
20935 },
20936 "data": {
20937 "error": "",
20938 "message": "",
20939 "response": ""
20940 },
20941 "message": "Query error: 502 ",
20942 "status": 502,
20943 "statusText": ""
20944 },
20945 "hide": 0,
20946 "includeAll": false,
20947 "label": "Job",
20948 "multi": false,
20949 "name": "job",
20950 "options": [],
20951 "query": {
20952 "query": "label_values(node_uname_info, job)",
20953 "refId": "Prometheus-job-Variable-Query"
20954 },
20955 "refresh": 1,
20956 "regex": "",
20957 "skipUrlSync": false,
20958 "sort": 1,
20959 "tagValuesQuery": "",
20960 "tagsQuery": "",
20961 "type": "query",
20962 "useTags": false
20963 },
20964 {
20965 "allValue": null,
20966 "current": {
20967 "selected": false,
20968 "text": "hassio",
20969 "value": "hassio"
20970 },
20971 "datasource": "Prometheus",
20972 "definition": "",
20973 "description": null,
20974 "error": {
20975 "config": {
20976 "data": {
20977 "end": "1634427507",
20978 "match[]": "node_uname_info{job=~\"hass\"}",
20979 "start": "1634341107"
20980 },
20981 "headers": {
20982 "Content-Type": "application/x-www-form-urlencoded",
20983 "X-Grafana-Org-Id": 1
20984 },
20985 "hideFromInspector": true,
20986 "method": "POST",
20987 "retry": 0,
20988 "url": "api/datasources/proxy/2/api/v1/series"
20989 },
20990 "data": {
20991 "error": "",
20992 "message": "",
20993 "response": ""
20994 },
20995 "message": "Query error: 502 ",
20996 "status": 502,
20997 "statusText": ""
20998 },
20999 "hide": 0,
21000 "includeAll": false,
21001 "label": "Host:",
21002 "multi": false,
21003 "name": "name",
21004 "options": [],
21005 "query": {
21006 "query": "label_values(node_uname_info{job=~\"$job\"}, nodename)",
21007 "refId": "Prometheus-name-Variable-Query"
21008 },
21009 "refresh": 1,
21010 "regex": "",
21011 "skipUrlSync": false,
21012 "sort": 1,
21013 "tagValuesQuery": "",
21014 "tagsQuery": "",
21015 "type": "query",
21016 "useTags": false
21017 },
21018 {
21019 "allValue": null,
21020 "current": {
21021 "selected": false,
21022 "text": "homeassistant",
21023 "value": "homeassistant"
21024 },
21025 "datasource": "Prometheus",
21026 "definition": "",
21027 "description": null,
21028 "error": {
21029 "config": {
21030 "data": {
21031 "end": "1634427508",
21032 "match[]": "node_uname_info{nodename=\"hassio\"}",
21033 "start": "1634341108"
21034 },
21035 "headers": {
21036 "Content-Type": "application/x-www-form-urlencoded",
21037 "X-Grafana-Org-Id": 1
21038 },
21039 "hideFromInspector": true,
21040 "method": "POST",
21041 "retry": 0,
21042 "url": "api/datasources/proxy/2/api/v1/series"
21043 },
21044 "data": {
21045 "error": "",
21046 "message": "",
21047 "response": ""
21048 },
21049 "message": "Query error: 502 ",
21050 "status": 502,
21051 "statusText": ""
21052 },
21053 "hide": 2,
21054 "includeAll": false,
21055 "label": "Host:",
21056 "multi": false,
21057 "name": "node",
21058 "options": [],
21059 "query": {
21060 "query": "label_values(node_uname_info{nodename=\"$name\"}, instance)",
21061 "refId": "Prometheus-node-Variable-Query"
21062 },
21063 "refresh": 1,
21064 "regex": "/([^:]+):.*/",
21065 "skipUrlSync": false,
21066 "sort": 1,
21067 "tagValuesQuery": "",
21068 "tagsQuery": "",
21069 "type": "query",
21070 "useTags": false
21071 },
21072 {
21073 "allValue": null,
21074 "current": {
21075 "selected": false,
21076 "text": "9100",
21077 "value": "9100"
21078 },
21079 "datasource": "Prometheus",
21080 "definition": "",
21081 "description": null,
21082 "error": {
21083 "config": {
21084 "data": {
21085 "end": "1634427508",
21086 "match[]": "node_uname_info{instance=~\"homeassistant:(.*)\"}",
21087 "start": "1634341108"
21088 },
21089 "headers": {
21090 "Content-Type": "application/x-www-form-urlencoded",
21091 "X-Grafana-Org-Id": 1
21092 },
21093 "hideFromInspector": true,
21094 "method": "POST",
21095 "retry": 0,
21096 "url": "api/datasources/proxy/2/api/v1/series"
21097 },
21098 "data": {
21099 "error": "",
21100 "message": "",
21101 "response": ""
21102 },
21103 "message": "Query error: 502 ",
21104 "status": 502,
21105 "statusText": ""
21106 },
21107 "hide": 0,
21108 "includeAll": false,
21109 "label": "Port",
21110 "multi": false,
21111 "name": "port",
21112 "options": [],
21113 "query": {
21114 "query": "label_values(node_uname_info{instance=~\"$node:(.*)\"}, instance)",
21115 "refId": "Prometheus-port-Variable-Query"
21116 },
21117 "refresh": 1,
21118 "regex": "/[^:]+:(.*)/",
21119 "skipUrlSync": false,
21120 "sort": 3,
21121 "tagValuesQuery": "",
21122 "tagsQuery": "",
21123 "type": "query",
21124 "useTags": false
21125 }
21126 ]
21127 },
21128 "time": {
21129 "from": "now-24h",
21130 "to": "now"
21131 },
21132 "timepicker": {
21133 "refresh_intervals": [
21134 "5s",
21135 "10s",
21136 "30s",
21137 "1m",
21138 "5m",
21139 "15m",
21140 "30m",
21141 "1h",
21142 "2h",
21143 "1d"
21144 ],
21145 "time_options": [
21146 "5m",
21147 "15m",
21148 "1h",
21149 "6h",
21150 "12h",
21151 "24h",
21152 "2d",
21153 "7d",
21154 "30d"
21155 ]
21156 },
21157 "timezone": "browser",
21158 "title": "Node Exporter Full",
21159 "uid": "node_exporter",
21160 "version": 2
21161}