blob: e93df246354fd83cf5a29f47a8652a83f062b103 [file] [log] [blame]
Andy Bavierff440532021-03-02 09:38:29 -07001{
2 "annotations": {
3 "list": [
4 {
5 "$$hashKey": "object:1058",
6 "builtIn": 1,
7 "datasource": "-- Grafana --",
8 "enable": true,
9 "hide": true,
10 "iconColor": "rgba(0, 211, 255, 1)",
11 "name": "Annotations & Alerts",
12 "type": "dashboard"
13 }
14 ]
15 },
16 "description": "Prometheus node exporter sample dashbboard",
17 "editable": true,
18 "gnetId": 1860,
19 "graphTooltip": 0,
20 "id": 3,
21 "iteration": 1614634998322,
22 "links": [],
23 "panels": [
24 {
25 "datasource": null,
26 "gridPos": {
27 "h": 1,
28 "w": 24,
29 "x": 0,
30 "y": 0
31 },
32 "id": 319,
33 "title": "Aether Connectivity Summary",
34 "type": "row"
35 },
36 {
37 "datasource": "RANCHER_MONITORING_GLOBAL",
38 "description": "",
39 "fieldConfig": {
40 "defaults": {
41 "custom": {},
42 "mappings": [
43 {
44 "from": "",
45 "id": 1,
46 "operator": "",
47 "text": "err",
48 "to": "",
49 "type": 1,
50 "value": "-1"
51 },
52 {
53 "from": "",
54 "id": 2,
55 "operator": "",
56 "text": "fail",
57 "to": "",
58 "type": 1,
59 "value": "0"
60 },
61 {
62 "from": "",
63 "id": 3,
64 "operator": "",
65 "text": "?",
66 "to": "",
67 "type": 1,
68 "value": "1"
69 },
70 {
71 "from": "",
72 "id": 4,
73 "operator": "",
74 "text": "ok",
75 "to": "",
76 "type": 1,
77 "value": "2"
78 },
79 {
80 "from": "",
81 "id": 5,
82 "operator": "",
83 "text": "X",
84 "to": "",
85 "type": 1,
86 "value": "-2"
87 },
88 {
89 "from": "-100",
90 "id": 6,
91 "operator": "",
92 "text": "maint",
93 "to": "-3",
94 "type": 2
95 }
96 ],
97 "thresholds": {
98 "mode": "absolute",
99 "steps": [
100 {
101 "color": "red",
102 "value": null
103 },
104 {
105 "color": "#6ED0E0",
106 "value": -100
107 },
108 {
109 "color": "red",
110 "value": -2
111 },
112 {
113 "color": "#EAB839",
114 "value": 1
115 },
116 {
117 "color": "green",
118 "value": 2
119 }
120 ]
121 }
122 },
123 "overrides": []
124 },
125 "gridPos": {
126 "h": 3,
127 "w": 3,
128 "x": 0,
129 "y": 1
130 },
131 "id": 317,
132 "links": [],
133 "maxPerRow": 6,
134 "options": {
135 "colorMode": "background",
136 "graphMode": "none",
137 "justifyMode": "auto",
138 "orientation": "horizontal",
139 "reduceOptions": {
140 "calcs": [
141 "last"
142 ],
143 "fields": "",
144 "values": false
145 },
146 "textMode": "auto"
147 },
148 "pluginVersion": "7.0.5",
149 "repeatDirection": "h",
150 "targets": [
151 {
152 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"}))",
153 "interval": "",
154 "legendFormat": "Connect:",
155 "refId": "A"
156 },
157 {
158 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"}))",
159 "interval": "",
160 "legendFormat": "Ping:",
161 "refId": "B"
162 }
163 ],
164 "timeFrom": null,
165 "timeShift": null,
166 "title": "Test results",
167 "type": "stat"
168 },
169 {
170 "datasource": "RANCHER_MONITORING_GLOBAL",
171 "description": "",
172 "fieldConfig": {
173 "defaults": {
174 "custom": {},
175 "mappings": [],
176 "thresholds": {
177 "mode": "absolute",
178 "steps": [
179 {
180 "color": "red",
181 "value": null
182 },
183 {
184 "color": "#EAB839",
185 "value": 50
186 },
187 {
188 "color": "green",
189 "value": 95
190 }
191 ]
192 },
193 "unit": "percent"
194 },
195 "overrides": []
196 },
197 "gridPos": {
198 "h": 3,
199 "w": 3,
200 "x": 3,
201 "y": 1
202 },
203 "id": 321,
204 "maxPerRow": 6,
205 "options": {
206 "colorMode": "background",
207 "graphMode": "none",
208 "justifyMode": "auto",
209 "orientation": "horizontal",
210 "reduceOptions": {
211 "calcs": [
212 "mean"
213 ],
214 "fields": "",
215 "values": false
216 },
217 "textMode": "auto"
218 },
219 "pluginVersion": "7.0.5",
220 "repeatDirection": "h",
221 "targets": [
222 {
223 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - 1, 0) * 100)",
224 "interval": "",
225 "legendFormat": "Control Plane",
226 "refId": "A"
227 },
228 {
229 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - 1, 0) * 100)",
230 "interval": "",
231 "legendFormat": "User Plane",
232 "refId": "B"
233 }
234 ],
235 "timeFrom": null,
236 "timeShift": null,
237 "title": "Uptime",
238 "transformations": [],
239 "type": "stat"
240 },
241 {
242 "datasource": "RANCHER_MONITORING_GLOBAL",
243 "description": "",
244 "fieldConfig": {
245 "defaults": {
246 "custom": {},
247 "decimals": 0,
248 "mappings": [],
249 "thresholds": {
250 "mode": "absolute",
251 "steps": [
252 {
253 "color": "green",
254 "value": null
255 },
256 {
257 "color": "#EAB839",
258 "value": 1
259 },
260 {
261 "color": "red",
262 "value": 10
263 }
264 ]
265 },
266 "unit": "percent"
267 },
268 "overrides": []
269 },
270 "gridPos": {
271 "h": 3,
272 "w": 3,
273 "x": 6,
274 "y": 1
275 },
276 "id": 323,
277 "maxPerRow": 6,
278 "options": {
279 "colorMode": "background",
280 "graphMode": "none",
281 "justifyMode": "auto",
282 "orientation": "horizontal",
283 "reduceOptions": {
284 "calcs": [
285 "mean"
286 ],
287 "fields": "",
288 "values": false
289 },
290 "textMode": "auto"
291 },
292 "pluginVersion": "7.0.5",
293 "repeatDirection": "h",
294 "targets": [
295 {
296 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"}), 0)) * 100",
297 "interval": "",
298 "legendFormat": "Unscheduled",
299 "refId": "A"
300 },
301 {
302 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"}) * 100",
303 "interval": "",
304 "legendFormat": "Scheduled",
305 "refId": "B"
306 }
307 ],
308 "timeFrom": null,
309 "timeShift": null,
310 "title": "Downtime",
311 "transformations": [],
312 "type": "stat"
313 },
314 {
315 "aliasColors": {
316 "Down, unsched": "red",
317 "Down: unscheduled": "red",
318 "Scheduled": "blue",
319 "Scheduled downtime": "blue",
320 "Test down": "yellow",
321 "Unscheduled": "red",
322 "Unscheduled downtime": "red"
323 },
324 "bars": false,
325 "dashLength": 10,
326 "dashes": false,
327 "datasource": "RANCHER_MONITORING_GLOBAL",
328 "description": "Uptime and downtime over time",
329 "fieldConfig": {
330 "defaults": {
331 "custom": {}
332 },
333 "overrides": []
334 },
335 "fill": 10,
336 "fillGradient": 0,
337 "gridPos": {
338 "h": 3,
339 "w": 13,
340 "x": 9,
341 "y": 1
342 },
343 "hiddenSeries": false,
344 "id": 325,
345 "legend": {
346 "alignAsTable": false,
347 "avg": false,
348 "current": false,
349 "max": false,
350 "min": false,
351 "rightSide": true,
352 "show": true,
353 "total": false,
354 "values": false
355 },
356 "lines": true,
357 "linewidth": 0,
358 "maxPerRow": 6,
359 "nullPointMode": "null",
360 "options": {
361 "alertThreshold": true,
362 "dataLinks": []
363 },
364 "percentage": false,
365 "pluginVersion": "7.1.5",
366 "pointradius": 2,
367 "points": false,
368 "renderer": "flot",
369 "repeatDirection": "h",
370 "seriesOverrides": [],
371 "spaceLength": 10,
372 "stack": false,
373 "steppedLine": true,
374 "targets": [
375 {
376 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"})",
377 "interval": "",
378 "legendFormat": "Up",
379 "refId": "D"
380 },
381 {
382 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"}), 0))",
383 "interval": "",
384 "legendFormat": "Down: unscheduled",
385 "refId": "A"
386 },
387 {
388 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"})",
389 "interval": "",
390 "legendFormat": "Down: scheduled",
391 "refId": "B"
392 },
393 {
394 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$DS_PROMETHEUS\"}, 0))",
395 "interval": "",
396 "legendFormat": "Test down",
397 "refId": "C"
398 }
399 ],
400 "thresholds": [],
401 "timeFrom": null,
402 "timeRegions": [],
403 "timeShift": null,
404 "title": "",
405 "tooltip": {
406 "shared": true,
407 "sort": 0,
408 "value_type": "individual"
409 },
410 "type": "graph",
411 "xaxis": {
412 "buckets": null,
413 "mode": "time",
414 "name": null,
415 "show": true,
416 "values": []
417 },
418 "yaxes": [
419 {
420 "$$hashKey": "object:93",
421 "decimals": 0,
422 "format": "short",
423 "label": "",
424 "logBase": 1,
425 "max": "1",
426 "min": "-1",
427 "show": true
428 },
429 {
430 "$$hashKey": "object:94",
431 "format": "short",
432 "label": null,
433 "logBase": 1,
434 "max": null,
435 "min": null,
436 "show": false
437 }
438 ],
439 "yaxis": {
440 "align": false,
441 "alignLevel": null
442 }
443 },
444 {
445 "datasource": "Google Cloud Monitoring",
446 "description": "",
447 "fieldConfig": {
448 "defaults": {
449 "custom": {},
450 "mappings": [
451 {
452 "from": "",
453 "id": 0,
454 "operator": "",
455 "text": "down",
456 "to": "",
457 "type": 1,
458 "value": "0"
459 },
460 {
461 "from": "",
462 "id": 1,
463 "operator": "",
464 "text": "up",
465 "to": "",
466 "type": 1,
467 "value": "1"
468 }
469 ],
470 "max": 1,
471 "min": 0,
472 "thresholds": {
473 "mode": "absolute",
474 "steps": [
475 {
476 "color": "red",
477 "value": null
478 },
479 {
480 "color": "green",
481 "value": 1
482 }
483 ]
484 }
485 },
486 "overrides": [
487 {
488 "matcher": {
489 "id": "byName",
490 "options": "production-ace-intel"
491 },
492 "properties": [
493 {
494 "id": "displayName",
495 "value": "Link 1"
496 }
497 ]
498 },
499 {
500 "matcher": {
501 "id": "byName",
502 "options": "production-ace-stanford2-2"
503 },
504 "properties": [
505 {
506 "id": "displayName",
507 "value": "Link 2"
508 }
509 ]
510 }
511 ]
512 },
513 "gridPos": {
514 "h": 2,
515 "w": 2,
516 "x": 22,
517 "y": 1
518 },
519 "id": 327,
520 "links": [],
521 "options": {
522 "colorMode": "background",
523 "graphMode": "area",
524 "justifyMode": "center",
525 "orientation": "horizontal",
526 "reduceOptions": {
527 "calcs": [
528 "last"
529 ],
530 "fields": "",
531 "values": false
532 },
533 "textMode": "name"
534 },
535 "pluginVersion": "7.0.5",
536 "targets": [
537 {
538 "metricQuery": {
539 "aliasBy": "{{ metric.label.tunnel_name }}",
540 "alignmentPeriod": "stackdriver-auto",
541 "crossSeriesReducer": "REDUCE_NONE",
542 "filters": [
543 "metric.label.tunnel_name",
544 "=",
545 "production-ace-ntt"
546 ],
547 "groupBys": [],
548 "metricKind": "GAUGE",
549 "metricType": "vpn.googleapis.com/tunnel_established",
550 "perSeriesAligner": "ALIGN_INTERPOLATE",
551 "projectName": "onf-vpn",
552 "unit": "1",
553 "valueType": "DOUBLE"
554 },
555 "queryType": "metrics",
556 "refId": "A"
557 }
558 ],
559 "timeFrom": null,
560 "timeShift": null,
561 "title": "VPN",
562 "transformations": [],
563 "type": "stat"
564 },
565 {
566 "collapsed": false,
567 "datasource": "ace-ntt",
568 "gridPos": {
569 "h": 1,
570 "w": 24,
571 "x": 0,
572 "y": 4
573 },
574 "id": 261,
575 "panels": [],
576 "repeat": null,
577 "title": "Quick CPU / Mem / Disk",
578 "type": "row"
579 },
580 {
581 "cacheTimeout": null,
582 "datasource": "ace-ntt",
583 "description": "Busy state of all CPU cores together",
584 "fieldConfig": {
585 "defaults": {
586 "color": {
587 "mode": "thresholds"
588 },
589 "custom": {},
590 "mappings": [
591 {
592 "id": 0,
593 "op": "=",
594 "text": "N/A",
595 "type": 1,
596 "value": "null"
597 }
598 ],
599 "max": 100,
600 "min": 0,
601 "nullValueMode": "null",
602 "thresholds": {
603 "mode": "absolute",
604 "steps": [
605 {
606 "color": "rgba(50, 172, 45, 0.97)",
607 "value": null
608 },
609 {
610 "color": "rgba(237, 129, 40, 0.89)",
611 "value": 85
612 },
613 {
614 "color": "rgba(245, 54, 54, 0.9)",
615 "value": 95
616 }
617 ]
618 },
619 "unit": "percent"
620 },
621 "overrides": []
622 },
623 "gridPos": {
624 "h": 4,
625 "w": 3,
626 "x": 0,
627 "y": 5
628 },
629 "id": 20,
630 "links": [],
631 "options": {
632 "orientation": "horizontal",
633 "reduceOptions": {
634 "calcs": [
635 "lastNotNull"
636 ],
637 "fields": "",
638 "values": false
639 },
640 "showThresholdLabels": false,
641 "showThresholdMarkers": true
642 },
643 "pluginVersion": "7.0.5",
644 "targets": [
645 {
646 "expr": "(((count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))) - avg(sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[5m])))) * 100) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))",
647 "hide": false,
648 "intervalFactor": 1,
649 "legendFormat": "",
650 "refId": "A",
651 "step": 900
652 }
653 ],
654 "title": "CPU Busy",
655 "type": "gauge"
656 },
657 {
658 "cacheTimeout": null,
659 "datasource": "ace-ntt",
660 "description": "Busy state of all CPU cores together (5 min average)",
661 "fieldConfig": {
662 "defaults": {
663 "color": {
664 "mode": "thresholds"
665 },
666 "custom": {},
667 "mappings": [
668 {
669 "id": 0,
670 "op": "=",
671 "text": "N/A",
672 "type": 1,
673 "value": "null"
674 }
675 ],
676 "max": 100,
677 "min": 0,
678 "nullValueMode": "null",
679 "thresholds": {
680 "mode": "absolute",
681 "steps": [
682 {
683 "color": "rgba(50, 172, 45, 0.97)",
684 "value": null
685 },
686 {
687 "color": "rgba(237, 129, 40, 0.89)",
688 "value": 85
689 },
690 {
691 "color": "rgba(245, 54, 54, 0.9)",
692 "value": 95
693 }
694 ]
695 },
696 "unit": "percent"
697 },
698 "overrides": []
699 },
700 "gridPos": {
701 "h": 4,
702 "w": 3,
703 "x": 3,
704 "y": 5
705 },
706 "id": 155,
707 "links": [],
708 "options": {
709 "orientation": "horizontal",
710 "reduceOptions": {
711 "calcs": [
712 "lastNotNull"
713 ],
714 "fields": "",
715 "values": false
716 },
717 "showThresholdLabels": false,
718 "showThresholdMarkers": true
719 },
720 "pluginVersion": "7.0.5",
721 "targets": [
722 {
723 "expr": "avg(node_load5{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
724 "format": "time_series",
725 "hide": false,
726 "intervalFactor": 1,
727 "refId": "A",
728 "step": 900
729 }
730 ],
731 "title": "Sys Load (5m avg)",
732 "type": "gauge"
733 },
734 {
735 "cacheTimeout": null,
736 "datasource": "ace-ntt",
737 "description": "Busy state of all CPU cores together (15 min average)",
738 "fieldConfig": {
739 "defaults": {
740 "color": {
741 "mode": "thresholds"
742 },
743 "custom": {},
744 "mappings": [
745 {
746 "id": 0,
747 "op": "=",
748 "text": "N/A",
749 "type": 1,
750 "value": "null"
751 }
752 ],
753 "max": 100,
754 "min": 0,
755 "nullValueMode": "null",
756 "thresholds": {
757 "mode": "absolute",
758 "steps": [
759 {
760 "color": "rgba(50, 172, 45, 0.97)",
761 "value": null
762 },
763 {
764 "color": "rgba(237, 129, 40, 0.89)",
765 "value": 85
766 },
767 {
768 "color": "rgba(245, 54, 54, 0.9)",
769 "value": 95
770 }
771 ]
772 },
773 "unit": "percent"
774 },
775 "overrides": []
776 },
777 "gridPos": {
778 "h": 4,
779 "w": 3,
780 "x": 6,
781 "y": 5
782 },
783 "id": 19,
784 "links": [],
785 "options": {
786 "orientation": "horizontal",
787 "reduceOptions": {
788 "calcs": [
789 "lastNotNull"
790 ],
791 "fields": "",
792 "values": false
793 },
794 "showThresholdLabels": false,
795 "showThresholdMarkers": true
796 },
797 "pluginVersion": "7.0.5",
798 "targets": [
799 {
800 "expr": "avg(node_load15{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100",
801 "hide": false,
802 "intervalFactor": 1,
803 "refId": "A",
804 "step": 900
805 }
806 ],
807 "title": "Sys Load (15m avg)",
808 "type": "gauge"
809 },
810 {
811 "cacheTimeout": null,
812 "datasource": "ace-ntt",
813 "description": "Non available RAM memory",
814 "fieldConfig": {
815 "defaults": {
816 "color": {
817 "mode": "thresholds"
818 },
819 "custom": {},
820 "decimals": 0,
821 "mappings": [],
822 "max": 100,
823 "min": 0,
824 "nullValueMode": "null",
825 "thresholds": {
826 "mode": "absolute",
827 "steps": [
828 {
829 "color": "rgba(50, 172, 45, 0.97)",
830 "value": null
831 },
832 {
833 "color": "rgba(237, 129, 40, 0.89)",
834 "value": 80
835 },
836 {
837 "color": "rgba(245, 54, 54, 0.9)",
838 "value": 90
839 }
840 ]
841 },
842 "unit": "percent"
843 },
844 "overrides": []
845 },
846 "gridPos": {
847 "h": 4,
848 "w": 3,
849 "x": 9,
850 "y": 5
851 },
852 "hideTimeOverride": false,
853 "id": 16,
854 "links": [],
855 "options": {
856 "orientation": "horizontal",
857 "reduceOptions": {
858 "calcs": [
859 "lastNotNull"
860 ],
861 "fields": "",
862 "values": false
863 },
864 "showThresholdLabels": false,
865 "showThresholdMarkers": true
866 },
867 "pluginVersion": "7.0.5",
868 "targets": [
869 {
870 "expr": "((node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100",
871 "format": "time_series",
872 "hide": true,
873 "intervalFactor": 1,
874 "refId": "A",
875 "step": 900
876 },
877 {
878 "expr": "100 - ((node_memory_MemAvailable_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"})",
879 "format": "time_series",
880 "hide": false,
881 "intervalFactor": 1,
882 "refId": "B",
883 "step": 900
884 }
885 ],
886 "title": "RAM Used",
887 "type": "gauge"
888 },
889 {
890 "cacheTimeout": null,
891 "datasource": "ace-ntt",
892 "description": "Used Swap",
893 "fieldConfig": {
894 "defaults": {
895 "color": {
896 "mode": "thresholds"
897 },
898 "custom": {},
899 "mappings": [
900 {
901 "id": 0,
902 "op": "=",
903 "text": "N/A",
904 "type": 1,
905 "value": "null"
906 }
907 ],
908 "max": 100,
909 "min": 0,
910 "nullValueMode": "null",
911 "thresholds": {
912 "mode": "absolute",
913 "steps": [
914 {
915 "color": "rgba(50, 172, 45, 0.97)",
916 "value": null
917 },
918 {
919 "color": "rgba(237, 129, 40, 0.89)",
920 "value": 10
921 },
922 {
923 "color": "rgba(245, 54, 54, 0.9)",
924 "value": 25
925 }
926 ]
927 },
928 "unit": "percent"
929 },
930 "overrides": []
931 },
932 "gridPos": {
933 "h": 4,
934 "w": 3,
935 "x": 12,
936 "y": 5
937 },
938 "id": 21,
939 "links": [],
940 "options": {
941 "orientation": "horizontal",
942 "reduceOptions": {
943 "calcs": [
944 "lastNotNull"
945 ],
946 "fields": "",
947 "values": false
948 },
949 "showThresholdLabels": false,
950 "showThresholdMarkers": true
951 },
952 "pluginVersion": "7.0.5",
953 "targets": [
954 {
955 "expr": "((node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100",
956 "intervalFactor": 1,
957 "refId": "A",
958 "step": 900
959 }
960 ],
961 "title": "SWAP Used",
962 "type": "gauge"
963 },
964 {
965 "cacheTimeout": null,
966 "datasource": "ace-ntt",
967 "description": "Used Root FS",
968 "fieldConfig": {
969 "defaults": {
970 "color": {
971 "mode": "thresholds"
972 },
973 "custom": {},
974 "mappings": [
975 {
976 "id": 0,
977 "op": "=",
978 "text": "N/A",
979 "type": 1,
980 "value": "null"
981 }
982 ],
983 "max": 100,
984 "min": 0,
985 "nullValueMode": "null",
986 "thresholds": {
987 "mode": "absolute",
988 "steps": [
989 {
990 "color": "rgba(50, 172, 45, 0.97)",
991 "value": null
992 },
993 {
994 "color": "rgba(237, 129, 40, 0.89)",
995 "value": 80
996 },
997 {
998 "color": "rgba(245, 54, 54, 0.9)",
999 "value": 90
1000 }
1001 ]
1002 },
1003 "unit": "percent"
1004 },
1005 "overrides": []
1006 },
1007 "gridPos": {
1008 "h": 4,
1009 "w": 3,
1010 "x": 15,
1011 "y": 5
1012 },
1013 "id": 154,
1014 "links": [],
1015 "options": {
1016 "orientation": "horizontal",
1017 "reduceOptions": {
1018 "calcs": [
1019 "lastNotNull"
1020 ],
1021 "fields": "",
1022 "values": false
1023 },
1024 "showThresholdLabels": false,
1025 "showThresholdMarkers": true
1026 },
1027 "pluginVersion": "7.0.5",
1028 "targets": [
1029 {
1030 "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"})",
1031 "format": "time_series",
1032 "intervalFactor": 1,
1033 "refId": "A",
1034 "step": 900
1035 }
1036 ],
1037 "title": "Root FS Used",
1038 "type": "gauge"
1039 },
1040 {
1041 "cacheTimeout": null,
1042 "colorBackground": false,
1043 "colorValue": false,
1044 "colors": [
1045 "rgba(245, 54, 54, 0.9)",
1046 "rgba(237, 129, 40, 0.89)",
1047 "rgba(50, 172, 45, 0.97)"
1048 ],
1049 "datasource": "ace-ntt",
1050 "description": "Total number of CPU cores",
1051 "fieldConfig": {
1052 "defaults": {
1053 "custom": {}
1054 },
1055 "overrides": []
1056 },
1057 "format": "short",
1058 "gauge": {
1059 "maxValue": 100,
1060 "minValue": 0,
1061 "show": false,
1062 "thresholdLabels": false,
1063 "thresholdMarkers": true
1064 },
1065 "gridPos": {
1066 "h": 2,
1067 "w": 2,
1068 "x": 18,
1069 "y": 5
1070 },
1071 "id": 14,
1072 "interval": null,
1073 "links": [],
1074 "mappingType": 1,
1075 "mappingTypes": [
1076 {
1077 "name": "value to text",
1078 "value": 1
1079 },
1080 {
1081 "name": "range to text",
1082 "value": 2
1083 }
1084 ],
1085 "maxDataPoints": 100,
1086 "maxPerRow": 6,
1087 "nullPointMode": "null",
1088 "nullText": null,
1089 "postfix": "",
1090 "postfixFontSize": "50%",
1091 "prefix": "",
1092 "prefixFontSize": "50%",
1093 "rangeMaps": [
1094 {
1095 "from": "null",
1096 "text": "N/A",
1097 "to": "null"
1098 }
1099 ],
1100 "sparkline": {
1101 "fillColor": "rgba(31, 118, 189, 0.18)",
1102 "full": false,
1103 "lineColor": "rgb(31, 120, 193)",
1104 "show": false
1105 },
1106 "tableColumn": "",
1107 "targets": [
1108 {
1109 "expr": "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))",
1110 "interval": "",
1111 "intervalFactor": 1,
1112 "legendFormat": "",
1113 "refId": "A",
1114 "step": 900
1115 }
1116 ],
1117 "thresholds": "",
1118 "title": "CPU Cores",
1119 "type": "singlestat",
1120 "valueFontSize": "50%",
1121 "valueMaps": [
1122 {
1123 "op": "=",
1124 "text": "N/A",
1125 "value": "null"
1126 }
1127 ],
1128 "valueName": "current"
1129 },
1130 {
1131 "cacheTimeout": null,
1132 "colorBackground": false,
1133 "colorValue": false,
1134 "colors": [
1135 "rgba(245, 54, 54, 0.9)",
1136 "rgba(237, 129, 40, 0.89)",
1137 "rgba(50, 172, 45, 0.97)"
1138 ],
1139 "datasource": "ace-ntt",
1140 "decimals": 1,
1141 "description": "System uptime",
1142 "fieldConfig": {
1143 "defaults": {
1144 "custom": {}
1145 },
1146 "overrides": []
1147 },
1148 "format": "s",
1149 "gauge": {
1150 "maxValue": 100,
1151 "minValue": 0,
1152 "show": false,
1153 "thresholdLabels": false,
1154 "thresholdMarkers": true
1155 },
1156 "gridPos": {
1157 "h": 2,
1158 "w": 4,
1159 "x": 20,
1160 "y": 5
1161 },
1162 "hideTimeOverride": true,
1163 "id": 15,
1164 "interval": null,
1165 "links": [],
1166 "mappingType": 1,
1167 "mappingTypes": [
1168 {
1169 "$$hashKey": "object:1094",
1170 "name": "value to text",
1171 "value": 1
1172 },
1173 {
1174 "$$hashKey": "object:1095",
1175 "name": "range to text",
1176 "value": 2
1177 }
1178 ],
1179 "maxDataPoints": 100,
1180 "nullPointMode": "null",
1181 "nullText": null,
1182 "postfix": "s",
1183 "postfixFontSize": "50%",
1184 "prefix": "",
1185 "prefixFontSize": "50%",
1186 "rangeMaps": [
1187 {
1188 "from": "null",
1189 "text": "N/A",
1190 "to": "null"
1191 }
1192 ],
1193 "sparkline": {
1194 "fillColor": "rgba(31, 118, 189, 0.18)",
1195 "full": false,
1196 "lineColor": "rgb(31, 120, 193)",
1197 "show": false
1198 },
1199 "tableColumn": "{endpoint=\"metrics\", instance=\"192.168.49.216:9796\", job=\"node-exporter\", namespace=\"cattle-monitoring-system\", pod=\"rancher-monitoring-prometheus-node-exporter-6rqqr\", service=\"rancher-monitoring-prometheus-node-exporter\"}",
1200 "targets": [
1201 {
1202 "expr": "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}",
1203 "intervalFactor": 2,
1204 "refId": "A",
1205 "step": 1800
1206 }
1207 ],
1208 "thresholds": "",
1209 "title": "Uptime",
1210 "type": "singlestat",
1211 "valueFontSize": "50%",
1212 "valueMaps": [
1213 {
1214 "$$hashKey": "object:1097",
1215 "op": "=",
1216 "text": "N/A",
1217 "value": "null"
1218 }
1219 ],
1220 "valueName": "current"
1221 },
1222 {
1223 "cacheTimeout": null,
1224 "colorBackground": false,
1225 "colorValue": false,
1226 "colors": [
1227 "rgba(50, 172, 45, 0.97)",
1228 "rgba(237, 129, 40, 0.89)",
1229 "rgba(245, 54, 54, 0.9)"
1230 ],
1231 "datasource": "ace-ntt",
1232 "decimals": 0,
1233 "description": "Total RootFS",
1234 "fieldConfig": {
1235 "defaults": {
1236 "custom": {}
1237 },
1238 "overrides": []
1239 },
1240 "format": "bytes",
1241 "gauge": {
1242 "maxValue": 100,
1243 "minValue": 0,
1244 "show": false,
1245 "thresholdLabels": false,
1246 "thresholdMarkers": true
1247 },
1248 "gridPos": {
1249 "h": 2,
1250 "w": 2,
1251 "x": 18,
1252 "y": 7
1253 },
1254 "id": 23,
1255 "interval": null,
1256 "links": [],
1257 "mappingType": 1,
1258 "mappingTypes": [
1259 {
1260 "name": "value to text",
1261 "value": 1
1262 },
1263 {
1264 "name": "range to text",
1265 "value": 2
1266 }
1267 ],
1268 "maxDataPoints": 100,
1269 "maxPerRow": 6,
1270 "nullPointMode": "null",
1271 "nullText": null,
1272 "postfix": "",
1273 "postfixFontSize": "50%",
1274 "prefix": "",
1275 "prefixFontSize": "50%",
1276 "rangeMaps": [
1277 {
1278 "from": "null",
1279 "text": "N/A",
1280 "to": "null"
1281 }
1282 ],
1283 "sparkline": {
1284 "fillColor": "rgba(31, 118, 189, 0.18)",
1285 "full": false,
1286 "lineColor": "rgb(31, 120, 193)",
1287 "show": false
1288 },
1289 "tableColumn": "node_filesystem_size_bytes{device=\"/dev/mapper/ubuntu--vg-ubuntu--lv\", endpoint=\"metrics\", fstype=\"ext4\", instance=\"192.168.49.216:9796\", job=\"node-exporter\", mountpoint=\"/\", namespace=\"cattle-monitoring-system\", pod=\"rancher-monitoring-prometheus-node-exporter-6rqqr\", service=\"rancher-monitoring-prometheus-node-exporter\"}",
1290 "targets": [
1291 {
1292 "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}",
1293 "format": "time_series",
1294 "hide": false,
1295 "intervalFactor": 1,
1296 "refId": "A",
1297 "step": 900
1298 }
1299 ],
1300 "thresholds": "70,90",
1301 "title": "RootFS Total",
1302 "type": "singlestat",
1303 "valueFontSize": "50%",
1304 "valueMaps": [
1305 {
1306 "op": "=",
1307 "text": "N/A",
1308 "value": "null"
1309 }
1310 ],
1311 "valueName": "current"
1312 },
1313 {
1314 "cacheTimeout": null,
1315 "colorBackground": false,
1316 "colorValue": false,
1317 "colors": [
1318 "rgba(245, 54, 54, 0.9)",
1319 "rgba(237, 129, 40, 0.89)",
1320 "rgba(50, 172, 45, 0.97)"
1321 ],
1322 "datasource": "ace-ntt",
1323 "decimals": 0,
1324 "description": "Total RAM",
1325 "fieldConfig": {
1326 "defaults": {
1327 "custom": {}
1328 },
1329 "overrides": []
1330 },
1331 "format": "bytes",
1332 "gauge": {
1333 "maxValue": 100,
1334 "minValue": 0,
1335 "show": false,
1336 "thresholdLabels": false,
1337 "thresholdMarkers": true
1338 },
1339 "gridPos": {
1340 "h": 2,
1341 "w": 2,
1342 "x": 20,
1343 "y": 7
1344 },
1345 "id": 75,
1346 "interval": null,
1347 "links": [],
1348 "mappingType": 1,
1349 "mappingTypes": [
1350 {
1351 "name": "value to text",
1352 "value": 1
1353 },
1354 {
1355 "name": "range to text",
1356 "value": 2
1357 }
1358 ],
1359 "maxDataPoints": 100,
1360 "maxPerRow": 6,
1361 "nullPointMode": "null",
1362 "nullText": null,
1363 "postfix": "",
1364 "postfixFontSize": "70%",
1365 "prefix": "",
1366 "prefixFontSize": "50%",
1367 "rangeMaps": [
1368 {
1369 "from": "null",
1370 "text": "N/A",
1371 "to": "null"
1372 }
1373 ],
1374 "sparkline": {
1375 "fillColor": "rgba(31, 118, 189, 0.18)",
1376 "full": false,
1377 "lineColor": "rgb(31, 120, 193)",
1378 "show": false
1379 },
1380 "tableColumn": "node_memory_MemTotal_bytes{endpoint=\"metrics\", instance=\"192.168.49.216:9796\", job=\"node-exporter\", namespace=\"cattle-monitoring-system\", pod=\"rancher-monitoring-prometheus-node-exporter-6rqqr\", service=\"rancher-monitoring-prometheus-node-exporter\"}",
1381 "targets": [
1382 {
1383 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
1384 "intervalFactor": 1,
1385 "refId": "A",
1386 "step": 900
1387 }
1388 ],
1389 "thresholds": "",
1390 "title": "RAM Total",
1391 "type": "singlestat",
1392 "valueFontSize": "50%",
1393 "valueMaps": [
1394 {
1395 "op": "=",
1396 "text": "N/A",
1397 "value": "null"
1398 }
1399 ],
1400 "valueName": "current"
1401 },
1402 {
1403 "cacheTimeout": null,
1404 "colorBackground": false,
1405 "colorValue": false,
1406 "colors": [
1407 "rgba(245, 54, 54, 0.9)",
1408 "rgba(237, 129, 40, 0.89)",
1409 "rgba(50, 172, 45, 0.97)"
1410 ],
1411 "datasource": "ace-ntt",
1412 "decimals": 0,
1413 "description": "Total SWAP",
1414 "fieldConfig": {
1415 "defaults": {
1416 "custom": {}
1417 },
1418 "overrides": []
1419 },
1420 "format": "bytes",
1421 "gauge": {
1422 "maxValue": 100,
1423 "minValue": 0,
1424 "show": false,
1425 "thresholdLabels": false,
1426 "thresholdMarkers": true
1427 },
1428 "gridPos": {
1429 "h": 2,
1430 "w": 2,
1431 "x": 22,
1432 "y": 7
1433 },
1434 "id": 18,
1435 "interval": null,
1436 "links": [],
1437 "mappingType": 1,
1438 "mappingTypes": [
1439 {
1440 "name": "value to text",
1441 "value": 1
1442 },
1443 {
1444 "name": "range to text",
1445 "value": 2
1446 }
1447 ],
1448 "maxDataPoints": 100,
1449 "maxPerRow": 6,
1450 "nullPointMode": "null",
1451 "nullText": null,
1452 "postfix": "",
1453 "postfixFontSize": "70%",
1454 "prefix": "",
1455 "prefixFontSize": "50%",
1456 "rangeMaps": [
1457 {
1458 "from": "null",
1459 "text": "N/A",
1460 "to": "null"
1461 }
1462 ],
1463 "sparkline": {
1464 "fillColor": "rgba(31, 118, 189, 0.18)",
1465 "full": false,
1466 "lineColor": "rgb(31, 120, 193)",
1467 "show": false
1468 },
1469 "tableColumn": "node_memory_SwapTotal_bytes{endpoint=\"metrics\", instance=\"192.168.49.216:9796\", job=\"node-exporter\", namespace=\"cattle-monitoring-system\", pod=\"rancher-monitoring-prometheus-node-exporter-6rqqr\", service=\"rancher-monitoring-prometheus-node-exporter\"}",
1470 "targets": [
1471 {
1472 "expr": "node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"}",
1473 "intervalFactor": 1,
1474 "refId": "A",
1475 "step": 900
1476 }
1477 ],
1478 "thresholds": "",
1479 "title": "SWAP Total",
1480 "type": "singlestat",
1481 "valueFontSize": "50%",
1482 "valueMaps": [
1483 {
1484 "op": "=",
1485 "text": "N/A",
1486 "value": "null"
1487 }
1488 ],
1489 "valueName": "current"
1490 },
1491 {
1492 "collapsed": false,
1493 "datasource": "ace-ntt",
1494 "gridPos": {
1495 "h": 1,
1496 "w": 24,
1497 "x": 0,
1498 "y": 9
1499 },
1500 "id": 263,
1501 "panels": [],
1502 "repeat": null,
1503 "title": "Basic CPU / Mem / Net / Disk",
1504 "type": "row"
1505 },
1506 {
1507 "aliasColors": {
1508 "Busy": "#EAB839",
1509 "Busy Iowait": "#890F02",
1510 "Busy other": "#1F78C1",
1511 "Idle": "#052B51",
1512 "Idle - Waiting for something to happen": "#052B51",
1513 "guest": "#9AC48A",
1514 "idle": "#052B51",
1515 "iowait": "#EAB839",
1516 "irq": "#BF1B00",
1517 "nice": "#C15C17",
1518 "softirq": "#E24D42",
1519 "steal": "#FCE2DE",
1520 "system": "#508642",
1521 "user": "#5195CE"
1522 },
1523 "bars": false,
1524 "dashLength": 10,
1525 "dashes": false,
1526 "datasource": "ace-ntt",
1527 "decimals": 2,
1528 "description": "Basic CPU info",
1529 "fieldConfig": {
1530 "defaults": {
1531 "custom": {}
1532 },
1533 "overrides": []
1534 },
1535 "fill": 4,
1536 "fillGradient": 0,
1537 "gridPos": {
1538 "h": 7,
1539 "w": 12,
1540 "x": 0,
1541 "y": 10
1542 },
1543 "hiddenSeries": false,
1544 "id": 77,
1545 "legend": {
1546 "alignAsTable": false,
1547 "avg": false,
1548 "current": false,
1549 "max": false,
1550 "min": false,
1551 "rightSide": false,
1552 "show": true,
1553 "sideWidth": 250,
1554 "sort": null,
1555 "sortDesc": null,
1556 "total": false,
1557 "values": false
1558 },
1559 "lines": true,
1560 "linewidth": 1,
1561 "links": [],
1562 "maxPerRow": 6,
1563 "nullPointMode": "null",
1564 "options": {
1565 "dataLinks": []
1566 },
1567 "percentage": true,
1568 "pointradius": 5,
1569 "points": false,
1570 "renderer": "flot",
1571 "seriesOverrides": [
1572 {
1573 "alias": "Busy Iowait",
1574 "color": "#890F02"
1575 },
1576 {
1577 "alias": "Idle",
1578 "color": "#7EB26D"
1579 },
1580 {
1581 "alias": "Busy System",
1582 "color": "#EAB839"
1583 },
1584 {
1585 "alias": "Busy User",
1586 "color": "#0A437C"
1587 },
1588 {
1589 "alias": "Busy Other",
1590 "color": "#6D1F62"
1591 }
1592 ],
1593 "spaceLength": 10,
1594 "stack": true,
1595 "steppedLine": false,
1596 "targets": [
1597 {
1598 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[5m])) * 100",
1599 "format": "time_series",
1600 "hide": false,
1601 "intervalFactor": 2,
1602 "legendFormat": "Busy System",
1603 "refId": "A",
1604 "step": 240
1605 },
1606 {
1607 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1608 "format": "time_series",
1609 "hide": false,
1610 "intervalFactor": 2,
1611 "legendFormat": "Busy User",
1612 "refId": "B",
1613 "step": 240
1614 },
1615 {
1616 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode='iowait',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1617 "format": "time_series",
1618 "intervalFactor": 2,
1619 "legendFormat": "Busy Iowait",
1620 "refId": "C",
1621 "step": 240
1622 },
1623 {
1624 "expr": "sum by (instance)(irate(node_cpu_seconds_total{mode=~\".*irq\",instance=\"$node\",job=\"$job\"}[5m])) * 100",
1625 "format": "time_series",
1626 "intervalFactor": 2,
1627 "legendFormat": "Busy IRQs",
1628 "refId": "D",
1629 "step": 240
1630 },
1631 {
1632 "expr": "sum (irate(node_cpu_seconds_total{mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1633 "format": "time_series",
1634 "intervalFactor": 2,
1635 "legendFormat": "Busy Other",
1636 "refId": "E",
1637 "step": 240
1638 },
1639 {
1640 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[5m])) * 100",
1641 "format": "time_series",
1642 "intervalFactor": 2,
1643 "legendFormat": "Idle",
1644 "refId": "F",
1645 "step": 240
1646 }
1647 ],
1648 "thresholds": [],
1649 "timeFrom": null,
1650 "timeRegions": [],
1651 "timeShift": null,
1652 "title": "CPU Basic",
1653 "tooltip": {
1654 "shared": true,
1655 "sort": 0,
1656 "value_type": "individual"
1657 },
1658 "type": "graph",
1659 "xaxis": {
1660 "buckets": null,
1661 "mode": "time",
1662 "name": null,
1663 "show": true,
1664 "values": []
1665 },
1666 "yaxes": [
1667 {
1668 "format": "short",
1669 "label": "",
1670 "logBase": 1,
1671 "max": "100",
1672 "min": "0",
1673 "show": true
1674 },
1675 {
1676 "format": "short",
1677 "label": null,
1678 "logBase": 1,
1679 "max": null,
1680 "min": null,
1681 "show": false
1682 }
1683 ],
1684 "yaxis": {
1685 "align": false,
1686 "alignLevel": null
1687 }
1688 },
1689 {
1690 "aliasColors": {
1691 "Apps": "#629E51",
1692 "Buffers": "#614D93",
1693 "Cache": "#6D1F62",
1694 "Cached": "#511749",
1695 "Committed": "#508642",
1696 "Free": "#0A437C",
1697 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
1698 "Inactive": "#584477",
1699 "PageTables": "#0A50A1",
1700 "Page_Tables": "#0A50A1",
1701 "RAM_Free": "#E0F9D7",
1702 "SWAP Used": "#BF1B00",
1703 "Slab": "#806EB7",
1704 "Slab_Cache": "#E0752D",
1705 "Swap": "#BF1B00",
1706 "Swap Used": "#BF1B00",
1707 "Swap_Cache": "#C15C17",
1708 "Swap_Free": "#2F575E",
1709 "Unused": "#EAB839"
1710 },
1711 "bars": false,
1712 "dashLength": 10,
1713 "dashes": false,
1714 "datasource": "ace-ntt",
1715 "decimals": 2,
1716 "description": "Basic memory usage",
1717 "fieldConfig": {
1718 "defaults": {
1719 "custom": {}
1720 },
1721 "overrides": []
1722 },
1723 "fill": 4,
1724 "fillGradient": 0,
1725 "gridPos": {
1726 "h": 7,
1727 "w": 12,
1728 "x": 12,
1729 "y": 10
1730 },
1731 "hiddenSeries": false,
1732 "id": 78,
1733 "legend": {
1734 "alignAsTable": false,
1735 "avg": false,
1736 "current": false,
1737 "max": false,
1738 "min": false,
1739 "rightSide": false,
1740 "show": true,
1741 "sideWidth": 350,
1742 "total": false,
1743 "values": false
1744 },
1745 "lines": true,
1746 "linewidth": 1,
1747 "links": [],
1748 "maxPerRow": 6,
1749 "nullPointMode": "null",
1750 "options": {
1751 "dataLinks": []
1752 },
1753 "percentage": false,
1754 "pointradius": 5,
1755 "points": false,
1756 "renderer": "flot",
1757 "seriesOverrides": [
1758 {
1759 "alias": "RAM Total",
1760 "color": "#E0F9D7",
1761 "fill": 0,
1762 "stack": false
1763 },
1764 {
1765 "alias": "RAM Cache + Buffer",
1766 "color": "#052B51"
1767 },
1768 {
1769 "alias": "RAM Free",
1770 "color": "#7EB26D"
1771 },
1772 {
1773 "alias": "Avaliable",
1774 "color": "#DEDAF7",
1775 "fill": 0,
1776 "stack": false
1777 }
1778 ],
1779 "spaceLength": 10,
1780 "stack": true,
1781 "steppedLine": false,
1782 "targets": [
1783 {
1784 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}",
1785 "format": "time_series",
1786 "hide": false,
1787 "intervalFactor": 2,
1788 "legendFormat": "RAM Total",
1789 "refId": "A",
1790 "step": 240
1791 },
1792 {
1793 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"})",
1794 "format": "time_series",
1795 "hide": false,
1796 "intervalFactor": 2,
1797 "legendFormat": "RAM Used",
1798 "refId": "B",
1799 "step": 240
1800 },
1801 {
1802 "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}",
1803 "format": "time_series",
1804 "intervalFactor": 2,
1805 "legendFormat": "RAM Cache + Buffer",
1806 "refId": "C",
1807 "step": 240
1808 },
1809 {
1810 "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
1811 "format": "time_series",
1812 "intervalFactor": 2,
1813 "legendFormat": "RAM Free",
1814 "refId": "D",
1815 "step": 240
1816 },
1817 {
1818 "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
1819 "format": "time_series",
1820 "intervalFactor": 2,
1821 "legendFormat": "SWAP Used",
1822 "refId": "E",
1823 "step": 240
1824 }
1825 ],
1826 "thresholds": [],
1827 "timeFrom": null,
1828 "timeRegions": [],
1829 "timeShift": null,
1830 "title": "Memory Basic",
1831 "tooltip": {
1832 "shared": true,
1833 "sort": 0,
1834 "value_type": "individual"
1835 },
1836 "type": "graph",
1837 "xaxis": {
1838 "buckets": null,
1839 "mode": "time",
1840 "name": null,
1841 "show": true,
1842 "values": []
1843 },
1844 "yaxes": [
1845 {
1846 "format": "bytes",
1847 "label": "",
1848 "logBase": 1,
1849 "max": null,
1850 "min": "0",
1851 "show": true
1852 },
1853 {
1854 "format": "short",
1855 "label": null,
1856 "logBase": 1,
1857 "max": null,
1858 "min": null,
1859 "show": false
1860 }
1861 ],
1862 "yaxis": {
1863 "align": false,
1864 "alignLevel": null
1865 }
1866 },
1867 {
1868 "aliasColors": {
1869 "Recv_bytes_eth2": "#7EB26D",
1870 "Recv_bytes_lo": "#0A50A1",
1871 "Recv_drop_eth2": "#6ED0E0",
1872 "Recv_drop_lo": "#E0F9D7",
1873 "Recv_errs_eth2": "#BF1B00",
1874 "Recv_errs_lo": "#CCA300",
1875 "Trans_bytes_eth2": "#7EB26D",
1876 "Trans_bytes_lo": "#0A50A1",
1877 "Trans_drop_eth2": "#6ED0E0",
1878 "Trans_drop_lo": "#E0F9D7",
1879 "Trans_errs_eth2": "#BF1B00",
1880 "Trans_errs_lo": "#CCA300",
1881 "recv_bytes_lo": "#0A50A1",
1882 "recv_drop_eth0": "#99440A",
1883 "recv_drop_lo": "#967302",
1884 "recv_errs_eth0": "#BF1B00",
1885 "recv_errs_lo": "#890F02",
1886 "trans_bytes_eth0": "#7EB26D",
1887 "trans_bytes_lo": "#0A50A1",
1888 "trans_drop_eth0": "#99440A",
1889 "trans_drop_lo": "#967302",
1890 "trans_errs_eth0": "#BF1B00",
1891 "trans_errs_lo": "#890F02"
1892 },
1893 "bars": false,
1894 "dashLength": 10,
1895 "dashes": false,
1896 "datasource": "ace-ntt",
1897 "description": "Basic network info per interface",
1898 "fieldConfig": {
1899 "defaults": {
1900 "custom": {}
1901 },
1902 "overrides": []
1903 },
1904 "fill": 4,
1905 "fillGradient": 0,
1906 "gridPos": {
1907 "h": 7,
1908 "w": 12,
1909 "x": 0,
1910 "y": 17
1911 },
1912 "hiddenSeries": false,
1913 "id": 74,
1914 "legend": {
1915 "alignAsTable": false,
1916 "avg": false,
1917 "current": false,
1918 "hideEmpty": false,
1919 "hideZero": false,
1920 "max": false,
1921 "min": false,
1922 "rightSide": false,
1923 "show": true,
1924 "sort": "current",
1925 "sortDesc": true,
1926 "total": false,
1927 "values": false
1928 },
1929 "lines": true,
1930 "linewidth": 1,
1931 "links": [],
1932 "nullPointMode": "null",
1933 "options": {
1934 "dataLinks": []
1935 },
1936 "percentage": false,
1937 "pointradius": 5,
1938 "points": false,
1939 "renderer": "flot",
1940 "seriesOverrides": [
1941 {
1942 "alias": "/.*trans.*/",
1943 "transform": "negative-Y"
1944 }
1945 ],
1946 "spaceLength": 10,
1947 "stack": false,
1948 "steppedLine": false,
1949 "targets": [
1950 {
1951 "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
1952 "format": "time_series",
1953 "intervalFactor": 2,
1954 "legendFormat": "recv {{device}}",
1955 "refId": "A",
1956 "step": 240
1957 },
1958 {
1959 "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
1960 "format": "time_series",
1961 "intervalFactor": 2,
1962 "legendFormat": "trans {{device}} ",
1963 "refId": "B",
1964 "step": 240
1965 }
1966 ],
1967 "thresholds": [],
1968 "timeFrom": null,
1969 "timeRegions": [],
1970 "timeShift": null,
1971 "title": "Network Traffic Basic",
1972 "tooltip": {
1973 "shared": true,
1974 "sort": 0,
1975 "value_type": "individual"
1976 },
1977 "type": "graph",
1978 "xaxis": {
1979 "buckets": null,
1980 "mode": "time",
1981 "name": null,
1982 "show": true,
1983 "values": []
1984 },
1985 "yaxes": [
1986 {
1987 "format": "bps",
1988 "label": null,
1989 "logBase": 1,
1990 "max": null,
1991 "min": null,
1992 "show": true
1993 },
1994 {
1995 "format": "pps",
1996 "label": "",
1997 "logBase": 1,
1998 "max": null,
1999 "min": null,
2000 "show": false
2001 }
2002 ],
2003 "yaxis": {
2004 "align": false,
2005 "alignLevel": null
2006 }
2007 },
2008 {
2009 "aliasColors": {},
2010 "bars": false,
2011 "dashLength": 10,
2012 "dashes": false,
2013 "datasource": "ace-ntt",
2014 "decimals": 3,
2015 "description": "Disk space used of all filesystems mounted",
2016 "fieldConfig": {
2017 "defaults": {
2018 "custom": {}
2019 },
2020 "overrides": []
2021 },
2022 "fill": 4,
2023 "fillGradient": 0,
2024 "gridPos": {
2025 "h": 7,
2026 "w": 12,
2027 "x": 12,
2028 "y": 17
2029 },
2030 "height": "",
2031 "hiddenSeries": false,
2032 "id": 152,
2033 "legend": {
2034 "alignAsTable": false,
2035 "avg": false,
2036 "current": false,
2037 "max": false,
2038 "min": false,
2039 "rightSide": false,
2040 "show": true,
2041 "sort": "current",
2042 "sortDesc": false,
2043 "total": false,
2044 "values": false
2045 },
2046 "lines": true,
2047 "linewidth": 1,
2048 "links": [],
2049 "maxPerRow": 6,
2050 "nullPointMode": "null",
2051 "options": {
2052 "dataLinks": []
2053 },
2054 "percentage": false,
2055 "pointradius": 5,
2056 "points": false,
2057 "renderer": "flot",
2058 "seriesOverrides": [],
2059 "spaceLength": 10,
2060 "stack": false,
2061 "steppedLine": false,
2062 "targets": [
2063 {
2064 "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'})",
2065 "format": "time_series",
2066 "intervalFactor": 2,
2067 "legendFormat": "{{mountpoint}}",
2068 "refId": "A",
2069 "step": 240
2070 }
2071 ],
2072 "thresholds": [],
2073 "timeFrom": null,
2074 "timeRegions": [],
2075 "timeShift": null,
2076 "title": "Disk Space Used Basic",
2077 "tooltip": {
2078 "shared": true,
2079 "sort": 0,
2080 "value_type": "individual"
2081 },
2082 "type": "graph",
2083 "xaxis": {
2084 "buckets": null,
2085 "mode": "time",
2086 "name": null,
2087 "show": true,
2088 "values": []
2089 },
2090 "yaxes": [
2091 {
2092 "format": "percent",
2093 "label": null,
2094 "logBase": 1,
2095 "max": "100",
2096 "min": "0",
2097 "show": true
2098 },
2099 {
2100 "format": "short",
2101 "label": null,
2102 "logBase": 1,
2103 "max": null,
2104 "min": null,
2105 "show": true
2106 }
2107 ],
2108 "yaxis": {
2109 "align": false,
2110 "alignLevel": null
2111 }
2112 },
2113 {
2114 "collapsed": true,
2115 "datasource": "ace-ntt",
2116 "gridPos": {
2117 "h": 1,
2118 "w": 24,
2119 "x": 0,
2120 "y": 24
2121 },
2122 "id": 265,
2123 "panels": [
2124 {
2125 "aliasColors": {
2126 "Idle - Waiting for something to happen": "#052B51",
2127 "guest": "#9AC48A",
2128 "idle": "#052B51",
2129 "iowait": "#EAB839",
2130 "irq": "#BF1B00",
2131 "nice": "#C15C17",
2132 "softirq": "#E24D42",
2133 "steal": "#FCE2DE",
2134 "system": "#508642",
2135 "user": "#5195CE"
2136 },
2137 "bars": false,
2138 "dashLength": 10,
2139 "dashes": false,
2140 "datasource": "ace-ntt",
2141 "decimals": 2,
2142 "description": "",
2143 "fieldConfig": {
2144 "defaults": {
2145 "custom": {}
2146 },
2147 "overrides": []
2148 },
2149 "fill": 4,
2150 "fillGradient": 0,
2151 "gridPos": {
2152 "h": 12,
2153 "w": 12,
2154 "x": 0,
2155 "y": 25
2156 },
2157 "hiddenSeries": false,
2158 "id": 3,
2159 "legend": {
2160 "alignAsTable": true,
2161 "avg": true,
2162 "current": true,
2163 "max": true,
2164 "min": true,
2165 "rightSide": false,
2166 "show": true,
2167 "sideWidth": 250,
2168 "sort": null,
2169 "sortDesc": null,
2170 "total": false,
2171 "values": true
2172 },
2173 "lines": true,
2174 "linewidth": 1,
2175 "links": [],
2176 "maxPerRow": 6,
2177 "nullPointMode": "null",
2178 "options": {
2179 "dataLinks": []
2180 },
2181 "percentage": true,
2182 "pointradius": 5,
2183 "points": false,
2184 "renderer": "flot",
2185 "repeat": null,
2186 "seriesOverrides": [],
2187 "spaceLength": 10,
2188 "stack": true,
2189 "steppedLine": false,
2190 "targets": [
2191 {
2192 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[5m])) * 100",
2193 "format": "time_series",
2194 "interval": "10s",
2195 "intervalFactor": 2,
2196 "legendFormat": "System - Processes executing in kernel mode",
2197 "refId": "A",
2198 "step": 20
2199 },
2200 {
2201 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2202 "format": "time_series",
2203 "intervalFactor": 2,
2204 "legendFormat": "User - Normal processes executing in user mode",
2205 "refId": "B",
2206 "step": 240
2207 },
2208 {
2209 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='nice',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2210 "format": "time_series",
2211 "intervalFactor": 2,
2212 "legendFormat": "Nice - Niced processes executing in user mode",
2213 "refId": "C",
2214 "step": 240
2215 },
2216 {
2217 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2218 "format": "time_series",
2219 "intervalFactor": 2,
2220 "legendFormat": "Idle - Waiting for something to happen",
2221 "refId": "D",
2222 "step": 240
2223 },
2224 {
2225 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='iowait',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2226 "format": "time_series",
2227 "intervalFactor": 2,
2228 "legendFormat": "Iowait - Waiting for I/O to complete",
2229 "refId": "E",
2230 "step": 240
2231 },
2232 {
2233 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='irq',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2234 "format": "time_series",
2235 "intervalFactor": 2,
2236 "legendFormat": "Irq - Servicing interrupts",
2237 "refId": "F",
2238 "step": 240
2239 },
2240 {
2241 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='softirq',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2242 "format": "time_series",
2243 "intervalFactor": 2,
2244 "legendFormat": "Softirq - Servicing softirqs",
2245 "refId": "G",
2246 "step": 240
2247 },
2248 {
2249 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='steal',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2250 "format": "time_series",
2251 "intervalFactor": 2,
2252 "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment",
2253 "refId": "H",
2254 "step": 240
2255 },
2256 {
2257 "expr": "sum by (mode)(irate(node_cpu_seconds_total{mode='guest',instance=\"$node\",job=\"$job\"}[5m])) * 100",
2258 "format": "time_series",
2259 "intervalFactor": 2,
2260 "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system",
2261 "refId": "I",
2262 "step": 240
2263 }
2264 ],
2265 "thresholds": [],
2266 "timeFrom": null,
2267 "timeRegions": [],
2268 "timeShift": null,
2269 "title": "CPU",
2270 "tooltip": {
2271 "shared": true,
2272 "sort": 0,
2273 "value_type": "individual"
2274 },
2275 "type": "graph",
2276 "xaxis": {
2277 "buckets": null,
2278 "mode": "time",
2279 "name": null,
2280 "show": true,
2281 "values": []
2282 },
2283 "yaxes": [
2284 {
2285 "format": "short",
2286 "label": "percentage",
2287 "logBase": 1,
2288 "max": "100",
2289 "min": "0",
2290 "show": true
2291 },
2292 {
2293 "format": "short",
2294 "label": null,
2295 "logBase": 1,
2296 "max": null,
2297 "min": null,
2298 "show": false
2299 }
2300 ],
2301 "yaxis": {
2302 "align": false,
2303 "alignLevel": null
2304 }
2305 },
2306 {
2307 "aliasColors": {
2308 "Apps": "#629E51",
2309 "Buffers": "#614D93",
2310 "Cache": "#6D1F62",
2311 "Cached": "#511749",
2312 "Committed": "#508642",
2313 "Free": "#0A437C",
2314 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
2315 "Inactive": "#584477",
2316 "PageTables": "#0A50A1",
2317 "Page_Tables": "#0A50A1",
2318 "RAM_Free": "#E0F9D7",
2319 "Slab": "#806EB7",
2320 "Slab_Cache": "#E0752D",
2321 "Swap": "#BF1B00",
2322 "Swap - Swap memory usage": "#BF1B00",
2323 "Swap_Cache": "#C15C17",
2324 "Swap_Free": "#2F575E",
2325 "Unused": "#EAB839",
2326 "Unused - Free memory unassigned": "#052B51"
2327 },
2328 "bars": false,
2329 "dashLength": 10,
2330 "dashes": false,
2331 "datasource": "ace-ntt",
2332 "decimals": 2,
2333 "description": "",
2334 "fieldConfig": {
2335 "defaults": {
2336 "custom": {}
2337 },
2338 "overrides": []
2339 },
2340 "fill": 4,
2341 "fillGradient": 0,
2342 "gridPos": {
2343 "h": 12,
2344 "w": 12,
2345 "x": 12,
2346 "y": 25
2347 },
2348 "hiddenSeries": false,
2349 "id": 24,
2350 "legend": {
2351 "alignAsTable": true,
2352 "avg": true,
2353 "current": true,
2354 "max": true,
2355 "min": true,
2356 "rightSide": false,
2357 "show": true,
2358 "sideWidth": 350,
2359 "sort": null,
2360 "sortDesc": null,
2361 "total": false,
2362 "values": true
2363 },
2364 "lines": true,
2365 "linewidth": 1,
2366 "links": [],
2367 "maxPerRow": 6,
2368 "nullPointMode": "null",
2369 "options": {
2370 "dataLinks": []
2371 },
2372 "percentage": false,
2373 "pointradius": 5,
2374 "points": false,
2375 "renderer": "flot",
2376 "seriesOverrides": [
2377 {
2378 "alias": "/.*Hardware Corrupted - *./",
2379 "stack": false
2380 }
2381 ],
2382 "spaceLength": 10,
2383 "stack": true,
2384 "steppedLine": false,
2385 "targets": [
2386 {
2387 "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"} - node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
2388 "format": "time_series",
2389 "hide": false,
2390 "intervalFactor": 2,
2391 "legendFormat": "Apps - Memory used by user-space applications",
2392 "refId": "A",
2393 "step": 240
2394 },
2395 {
2396 "expr": "node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"}",
2397 "format": "time_series",
2398 "hide": false,
2399 "intervalFactor": 2,
2400 "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses",
2401 "refId": "B",
2402 "step": 240
2403 },
2404 {
2405 "expr": "node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}",
2406 "format": "time_series",
2407 "intervalFactor": 2,
2408 "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified",
2409 "refId": "C",
2410 "step": 240
2411 },
2412 {
2413 "expr": "node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"}",
2414 "format": "time_series",
2415 "hide": false,
2416 "intervalFactor": 2,
2417 "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)",
2418 "refId": "D",
2419 "step": 240
2420 },
2421 {
2422 "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"}",
2423 "format": "time_series",
2424 "hide": false,
2425 "intervalFactor": 2,
2426 "legendFormat": "Cache - Parked file data (file content) cache",
2427 "refId": "E",
2428 "step": 240
2429 },
2430 {
2431 "expr": "node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}",
2432 "format": "time_series",
2433 "hide": false,
2434 "intervalFactor": 2,
2435 "legendFormat": "Buffers - Block device (e.g. harddisk) cache",
2436 "refId": "F",
2437 "step": 240
2438 },
2439 {
2440 "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}",
2441 "format": "time_series",
2442 "hide": false,
2443 "intervalFactor": 2,
2444 "legendFormat": "Unused - Free memory unassigned",
2445 "refId": "G",
2446 "step": 240
2447 },
2448 {
2449 "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})",
2450 "format": "time_series",
2451 "hide": false,
2452 "intervalFactor": 2,
2453 "legendFormat": "Swap - Swap space used",
2454 "refId": "H",
2455 "step": 240
2456 },
2457 {
2458 "expr": "node_memory_HardwareCorrupted_bytes{instance=\"$node\",job=\"$job\"}",
2459 "format": "time_series",
2460 "hide": false,
2461 "intervalFactor": 2,
2462 "legendFormat": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working",
2463 "refId": "I",
2464 "step": 240
2465 }
2466 ],
2467 "thresholds": [],
2468 "timeFrom": null,
2469 "timeRegions": [],
2470 "timeShift": null,
2471 "title": "Memory Stack",
2472 "tooltip": {
2473 "shared": true,
2474 "sort": 0,
2475 "value_type": "individual"
2476 },
2477 "type": "graph",
2478 "xaxis": {
2479 "buckets": null,
2480 "mode": "time",
2481 "name": null,
2482 "show": true,
2483 "values": []
2484 },
2485 "yaxes": [
2486 {
2487 "format": "bytes",
2488 "label": "bytes",
2489 "logBase": 1,
2490 "max": null,
2491 "min": "0",
2492 "show": true
2493 },
2494 {
2495 "format": "short",
2496 "label": null,
2497 "logBase": 1,
2498 "max": null,
2499 "min": null,
2500 "show": false
2501 }
2502 ],
2503 "yaxis": {
2504 "align": false,
2505 "alignLevel": null
2506 }
2507 },
2508 {
2509 "aliasColors": {
2510 "receive_packets_eth0": "#7EB26D",
2511 "receive_packets_lo": "#E24D42",
2512 "transmit_packets_eth0": "#7EB26D",
2513 "transmit_packets_lo": "#E24D42"
2514 },
2515 "bars": false,
2516 "dashLength": 10,
2517 "dashes": false,
2518 "datasource": "ace-ntt",
2519 "fieldConfig": {
2520 "defaults": {
2521 "custom": {}
2522 },
2523 "overrides": []
2524 },
2525 "fill": 4,
2526 "fillGradient": 0,
2527 "gridPos": {
2528 "h": 12,
2529 "w": 12,
2530 "x": 0,
2531 "y": 37
2532 },
2533 "hiddenSeries": false,
2534 "id": 84,
2535 "legend": {
2536 "alignAsTable": true,
2537 "avg": true,
2538 "current": true,
2539 "max": true,
2540 "min": true,
2541 "rightSide": false,
2542 "show": true,
2543 "total": false,
2544 "values": true
2545 },
2546 "lines": true,
2547 "linewidth": 1,
2548 "links": [],
2549 "nullPointMode": "null",
2550 "options": {
2551 "dataLinks": []
2552 },
2553 "percentage": false,
2554 "pointradius": 5,
2555 "points": false,
2556 "renderer": "flot",
2557 "seriesOverrides": [
2558 {
2559 "$$hashKey": "object:5871",
2560 "alias": "/.*Trans.*/",
2561 "transform": "negative-Y"
2562 }
2563 ],
2564 "spaceLength": 10,
2565 "stack": false,
2566 "steppedLine": false,
2567 "targets": [
2568 {
2569 "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
2570 "format": "time_series",
2571 "intervalFactor": 2,
2572 "legendFormat": "{{device}} - Receive",
2573 "refId": "A",
2574 "step": 240
2575 },
2576 {
2577 "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[5m])*8",
2578 "format": "time_series",
2579 "intervalFactor": 2,
2580 "legendFormat": "{{device}} - Transmit",
2581 "refId": "B",
2582 "step": 240
2583 }
2584 ],
2585 "thresholds": [],
2586 "timeFrom": null,
2587 "timeRegions": [],
2588 "timeShift": null,
2589 "title": "Network Traffic",
2590 "tooltip": {
2591 "shared": true,
2592 "sort": 0,
2593 "value_type": "individual"
2594 },
2595 "type": "graph",
2596 "xaxis": {
2597 "buckets": null,
2598 "mode": "time",
2599 "name": null,
2600 "show": true,
2601 "values": []
2602 },
2603 "yaxes": [
2604 {
2605 "$$hashKey": "object:5884",
2606 "format": "bps",
2607 "label": "bits out (-) / in (+)",
2608 "logBase": 1,
2609 "max": null,
2610 "min": null,
2611 "show": true
2612 },
2613 {
2614 "$$hashKey": "object:5885",
2615 "format": "short",
2616 "label": null,
2617 "logBase": 1,
2618 "max": null,
2619 "min": null,
2620 "show": false
2621 }
2622 ],
2623 "yaxis": {
2624 "align": false,
2625 "alignLevel": null
2626 }
2627 },
2628 {
2629 "aliasColors": {},
2630 "bars": false,
2631 "dashLength": 10,
2632 "dashes": false,
2633 "datasource": "ace-ntt",
2634 "decimals": 3,
2635 "description": "",
2636 "fieldConfig": {
2637 "defaults": {
2638 "custom": {}
2639 },
2640 "overrides": []
2641 },
2642 "fill": 4,
2643 "fillGradient": 0,
2644 "gridPos": {
2645 "h": 12,
2646 "w": 12,
2647 "x": 12,
2648 "y": 37
2649 },
2650 "height": "",
2651 "hiddenSeries": false,
2652 "id": 156,
2653 "legend": {
2654 "alignAsTable": true,
2655 "avg": true,
2656 "current": true,
2657 "max": true,
2658 "min": true,
2659 "rightSide": false,
2660 "show": true,
2661 "sort": "current",
2662 "sortDesc": false,
2663 "total": false,
2664 "values": true
2665 },
2666 "lines": true,
2667 "linewidth": 1,
2668 "links": [],
2669 "maxPerRow": 6,
2670 "nullPointMode": "null",
2671 "options": {
2672 "dataLinks": []
2673 },
2674 "percentage": false,
2675 "pointradius": 5,
2676 "points": false,
2677 "renderer": "flot",
2678 "seriesOverrides": [],
2679 "spaceLength": 10,
2680 "stack": false,
2681 "steppedLine": false,
2682 "targets": [
2683 {
2684 "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
2685 "format": "time_series",
2686 "intervalFactor": 2,
2687 "legendFormat": "{{mountpoint}}",
2688 "refId": "A",
2689 "step": 240
2690 }
2691 ],
2692 "thresholds": [],
2693 "timeFrom": null,
2694 "timeRegions": [],
2695 "timeShift": null,
2696 "title": "Disk Space Used",
2697 "tooltip": {
2698 "shared": true,
2699 "sort": 0,
2700 "value_type": "individual"
2701 },
2702 "type": "graph",
2703 "xaxis": {
2704 "buckets": null,
2705 "mode": "time",
2706 "name": null,
2707 "show": true,
2708 "values": []
2709 },
2710 "yaxes": [
2711 {
2712 "format": "bytes",
2713 "label": "bytes",
2714 "logBase": 1,
2715 "max": null,
2716 "min": "0",
2717 "show": true
2718 },
2719 {
2720 "format": "short",
2721 "label": null,
2722 "logBase": 1,
2723 "max": null,
2724 "min": null,
2725 "show": false
2726 }
2727 ],
2728 "yaxis": {
2729 "align": false,
2730 "alignLevel": null
2731 }
2732 },
2733 {
2734 "aliasColors": {},
2735 "bars": false,
2736 "dashLength": 10,
2737 "dashes": false,
2738 "datasource": "ace-ntt",
2739 "description": "",
2740 "fieldConfig": {
2741 "defaults": {
2742 "custom": {}
2743 },
2744 "overrides": []
2745 },
2746 "fill": 2,
2747 "fillGradient": 0,
2748 "gridPos": {
2749 "h": 12,
2750 "w": 12,
2751 "x": 0,
2752 "y": 49
2753 },
2754 "hiddenSeries": false,
2755 "id": 229,
2756 "legend": {
2757 "alignAsTable": true,
2758 "avg": true,
2759 "current": true,
2760 "hideZero": true,
2761 "max": true,
2762 "min": true,
2763 "rightSide": false,
2764 "show": true,
2765 "total": false,
2766 "values": true
2767 },
2768 "lines": true,
2769 "linewidth": 1,
2770 "links": [],
2771 "maxPerRow": 6,
2772 "nullPointMode": "null",
2773 "options": {
2774 "dataLinks": []
2775 },
2776 "percentage": false,
2777 "pointradius": 5,
2778 "points": false,
2779 "renderer": "flot",
2780 "seriesOverrides": [
2781 {
2782 "alias": "/.*Read.*/",
2783 "transform": "negative-Y"
2784 },
2785 {
2786 "alias": "/.*sda_.*/",
2787 "color": "#7EB26D"
2788 },
2789 {
2790 "alias": "/.*sdb_.*/",
2791 "color": "#EAB839"
2792 },
2793 {
2794 "alias": "/.*sdc_.*/",
2795 "color": "#6ED0E0"
2796 },
2797 {
2798 "alias": "/.*sdd_.*/",
2799 "color": "#EF843C"
2800 },
2801 {
2802 "alias": "/.*sde_.*/",
2803 "color": "#E24D42"
2804 },
2805 {
2806 "alias": "/.*sda1.*/",
2807 "color": "#584477"
2808 },
2809 {
2810 "alias": "/.*sda2_.*/",
2811 "color": "#BA43A9"
2812 },
2813 {
2814 "alias": "/.*sda3_.*/",
2815 "color": "#F4D598"
2816 },
2817 {
2818 "alias": "/.*sdb1.*/",
2819 "color": "#0A50A1"
2820 },
2821 {
2822 "alias": "/.*sdb2.*/",
2823 "color": "#BF1B00"
2824 },
2825 {
2826 "alias": "/.*sdb2.*/",
2827 "color": "#BF1B00"
2828 },
2829 {
2830 "alias": "/.*sdb3.*/",
2831 "color": "#E0752D"
2832 },
2833 {
2834 "alias": "/.*sdc1.*/",
2835 "color": "#962D82"
2836 },
2837 {
2838 "alias": "/.*sdc2.*/",
2839 "color": "#614D93"
2840 },
2841 {
2842 "alias": "/.*sdc3.*/",
2843 "color": "#9AC48A"
2844 },
2845 {
2846 "alias": "/.*sdd1.*/",
2847 "color": "#65C5DB"
2848 },
2849 {
2850 "alias": "/.*sdd2.*/",
2851 "color": "#F9934E"
2852 },
2853 {
2854 "alias": "/.*sdd3.*/",
2855 "color": "#EA6460"
2856 },
2857 {
2858 "alias": "/.*sde1.*/",
2859 "color": "#E0F9D7"
2860 },
2861 {
2862 "alias": "/.*sdd2.*/",
2863 "color": "#FCEACA"
2864 },
2865 {
2866 "alias": "/.*sde3.*/",
2867 "color": "#F9E2D2"
2868 }
2869 ],
2870 "spaceLength": 10,
2871 "stack": false,
2872 "steppedLine": false,
2873 "targets": [
2874 {
2875 "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
2876 "intervalFactor": 4,
2877 "legendFormat": "{{device}} - Reads completed",
2878 "refId": "A",
2879 "step": 480
2880 },
2881 {
2882 "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
2883 "intervalFactor": 2,
2884 "legendFormat": "{{device}} - Writes completed",
2885 "refId": "B",
2886 "step": 240
2887 }
2888 ],
2889 "thresholds": [],
2890 "timeFrom": null,
2891 "timeRegions": [],
2892 "timeShift": null,
2893 "title": "Disk IOps",
2894 "tooltip": {
2895 "shared": false,
2896 "sort": 0,
2897 "value_type": "individual"
2898 },
2899 "type": "graph",
2900 "xaxis": {
2901 "buckets": null,
2902 "mode": "time",
2903 "name": null,
2904 "show": true,
2905 "values": []
2906 },
2907 "yaxes": [
2908 {
2909 "format": "iops",
2910 "label": "IO read (-) / write (+)",
2911 "logBase": 1,
2912 "max": null,
2913 "min": null,
2914 "show": true
2915 },
2916 {
2917 "format": "short",
2918 "label": null,
2919 "logBase": 1,
2920 "max": null,
2921 "min": null,
2922 "show": false
2923 }
2924 ],
2925 "yaxis": {
2926 "align": false,
2927 "alignLevel": null
2928 }
2929 },
2930 {
2931 "aliasColors": {
2932 "io time": "#890F02"
2933 },
2934 "bars": false,
2935 "dashLength": 10,
2936 "dashes": false,
2937 "datasource": "ace-ntt",
2938 "decimals": 3,
2939 "description": "",
2940 "fieldConfig": {
2941 "defaults": {
2942 "custom": {}
2943 },
2944 "overrides": []
2945 },
2946 "fill": 4,
2947 "fillGradient": 0,
2948 "gridPos": {
2949 "h": 12,
2950 "w": 12,
2951 "x": 12,
2952 "y": 49
2953 },
2954 "hiddenSeries": false,
2955 "id": 42,
2956 "legend": {
2957 "alignAsTable": true,
2958 "avg": true,
2959 "current": true,
2960 "max": true,
2961 "min": true,
2962 "rightSide": false,
2963 "show": true,
2964 "sort": null,
2965 "sortDesc": null,
2966 "total": false,
2967 "values": true
2968 },
2969 "lines": true,
2970 "linewidth": 1,
2971 "links": [],
2972 "maxPerRow": 6,
2973 "nullPointMode": "null",
2974 "options": {
2975 "dataLinks": []
2976 },
2977 "percentage": false,
2978 "pointradius": 5,
2979 "points": false,
2980 "renderer": "flot",
2981 "seriesOverrides": [
2982 {
2983 "alias": "/.*read*./",
2984 "transform": "negative-Y"
2985 },
2986 {
2987 "alias": "/.*sda.*/",
2988 "color": "#7EB26D"
2989 },
2990 {
2991 "alias": "/.*sdb.*/",
2992 "color": "#EAB839"
2993 },
2994 {
2995 "alias": "/.*sdc.*/",
2996 "color": "#6ED0E0"
2997 },
2998 {
2999 "alias": "/.*sdd.*/",
3000 "color": "#EF843C"
3001 },
3002 {
3003 "alias": "/.*sde.*/",
3004 "color": "#E24D42"
3005 }
3006 ],
3007 "spaceLength": 10,
3008 "stack": false,
3009 "steppedLine": false,
3010 "targets": [
3011 {
3012 "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
3013 "format": "time_series",
3014 "hide": false,
3015 "intervalFactor": 2,
3016 "legendFormat": "{{device}} - Successfully read bytes",
3017 "refId": "A",
3018 "step": 240
3019 },
3020 {
3021 "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[5m])",
3022 "format": "time_series",
3023 "hide": false,
3024 "intervalFactor": 2,
3025 "legendFormat": "{{device}} - Successfully written bytes",
3026 "refId": "B",
3027 "step": 240
3028 }
3029 ],
3030 "thresholds": [],
3031 "timeFrom": null,
3032 "timeRegions": [],
3033 "timeShift": null,
3034 "title": "I/O Usage Read / Write",
3035 "tooltip": {
3036 "shared": true,
3037 "sort": 0,
3038 "value_type": "individual"
3039 },
3040 "type": "graph",
3041 "xaxis": {
3042 "buckets": null,
3043 "mode": "time",
3044 "name": null,
3045 "show": false,
3046 "values": []
3047 },
3048 "yaxes": [
3049 {
3050 "format": "bytes",
3051 "label": "bytes read (-) / write (+)",
3052 "logBase": 1,
3053 "max": null,
3054 "min": null,
3055 "show": true
3056 },
3057 {
3058 "format": "ms",
3059 "label": "",
3060 "logBase": 1,
3061 "max": null,
3062 "min": null,
3063 "show": true
3064 }
3065 ],
3066 "yaxis": {
3067 "align": false,
3068 "alignLevel": null
3069 }
3070 },
3071 {
3072 "aliasColors": {
3073 "io time": "#890F02"
3074 },
3075 "bars": false,
3076 "dashLength": 10,
3077 "dashes": false,
3078 "datasource": "ace-ntt",
3079 "decimals": 3,
3080 "description": "",
3081 "fieldConfig": {
3082 "defaults": {
3083 "custom": {}
3084 },
3085 "overrides": []
3086 },
3087 "fill": 4,
3088 "fillGradient": 0,
3089 "gridPos": {
3090 "h": 12,
3091 "w": 12,
3092 "x": 0,
3093 "y": 61
3094 },
3095 "hiddenSeries": false,
3096 "id": 127,
3097 "legend": {
3098 "alignAsTable": true,
3099 "avg": true,
3100 "current": true,
3101 "max": true,
3102 "min": true,
3103 "rightSide": false,
3104 "show": true,
3105 "sort": null,
3106 "sortDesc": null,
3107 "total": false,
3108 "values": true
3109 },
3110 "lines": true,
3111 "linewidth": 1,
3112 "links": [],
3113 "maxPerRow": 6,
3114 "nullPointMode": "null",
3115 "options": {
3116 "dataLinks": []
3117 },
3118 "percentage": false,
3119 "pointradius": 5,
3120 "points": false,
3121 "renderer": "flot",
3122 "seriesOverrides": [],
3123 "spaceLength": 10,
3124 "stack": false,
3125 "steppedLine": false,
3126 "targets": [
3127 {
3128 "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"} [5m])",
3129 "format": "time_series",
3130 "hide": false,
3131 "intervalFactor": 2,
3132 "legendFormat": "{{device}} - Time spent doing I/Os",
3133 "refId": "A",
3134 "step": 240
3135 }
3136 ],
3137 "thresholds": [],
3138 "timeFrom": null,
3139 "timeRegions": [],
3140 "timeShift": null,
3141 "title": "I/O Usage Times",
3142 "tooltip": {
3143 "shared": true,
3144 "sort": 0,
3145 "value_type": "individual"
3146 },
3147 "type": "graph",
3148 "xaxis": {
3149 "buckets": null,
3150 "mode": "time",
3151 "name": null,
3152 "show": false,
3153 "values": []
3154 },
3155 "yaxes": [
3156 {
3157 "format": "s",
3158 "label": "time",
3159 "logBase": 1,
3160 "max": null,
3161 "min": "0",
3162 "show": true
3163 },
3164 {
3165 "format": "s",
3166 "label": "",
3167 "logBase": 1,
3168 "max": null,
3169 "min": null,
3170 "show": false
3171 }
3172 ],
3173 "yaxis": {
3174 "align": false,
3175 "alignLevel": null
3176 }
3177 }
3178 ],
3179 "repeat": null,
3180 "title": "CPU / Memory / Net / Disk",
3181 "type": "row"
3182 },
3183 {
3184 "collapsed": true,
3185 "datasource": "ace-ntt",
3186 "gridPos": {
3187 "h": 1,
3188 "w": 24,
3189 "x": 0,
3190 "y": 25
3191 },
3192 "id": 266,
3193 "panels": [
3194 {
3195 "aliasColors": {
3196 "Apps": "#629E51",
3197 "Buffers": "#614D93",
3198 "Cache": "#6D1F62",
3199 "Cached": "#511749",
3200 "Committed": "#508642",
3201 "Free": "#0A437C",
3202 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3203 "Inactive": "#584477",
3204 "PageTables": "#0A50A1",
3205 "Page_Tables": "#0A50A1",
3206 "RAM_Free": "#E0F9D7",
3207 "Slab": "#806EB7",
3208 "Slab_Cache": "#E0752D",
3209 "Swap": "#BF1B00",
3210 "Swap_Cache": "#C15C17",
3211 "Swap_Free": "#2F575E",
3212 "Unused": "#EAB839"
3213 },
3214 "bars": false,
3215 "dashLength": 10,
3216 "dashes": false,
3217 "datasource": "ace-ntt",
3218 "decimals": 2,
3219 "fill": 2,
3220 "fillGradient": 0,
3221 "gridPos": {
3222 "h": 10,
3223 "w": 12,
3224 "x": 0,
3225 "y": 70
3226 },
3227 "hiddenSeries": false,
3228 "id": 136,
3229 "legend": {
3230 "alignAsTable": true,
3231 "avg": true,
3232 "current": true,
3233 "max": true,
3234 "min": true,
3235 "rightSide": false,
3236 "show": true,
3237 "sideWidth": 350,
3238 "total": false,
3239 "values": true
3240 },
3241 "lines": true,
3242 "linewidth": 1,
3243 "links": [],
3244 "maxPerRow": 2,
3245 "nullPointMode": "null",
3246 "options": {
3247 "dataLinks": []
3248 },
3249 "percentage": false,
3250 "pointradius": 5,
3251 "points": false,
3252 "renderer": "flot",
3253 "seriesOverrides": [],
3254 "spaceLength": 10,
3255 "stack": true,
3256 "steppedLine": false,
3257 "targets": [
3258 {
3259 "expr": "node_memory_Inactive_bytes{instance=\"$node\",job=\"$job\"}",
3260 "format": "time_series",
3261 "intervalFactor": 2,
3262 "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes",
3263 "refId": "A",
3264 "step": 4
3265 },
3266 {
3267 "expr": "node_memory_Active_bytes{instance=\"$node\",job=\"$job\"}",
3268 "format": "time_series",
3269 "intervalFactor": 2,
3270 "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary",
3271 "refId": "B",
3272 "step": 4
3273 }
3274 ],
3275 "thresholds": [],
3276 "timeFrom": null,
3277 "timeRegions": [],
3278 "timeShift": null,
3279 "title": "Memory Active / Inactive",
3280 "tooltip": {
3281 "shared": true,
3282 "sort": 0,
3283 "value_type": "cumulative"
3284 },
3285 "type": "graph",
3286 "xaxis": {
3287 "buckets": null,
3288 "mode": "time",
3289 "name": null,
3290 "show": true,
3291 "values": []
3292 },
3293 "yaxes": [
3294 {
3295 "format": "bytes",
3296 "label": "bytes",
3297 "logBase": 1,
3298 "max": null,
3299 "min": "0",
3300 "show": true
3301 },
3302 {
3303 "format": "short",
3304 "label": null,
3305 "logBase": 1,
3306 "max": null,
3307 "min": null,
3308 "show": false
3309 }
3310 ],
3311 "yaxis": {
3312 "align": false,
3313 "alignLevel": null
3314 }
3315 },
3316 {
3317 "aliasColors": {
3318 "Apps": "#629E51",
3319 "Buffers": "#614D93",
3320 "Cache": "#6D1F62",
3321 "Cached": "#511749",
3322 "Committed": "#508642",
3323 "Free": "#0A437C",
3324 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3325 "Inactive": "#584477",
3326 "PageTables": "#0A50A1",
3327 "Page_Tables": "#0A50A1",
3328 "RAM_Free": "#E0F9D7",
3329 "Slab": "#806EB7",
3330 "Slab_Cache": "#E0752D",
3331 "Swap": "#BF1B00",
3332 "Swap_Cache": "#C15C17",
3333 "Swap_Free": "#2F575E",
3334 "Unused": "#EAB839"
3335 },
3336 "bars": false,
3337 "dashLength": 10,
3338 "dashes": false,
3339 "datasource": "ace-ntt",
3340 "decimals": 2,
3341 "fill": 2,
3342 "fillGradient": 0,
3343 "gridPos": {
3344 "h": 10,
3345 "w": 12,
3346 "x": 12,
3347 "y": 70
3348 },
3349 "hiddenSeries": false,
3350 "id": 135,
3351 "legend": {
3352 "alignAsTable": true,
3353 "avg": true,
3354 "current": true,
3355 "max": true,
3356 "min": true,
3357 "rightSide": false,
3358 "show": true,
3359 "sideWidth": 350,
3360 "total": false,
3361 "values": true
3362 },
3363 "lines": true,
3364 "linewidth": 1,
3365 "links": [],
3366 "maxPerRow": 6,
3367 "nullPointMode": "null",
3368 "options": {
3369 "dataLinks": []
3370 },
3371 "percentage": false,
3372 "pointradius": 5,
3373 "points": false,
3374 "renderer": "flot",
3375 "seriesOverrides": [
3376 {
3377 "alias": "/.*Committed_AS - *./"
3378 },
3379 {
3380 "alias": "/.*CommitLimit - *./",
3381 "color": "#BF1B00",
3382 "fill": 0
3383 }
3384 ],
3385 "spaceLength": 10,
3386 "stack": false,
3387 "steppedLine": false,
3388 "targets": [
3389 {
3390 "expr": "node_memory_Committed_AS_bytes{instance=\"$node\",job=\"$job\"}",
3391 "format": "time_series",
3392 "intervalFactor": 2,
3393 "legendFormat": "Committed_AS - Amount of memory presently allocated on the system",
3394 "refId": "A",
3395 "step": 4
3396 },
3397 {
3398 "expr": "node_memory_CommitLimit_bytes{instance=\"$node\",job=\"$job\"}",
3399 "format": "time_series",
3400 "intervalFactor": 2,
3401 "legendFormat": "CommitLimit - Amount of memory currently available to be allocated on the system",
3402 "refId": "B",
3403 "step": 4
3404 }
3405 ],
3406 "thresholds": [],
3407 "timeFrom": null,
3408 "timeRegions": [],
3409 "timeShift": null,
3410 "title": "Memory Commited",
3411 "tooltip": {
3412 "shared": true,
3413 "sort": 0,
3414 "value_type": "cumulative"
3415 },
3416 "type": "graph",
3417 "xaxis": {
3418 "buckets": null,
3419 "mode": "time",
3420 "name": null,
3421 "show": true,
3422 "values": []
3423 },
3424 "yaxes": [
3425 {
3426 "format": "bytes",
3427 "label": "bytes",
3428 "logBase": 1,
3429 "max": null,
3430 "min": "0",
3431 "show": true
3432 },
3433 {
3434 "format": "short",
3435 "label": null,
3436 "logBase": 1,
3437 "max": null,
3438 "min": null,
3439 "show": false
3440 }
3441 ],
3442 "yaxis": {
3443 "align": false,
3444 "alignLevel": null
3445 }
3446 },
3447 {
3448 "aliasColors": {
3449 "Apps": "#629E51",
3450 "Buffers": "#614D93",
3451 "Cache": "#6D1F62",
3452 "Cached": "#511749",
3453 "Committed": "#508642",
3454 "Free": "#0A437C",
3455 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3456 "Inactive": "#584477",
3457 "PageTables": "#0A50A1",
3458 "Page_Tables": "#0A50A1",
3459 "RAM_Free": "#E0F9D7",
3460 "Slab": "#806EB7",
3461 "Slab_Cache": "#E0752D",
3462 "Swap": "#BF1B00",
3463 "Swap_Cache": "#C15C17",
3464 "Swap_Free": "#2F575E",
3465 "Unused": "#EAB839"
3466 },
3467 "bars": false,
3468 "dashLength": 10,
3469 "dashes": false,
3470 "datasource": "ace-ntt",
3471 "decimals": 2,
3472 "fill": 2,
3473 "fillGradient": 0,
3474 "gridPos": {
3475 "h": 10,
3476 "w": 12,
3477 "x": 0,
3478 "y": 80
3479 },
3480 "hiddenSeries": false,
3481 "id": 191,
3482 "legend": {
3483 "alignAsTable": true,
3484 "avg": true,
3485 "current": true,
3486 "max": true,
3487 "min": true,
3488 "rightSide": false,
3489 "show": true,
3490 "sideWidth": 350,
3491 "total": false,
3492 "values": true
3493 },
3494 "lines": true,
3495 "linewidth": 1,
3496 "links": [],
3497 "maxPerRow": 6,
3498 "nullPointMode": "null",
3499 "options": {
3500 "dataLinks": []
3501 },
3502 "percentage": false,
3503 "pointradius": 5,
3504 "points": false,
3505 "renderer": "flot",
3506 "seriesOverrides": [],
3507 "spaceLength": 10,
3508 "stack": true,
3509 "steppedLine": false,
3510 "targets": [
3511 {
3512 "expr": "node_memory_Inactive_file_bytes{instance=\"$node\",job=\"$job\"}",
3513 "format": "time_series",
3514 "hide": false,
3515 "intervalFactor": 2,
3516 "legendFormat": "Inactive_file - File-backed memory on inactive LRU list",
3517 "refId": "A",
3518 "step": 4
3519 },
3520 {
3521 "expr": "node_memory_Inactive_anon_bytes{instance=\"$node\",job=\"$job\"}",
3522 "format": "time_series",
3523 "hide": false,
3524 "intervalFactor": 2,
3525 "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)",
3526 "refId": "B",
3527 "step": 4
3528 },
3529 {
3530 "expr": "node_memory_Active_file_bytes{instance=\"$node\",job=\"$job\"}",
3531 "format": "time_series",
3532 "hide": false,
3533 "intervalFactor": 2,
3534 "legendFormat": "Active_file - File-backed memory on active LRU list",
3535 "refId": "C",
3536 "step": 4
3537 },
3538 {
3539 "expr": "node_memory_Active_anon_bytes{instance=\"$node\",job=\"$job\"}",
3540 "format": "time_series",
3541 "hide": false,
3542 "intervalFactor": 2,
3543 "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs",
3544 "refId": "D",
3545 "step": 4
3546 }
3547 ],
3548 "thresholds": [],
3549 "timeFrom": null,
3550 "timeRegions": [],
3551 "timeShift": null,
3552 "title": "Memory Active / Inactive Detail",
3553 "tooltip": {
3554 "shared": true,
3555 "sort": 0,
3556 "value_type": "cumulative"
3557 },
3558 "type": "graph",
3559 "xaxis": {
3560 "buckets": null,
3561 "mode": "time",
3562 "name": null,
3563 "show": true,
3564 "values": []
3565 },
3566 "yaxes": [
3567 {
3568 "format": "bytes",
3569 "label": "bytes",
3570 "logBase": 1,
3571 "max": null,
3572 "min": "0",
3573 "show": true
3574 },
3575 {
3576 "format": "bytes",
3577 "label": null,
3578 "logBase": 1,
3579 "max": null,
3580 "min": null,
3581 "show": true
3582 }
3583 ],
3584 "yaxis": {
3585 "align": false,
3586 "alignLevel": null
3587 }
3588 },
3589 {
3590 "aliasColors": {
3591 "Active": "#99440A",
3592 "Buffers": "#58140C",
3593 "Cache": "#6D1F62",
3594 "Cached": "#511749",
3595 "Committed": "#508642",
3596 "Dirty": "#6ED0E0",
3597 "Free": "#B7DBAB",
3598 "Inactive": "#EA6460",
3599 "Mapped": "#052B51",
3600 "PageTables": "#0A50A1",
3601 "Page_Tables": "#0A50A1",
3602 "Slab_Cache": "#EAB839",
3603 "Swap": "#BF1B00",
3604 "Swap_Cache": "#C15C17",
3605 "Total": "#511749",
3606 "Total RAM": "#052B51",
3607 "Total RAM + Swap": "#052B51",
3608 "Total Swap": "#614D93",
3609 "VmallocUsed": "#EA6460"
3610 },
3611 "bars": false,
3612 "dashLength": 10,
3613 "dashes": false,
3614 "datasource": "ace-ntt",
3615 "decimals": 2,
3616 "fill": 2,
3617 "fillGradient": 0,
3618 "gridPos": {
3619 "h": 10,
3620 "w": 12,
3621 "x": 12,
3622 "y": 80
3623 },
3624 "hiddenSeries": false,
3625 "id": 130,
3626 "legend": {
3627 "alignAsTable": true,
3628 "avg": true,
3629 "current": true,
3630 "max": true,
3631 "min": true,
3632 "rightSide": false,
3633 "show": true,
3634 "sideWidth": null,
3635 "total": false,
3636 "values": true
3637 },
3638 "lines": true,
3639 "linewidth": 1,
3640 "links": [],
3641 "maxPerRow": 2,
3642 "nullPointMode": "null",
3643 "options": {
3644 "dataLinks": []
3645 },
3646 "percentage": false,
3647 "pointradius": 5,
3648 "points": false,
3649 "renderer": "flot",
3650 "seriesOverrides": [],
3651 "spaceLength": 10,
3652 "stack": false,
3653 "steppedLine": false,
3654 "targets": [
3655 {
3656 "expr": "node_memory_Writeback_bytes{instance=\"$node\",job=\"$job\"}",
3657 "format": "time_series",
3658 "intervalFactor": 2,
3659 "legendFormat": "Writeback - Memory which is actively being written back to disk",
3660 "refId": "A",
3661 "step": 4
3662 },
3663 {
3664 "expr": "node_memory_WritebackTmp_bytes{instance=\"$node\",job=\"$job\"}",
3665 "format": "time_series",
3666 "intervalFactor": 2,
3667 "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers",
3668 "refId": "B",
3669 "step": 4
3670 },
3671 {
3672 "expr": "node_memory_Dirty_bytes{instance=\"$node\",job=\"$job\"}",
3673 "format": "time_series",
3674 "intervalFactor": 2,
3675 "legendFormat": "Dirty - Memory which is waiting to get written back to the disk",
3676 "refId": "C",
3677 "step": 4
3678 }
3679 ],
3680 "thresholds": [],
3681 "timeFrom": null,
3682 "timeRegions": [],
3683 "timeShift": null,
3684 "title": "Memory Writeback and Dirty",
3685 "tooltip": {
3686 "shared": true,
3687 "sort": 0,
3688 "value_type": "individual"
3689 },
3690 "type": "graph",
3691 "xaxis": {
3692 "buckets": null,
3693 "mode": "time",
3694 "name": null,
3695 "show": true,
3696 "values": []
3697 },
3698 "yaxes": [
3699 {
3700 "format": "bytes",
3701 "label": "bytes",
3702 "logBase": 1,
3703 "max": null,
3704 "min": "0",
3705 "show": true
3706 },
3707 {
3708 "format": "short",
3709 "label": null,
3710 "logBase": 1,
3711 "max": null,
3712 "min": null,
3713 "show": false
3714 }
3715 ],
3716 "yaxis": {
3717 "align": false,
3718 "alignLevel": null
3719 }
3720 },
3721 {
3722 "aliasColors": {
3723 "Apps": "#629E51",
3724 "Buffers": "#614D93",
3725 "Cache": "#6D1F62",
3726 "Cached": "#511749",
3727 "Committed": "#508642",
3728 "Free": "#0A437C",
3729 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
3730 "Inactive": "#584477",
3731 "PageTables": "#0A50A1",
3732 "Page_Tables": "#0A50A1",
3733 "RAM_Free": "#E0F9D7",
3734 "Slab": "#806EB7",
3735 "Slab_Cache": "#E0752D",
3736 "Swap": "#BF1B00",
3737 "Swap_Cache": "#C15C17",
3738 "Swap_Free": "#2F575E",
3739 "Unused": "#EAB839"
3740 },
3741 "bars": false,
3742 "dashLength": 10,
3743 "dashes": false,
3744 "datasource": "ace-ntt",
3745 "decimals": 2,
3746 "fill": 2,
3747 "fillGradient": 0,
3748 "gridPos": {
3749 "h": 10,
3750 "w": 12,
3751 "x": 0,
3752 "y": 90
3753 },
3754 "hiddenSeries": false,
3755 "id": 138,
3756 "legend": {
3757 "alignAsTable": true,
3758 "avg": true,
3759 "current": true,
3760 "max": true,
3761 "min": true,
3762 "rightSide": false,
3763 "show": true,
3764 "sideWidth": 350,
3765 "total": false,
3766 "values": true
3767 },
3768 "lines": true,
3769 "linewidth": 1,
3770 "links": [],
3771 "maxPerRow": 6,
3772 "nullPointMode": "null",
3773 "options": {
3774 "dataLinks": []
3775 },
3776 "percentage": false,
3777 "pointradius": 5,
3778 "points": false,
3779 "renderer": "flot",
3780 "seriesOverrides": [
3781 {
3782 "$$hashKey": "object:4131",
3783 "alias": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages",
3784 "fill": 0
3785 },
3786 {
3787 "$$hashKey": "object:4138",
3788 "alias": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages",
3789 "fill": 0
3790 }
3791 ],
3792 "spaceLength": 10,
3793 "stack": false,
3794 "steppedLine": false,
3795 "targets": [
3796 {
3797 "expr": "node_memory_Mapped_bytes{instance=\"$node\",job=\"$job\"}",
3798 "format": "time_series",
3799 "intervalFactor": 2,
3800 "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries",
3801 "refId": "A",
3802 "step": 4
3803 },
3804 {
3805 "expr": "node_memory_Shmem_bytes{instance=\"$node\",job=\"$job\"}",
3806 "format": "time_series",
3807 "intervalFactor": 2,
3808 "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)",
3809 "refId": "B",
3810 "step": 4
3811 },
3812 {
3813 "expr": "node_memory_ShmemHugePages_bytes{instance=\"$node\",job=\"$job\"}",
3814 "format": "time_series",
3815 "interval": "",
3816 "intervalFactor": 2,
3817 "legendFormat": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages",
3818 "refId": "C",
3819 "step": 4
3820 },
3821 {
3822 "expr": "node_memory_ShmemPmdMapped_bytes{instance=\"$node\",job=\"$job\"}",
3823 "format": "time_series",
3824 "interval": "",
3825 "intervalFactor": 2,
3826 "legendFormat": "ShmemPmdMapped - Ammount of shared (shmem/tmpfs) memory backed by huge pages",
3827 "refId": "D",
3828 "step": 4
3829 }
3830 ],
3831 "thresholds": [],
3832 "timeFrom": null,
3833 "timeRegions": [],
3834 "timeShift": null,
3835 "title": "Memory Shared and Mapped",
3836 "tooltip": {
3837 "shared": true,
3838 "sort": 0,
3839 "value_type": "cumulative"
3840 },
3841 "type": "graph",
3842 "xaxis": {
3843 "buckets": null,
3844 "mode": "time",
3845 "name": null,
3846 "show": true,
3847 "values": []
3848 },
3849 "yaxes": [
3850 {
3851 "$$hashKey": "object:4106",
3852 "format": "bytes",
3853 "label": "bytes",
3854 "logBase": 1,
3855 "max": null,
3856 "min": "0",
3857 "show": true
3858 },
3859 {
3860 "$$hashKey": "object:4107",
3861 "format": "short",
3862 "label": null,
3863 "logBase": 1,
3864 "max": null,
3865 "min": null,
3866 "show": false
3867 }
3868 ],
3869 "yaxis": {
3870 "align": false,
3871 "alignLevel": null
3872 }
3873 },
3874 {
3875 "aliasColors": {
3876 "Active": "#99440A",
3877 "Buffers": "#58140C",
3878 "Cache": "#6D1F62",
3879 "Cached": "#511749",
3880 "Committed": "#508642",
3881 "Dirty": "#6ED0E0",
3882 "Free": "#B7DBAB",
3883 "Inactive": "#EA6460",
3884 "Mapped": "#052B51",
3885 "PageTables": "#0A50A1",
3886 "Page_Tables": "#0A50A1",
3887 "Slab_Cache": "#EAB839",
3888 "Swap": "#BF1B00",
3889 "Swap_Cache": "#C15C17",
3890 "Total": "#511749",
3891 "Total RAM": "#052B51",
3892 "Total RAM + Swap": "#052B51",
3893 "Total Swap": "#614D93",
3894 "VmallocUsed": "#EA6460"
3895 },
3896 "bars": false,
3897 "dashLength": 10,
3898 "dashes": false,
3899 "datasource": "ace-ntt",
3900 "decimals": 2,
3901 "fill": 2,
3902 "fillGradient": 0,
3903 "gridPos": {
3904 "h": 10,
3905 "w": 12,
3906 "x": 12,
3907 "y": 90
3908 },
3909 "hiddenSeries": false,
3910 "id": 131,
3911 "legend": {
3912 "alignAsTable": true,
3913 "avg": true,
3914 "current": true,
3915 "max": true,
3916 "min": true,
3917 "rightSide": false,
3918 "show": true,
3919 "sideWidth": null,
3920 "total": false,
3921 "values": true
3922 },
3923 "lines": true,
3924 "linewidth": 1,
3925 "links": [],
3926 "maxPerRow": 2,
3927 "nullPointMode": "null",
3928 "options": {
3929 "dataLinks": []
3930 },
3931 "percentage": false,
3932 "pointradius": 5,
3933 "points": false,
3934 "renderer": "flot",
3935 "seriesOverrides": [],
3936 "spaceLength": 10,
3937 "stack": true,
3938 "steppedLine": false,
3939 "targets": [
3940 {
3941 "expr": "node_memory_SUnreclaim_bytes{instance=\"$node\",job=\"$job\"}",
3942 "format": "time_series",
3943 "intervalFactor": 2,
3944 "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure",
3945 "refId": "A",
3946 "step": 4
3947 },
3948 {
3949 "expr": "node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}",
3950 "format": "time_series",
3951 "intervalFactor": 2,
3952 "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches",
3953 "refId": "B",
3954 "step": 4
3955 }
3956 ],
3957 "thresholds": [],
3958 "timeFrom": null,
3959 "timeRegions": [],
3960 "timeShift": null,
3961 "title": "Memory Slab",
3962 "tooltip": {
3963 "shared": true,
3964 "sort": 0,
3965 "value_type": "individual"
3966 },
3967 "type": "graph",
3968 "xaxis": {
3969 "buckets": null,
3970 "mode": "time",
3971 "name": null,
3972 "show": true,
3973 "values": []
3974 },
3975 "yaxes": [
3976 {
3977 "format": "bytes",
3978 "label": "bytes",
3979 "logBase": 1,
3980 "max": null,
3981 "min": "0",
3982 "show": true
3983 },
3984 {
3985 "format": "short",
3986 "label": null,
3987 "logBase": 1,
3988 "max": null,
3989 "min": null,
3990 "show": false
3991 }
3992 ],
3993 "yaxis": {
3994 "align": false,
3995 "alignLevel": null
3996 }
3997 },
3998 {
3999 "aliasColors": {
4000 "Active": "#99440A",
4001 "Buffers": "#58140C",
4002 "Cache": "#6D1F62",
4003 "Cached": "#511749",
4004 "Committed": "#508642",
4005 "Dirty": "#6ED0E0",
4006 "Free": "#B7DBAB",
4007 "Inactive": "#EA6460",
4008 "Mapped": "#052B51",
4009 "PageTables": "#0A50A1",
4010 "Page_Tables": "#0A50A1",
4011 "Slab_Cache": "#EAB839",
4012 "Swap": "#BF1B00",
4013 "Swap_Cache": "#C15C17",
4014 "Total": "#511749",
4015 "Total RAM": "#052B51",
4016 "Total RAM + Swap": "#052B51",
4017 "VmallocUsed": "#EA6460"
4018 },
4019 "bars": false,
4020 "dashLength": 10,
4021 "dashes": false,
4022 "datasource": "ace-ntt",
4023 "decimals": 2,
4024 "fill": 2,
4025 "fillGradient": 0,
4026 "gridPos": {
4027 "h": 10,
4028 "w": 12,
4029 "x": 0,
4030 "y": 100
4031 },
4032 "hiddenSeries": false,
4033 "id": 70,
4034 "legend": {
4035 "alignAsTable": true,
4036 "avg": true,
4037 "current": true,
4038 "max": true,
4039 "min": true,
4040 "rightSide": false,
4041 "show": true,
4042 "sideWidth": null,
4043 "total": false,
4044 "values": true
4045 },
4046 "lines": true,
4047 "linewidth": 1,
4048 "links": [],
4049 "maxPerRow": 6,
4050 "nullPointMode": "null",
4051 "options": {
4052 "dataLinks": []
4053 },
4054 "percentage": false,
4055 "pointradius": 5,
4056 "points": false,
4057 "renderer": "flot",
4058 "seriesOverrides": [],
4059 "spaceLength": 10,
4060 "stack": false,
4061 "steppedLine": false,
4062 "targets": [
4063 {
4064 "expr": "node_memory_VmallocChunk_bytes{instance=\"$node\",job=\"$job\"}",
4065 "format": "time_series",
4066 "hide": false,
4067 "intervalFactor": 2,
4068 "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free",
4069 "refId": "A",
4070 "step": 4
4071 },
4072 {
4073 "expr": "node_memory_VmallocTotal_bytes{instance=\"$node\",job=\"$job\"}",
4074 "format": "time_series",
4075 "hide": false,
4076 "intervalFactor": 2,
4077 "legendFormat": "VmallocTotal - Total size of vmalloc memory area",
4078 "refId": "B",
4079 "step": 4
4080 },
4081 {
4082 "expr": "node_memory_VmallocUsed_bytes{instance=\"$node\",job=\"$job\"}",
4083 "format": "time_series",
4084 "hide": false,
4085 "intervalFactor": 2,
4086 "legendFormat": "VmallocUsed - Amount of vmalloc area which is used",
4087 "refId": "C",
4088 "step": 4
4089 }
4090 ],
4091 "thresholds": [],
4092 "timeFrom": null,
4093 "timeRegions": [],
4094 "timeShift": null,
4095 "title": "Memory Vmalloc",
4096 "tooltip": {
4097 "shared": true,
4098 "sort": 0,
4099 "value_type": "individual"
4100 },
4101 "type": "graph",
4102 "xaxis": {
4103 "buckets": null,
4104 "mode": "time",
4105 "name": null,
4106 "show": true,
4107 "values": []
4108 },
4109 "yaxes": [
4110 {
4111 "format": "bytes",
4112 "label": "bytes",
4113 "logBase": 1,
4114 "max": null,
4115 "min": "0",
4116 "show": true
4117 },
4118 {
4119 "format": "short",
4120 "label": null,
4121 "logBase": 1,
4122 "max": null,
4123 "min": null,
4124 "show": false
4125 }
4126 ],
4127 "yaxis": {
4128 "align": false,
4129 "alignLevel": null
4130 }
4131 },
4132 {
4133 "aliasColors": {
4134 "Apps": "#629E51",
4135 "Buffers": "#614D93",
4136 "Cache": "#6D1F62",
4137 "Cached": "#511749",
4138 "Committed": "#508642",
4139 "Free": "#0A437C",
4140 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4141 "Inactive": "#584477",
4142 "PageTables": "#0A50A1",
4143 "Page_Tables": "#0A50A1",
4144 "RAM_Free": "#E0F9D7",
4145 "Slab": "#806EB7",
4146 "Slab_Cache": "#E0752D",
4147 "Swap": "#BF1B00",
4148 "Swap_Cache": "#C15C17",
4149 "Swap_Free": "#2F575E",
4150 "Unused": "#EAB839"
4151 },
4152 "bars": false,
4153 "dashLength": 10,
4154 "dashes": false,
4155 "datasource": "ace-ntt",
4156 "decimals": 2,
4157 "fill": 2,
4158 "fillGradient": 0,
4159 "gridPos": {
4160 "h": 10,
4161 "w": 12,
4162 "x": 12,
4163 "y": 100
4164 },
4165 "hiddenSeries": false,
4166 "id": 159,
4167 "legend": {
4168 "alignAsTable": true,
4169 "avg": true,
4170 "current": true,
4171 "max": true,
4172 "min": true,
4173 "rightSide": false,
4174 "show": true,
4175 "sideWidth": 350,
4176 "total": false,
4177 "values": true
4178 },
4179 "lines": true,
4180 "linewidth": 1,
4181 "links": [],
4182 "maxPerRow": 6,
4183 "nullPointMode": "null",
4184 "options": {
4185 "dataLinks": []
4186 },
4187 "percentage": false,
4188 "pointradius": 5,
4189 "points": false,
4190 "renderer": "flot",
4191 "seriesOverrides": [],
4192 "spaceLength": 10,
4193 "stack": false,
4194 "steppedLine": false,
4195 "targets": [
4196 {
4197 "expr": "node_memory_Bounce_bytes{instance=\"$node\",job=\"$job\"}",
4198 "format": "time_series",
4199 "intervalFactor": 2,
4200 "legendFormat": "Bounce - Memory used for block device bounce buffers",
4201 "refId": "A",
4202 "step": 4
4203 }
4204 ],
4205 "thresholds": [],
4206 "timeFrom": null,
4207 "timeRegions": [],
4208 "timeShift": null,
4209 "title": "Memory Bounce",
4210 "tooltip": {
4211 "shared": true,
4212 "sort": 0,
4213 "value_type": "cumulative"
4214 },
4215 "type": "graph",
4216 "xaxis": {
4217 "buckets": null,
4218 "mode": "time",
4219 "name": null,
4220 "show": true,
4221 "values": []
4222 },
4223 "yaxes": [
4224 {
4225 "format": "bytes",
4226 "label": "bytes",
4227 "logBase": 1,
4228 "max": null,
4229 "min": "0",
4230 "show": true
4231 },
4232 {
4233 "format": "short",
4234 "label": null,
4235 "logBase": 1,
4236 "max": null,
4237 "min": null,
4238 "show": false
4239 }
4240 ],
4241 "yaxis": {
4242 "align": false,
4243 "alignLevel": null
4244 }
4245 },
4246 {
4247 "aliasColors": {
4248 "Active": "#99440A",
4249 "Buffers": "#58140C",
4250 "Cache": "#6D1F62",
4251 "Cached": "#511749",
4252 "Committed": "#508642",
4253 "Dirty": "#6ED0E0",
4254 "Free": "#B7DBAB",
4255 "Inactive": "#EA6460",
4256 "Mapped": "#052B51",
4257 "PageTables": "#0A50A1",
4258 "Page_Tables": "#0A50A1",
4259 "Slab_Cache": "#EAB839",
4260 "Swap": "#BF1B00",
4261 "Swap_Cache": "#C15C17",
4262 "Total": "#511749",
4263 "Total RAM": "#052B51",
4264 "Total RAM + Swap": "#052B51",
4265 "VmallocUsed": "#EA6460"
4266 },
4267 "bars": false,
4268 "dashLength": 10,
4269 "dashes": false,
4270 "datasource": "ace-ntt",
4271 "decimals": 2,
4272 "fill": 2,
4273 "fillGradient": 0,
4274 "gridPos": {
4275 "h": 10,
4276 "w": 12,
4277 "x": 0,
4278 "y": 110
4279 },
4280 "hiddenSeries": false,
4281 "id": 129,
4282 "legend": {
4283 "alignAsTable": true,
4284 "avg": true,
4285 "current": true,
4286 "max": true,
4287 "min": true,
4288 "rightSide": false,
4289 "show": true,
4290 "sideWidth": null,
4291 "total": false,
4292 "values": true
4293 },
4294 "lines": true,
4295 "linewidth": 1,
4296 "links": [],
4297 "maxPerRow": 6,
4298 "nullPointMode": "null",
4299 "options": {
4300 "dataLinks": []
4301 },
4302 "percentage": false,
4303 "pointradius": 5,
4304 "points": false,
4305 "renderer": "flot",
4306 "seriesOverrides": [
4307 {
4308 "alias": "/.*Inactive *./",
4309 "transform": "negative-Y"
4310 }
4311 ],
4312 "spaceLength": 10,
4313 "stack": false,
4314 "steppedLine": false,
4315 "targets": [
4316 {
4317 "expr": "node_memory_AnonHugePages_bytes{instance=\"$node\",job=\"$job\"}",
4318 "format": "time_series",
4319 "intervalFactor": 2,
4320 "legendFormat": "AnonHugePages - Memory in anonymous huge pages",
4321 "refId": "A",
4322 "step": 4
4323 },
4324 {
4325 "expr": "node_memory_AnonPages_bytes{instance=\"$node\",job=\"$job\"}",
4326 "format": "time_series",
4327 "intervalFactor": 2,
4328 "legendFormat": "AnonPages - Memory in user pages not backed by files",
4329 "refId": "B",
4330 "step": 4
4331 }
4332 ],
4333 "thresholds": [],
4334 "timeFrom": null,
4335 "timeRegions": [],
4336 "timeShift": null,
4337 "title": "Memory Anonymous",
4338 "tooltip": {
4339 "shared": true,
4340 "sort": 0,
4341 "value_type": "individual"
4342 },
4343 "type": "graph",
4344 "xaxis": {
4345 "buckets": null,
4346 "mode": "time",
4347 "name": null,
4348 "show": true,
4349 "values": []
4350 },
4351 "yaxes": [
4352 {
4353 "format": "bytes",
4354 "label": "bytes",
4355 "logBase": 1,
4356 "max": null,
4357 "min": "0",
4358 "show": true
4359 },
4360 {
4361 "format": "short",
4362 "label": null,
4363 "logBase": 1,
4364 "max": null,
4365 "min": null,
4366 "show": false
4367 }
4368 ],
4369 "yaxis": {
4370 "align": false,
4371 "alignLevel": null
4372 }
4373 },
4374 {
4375 "aliasColors": {
4376 "Apps": "#629E51",
4377 "Buffers": "#614D93",
4378 "Cache": "#6D1F62",
4379 "Cached": "#511749",
4380 "Committed": "#508642",
4381 "Free": "#0A437C",
4382 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4383 "Inactive": "#584477",
4384 "PageTables": "#0A50A1",
4385 "Page_Tables": "#0A50A1",
4386 "RAM_Free": "#E0F9D7",
4387 "Slab": "#806EB7",
4388 "Slab_Cache": "#E0752D",
4389 "Swap": "#BF1B00",
4390 "Swap_Cache": "#C15C17",
4391 "Swap_Free": "#2F575E",
4392 "Unused": "#EAB839"
4393 },
4394 "bars": false,
4395 "dashLength": 10,
4396 "dashes": false,
4397 "datasource": "ace-ntt",
4398 "decimals": 2,
4399 "fill": 2,
4400 "fillGradient": 0,
4401 "gridPos": {
4402 "h": 10,
4403 "w": 12,
4404 "x": 12,
4405 "y": 110
4406 },
4407 "hiddenSeries": false,
4408 "id": 160,
4409 "legend": {
4410 "alignAsTable": true,
4411 "avg": true,
4412 "current": true,
4413 "max": true,
4414 "min": true,
4415 "rightSide": false,
4416 "show": true,
4417 "sideWidth": 350,
4418 "total": false,
4419 "values": true
4420 },
4421 "lines": true,
4422 "linewidth": 1,
4423 "links": [],
4424 "maxPerRow": 2,
4425 "nullPointMode": "null",
4426 "options": {
4427 "dataLinks": []
4428 },
4429 "percentage": false,
4430 "pointradius": 5,
4431 "points": false,
4432 "renderer": "flot",
4433 "seriesOverrides": [],
4434 "spaceLength": 10,
4435 "stack": false,
4436 "steppedLine": false,
4437 "targets": [
4438 {
4439 "expr": "node_memory_KernelStack_bytes{instance=\"$node\",job=\"$job\"}",
4440 "format": "time_series",
4441 "intervalFactor": 2,
4442 "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable",
4443 "refId": "A",
4444 "step": 4
4445 },
4446 {
4447 "expr": "node_memory_Percpu_bytes{instance=\"$node\",job=\"$job\"}",
4448 "format": "time_series",
4449 "interval": "",
4450 "intervalFactor": 2,
4451 "legendFormat": "PerCPU - Per CPU memory allocated dynamically by loadable modules",
4452 "refId": "B",
4453 "step": 4
4454 }
4455 ],
4456 "thresholds": [],
4457 "timeFrom": null,
4458 "timeRegions": [],
4459 "timeShift": null,
4460 "title": "Memory Kernel / CPU",
4461 "tooltip": {
4462 "shared": true,
4463 "sort": 0,
4464 "value_type": "cumulative"
4465 },
4466 "type": "graph",
4467 "xaxis": {
4468 "buckets": null,
4469 "mode": "time",
4470 "name": null,
4471 "show": true,
4472 "values": []
4473 },
4474 "yaxes": [
4475 {
4476 "format": "bytes",
4477 "label": "bytes",
4478 "logBase": 1,
4479 "max": null,
4480 "min": "0",
4481 "show": true
4482 },
4483 {
4484 "format": "short",
4485 "label": null,
4486 "logBase": 1,
4487 "max": null,
4488 "min": null,
4489 "show": false
4490 }
4491 ],
4492 "yaxis": {
4493 "align": false,
4494 "alignLevel": null
4495 }
4496 },
4497 {
4498 "aliasColors": {
4499 "Active": "#99440A",
4500 "Buffers": "#58140C",
4501 "Cache": "#6D1F62",
4502 "Cached": "#511749",
4503 "Committed": "#508642",
4504 "Dirty": "#6ED0E0",
4505 "Free": "#B7DBAB",
4506 "Inactive": "#EA6460",
4507 "Mapped": "#052B51",
4508 "PageTables": "#0A50A1",
4509 "Page_Tables": "#0A50A1",
4510 "Slab_Cache": "#EAB839",
4511 "Swap": "#BF1B00",
4512 "Swap_Cache": "#C15C17",
4513 "Total": "#511749",
4514 "Total RAM": "#806EB7",
4515 "Total RAM + Swap": "#806EB7",
4516 "VmallocUsed": "#EA6460"
4517 },
4518 "bars": false,
4519 "dashLength": 10,
4520 "dashes": false,
4521 "datasource": "ace-ntt",
4522 "decimals": 2,
4523 "fill": 2,
4524 "fillGradient": 0,
4525 "gridPos": {
4526 "h": 10,
4527 "w": 12,
4528 "x": 0,
4529 "y": 120
4530 },
4531 "hiddenSeries": false,
4532 "id": 140,
4533 "legend": {
4534 "alignAsTable": true,
4535 "avg": false,
4536 "current": true,
4537 "max": true,
4538 "min": true,
4539 "rightSide": false,
4540 "show": true,
4541 "sideWidth": null,
4542 "total": false,
4543 "values": true
4544 },
4545 "lines": true,
4546 "linewidth": 1,
4547 "links": [],
4548 "maxPerRow": 6,
4549 "nullPointMode": "null",
4550 "options": {
4551 "dataLinks": []
4552 },
4553 "percentage": false,
4554 "pointradius": 5,
4555 "points": false,
4556 "renderer": "flot",
4557 "seriesOverrides": [],
4558 "spaceLength": 10,
4559 "stack": false,
4560 "steppedLine": false,
4561 "targets": [
4562 {
4563 "expr": "node_memory_HugePages_Free{instance=\"$node\",job=\"$job\"}",
4564 "format": "time_series",
4565 "intervalFactor": 2,
4566 "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated",
4567 "refId": "A",
4568 "step": 4
4569 },
4570 {
4571 "expr": "node_memory_HugePages_Rsvd{instance=\"$node\",job=\"$job\"}",
4572 "format": "time_series",
4573 "intervalFactor": 2,
4574 "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made",
4575 "refId": "B",
4576 "step": 4
4577 },
4578 {
4579 "expr": "node_memory_HugePages_Surp{instance=\"$node\",job=\"$job\"}",
4580 "format": "time_series",
4581 "intervalFactor": 2,
4582 "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages",
4583 "refId": "C",
4584 "step": 4
4585 }
4586 ],
4587 "thresholds": [],
4588 "timeFrom": null,
4589 "timeRegions": [],
4590 "timeShift": null,
4591 "title": "Memory HugePages Counter",
4592 "tooltip": {
4593 "shared": true,
4594 "sort": 0,
4595 "value_type": "individual"
4596 },
4597 "type": "graph",
4598 "xaxis": {
4599 "buckets": null,
4600 "mode": "time",
4601 "name": null,
4602 "show": true,
4603 "values": []
4604 },
4605 "yaxes": [
4606 {
4607 "format": "short",
4608 "label": "pages",
4609 "logBase": 1,
4610 "max": null,
4611 "min": "0",
4612 "show": true
4613 },
4614 {
4615 "format": "short",
4616 "label": "",
4617 "logBase": 1,
4618 "max": null,
4619 "min": null,
4620 "show": false
4621 }
4622 ],
4623 "yaxis": {
4624 "align": false,
4625 "alignLevel": null
4626 }
4627 },
4628 {
4629 "aliasColors": {
4630 "Active": "#99440A",
4631 "Buffers": "#58140C",
4632 "Cache": "#6D1F62",
4633 "Cached": "#511749",
4634 "Committed": "#508642",
4635 "Dirty": "#6ED0E0",
4636 "Free": "#B7DBAB",
4637 "Inactive": "#EA6460",
4638 "Mapped": "#052B51",
4639 "PageTables": "#0A50A1",
4640 "Page_Tables": "#0A50A1",
4641 "Slab_Cache": "#EAB839",
4642 "Swap": "#BF1B00",
4643 "Swap_Cache": "#C15C17",
4644 "Total": "#511749",
4645 "Total RAM": "#806EB7",
4646 "Total RAM + Swap": "#806EB7",
4647 "VmallocUsed": "#EA6460"
4648 },
4649 "bars": false,
4650 "dashLength": 10,
4651 "dashes": false,
4652 "datasource": "ace-ntt",
4653 "decimals": 2,
4654 "fill": 2,
4655 "fillGradient": 0,
4656 "gridPos": {
4657 "h": 10,
4658 "w": 12,
4659 "x": 12,
4660 "y": 120
4661 },
4662 "hiddenSeries": false,
4663 "id": 71,
4664 "legend": {
4665 "alignAsTable": true,
4666 "avg": false,
4667 "current": true,
4668 "max": true,
4669 "min": true,
4670 "rightSide": false,
4671 "show": true,
4672 "sideWidth": null,
4673 "total": false,
4674 "values": true
4675 },
4676 "lines": true,
4677 "linewidth": 1,
4678 "links": [],
4679 "maxPerRow": 2,
4680 "nullPointMode": "null",
4681 "options": {
4682 "dataLinks": []
4683 },
4684 "percentage": false,
4685 "pointradius": 5,
4686 "points": false,
4687 "renderer": "flot",
4688 "seriesOverrides": [],
4689 "spaceLength": 10,
4690 "stack": false,
4691 "steppedLine": false,
4692 "targets": [
4693 {
4694 "expr": "node_memory_HugePages_Total{instance=\"$node\",job=\"$job\"}",
4695 "format": "time_series",
4696 "intervalFactor": 2,
4697 "legendFormat": "HugePages - Total size of the pool of huge pages",
4698 "refId": "A",
4699 "step": 4
4700 },
4701 {
4702 "expr": "node_memory_Hugepagesize_bytes{instance=\"$node\",job=\"$job\"}",
4703 "format": "time_series",
4704 "intervalFactor": 2,
4705 "legendFormat": "Hugepagesize - Huge Page size",
4706 "refId": "B",
4707 "step": 4
4708 }
4709 ],
4710 "thresholds": [],
4711 "timeFrom": null,
4712 "timeRegions": [],
4713 "timeShift": null,
4714 "title": "Memory HugePages Size",
4715 "tooltip": {
4716 "shared": true,
4717 "sort": 0,
4718 "value_type": "individual"
4719 },
4720 "type": "graph",
4721 "xaxis": {
4722 "buckets": null,
4723 "mode": "time",
4724 "name": null,
4725 "show": true,
4726 "values": []
4727 },
4728 "yaxes": [
4729 {
4730 "format": "bytes",
4731 "label": "bytes",
4732 "logBase": 1,
4733 "max": null,
4734 "min": "0",
4735 "show": true
4736 },
4737 {
4738 "format": "short",
4739 "label": "",
4740 "logBase": 1,
4741 "max": null,
4742 "min": null,
4743 "show": false
4744 }
4745 ],
4746 "yaxis": {
4747 "align": false,
4748 "alignLevel": null
4749 }
4750 },
4751 {
4752 "aliasColors": {
4753 "Active": "#99440A",
4754 "Buffers": "#58140C",
4755 "Cache": "#6D1F62",
4756 "Cached": "#511749",
4757 "Committed": "#508642",
4758 "Dirty": "#6ED0E0",
4759 "Free": "#B7DBAB",
4760 "Inactive": "#EA6460",
4761 "Mapped": "#052B51",
4762 "PageTables": "#0A50A1",
4763 "Page_Tables": "#0A50A1",
4764 "Slab_Cache": "#EAB839",
4765 "Swap": "#BF1B00",
4766 "Swap_Cache": "#C15C17",
4767 "Total": "#511749",
4768 "Total RAM": "#052B51",
4769 "Total RAM + Swap": "#052B51",
4770 "VmallocUsed": "#EA6460"
4771 },
4772 "bars": false,
4773 "dashLength": 10,
4774 "dashes": false,
4775 "datasource": "ace-ntt",
4776 "decimals": 2,
4777 "fill": 2,
4778 "fillGradient": 0,
4779 "gridPos": {
4780 "h": 10,
4781 "w": 12,
4782 "x": 0,
4783 "y": 130
4784 },
4785 "hiddenSeries": false,
4786 "id": 128,
4787 "legend": {
4788 "alignAsTable": true,
4789 "avg": true,
4790 "current": false,
4791 "hideEmpty": false,
4792 "hideZero": false,
4793 "max": true,
4794 "min": true,
4795 "rightSide": false,
4796 "show": true,
4797 "sideWidth": null,
4798 "total": false,
4799 "values": true
4800 },
4801 "lines": true,
4802 "linewidth": 1,
4803 "links": [],
4804 "maxPerRow": 6,
4805 "nullPointMode": "null",
4806 "options": {
4807 "dataLinks": []
4808 },
4809 "percentage": false,
4810 "pointradius": 5,
4811 "points": false,
4812 "renderer": "flot",
4813 "seriesOverrides": [],
4814 "spaceLength": 10,
4815 "stack": false,
4816 "steppedLine": false,
4817 "targets": [
4818 {
4819 "expr": "node_memory_DirectMap1G_bytes{instance=\"$node\",job=\"$job\"}",
4820 "format": "time_series",
4821 "intervalFactor": 2,
4822 "legendFormat": "DirectMap1G - Amount of pages mapped as this size",
4823 "refId": "A",
4824 "step": 4
4825 },
4826 {
4827 "expr": "node_memory_DirectMap2M_bytes{instance=\"$node\",job=\"$job\"}",
4828 "format": "time_series",
4829 "interval": "",
4830 "intervalFactor": 2,
4831 "legendFormat": "DirectMap2M - Amount of pages mapped as this size",
4832 "refId": "B",
4833 "step": 4
4834 },
4835 {
4836 "expr": "node_memory_DirectMap4k_bytes{instance=\"$node\",job=\"$job\"}",
4837 "format": "time_series",
4838 "interval": "",
4839 "intervalFactor": 2,
4840 "legendFormat": "DirectMap4K - Amount of pages mapped as this size",
4841 "refId": "C",
4842 "step": 4
4843 }
4844 ],
4845 "thresholds": [],
4846 "timeFrom": null,
4847 "timeRegions": [],
4848 "timeShift": null,
4849 "title": "Memory DirectMap",
4850 "tooltip": {
4851 "shared": true,
4852 "sort": 0,
4853 "value_type": "individual"
4854 },
4855 "type": "graph",
4856 "xaxis": {
4857 "buckets": null,
4858 "mode": "time",
4859 "name": null,
4860 "show": true,
4861 "values": []
4862 },
4863 "yaxes": [
4864 {
4865 "format": "bytes",
4866 "label": "bytes",
4867 "logBase": 1,
4868 "max": null,
4869 "min": "0",
4870 "show": true
4871 },
4872 {
4873 "format": "short",
4874 "label": null,
4875 "logBase": 1,
4876 "max": null,
4877 "min": null,
4878 "show": false
4879 }
4880 ],
4881 "yaxis": {
4882 "align": false,
4883 "alignLevel": null
4884 }
4885 },
4886 {
4887 "aliasColors": {
4888 "Apps": "#629E51",
4889 "Buffers": "#614D93",
4890 "Cache": "#6D1F62",
4891 "Cached": "#511749",
4892 "Committed": "#508642",
4893 "Free": "#0A437C",
4894 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
4895 "Inactive": "#584477",
4896 "PageTables": "#0A50A1",
4897 "Page_Tables": "#0A50A1",
4898 "RAM_Free": "#E0F9D7",
4899 "Slab": "#806EB7",
4900 "Slab_Cache": "#E0752D",
4901 "Swap": "#BF1B00",
4902 "Swap_Cache": "#C15C17",
4903 "Swap_Free": "#2F575E",
4904 "Unused": "#EAB839"
4905 },
4906 "bars": false,
4907 "dashLength": 10,
4908 "dashes": false,
4909 "datasource": "ace-ntt",
4910 "decimals": 2,
4911 "fill": 2,
4912 "fillGradient": 0,
4913 "gridPos": {
4914 "h": 10,
4915 "w": 12,
4916 "x": 12,
4917 "y": 130
4918 },
4919 "hiddenSeries": false,
4920 "id": 137,
4921 "legend": {
4922 "alignAsTable": true,
4923 "avg": true,
4924 "current": true,
4925 "max": true,
4926 "min": true,
4927 "rightSide": false,
4928 "show": true,
4929 "sideWidth": 350,
4930 "total": false,
4931 "values": true
4932 },
4933 "lines": true,
4934 "linewidth": 1,
4935 "links": [],
4936 "maxPerRow": 6,
4937 "nullPointMode": "null",
4938 "options": {
4939 "dataLinks": []
4940 },
4941 "percentage": false,
4942 "pointradius": 5,
4943 "points": false,
4944 "renderer": "flot",
4945 "seriesOverrides": [],
4946 "spaceLength": 10,
4947 "stack": false,
4948 "steppedLine": false,
4949 "targets": [
4950 {
4951 "expr": "node_memory_Unevictable_bytes{instance=\"$node\",job=\"$job\"}",
4952 "format": "time_series",
4953 "intervalFactor": 2,
4954 "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons",
4955 "refId": "A",
4956 "step": 4
4957 },
4958 {
4959 "expr": "node_memory_Mlocked_bytes{instance=\"$node\",job=\"$job\"}",
4960 "format": "time_series",
4961 "intervalFactor": 2,
4962 "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call",
4963 "refId": "B",
4964 "step": 4
4965 }
4966 ],
4967 "thresholds": [],
4968 "timeFrom": null,
4969 "timeRegions": [],
4970 "timeShift": null,
4971 "title": "Memory Unevictable and MLocked",
4972 "tooltip": {
4973 "shared": true,
4974 "sort": 0,
4975 "value_type": "cumulative"
4976 },
4977 "type": "graph",
4978 "xaxis": {
4979 "buckets": null,
4980 "mode": "time",
4981 "name": null,
4982 "show": true,
4983 "values": []
4984 },
4985 "yaxes": [
4986 {
4987 "format": "bytes",
4988 "label": "bytes",
4989 "logBase": 1,
4990 "max": null,
4991 "min": "0",
4992 "show": true
4993 },
4994 {
4995 "format": "short",
4996 "label": null,
4997 "logBase": 1,
4998 "max": null,
4999 "min": null,
5000 "show": false
5001 }
5002 ],
5003 "yaxis": {
5004 "align": false,
5005 "alignLevel": null
5006 }
5007 },
5008 {
5009 "aliasColors": {
5010 "Active": "#99440A",
5011 "Buffers": "#58140C",
5012 "Cache": "#6D1F62",
5013 "Cached": "#511749",
5014 "Committed": "#508642",
5015 "Dirty": "#6ED0E0",
5016 "Free": "#B7DBAB",
5017 "Inactive": "#EA6460",
5018 "Mapped": "#052B51",
5019 "PageTables": "#0A50A1",
5020 "Page_Tables": "#0A50A1",
5021 "Slab_Cache": "#EAB839",
5022 "Swap": "#BF1B00",
5023 "Swap_Cache": "#C15C17",
5024 "Total": "#511749",
5025 "Total RAM": "#052B51",
5026 "Total RAM + Swap": "#052B51",
5027 "Total Swap": "#614D93",
5028 "VmallocUsed": "#EA6460"
5029 },
5030 "bars": false,
5031 "dashLength": 10,
5032 "dashes": false,
5033 "datasource": "ace-ntt",
5034 "decimals": 2,
5035 "fill": 2,
5036 "fillGradient": 0,
5037 "gridPos": {
5038 "h": 10,
5039 "w": 12,
5040 "x": 0,
5041 "y": 140
5042 },
5043 "hiddenSeries": false,
5044 "id": 132,
5045 "legend": {
5046 "alignAsTable": true,
5047 "avg": true,
5048 "current": true,
5049 "max": true,
5050 "min": true,
5051 "rightSide": false,
5052 "show": true,
5053 "sideWidth": null,
5054 "total": false,
5055 "values": true
5056 },
5057 "lines": true,
5058 "linewidth": 1,
5059 "links": [],
5060 "maxPerRow": 6,
5061 "nullPointMode": "null",
5062 "options": {
5063 "dataLinks": []
5064 },
5065 "percentage": false,
5066 "pointradius": 5,
5067 "points": false,
5068 "renderer": "flot",
5069 "seriesOverrides": [],
5070 "spaceLength": 10,
5071 "stack": false,
5072 "steppedLine": false,
5073 "targets": [
5074 {
5075 "expr": "node_memory_NFS_Unstable_bytes{instance=\"$node\",job=\"$job\"}",
5076 "format": "time_series",
5077 "intervalFactor": 2,
5078 "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage",
5079 "refId": "A",
5080 "step": 4
5081 }
5082 ],
5083 "thresholds": [],
5084 "timeFrom": null,
5085 "timeRegions": [],
5086 "timeShift": null,
5087 "title": "Memory NFS",
5088 "tooltip": {
5089 "shared": true,
5090 "sort": 0,
5091 "value_type": "individual"
5092 },
5093 "type": "graph",
5094 "xaxis": {
5095 "buckets": null,
5096 "mode": "time",
5097 "name": null,
5098 "show": true,
5099 "values": []
5100 },
5101 "yaxes": [
5102 {
5103 "format": "bytes",
5104 "label": "bytes",
5105 "logBase": 1,
5106 "max": null,
5107 "min": "0",
5108 "show": true
5109 },
5110 {
5111 "format": "short",
5112 "label": null,
5113 "logBase": 1,
5114 "max": null,
5115 "min": null,
5116 "show": false
5117 }
5118 ],
5119 "yaxis": {
5120 "align": false,
5121 "alignLevel": null
5122 }
5123 }
5124 ],
5125 "repeat": null,
5126 "title": "Memory Meminfo",
5127 "type": "row"
5128 },
5129 {
5130 "collapsed": true,
5131 "datasource": "ace-ntt",
5132 "gridPos": {
5133 "h": 1,
5134 "w": 24,
5135 "x": 0,
5136 "y": 26
5137 },
5138 "id": 267,
5139 "panels": [
5140 {
5141 "aliasColors": {},
5142 "bars": false,
5143 "dashLength": 10,
5144 "dashes": false,
5145 "datasource": "ace-ntt",
5146 "fill": 2,
5147 "fillGradient": 0,
5148 "gridPos": {
5149 "h": 10,
5150 "w": 12,
5151 "x": 0,
5152 "y": 23
5153 },
5154 "hiddenSeries": false,
5155 "id": 176,
5156 "legend": {
5157 "alignAsTable": true,
5158 "avg": true,
5159 "current": true,
5160 "max": true,
5161 "min": true,
5162 "rightSide": false,
5163 "show": true,
5164 "total": false,
5165 "values": true
5166 },
5167 "lines": true,
5168 "linewidth": 1,
5169 "links": [],
5170 "maxPerRow": 6,
5171 "nullPointMode": "null",
5172 "options": {
5173 "dataLinks": []
5174 },
5175 "percentage": false,
5176 "pointradius": 5,
5177 "points": false,
5178 "renderer": "flot",
5179 "seriesOverrides": [
5180 {
5181 "alias": "/.*out/",
5182 "transform": "negative-Y"
5183 }
5184 ],
5185 "spaceLength": 10,
5186 "stack": false,
5187 "steppedLine": false,
5188 "targets": [
5189 {
5190 "expr": "irate(node_vmstat_pgpgin{instance=\"$node\",job=\"$job\"}[5m])",
5191 "format": "time_series",
5192 "intervalFactor": 2,
5193 "legendFormat": "Pagesin - Page in operations",
5194 "refId": "A",
5195 "step": 4
5196 },
5197 {
5198 "expr": "irate(node_vmstat_pgpgout{instance=\"$node\",job=\"$job\"}[5m])",
5199 "format": "time_series",
5200 "intervalFactor": 2,
5201 "legendFormat": "Pagesout - Page out operations",
5202 "refId": "B",
5203 "step": 4
5204 }
5205 ],
5206 "thresholds": [],
5207 "timeFrom": null,
5208 "timeRegions": [],
5209 "timeShift": null,
5210 "title": "Memory Pages In / Out",
5211 "tooltip": {
5212 "shared": true,
5213 "sort": 0,
5214 "value_type": "individual"
5215 },
5216 "type": "graph",
5217 "xaxis": {
5218 "buckets": null,
5219 "mode": "time",
5220 "name": null,
5221 "show": true,
5222 "values": []
5223 },
5224 "yaxes": [
5225 {
5226 "format": "short",
5227 "label": "pages out (-) / in (+)",
5228 "logBase": 1,
5229 "max": null,
5230 "min": null,
5231 "show": true
5232 },
5233 {
5234 "format": "short",
5235 "label": null,
5236 "logBase": 1,
5237 "max": null,
5238 "min": null,
5239 "show": false
5240 }
5241 ],
5242 "yaxis": {
5243 "align": false,
5244 "alignLevel": null
5245 }
5246 },
5247 {
5248 "aliasColors": {},
5249 "bars": false,
5250 "dashLength": 10,
5251 "dashes": false,
5252 "datasource": "ace-ntt",
5253 "fill": 2,
5254 "fillGradient": 0,
5255 "gridPos": {
5256 "h": 10,
5257 "w": 12,
5258 "x": 12,
5259 "y": 23
5260 },
5261 "hiddenSeries": false,
5262 "id": 22,
5263 "legend": {
5264 "alignAsTable": true,
5265 "avg": true,
5266 "current": true,
5267 "max": true,
5268 "min": true,
5269 "rightSide": false,
5270 "show": true,
5271 "total": false,
5272 "values": true
5273 },
5274 "lines": true,
5275 "linewidth": 1,
5276 "links": [],
5277 "maxPerRow": 6,
5278 "nullPointMode": "null",
5279 "options": {
5280 "dataLinks": []
5281 },
5282 "percentage": false,
5283 "pointradius": 5,
5284 "points": false,
5285 "renderer": "flot",
5286 "seriesOverrides": [
5287 {
5288 "alias": "/.*out/",
5289 "transform": "negative-Y"
5290 }
5291 ],
5292 "spaceLength": 10,
5293 "stack": false,
5294 "steppedLine": false,
5295 "targets": [
5296 {
5297 "expr": "irate(node_vmstat_pswpin{instance=\"$node\",job=\"$job\"}[5m])",
5298 "format": "time_series",
5299 "intervalFactor": 2,
5300 "legendFormat": "Pswpin - Pages swapped in",
5301 "refId": "A",
5302 "step": 4
5303 },
5304 {
5305 "expr": "irate(node_vmstat_pswpout{instance=\"$node\",job=\"$job\"}[5m])",
5306 "format": "time_series",
5307 "intervalFactor": 2,
5308 "legendFormat": "Pswpout - Pages swapped out",
5309 "refId": "B",
5310 "step": 4
5311 }
5312 ],
5313 "thresholds": [],
5314 "timeFrom": null,
5315 "timeRegions": [],
5316 "timeShift": null,
5317 "title": "Memory Pages Swap In / Out",
5318 "tooltip": {
5319 "shared": true,
5320 "sort": 0,
5321 "value_type": "individual"
5322 },
5323 "type": "graph",
5324 "xaxis": {
5325 "buckets": null,
5326 "mode": "time",
5327 "name": null,
5328 "show": true,
5329 "values": []
5330 },
5331 "yaxes": [
5332 {
5333 "format": "short",
5334 "label": "pages out (-) / in (+)",
5335 "logBase": 1,
5336 "max": null,
5337 "min": null,
5338 "show": true
5339 },
5340 {
5341 "format": "short",
5342 "label": null,
5343 "logBase": 1,
5344 "max": null,
5345 "min": null,
5346 "show": false
5347 }
5348 ],
5349 "yaxis": {
5350 "align": false,
5351 "alignLevel": null
5352 }
5353 },
5354 {
5355 "aliasColors": {
5356 "Apps": "#629E51",
5357 "Buffers": "#614D93",
5358 "Cache": "#6D1F62",
5359 "Cached": "#511749",
5360 "Committed": "#508642",
5361 "Free": "#0A437C",
5362 "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF",
5363 "Inactive": "#584477",
5364 "PageTables": "#0A50A1",
5365 "Page_Tables": "#0A50A1",
5366 "RAM_Free": "#E0F9D7",
5367 "Slab": "#806EB7",
5368 "Slab_Cache": "#E0752D",
5369 "Swap": "#BF1B00",
5370 "Swap_Cache": "#C15C17",
5371 "Swap_Free": "#2F575E",
5372 "Unused": "#EAB839"
5373 },
5374 "bars": false,
5375 "dashLength": 10,
5376 "dashes": false,
5377 "datasource": "ace-ntt",
5378 "decimals": 2,
5379 "fill": 2,
5380 "fillGradient": 0,
5381 "gridPos": {
5382 "h": 10,
5383 "w": 12,
5384 "x": 0,
5385 "y": 33
5386 },
5387 "hiddenSeries": false,
5388 "id": 175,
5389 "legend": {
5390 "alignAsTable": true,
5391 "avg": true,
5392 "current": true,
5393 "max": true,
5394 "min": true,
5395 "rightSide": false,
5396 "show": true,
5397 "sideWidth": 350,
5398 "total": false,
5399 "values": true
5400 },
5401 "lines": true,
5402 "linewidth": 1,
5403 "links": [],
5404 "maxPerRow": 6,
5405 "nullPointMode": "null",
5406 "options": {
5407 "dataLinks": []
5408 },
5409 "percentage": false,
5410 "pointradius": 5,
5411 "points": false,
5412 "renderer": "flot",
5413 "seriesOverrides": [
5414 {
5415 "$$hashKey": "object:6118",
5416 "alias": "Pgfault - Page major and minor fault operations",
5417 "fill": 0,
5418 "stack": false
5419 }
5420 ],
5421 "spaceLength": 10,
5422 "stack": true,
5423 "steppedLine": false,
5424 "targets": [
5425 {
5426 "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[5m])",
5427 "format": "time_series",
5428 "intervalFactor": 2,
5429 "legendFormat": "Pgfault - Page major and minor fault operations",
5430 "refId": "A",
5431 "step": 4
5432 },
5433 {
5434 "expr": "irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[5m])",
5435 "format": "time_series",
5436 "intervalFactor": 2,
5437 "legendFormat": "Pgmajfault - Major page fault operations",
5438 "refId": "B",
5439 "step": 4
5440 },
5441 {
5442 "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[5m]) - irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[5m])",
5443 "format": "time_series",
5444 "intervalFactor": 2,
5445 "legendFormat": "Pgminfault - Minor page fault operations",
5446 "refId": "C",
5447 "step": 4
5448 }
5449 ],
5450 "thresholds": [],
5451 "timeFrom": null,
5452 "timeRegions": [],
5453 "timeShift": null,
5454 "title": "Memory Page Faults",
5455 "tooltip": {
5456 "shared": true,
5457 "sort": 0,
5458 "value_type": "cumulative"
5459 },
5460 "type": "graph",
5461 "xaxis": {
5462 "buckets": null,
5463 "mode": "time",
5464 "name": null,
5465 "show": true,
5466 "values": []
5467 },
5468 "yaxes": [
5469 {
5470 "$$hashKey": "object:6133",
5471 "format": "short",
5472 "label": "faults",
5473 "logBase": 1,
5474 "max": null,
5475 "min": "0",
5476 "show": true
5477 },
5478 {
5479 "$$hashKey": "object:6134",
5480 "format": "short",
5481 "label": null,
5482 "logBase": 1,
5483 "max": null,
5484 "min": null,
5485 "show": false
5486 }
5487 ],
5488 "yaxis": {
5489 "align": false,
5490 "alignLevel": null
5491 }
5492 },
5493 {
5494 "aliasColors": {
5495 "Active": "#99440A",
5496 "Buffers": "#58140C",
5497 "Cache": "#6D1F62",
5498 "Cached": "#511749",
5499 "Committed": "#508642",
5500 "Dirty": "#6ED0E0",
5501 "Free": "#B7DBAB",
5502 "Inactive": "#EA6460",
5503 "Mapped": "#052B51",
5504 "PageTables": "#0A50A1",
5505 "Page_Tables": "#0A50A1",
5506 "Slab_Cache": "#EAB839",
5507 "Swap": "#BF1B00",
5508 "Swap_Cache": "#C15C17",
5509 "Total": "#511749",
5510 "Total RAM": "#052B51",
5511 "Total RAM + Swap": "#052B51",
5512 "Total Swap": "#614D93",
5513 "VmallocUsed": "#EA6460"
5514 },
5515 "bars": false,
5516 "dashLength": 10,
5517 "dashes": false,
5518 "datasource": "ace-ntt",
5519 "decimals": 2,
5520 "fill": 2,
5521 "fillGradient": 0,
5522 "gridPos": {
5523 "h": 10,
5524 "w": 12,
5525 "x": 12,
5526 "y": 33
5527 },
5528 "hiddenSeries": false,
5529 "id": 307,
5530 "legend": {
5531 "alignAsTable": true,
5532 "avg": true,
5533 "current": true,
5534 "max": true,
5535 "min": true,
5536 "rightSide": false,
5537 "show": true,
5538 "sideWidth": null,
5539 "total": false,
5540 "values": true
5541 },
5542 "lines": true,
5543 "linewidth": 1,
5544 "links": [],
5545 "maxPerRow": 6,
5546 "nullPointMode": "null",
5547 "options": {
5548 "dataLinks": []
5549 },
5550 "percentage": false,
5551 "pointradius": 5,
5552 "points": false,
5553 "renderer": "flot",
5554 "seriesOverrides": [],
5555 "spaceLength": 10,
5556 "stack": false,
5557 "steppedLine": false,
5558 "targets": [
5559 {
5560 "expr": "irate(node_vmstat_oom_kill{instance=\"$node\",job=\"$job\"}[5m])",
5561 "format": "time_series",
5562 "interval": "",
5563 "intervalFactor": 2,
5564 "legendFormat": "oom killer invocations ",
5565 "refId": "A",
5566 "step": 4
5567 }
5568 ],
5569 "thresholds": [],
5570 "timeFrom": null,
5571 "timeRegions": [],
5572 "timeShift": null,
5573 "title": "OOM Killer",
5574 "tooltip": {
5575 "shared": true,
5576 "sort": 0,
5577 "value_type": "individual"
5578 },
5579 "type": "graph",
5580 "xaxis": {
5581 "buckets": null,
5582 "mode": "time",
5583 "name": null,
5584 "show": true,
5585 "values": []
5586 },
5587 "yaxes": [
5588 {
5589 "$$hashKey": "object:5373",
5590 "format": "short",
5591 "label": "counter",
5592 "logBase": 1,
5593 "max": null,
5594 "min": "0",
5595 "show": true
5596 },
5597 {
5598 "$$hashKey": "object:5374",
5599 "format": "short",
5600 "label": null,
5601 "logBase": 1,
5602 "max": null,
5603 "min": null,
5604 "show": false
5605 }
5606 ],
5607 "yaxis": {
5608 "align": false,
5609 "alignLevel": null
5610 }
5611 }
5612 ],
5613 "repeat": null,
5614 "title": "Memory Vmstat",
5615 "type": "row"
5616 },
5617 {
5618 "collapsed": true,
5619 "datasource": "ace-ntt",
5620 "gridPos": {
5621 "h": 1,
5622 "w": 24,
5623 "x": 0,
5624 "y": 27
5625 },
5626 "id": 293,
5627 "panels": [
5628 {
5629 "aliasColors": {},
5630 "bars": false,
5631 "dashLength": 10,
5632 "dashes": false,
5633 "datasource": "ace-ntt",
5634 "description": "",
5635 "fill": 2,
5636 "fillGradient": 0,
5637 "gridPos": {
5638 "h": 10,
5639 "w": 12,
5640 "x": 0,
5641 "y": 24
5642 },
5643 "hiddenSeries": false,
5644 "id": 260,
5645 "legend": {
5646 "alignAsTable": true,
5647 "avg": true,
5648 "current": true,
5649 "max": true,
5650 "min": true,
5651 "show": true,
5652 "total": false,
5653 "values": true
5654 },
5655 "lines": true,
5656 "linewidth": 1,
5657 "links": [],
5658 "nullPointMode": "null",
5659 "options": {
5660 "dataLinks": []
5661 },
5662 "percentage": false,
5663 "pointradius": 5,
5664 "points": false,
5665 "renderer": "flot",
5666 "seriesOverrides": [
5667 {
5668 "alias": "/.*Variation*./",
5669 "color": "#890F02"
5670 }
5671 ],
5672 "spaceLength": 10,
5673 "stack": false,
5674 "steppedLine": false,
5675 "targets": [
5676 {
5677 "expr": "node_timex_estimated_error_seconds{instance=\"$node\",job=\"$job\"}",
5678 "format": "time_series",
5679 "hide": false,
5680 "interval": "",
5681 "intervalFactor": 2,
5682 "legendFormat": "Estimated error in seconds",
5683 "refId": "A",
5684 "step": 240
5685 },
5686 {
5687 "expr": "node_timex_offset_seconds{instance=\"$node\",job=\"$job\"}",
5688 "format": "time_series",
5689 "hide": false,
5690 "interval": "",
5691 "intervalFactor": 2,
5692 "legendFormat": "Time offset in between local system and reference clock",
5693 "refId": "B",
5694 "step": 240
5695 },
5696 {
5697 "expr": "node_timex_maxerror_seconds{instance=\"$node\",job=\"$job\"}",
5698 "format": "time_series",
5699 "hide": false,
5700 "interval": "",
5701 "intervalFactor": 2,
5702 "legendFormat": "Maximum error in seconds",
5703 "refId": "C",
5704 "step": 240
5705 }
5706 ],
5707 "thresholds": [],
5708 "timeFrom": null,
5709 "timeRegions": [],
5710 "timeShift": null,
5711 "title": "Time Syncronized Drift",
5712 "tooltip": {
5713 "shared": true,
5714 "sort": 0,
5715 "value_type": "individual"
5716 },
5717 "type": "graph",
5718 "xaxis": {
5719 "buckets": null,
5720 "mode": "time",
5721 "name": null,
5722 "show": true,
5723 "values": []
5724 },
5725 "yaxes": [
5726 {
5727 "format": "s",
5728 "label": "seconds",
5729 "logBase": 1,
5730 "max": null,
5731 "min": null,
5732 "show": true
5733 },
5734 {
5735 "format": "short",
5736 "label": "counter",
5737 "logBase": 1,
5738 "max": null,
5739 "min": null,
5740 "show": false
5741 }
5742 ],
5743 "yaxis": {
5744 "align": false,
5745 "alignLevel": null
5746 }
5747 },
5748 {
5749 "aliasColors": {},
5750 "bars": false,
5751 "dashLength": 10,
5752 "dashes": false,
5753 "datasource": "ace-ntt",
5754 "description": "",
5755 "fill": 2,
5756 "fillGradient": 0,
5757 "gridPos": {
5758 "h": 10,
5759 "w": 12,
5760 "x": 12,
5761 "y": 24
5762 },
5763 "hiddenSeries": false,
5764 "id": 291,
5765 "legend": {
5766 "alignAsTable": true,
5767 "avg": true,
5768 "current": true,
5769 "max": true,
5770 "min": true,
5771 "show": true,
5772 "total": false,
5773 "values": true
5774 },
5775 "lines": true,
5776 "linewidth": 1,
5777 "links": [],
5778 "nullPointMode": "null",
5779 "options": {
5780 "dataLinks": []
5781 },
5782 "percentage": false,
5783 "pointradius": 5,
5784 "points": false,
5785 "renderer": "flot",
5786 "seriesOverrides": [],
5787 "spaceLength": 10,
5788 "stack": false,
5789 "steppedLine": false,
5790 "targets": [
5791 {
5792 "expr": "node_timex_loop_time_constant{instance=\"$node\",job=\"$job\"}",
5793 "format": "time_series",
5794 "interval": "",
5795 "intervalFactor": 2,
5796 "legendFormat": "Phase-locked loop time adjust",
5797 "refId": "A",
5798 "step": 240
5799 }
5800 ],
5801 "thresholds": [],
5802 "timeFrom": null,
5803 "timeRegions": [],
5804 "timeShift": null,
5805 "title": "Time PLL Adjust",
5806 "tooltip": {
5807 "shared": true,
5808 "sort": 0,
5809 "value_type": "individual"
5810 },
5811 "type": "graph",
5812 "xaxis": {
5813 "buckets": null,
5814 "mode": "time",
5815 "name": null,
5816 "show": true,
5817 "values": []
5818 },
5819 "yaxes": [
5820 {
5821 "format": "short",
5822 "label": "counter",
5823 "logBase": 1,
5824 "max": null,
5825 "min": null,
5826 "show": true
5827 },
5828 {
5829 "format": "short",
5830 "label": null,
5831 "logBase": 1,
5832 "max": null,
5833 "min": null,
5834 "show": false
5835 }
5836 ],
5837 "yaxis": {
5838 "align": false,
5839 "alignLevel": null
5840 }
5841 },
5842 {
5843 "aliasColors": {},
5844 "bars": false,
5845 "dashLength": 10,
5846 "dashes": false,
5847 "datasource": "ace-ntt",
5848 "description": "",
5849 "fill": 2,
5850 "fillGradient": 0,
5851 "gridPos": {
5852 "h": 10,
5853 "w": 12,
5854 "x": 0,
5855 "y": 34
5856 },
5857 "hiddenSeries": false,
5858 "id": 168,
5859 "legend": {
5860 "alignAsTable": true,
5861 "avg": true,
5862 "current": true,
5863 "max": true,
5864 "min": true,
5865 "show": true,
5866 "total": false,
5867 "values": true
5868 },
5869 "lines": true,
5870 "linewidth": 1,
5871 "links": [],
5872 "nullPointMode": "null",
5873 "options": {
5874 "dataLinks": []
5875 },
5876 "percentage": false,
5877 "pointradius": 5,
5878 "points": false,
5879 "renderer": "flot",
5880 "seriesOverrides": [
5881 {
5882 "alias": "/.*Variation*./",
5883 "color": "#890F02"
5884 }
5885 ],
5886 "spaceLength": 10,
5887 "stack": false,
5888 "steppedLine": false,
5889 "targets": [
5890 {
5891 "expr": "node_timex_sync_status{instance=\"$node\",job=\"$job\"}",
5892 "format": "time_series",
5893 "interval": "",
5894 "intervalFactor": 2,
5895 "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)",
5896 "refId": "A",
5897 "step": 240
5898 },
5899 {
5900 "expr": "node_timex_frequency_adjustment_ratio{instance=\"$node\",job=\"$job\"}",
5901 "format": "time_series",
5902 "interval": "",
5903 "intervalFactor": 2,
5904 "legendFormat": "Local clock frequency adjustment",
5905 "refId": "B",
5906 "step": 240
5907 }
5908 ],
5909 "thresholds": [],
5910 "timeFrom": null,
5911 "timeRegions": [],
5912 "timeShift": null,
5913 "title": "Time Syncronized Status",
5914 "tooltip": {
5915 "shared": true,
5916 "sort": 0,
5917 "value_type": "individual"
5918 },
5919 "type": "graph",
5920 "xaxis": {
5921 "buckets": null,
5922 "mode": "time",
5923 "name": null,
5924 "show": true,
5925 "values": []
5926 },
5927 "yaxes": [
5928 {
5929 "format": "short",
5930 "label": "counter",
5931 "logBase": 1,
5932 "max": null,
5933 "min": null,
5934 "show": true
5935 },
5936 {
5937 "format": "short",
5938 "label": null,
5939 "logBase": 1,
5940 "max": null,
5941 "min": null,
5942 "show": false
5943 }
5944 ],
5945 "yaxis": {
5946 "align": false,
5947 "alignLevel": null
5948 }
5949 },
5950 {
5951 "aliasColors": {},
5952 "bars": false,
5953 "dashLength": 10,
5954 "dashes": false,
5955 "datasource": "ace-ntt",
5956 "description": "",
5957 "fill": 2,
5958 "fillGradient": 0,
5959 "gridPos": {
5960 "h": 10,
5961 "w": 12,
5962 "x": 12,
5963 "y": 34
5964 },
5965 "hiddenSeries": false,
5966 "id": 294,
5967 "legend": {
5968 "alignAsTable": true,
5969 "avg": true,
5970 "current": true,
5971 "max": true,
5972 "min": true,
5973 "show": true,
5974 "total": false,
5975 "values": true
5976 },
5977 "lines": true,
5978 "linewidth": 1,
5979 "links": [],
5980 "nullPointMode": "null",
5981 "options": {
5982 "dataLinks": []
5983 },
5984 "percentage": false,
5985 "pointradius": 5,
5986 "points": false,
5987 "renderer": "flot",
5988 "seriesOverrides": [],
5989 "spaceLength": 10,
5990 "stack": false,
5991 "steppedLine": false,
5992 "targets": [
5993 {
5994 "expr": "node_timex_tick_seconds{instance=\"$node\",job=\"$job\"}",
5995 "format": "time_series",
5996 "interval": "",
5997 "intervalFactor": 2,
5998 "legendFormat": "Seconds between clock ticks",
5999 "refId": "A",
6000 "step": 240
6001 },
6002 {
6003 "expr": "node_timex_tai_offset_seconds{instance=\"$node\",job=\"$job\"}",
6004 "format": "time_series",
6005 "interval": "",
6006 "intervalFactor": 2,
6007 "legendFormat": "International Atomic Time (TAI) offset",
6008 "refId": "B",
6009 "step": 240
6010 }
6011 ],
6012 "thresholds": [],
6013 "timeFrom": null,
6014 "timeRegions": [],
6015 "timeShift": null,
6016 "title": "Time Misc",
6017 "tooltip": {
6018 "shared": true,
6019 "sort": 0,
6020 "value_type": "individual"
6021 },
6022 "type": "graph",
6023 "xaxis": {
6024 "buckets": null,
6025 "mode": "time",
6026 "name": null,
6027 "show": true,
6028 "values": []
6029 },
6030 "yaxes": [
6031 {
6032 "format": "s",
6033 "label": "seconds",
6034 "logBase": 1,
6035 "max": null,
6036 "min": null,
6037 "show": true
6038 },
6039 {
6040 "format": "short",
6041 "label": null,
6042 "logBase": 1,
6043 "max": null,
6044 "min": null,
6045 "show": false
6046 }
6047 ],
6048 "yaxis": {
6049 "align": false,
6050 "alignLevel": null
6051 }
6052 }
6053 ],
6054 "title": "System Timesync",
6055 "type": "row"
6056 },
6057 {
6058 "collapsed": true,
6059 "datasource": "ace-ntt",
6060 "gridPos": {
6061 "h": 1,
6062 "w": 24,
6063 "x": 0,
6064 "y": 28
6065 },
6066 "id": 312,
6067 "panels": [
6068 {
6069 "aliasColors": {},
6070 "bars": false,
6071 "dashLength": 10,
6072 "dashes": false,
6073 "datasource": "ace-ntt",
6074 "fill": 2,
6075 "fillGradient": 0,
6076 "gridPos": {
6077 "h": 10,
6078 "w": 12,
6079 "x": 0,
6080 "y": 7
6081 },
6082 "hiddenSeries": false,
6083 "id": 62,
6084 "legend": {
6085 "alignAsTable": true,
6086 "avg": true,
6087 "current": true,
6088 "max": true,
6089 "min": true,
6090 "show": true,
6091 "total": false,
6092 "values": true
6093 },
6094 "lines": true,
6095 "linewidth": 1,
6096 "links": [],
6097 "maxPerRow": 6,
6098 "nullPointMode": "null",
6099 "options": {
6100 "dataLinks": []
6101 },
6102 "percentage": false,
6103 "pointradius": 5,
6104 "points": false,
6105 "renderer": "flot",
6106 "seriesOverrides": [],
6107 "spaceLength": 10,
6108 "stack": false,
6109 "steppedLine": false,
6110 "targets": [
6111 {
6112 "expr": "node_procs_blocked{instance=\"$node\",job=\"$job\"}",
6113 "format": "time_series",
6114 "intervalFactor": 2,
6115 "legendFormat": "Processes blocked waiting for I/O to complete",
6116 "refId": "A",
6117 "step": 240
6118 },
6119 {
6120 "expr": "node_procs_running{instance=\"$node\",job=\"$job\"}",
6121 "format": "time_series",
6122 "intervalFactor": 2,
6123 "legendFormat": "Processes in runnable state",
6124 "refId": "B",
6125 "step": 240
6126 }
6127 ],
6128 "thresholds": [],
6129 "timeFrom": null,
6130 "timeRegions": [],
6131 "timeShift": null,
6132 "title": "Processes Status",
6133 "tooltip": {
6134 "shared": true,
6135 "sort": 0,
6136 "value_type": "individual"
6137 },
6138 "type": "graph",
6139 "xaxis": {
6140 "buckets": null,
6141 "mode": "time",
6142 "name": null,
6143 "show": true,
6144 "values": []
6145 },
6146 "yaxes": [
6147 {
6148 "$$hashKey": "object:6500",
6149 "format": "short",
6150 "label": "counter",
6151 "logBase": 1,
6152 "max": null,
6153 "min": "0",
6154 "show": true
6155 },
6156 {
6157 "$$hashKey": "object:6501",
6158 "format": "short",
6159 "label": null,
6160 "logBase": 1,
6161 "max": null,
6162 "min": null,
6163 "show": false
6164 }
6165 ],
6166 "yaxis": {
6167 "align": false,
6168 "alignLevel": null
6169 }
6170 },
6171 {
6172 "aliasColors": {},
6173 "bars": false,
6174 "dashLength": 10,
6175 "dashes": false,
6176 "datasource": "ace-ntt",
6177 "fill": 2,
6178 "fillGradient": 0,
6179 "gridPos": {
6180 "h": 10,
6181 "w": 12,
6182 "x": 12,
6183 "y": 7
6184 },
6185 "hiddenSeries": false,
6186 "id": 315,
6187 "legend": {
6188 "alignAsTable": true,
6189 "avg": true,
6190 "current": true,
6191 "max": true,
6192 "min": true,
6193 "show": true,
6194 "total": false,
6195 "values": true
6196 },
6197 "lines": true,
6198 "linewidth": 1,
6199 "links": [],
6200 "maxPerRow": 6,
6201 "nullPointMode": "null",
6202 "options": {
6203 "dataLinks": []
6204 },
6205 "percentage": false,
6206 "pointradius": 5,
6207 "points": false,
6208 "renderer": "flot",
6209 "seriesOverrides": [],
6210 "spaceLength": 10,
6211 "stack": true,
6212 "steppedLine": false,
6213 "targets": [
6214 {
6215 "expr": "node_processes_state{instance=\"$node\",job=\"$job\"}",
6216 "format": "time_series",
6217 "interval": "",
6218 "intervalFactor": 2,
6219 "legendFormat": "{{ state }}",
6220 "refId": "A",
6221 "step": 240
6222 }
6223 ],
6224 "thresholds": [],
6225 "timeFrom": null,
6226 "timeRegions": [],
6227 "timeShift": null,
6228 "title": "Processes State",
6229 "tooltip": {
6230 "shared": true,
6231 "sort": 0,
6232 "value_type": "individual"
6233 },
6234 "type": "graph",
6235 "xaxis": {
6236 "buckets": null,
6237 "mode": "time",
6238 "name": null,
6239 "show": true,
6240 "values": []
6241 },
6242 "yaxes": [
6243 {
6244 "$$hashKey": "object:6500",
6245 "format": "short",
6246 "label": "counter",
6247 "logBase": 1,
6248 "max": null,
6249 "min": "0",
6250 "show": true
6251 },
6252 {
6253 "$$hashKey": "object:6501",
6254 "format": "short",
6255 "label": null,
6256 "logBase": 1,
6257 "max": null,
6258 "min": null,
6259 "show": false
6260 }
6261 ],
6262 "yaxis": {
6263 "align": false,
6264 "alignLevel": null
6265 }
6266 },
6267 {
6268 "aliasColors": {},
6269 "bars": false,
6270 "dashLength": 10,
6271 "dashes": false,
6272 "datasource": "ace-ntt",
6273 "fill": 2,
6274 "fillGradient": 0,
6275 "gridPos": {
6276 "h": 10,
6277 "w": 12,
6278 "x": 0,
6279 "y": 17
6280 },
6281 "hiddenSeries": false,
6282 "id": 148,
6283 "legend": {
6284 "alignAsTable": true,
6285 "avg": true,
6286 "current": true,
6287 "max": true,
6288 "min": true,
6289 "show": true,
6290 "total": false,
6291 "values": true
6292 },
6293 "lines": true,
6294 "linewidth": 1,
6295 "links": [],
6296 "maxPerRow": 6,
6297 "nullPointMode": "null",
6298 "options": {
6299 "dataLinks": []
6300 },
6301 "percentage": false,
6302 "pointradius": 5,
6303 "points": false,
6304 "renderer": "flot",
6305 "seriesOverrides": [],
6306 "spaceLength": 10,
6307 "stack": false,
6308 "steppedLine": false,
6309 "targets": [
6310 {
6311 "expr": "irate(node_forks_total{instance=\"$node\",job=\"$job\"}[5m])",
6312 "format": "time_series",
6313 "hide": false,
6314 "intervalFactor": 2,
6315 "legendFormat": "Processes forks second",
6316 "refId": "A",
6317 "step": 240
6318 }
6319 ],
6320 "thresholds": [],
6321 "timeFrom": null,
6322 "timeRegions": [],
6323 "timeShift": null,
6324 "title": "Processes Forks",
6325 "tooltip": {
6326 "shared": true,
6327 "sort": 0,
6328 "value_type": "individual"
6329 },
6330 "type": "graph",
6331 "xaxis": {
6332 "buckets": null,
6333 "mode": "time",
6334 "name": null,
6335 "show": true,
6336 "values": []
6337 },
6338 "yaxes": [
6339 {
6340 "$$hashKey": "object:6640",
6341 "format": "short",
6342 "label": "forks / sec",
6343 "logBase": 1,
6344 "max": null,
6345 "min": "0",
6346 "show": true
6347 },
6348 {
6349 "$$hashKey": "object:6641",
6350 "format": "short",
6351 "label": null,
6352 "logBase": 1,
6353 "max": null,
6354 "min": null,
6355 "show": false
6356 }
6357 ],
6358 "yaxis": {
6359 "align": false,
6360 "alignLevel": null
6361 }
6362 },
6363 {
6364 "aliasColors": {},
6365 "bars": false,
6366 "dashLength": 10,
6367 "dashes": false,
6368 "datasource": "ace-ntt",
6369 "fill": 2,
6370 "fillGradient": 0,
6371 "gridPos": {
6372 "h": 10,
6373 "w": 12,
6374 "x": 12,
6375 "y": 17
6376 },
6377 "hiddenSeries": false,
6378 "id": 149,
6379 "legend": {
6380 "alignAsTable": true,
6381 "avg": true,
6382 "current": true,
6383 "max": true,
6384 "min": true,
6385 "show": true,
6386 "total": false,
6387 "values": true
6388 },
6389 "lines": true,
6390 "linewidth": 1,
6391 "links": [],
6392 "nullPointMode": "null",
6393 "options": {
6394 "dataLinks": []
6395 },
6396 "percentage": false,
6397 "pointradius": 5,
6398 "points": false,
6399 "renderer": "flot",
6400 "seriesOverrides": [
6401 {
6402 "alias": "/.*Max.*/",
6403 "fill": 0
6404 }
6405 ],
6406 "spaceLength": 10,
6407 "stack": false,
6408 "steppedLine": false,
6409 "targets": [
6410 {
6411 "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[5m])",
6412 "hide": false,
6413 "interval": "",
6414 "intervalFactor": 2,
6415 "legendFormat": "Processes virtual memory size in bytes",
6416 "refId": "A",
6417 "step": 240
6418 },
6419 {
6420 "expr": "process_resident_memory_max_bytes{instance=\"$node\",job=\"$job\"}",
6421 "hide": false,
6422 "interval": "",
6423 "intervalFactor": 2,
6424 "legendFormat": "Maximum amount of virtual memory available in bytes",
6425 "refId": "B",
6426 "step": 240
6427 },
6428 {
6429 "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[5m])",
6430 "hide": false,
6431 "interval": "",
6432 "intervalFactor": 2,
6433 "legendFormat": "Processes virtual memory size in bytes",
6434 "refId": "C",
6435 "step": 240
6436 },
6437 {
6438 "expr": "irate(process_virtual_memory_max_bytes{instance=\"$node\",job=\"$job\"}[5m])",
6439 "hide": false,
6440 "interval": "",
6441 "intervalFactor": 2,
6442 "legendFormat": "Maximum amount of virtual memory available in bytes",
6443 "refId": "D",
6444 "step": 240
6445 }
6446 ],
6447 "thresholds": [],
6448 "timeFrom": null,
6449 "timeRegions": [],
6450 "timeShift": null,
6451 "title": "Processes Memory",
6452 "tooltip": {
6453 "shared": true,
6454 "sort": 0,
6455 "value_type": "individual"
6456 },
6457 "type": "graph",
6458 "xaxis": {
6459 "buckets": null,
6460 "mode": "time",
6461 "name": null,
6462 "show": true,
6463 "values": []
6464 },
6465 "yaxes": [
6466 {
6467 "format": "decbytes",
6468 "label": "bytes",
6469 "logBase": 1,
6470 "max": null,
6471 "min": "0",
6472 "show": true
6473 },
6474 {
6475 "format": "short",
6476 "label": null,
6477 "logBase": 1,
6478 "max": null,
6479 "min": null,
6480 "show": false
6481 }
6482 ],
6483 "yaxis": {
6484 "align": false,
6485 "alignLevel": null
6486 }
6487 },
6488 {
6489 "aliasColors": {},
6490 "bars": false,
6491 "dashLength": 10,
6492 "dashes": false,
6493 "datasource": "ace-ntt",
6494 "fill": 2,
6495 "fillGradient": 0,
6496 "gridPos": {
6497 "h": 10,
6498 "w": 12,
6499 "x": 0,
6500 "y": 27
6501 },
6502 "hiddenSeries": false,
6503 "id": 313,
6504 "legend": {
6505 "alignAsTable": true,
6506 "avg": true,
6507 "current": true,
6508 "max": true,
6509 "min": true,
6510 "show": true,
6511 "total": false,
6512 "values": true
6513 },
6514 "lines": true,
6515 "linewidth": 1,
6516 "links": [],
6517 "maxPerRow": 6,
6518 "nullPointMode": "null",
6519 "options": {
6520 "dataLinks": []
6521 },
6522 "percentage": false,
6523 "pointradius": 5,
6524 "points": false,
6525 "renderer": "flot",
6526 "seriesOverrides": [
6527 {
6528 "$$hashKey": "object:709",
6529 "alias": "PIDs limit",
6530 "color": "#F2495C",
6531 "fill": 0
6532 }
6533 ],
6534 "spaceLength": 10,
6535 "stack": false,
6536 "steppedLine": false,
6537 "targets": [
6538 {
6539 "expr": "node_processes_pids{instance=\"$node\",job=\"$job\"}",
6540 "format": "time_series",
6541 "interval": "",
6542 "intervalFactor": 2,
6543 "legendFormat": "Number of PIDs",
6544 "refId": "A",
6545 "step": 240
6546 },
6547 {
6548 "expr": "node_processes_max_processes{instance=\"$node\",job=\"$job\"}",
6549 "format": "time_series",
6550 "interval": "",
6551 "intervalFactor": 2,
6552 "legendFormat": "PIDs limit",
6553 "refId": "B",
6554 "step": 240
6555 }
6556 ],
6557 "thresholds": [],
6558 "timeFrom": null,
6559 "timeRegions": [],
6560 "timeShift": null,
6561 "title": "PIDs Number and Limit",
6562 "tooltip": {
6563 "shared": true,
6564 "sort": 0,
6565 "value_type": "individual"
6566 },
6567 "type": "graph",
6568 "xaxis": {
6569 "buckets": null,
6570 "mode": "time",
6571 "name": null,
6572 "show": true,
6573 "values": []
6574 },
6575 "yaxes": [
6576 {
6577 "$$hashKey": "object:6500",
6578 "format": "short",
6579 "label": "counter",
6580 "logBase": 1,
6581 "max": null,
6582 "min": "0",
6583 "show": true
6584 },
6585 {
6586 "$$hashKey": "object:6501",
6587 "format": "short",
6588 "label": null,
6589 "logBase": 1,
6590 "max": null,
6591 "min": null,
6592 "show": false
6593 }
6594 ],
6595 "yaxis": {
6596 "align": false,
6597 "alignLevel": null
6598 }
6599 },
6600 {
6601 "aliasColors": {},
6602 "bars": false,
6603 "dashLength": 10,
6604 "dashes": false,
6605 "datasource": "ace-ntt",
6606 "fill": 2,
6607 "fillGradient": 0,
6608 "gridPos": {
6609 "h": 10,
6610 "w": 12,
6611 "x": 12,
6612 "y": 27
6613 },
6614 "hiddenSeries": false,
6615 "id": 305,
6616 "legend": {
6617 "alignAsTable": true,
6618 "avg": true,
6619 "current": true,
6620 "max": true,
6621 "min": true,
6622 "show": true,
6623 "total": false,
6624 "values": true
6625 },
6626 "lines": true,
6627 "linewidth": 1,
6628 "links": [],
6629 "maxPerRow": 6,
6630 "nullPointMode": "null",
6631 "options": {
6632 "dataLinks": []
6633 },
6634 "percentage": false,
6635 "pointradius": 5,
6636 "points": false,
6637 "renderer": "flot",
6638 "seriesOverrides": [
6639 {
6640 "$$hashKey": "object:4963",
6641 "alias": "/.*waiting.*/",
6642 "transform": "negative-Y"
6643 }
6644 ],
6645 "spaceLength": 10,
6646 "stack": false,
6647 "steppedLine": false,
6648 "targets": [
6649 {
6650 "expr": "irate(node_schedstat_running_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
6651 "format": "time_series",
6652 "interval": "",
6653 "intervalFactor": 2,
6654 "legendFormat": "CPU {{ cpu }} - seconds spent running a process",
6655 "refId": "A",
6656 "step": 240
6657 },
6658 {
6659 "expr": "irate(node_schedstat_waiting_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
6660 "format": "time_series",
6661 "interval": "",
6662 "intervalFactor": 2,
6663 "legendFormat": "CPU {{ cpu }} - seconds spent by processing waiting for this CPU",
6664 "refId": "B",
6665 "step": 240
6666 }
6667 ],
6668 "thresholds": [],
6669 "timeFrom": null,
6670 "timeRegions": [],
6671 "timeShift": null,
6672 "title": "Process schedule stats Running / Waiting",
6673 "tooltip": {
6674 "shared": true,
6675 "sort": 0,
6676 "value_type": "individual"
6677 },
6678 "type": "graph",
6679 "xaxis": {
6680 "buckets": null,
6681 "mode": "time",
6682 "name": null,
6683 "show": true,
6684 "values": []
6685 },
6686 "yaxes": [
6687 {
6688 "$$hashKey": "object:4860",
6689 "format": "s",
6690 "label": "seconds",
6691 "logBase": 1,
6692 "max": null,
6693 "min": null,
6694 "show": true
6695 },
6696 {
6697 "$$hashKey": "object:4861",
6698 "format": "short",
6699 "label": null,
6700 "logBase": 1,
6701 "max": null,
6702 "min": null,
6703 "show": false
6704 }
6705 ],
6706 "yaxis": {
6707 "align": false,
6708 "alignLevel": null
6709 }
6710 },
6711 {
6712 "aliasColors": {},
6713 "bars": false,
6714 "dashLength": 10,
6715 "dashes": false,
6716 "datasource": "ace-ntt",
6717 "fill": 2,
6718 "fillGradient": 0,
6719 "gridPos": {
6720 "h": 10,
6721 "w": 12,
6722 "x": 12,
6723 "y": 37
6724 },
6725 "hiddenSeries": false,
6726 "id": 314,
6727 "legend": {
6728 "alignAsTable": true,
6729 "avg": true,
6730 "current": true,
6731 "max": true,
6732 "min": true,
6733 "show": true,
6734 "total": false,
6735 "values": true
6736 },
6737 "lines": true,
6738 "linewidth": 1,
6739 "links": [],
6740 "maxPerRow": 6,
6741 "nullPointMode": "null",
6742 "options": {
6743 "dataLinks": []
6744 },
6745 "percentage": false,
6746 "pointradius": 5,
6747 "points": false,
6748 "renderer": "flot",
6749 "seriesOverrides": [
6750 {
6751 "$$hashKey": "object:709",
6752 "alias": "Threads limit",
6753 "color": "#F2495C",
6754 "fill": 0
6755 }
6756 ],
6757 "spaceLength": 10,
6758 "stack": false,
6759 "steppedLine": false,
6760 "targets": [
6761 {
6762 "expr": "node_processes_threads{instance=\"$node\",job=\"$job\"}",
6763 "format": "time_series",
6764 "interval": "",
6765 "intervalFactor": 2,
6766 "legendFormat": "Allocated threads",
6767 "refId": "A",
6768 "step": 240
6769 },
6770 {
6771 "expr": "node_processes_max_threads{instance=\"$node\",job=\"$job\"}",
6772 "format": "time_series",
6773 "interval": "",
6774 "intervalFactor": 2,
6775 "legendFormat": "Threads limit",
6776 "refId": "B",
6777 "step": 240
6778 }
6779 ],
6780 "thresholds": [],
6781 "timeFrom": null,
6782 "timeRegions": [],
6783 "timeShift": null,
6784 "title": "Threads Number and Limit",
6785 "tooltip": {
6786 "shared": true,
6787 "sort": 0,
6788 "value_type": "individual"
6789 },
6790 "type": "graph",
6791 "xaxis": {
6792 "buckets": null,
6793 "mode": "time",
6794 "name": null,
6795 "show": true,
6796 "values": []
6797 },
6798 "yaxes": [
6799 {
6800 "$$hashKey": "object:6500",
6801 "format": "short",
6802 "label": "counter",
6803 "logBase": 1,
6804 "max": null,
6805 "min": "0",
6806 "show": true
6807 },
6808 {
6809 "$$hashKey": "object:6501",
6810 "format": "short",
6811 "label": null,
6812 "logBase": 1,
6813 "max": null,
6814 "min": null,
6815 "show": false
6816 }
6817 ],
6818 "yaxis": {
6819 "align": false,
6820 "alignLevel": null
6821 }
6822 }
6823 ],
6824 "title": "System Processes",
6825 "type": "row"
6826 },
6827 {
6828 "collapsed": true,
6829 "datasource": "ace-ntt",
6830 "gridPos": {
6831 "h": 1,
6832 "w": 24,
6833 "x": 0,
6834 "y": 29
6835 },
6836 "id": 269,
6837 "panels": [
6838 {
6839 "aliasColors": {},
6840 "bars": false,
6841 "dashLength": 10,
6842 "dashes": false,
6843 "datasource": "ace-ntt",
6844 "fill": 2,
6845 "fillGradient": 0,
6846 "gridPos": {
6847 "h": 10,
6848 "w": 12,
6849 "x": 0,
6850 "y": 8
6851 },
6852 "hiddenSeries": false,
6853 "id": 8,
6854 "legend": {
6855 "alignAsTable": true,
6856 "avg": true,
6857 "current": true,
6858 "max": true,
6859 "min": true,
6860 "show": true,
6861 "total": false,
6862 "values": true
6863 },
6864 "lines": true,
6865 "linewidth": 1,
6866 "links": [],
6867 "maxPerRow": 6,
6868 "nullPointMode": "null",
6869 "options": {
6870 "dataLinks": []
6871 },
6872 "percentage": false,
6873 "pointradius": 5,
6874 "points": false,
6875 "renderer": "flot",
6876 "repeat": null,
6877 "seriesOverrides": [],
6878 "spaceLength": 10,
6879 "stack": false,
6880 "steppedLine": false,
6881 "targets": [
6882 {
6883 "expr": "irate(node_context_switches_total{instance=\"$node\",job=\"$job\"}[5m])",
6884 "format": "time_series",
6885 "intervalFactor": 2,
6886 "legendFormat": "Context switches",
6887 "refId": "A",
6888 "step": 240
6889 },
6890 {
6891 "expr": "irate(node_intr_total{instance=\"$node\",job=\"$job\"}[5m])",
6892 "format": "time_series",
6893 "hide": false,
6894 "intervalFactor": 2,
6895 "legendFormat": "Interrupts",
6896 "refId": "B",
6897 "step": 240
6898 }
6899 ],
6900 "thresholds": [],
6901 "timeFrom": null,
6902 "timeRegions": [],
6903 "timeShift": null,
6904 "title": "Context Switches / Interrupts",
6905 "tooltip": {
6906 "shared": true,
6907 "sort": 0,
6908 "value_type": "individual"
6909 },
6910 "type": "graph",
6911 "xaxis": {
6912 "buckets": null,
6913 "mode": "time",
6914 "name": null,
6915 "show": true,
6916 "values": []
6917 },
6918 "yaxes": [
6919 {
6920 "format": "short",
6921 "label": "counter",
6922 "logBase": 1,
6923 "max": null,
6924 "min": "0",
6925 "show": true
6926 },
6927 {
6928 "format": "short",
6929 "label": null,
6930 "logBase": 1,
6931 "max": null,
6932 "min": null,
6933 "show": false
6934 }
6935 ],
6936 "yaxis": {
6937 "align": false,
6938 "alignLevel": null
6939 }
6940 },
6941 {
6942 "aliasColors": {},
6943 "bars": false,
6944 "dashLength": 10,
6945 "dashes": false,
6946 "datasource": "ace-ntt",
6947 "fill": 2,
6948 "fillGradient": 0,
6949 "gridPos": {
6950 "h": 10,
6951 "w": 12,
6952 "x": 12,
6953 "y": 8
6954 },
6955 "hiddenSeries": false,
6956 "id": 7,
6957 "legend": {
6958 "alignAsTable": true,
6959 "avg": true,
6960 "current": true,
6961 "max": true,
6962 "min": true,
6963 "show": true,
6964 "total": false,
6965 "values": true
6966 },
6967 "lines": true,
6968 "linewidth": 1,
6969 "links": [],
6970 "maxPerRow": 6,
6971 "nullPointMode": "null",
6972 "options": {
6973 "dataLinks": []
6974 },
6975 "percentage": false,
6976 "pointradius": 5,
6977 "points": false,
6978 "renderer": "flot",
6979 "repeat": null,
6980 "seriesOverrides": [],
6981 "spaceLength": 10,
6982 "stack": false,
6983 "steppedLine": false,
6984 "targets": [
6985 {
6986 "expr": "node_load1{instance=\"$node\",job=\"$job\"}",
6987 "format": "time_series",
6988 "intervalFactor": 4,
6989 "legendFormat": "Load 1m",
6990 "refId": "A",
6991 "step": 480
6992 },
6993 {
6994 "expr": "node_load5{instance=\"$node\",job=\"$job\"}",
6995 "format": "time_series",
6996 "intervalFactor": 4,
6997 "legendFormat": "Load 5m",
6998 "refId": "B",
6999 "step": 480
7000 },
7001 {
7002 "expr": "node_load15{instance=\"$node\",job=\"$job\"}",
7003 "format": "time_series",
7004 "intervalFactor": 4,
7005 "legendFormat": "Load 15m",
7006 "refId": "C",
7007 "step": 480
7008 }
7009 ],
7010 "thresholds": [],
7011 "timeFrom": null,
7012 "timeRegions": [],
7013 "timeShift": null,
7014 "title": "System Load",
7015 "tooltip": {
7016 "shared": true,
7017 "sort": 0,
7018 "value_type": "individual"
7019 },
7020 "type": "graph",
7021 "xaxis": {
7022 "buckets": null,
7023 "mode": "time",
7024 "name": null,
7025 "show": true,
7026 "values": []
7027 },
7028 "yaxes": [
7029 {
7030 "$$hashKey": "object:6261",
7031 "format": "short",
7032 "label": "counter",
7033 "logBase": 1,
7034 "max": null,
7035 "min": "0",
7036 "show": true
7037 },
7038 {
7039 "$$hashKey": "object:6262",
7040 "format": "short",
7041 "label": null,
7042 "logBase": 1,
7043 "max": null,
7044 "min": null,
7045 "show": false
7046 }
7047 ],
7048 "yaxis": {
7049 "align": false,
7050 "alignLevel": null
7051 }
7052 },
7053 {
7054 "aliasColors": {},
7055 "bars": false,
7056 "dashLength": 10,
7057 "dashes": false,
7058 "datasource": "ace-ntt",
7059 "fill": 2,
7060 "fillGradient": 0,
7061 "gridPos": {
7062 "h": 10,
7063 "w": 12,
7064 "x": 0,
7065 "y": 18
7066 },
7067 "hiddenSeries": false,
7068 "id": 259,
7069 "legend": {
7070 "alignAsTable": true,
7071 "avg": true,
7072 "current": true,
7073 "max": true,
7074 "min": true,
7075 "show": true,
7076 "total": false,
7077 "values": true
7078 },
7079 "lines": true,
7080 "linewidth": 1,
7081 "links": [],
7082 "nullPointMode": "null",
7083 "options": {
7084 "dataLinks": []
7085 },
7086 "percentage": false,
7087 "pointradius": 5,
7088 "points": false,
7089 "renderer": "flot",
7090 "seriesOverrides": [
7091 {
7092 "alias": "/.*Critical*./",
7093 "color": "#E24D42",
7094 "fill": 0
7095 },
7096 {
7097 "alias": "/.*Max*./",
7098 "color": "#EF843C",
7099 "fill": 0
7100 }
7101 ],
7102 "spaceLength": 10,
7103 "stack": false,
7104 "steppedLine": false,
7105 "targets": [
7106 {
7107 "expr": "irate(node_interrupts_total{instance=\"$node\",job=\"$job\"}[5m])",
7108 "format": "time_series",
7109 "interval": "",
7110 "intervalFactor": 2,
7111 "legendFormat": "{{ type }} - {{ info }}",
7112 "refId": "A",
7113 "step": 240
7114 }
7115 ],
7116 "thresholds": [],
7117 "timeFrom": null,
7118 "timeRegions": [],
7119 "timeShift": null,
7120 "title": "Interrupts Detail",
7121 "tooltip": {
7122 "shared": true,
7123 "sort": 0,
7124 "value_type": "individual"
7125 },
7126 "type": "graph",
7127 "xaxis": {
7128 "buckets": null,
7129 "mode": "time",
7130 "name": null,
7131 "show": true,
7132 "values": []
7133 },
7134 "yaxes": [
7135 {
7136 "format": "short",
7137 "label": "counter",
7138 "logBase": 1,
7139 "max": null,
7140 "min": "0",
7141 "show": true
7142 },
7143 {
7144 "format": "short",
7145 "label": null,
7146 "logBase": 1,
7147 "max": null,
7148 "min": null,
7149 "show": false
7150 }
7151 ],
7152 "yaxis": {
7153 "align": false,
7154 "alignLevel": null
7155 }
7156 },
7157 {
7158 "aliasColors": {},
7159 "bars": false,
7160 "dashLength": 10,
7161 "dashes": false,
7162 "datasource": "ace-ntt",
7163 "fill": 2,
7164 "fillGradient": 0,
7165 "gridPos": {
7166 "h": 10,
7167 "w": 12,
7168 "x": 12,
7169 "y": 18
7170 },
7171 "hiddenSeries": false,
7172 "id": 306,
7173 "legend": {
7174 "alignAsTable": true,
7175 "avg": true,
7176 "current": true,
7177 "max": true,
7178 "min": true,
7179 "show": true,
7180 "total": false,
7181 "values": true
7182 },
7183 "lines": true,
7184 "linewidth": 1,
7185 "links": [],
7186 "maxPerRow": 6,
7187 "nullPointMode": "null",
7188 "options": {
7189 "dataLinks": []
7190 },
7191 "percentage": false,
7192 "pointradius": 5,
7193 "points": false,
7194 "renderer": "flot",
7195 "seriesOverrides": [],
7196 "spaceLength": 10,
7197 "stack": false,
7198 "steppedLine": false,
7199 "targets": [
7200 {
7201 "expr": "irate(node_schedstat_timeslices_total{instance=\"$node\",job=\"$job\"}[5m])",
7202 "format": "time_series",
7203 "interval": "",
7204 "intervalFactor": 2,
7205 "legendFormat": "CPU {{ cpu }}",
7206 "refId": "A",
7207 "step": 240
7208 }
7209 ],
7210 "thresholds": [],
7211 "timeFrom": null,
7212 "timeRegions": [],
7213 "timeShift": null,
7214 "title": "Schedule timeslices executed by each cpu",
7215 "tooltip": {
7216 "shared": true,
7217 "sort": 0,
7218 "value_type": "individual"
7219 },
7220 "type": "graph",
7221 "xaxis": {
7222 "buckets": null,
7223 "mode": "time",
7224 "name": null,
7225 "show": true,
7226 "values": []
7227 },
7228 "yaxes": [
7229 {
7230 "$$hashKey": "object:4860",
7231 "format": "short",
7232 "label": "counter",
7233 "logBase": 1,
7234 "max": null,
7235 "min": null,
7236 "show": true
7237 },
7238 {
7239 "$$hashKey": "object:4861",
7240 "format": "short",
7241 "label": null,
7242 "logBase": 1,
7243 "max": null,
7244 "min": null,
7245 "show": false
7246 }
7247 ],
7248 "yaxis": {
7249 "align": false,
7250 "alignLevel": null
7251 }
7252 },
7253 {
7254 "aliasColors": {},
7255 "bars": false,
7256 "dashLength": 10,
7257 "dashes": false,
7258 "datasource": "ace-ntt",
7259 "fill": 2,
7260 "fillGradient": 0,
7261 "gridPos": {
7262 "h": 10,
7263 "w": 12,
7264 "x": 0,
7265 "y": 28
7266 },
7267 "hiddenSeries": false,
7268 "id": 151,
7269 "legend": {
7270 "alignAsTable": true,
7271 "avg": true,
7272 "current": true,
7273 "max": true,
7274 "min": true,
7275 "show": true,
7276 "total": false,
7277 "values": true
7278 },
7279 "lines": true,
7280 "linewidth": 1,
7281 "links": [],
7282 "maxPerRow": 6,
7283 "nullPointMode": "null",
7284 "options": {
7285 "dataLinks": []
7286 },
7287 "percentage": false,
7288 "pointradius": 5,
7289 "points": false,
7290 "renderer": "flot",
7291 "seriesOverrides": [],
7292 "spaceLength": 10,
7293 "stack": false,
7294 "steppedLine": false,
7295 "targets": [
7296 {
7297 "expr": "node_entropy_available_bits{instance=\"$node\",job=\"$job\"}",
7298 "format": "time_series",
7299 "intervalFactor": 2,
7300 "legendFormat": "Entropy available to random number generators",
7301 "refId": "A",
7302 "step": 240
7303 }
7304 ],
7305 "thresholds": [],
7306 "timeFrom": null,
7307 "timeRegions": [],
7308 "timeShift": null,
7309 "title": "Entropy",
7310 "tooltip": {
7311 "shared": true,
7312 "sort": 0,
7313 "value_type": "individual"
7314 },
7315 "type": "graph",
7316 "xaxis": {
7317 "buckets": null,
7318 "mode": "time",
7319 "name": null,
7320 "show": true,
7321 "values": []
7322 },
7323 "yaxes": [
7324 {
7325 "$$hashKey": "object:6568",
7326 "format": "short",
7327 "label": "counter",
7328 "logBase": 1,
7329 "max": null,
7330 "min": "0",
7331 "show": true
7332 },
7333 {
7334 "$$hashKey": "object:6569",
7335 "format": "short",
7336 "label": null,
7337 "logBase": 1,
7338 "max": null,
7339 "min": null,
7340 "show": false
7341 }
7342 ],
7343 "yaxis": {
7344 "align": false,
7345 "alignLevel": null
7346 }
7347 },
7348 {
7349 "aliasColors": {},
7350 "bars": false,
7351 "dashLength": 10,
7352 "dashes": false,
7353 "datasource": "ace-ntt",
7354 "fill": 2,
7355 "fillGradient": 0,
7356 "gridPos": {
7357 "h": 10,
7358 "w": 12,
7359 "x": 12,
7360 "y": 28
7361 },
7362 "hiddenSeries": false,
7363 "id": 308,
7364 "legend": {
7365 "alignAsTable": true,
7366 "avg": true,
7367 "current": true,
7368 "max": true,
7369 "min": true,
7370 "show": true,
7371 "total": false,
7372 "values": true
7373 },
7374 "lines": true,
7375 "linewidth": 1,
7376 "links": [],
7377 "maxPerRow": 6,
7378 "nullPointMode": "null",
7379 "options": {
7380 "dataLinks": []
7381 },
7382 "percentage": false,
7383 "pointradius": 5,
7384 "points": false,
7385 "renderer": "flot",
7386 "seriesOverrides": [],
7387 "spaceLength": 10,
7388 "stack": false,
7389 "steppedLine": false,
7390 "targets": [
7391 {
7392 "expr": "irate(process_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
7393 "format": "time_series",
7394 "interval": "",
7395 "intervalFactor": 2,
7396 "legendFormat": "Time spent",
7397 "refId": "A",
7398 "step": 240
7399 }
7400 ],
7401 "thresholds": [],
7402 "timeFrom": null,
7403 "timeRegions": [],
7404 "timeShift": null,
7405 "title": "CPU time spent in user and system contexts",
7406 "tooltip": {
7407 "shared": true,
7408 "sort": 0,
7409 "value_type": "individual"
7410 },
7411 "type": "graph",
7412 "xaxis": {
7413 "buckets": null,
7414 "mode": "time",
7415 "name": null,
7416 "show": true,
7417 "values": []
7418 },
7419 "yaxes": [
7420 {
7421 "$$hashKey": "object:4860",
7422 "format": "s",
7423 "label": "seconds",
7424 "logBase": 1,
7425 "max": null,
7426 "min": null,
7427 "show": true
7428 },
7429 {
7430 "$$hashKey": "object:4861",
7431 "format": "short",
7432 "label": null,
7433 "logBase": 1,
7434 "max": null,
7435 "min": null,
7436 "show": false
7437 }
7438 ],
7439 "yaxis": {
7440 "align": false,
7441 "alignLevel": null
7442 }
7443 },
7444 {
7445 "aliasColors": {},
7446 "bars": false,
7447 "dashLength": 10,
7448 "dashes": false,
7449 "datasource": "ace-ntt",
7450 "fill": 2,
7451 "fillGradient": 0,
7452 "gridPos": {
7453 "h": 10,
7454 "w": 12,
7455 "x": 0,
7456 "y": 38
7457 },
7458 "hiddenSeries": false,
7459 "id": 64,
7460 "legend": {
7461 "alignAsTable": true,
7462 "avg": true,
7463 "current": true,
7464 "max": true,
7465 "min": true,
7466 "show": true,
7467 "total": false,
7468 "values": true
7469 },
7470 "lines": true,
7471 "linewidth": 1,
7472 "links": [],
7473 "nullPointMode": "null",
7474 "options": {
7475 "dataLinks": []
7476 },
7477 "percentage": false,
7478 "pointradius": 5,
7479 "points": false,
7480 "renderer": "flot",
7481 "seriesOverrides": [
7482 {
7483 "$$hashKey": "object:6323",
7484 "alias": "/.*Max*./",
7485 "color": "#890F02",
7486 "fill": 0
7487 }
7488 ],
7489 "spaceLength": 10,
7490 "stack": false,
7491 "steppedLine": false,
7492 "targets": [
7493 {
7494 "expr": "process_max_fds{instance=\"$node\",job=\"$job\"}",
7495 "interval": "",
7496 "intervalFactor": 2,
7497 "legendFormat": "Maximum open file descriptors",
7498 "refId": "A",
7499 "step": 240
7500 },
7501 {
7502 "expr": "process_open_fds{instance=\"$node\",job=\"$job\"}",
7503 "interval": "",
7504 "intervalFactor": 2,
7505 "legendFormat": "Open file descriptors",
7506 "refId": "B",
7507 "step": 240
7508 }
7509 ],
7510 "thresholds": [],
7511 "timeFrom": null,
7512 "timeRegions": [],
7513 "timeShift": null,
7514 "title": "File Descriptors",
7515 "tooltip": {
7516 "shared": true,
7517 "sort": 0,
7518 "value_type": "individual"
7519 },
7520 "type": "graph",
7521 "xaxis": {
7522 "buckets": null,
7523 "mode": "time",
7524 "name": null,
7525 "show": true,
7526 "values": []
7527 },
7528 "yaxes": [
7529 {
7530 "$$hashKey": "object:6338",
7531 "format": "short",
7532 "label": "counter",
7533 "logBase": 1,
7534 "max": null,
7535 "min": "0",
7536 "show": true
7537 },
7538 {
7539 "$$hashKey": "object:6339",
7540 "format": "short",
7541 "label": null,
7542 "logBase": 1,
7543 "max": null,
7544 "min": null,
7545 "show": false
7546 }
7547 ],
7548 "yaxis": {
7549 "align": false,
7550 "alignLevel": null
7551 }
7552 }
7553 ],
7554 "repeat": null,
7555 "title": "System Misc",
7556 "type": "row"
7557 },
7558 {
7559 "collapsed": true,
7560 "datasource": "ace-ntt",
7561 "gridPos": {
7562 "h": 1,
7563 "w": 24,
7564 "x": 0,
7565 "y": 30
7566 },
7567 "id": 304,
7568 "panels": [
7569 {
7570 "aliasColors": {},
7571 "bars": false,
7572 "dashLength": 10,
7573 "dashes": false,
7574 "datasource": "ace-ntt",
7575 "fill": 2,
7576 "fillGradient": 0,
7577 "gridPos": {
7578 "h": 10,
7579 "w": 12,
7580 "x": 0,
7581 "y": 26
7582 },
7583 "hiddenSeries": false,
7584 "id": 158,
7585 "legend": {
7586 "alignAsTable": true,
7587 "avg": true,
7588 "current": true,
7589 "max": true,
7590 "min": true,
7591 "show": true,
7592 "total": false,
7593 "values": true
7594 },
7595 "lines": true,
7596 "linewidth": 1,
7597 "links": [],
7598 "nullPointMode": "null",
7599 "options": {
7600 "dataLinks": []
7601 },
7602 "percentage": false,
7603 "pointradius": 5,
7604 "points": false,
7605 "renderer": "flot",
7606 "seriesOverrides": [
7607 {
7608 "$$hashKey": "object:6726",
7609 "alias": "/.*Critical*./",
7610 "color": "#E24D42",
7611 "fill": 0
7612 },
7613 {
7614 "$$hashKey": "object:6727",
7615 "alias": "/.*Max*./",
7616 "color": "#EF843C",
7617 "fill": 0
7618 }
7619 ],
7620 "spaceLength": 10,
7621 "stack": false,
7622 "steppedLine": false,
7623 "targets": [
7624 {
7625 "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}",
7626 "format": "time_series",
7627 "interval": "",
7628 "intervalFactor": 2,
7629 "legendFormat": "{{ chip }} {{ sensor }} temp",
7630 "refId": "A",
7631 "step": 240
7632 },
7633 {
7634 "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}",
7635 "format": "time_series",
7636 "hide": true,
7637 "interval": "",
7638 "intervalFactor": 2,
7639 "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm",
7640 "refId": "B",
7641 "step": 240
7642 },
7643 {
7644 "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}",
7645 "format": "time_series",
7646 "interval": "",
7647 "intervalFactor": 2,
7648 "legendFormat": "{{ chip }} {{ sensor }} Critical",
7649 "refId": "C",
7650 "step": 240
7651 },
7652 {
7653 "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}",
7654 "format": "time_series",
7655 "hide": true,
7656 "interval": "",
7657 "intervalFactor": 2,
7658 "legendFormat": "{{ chip }} {{ sensor }} Critical Historical",
7659 "refId": "D",
7660 "step": 240
7661 },
7662 {
7663 "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}",
7664 "format": "time_series",
7665 "hide": true,
7666 "interval": "",
7667 "intervalFactor": 2,
7668 "legendFormat": "{{ chip }} {{ sensor }} Max",
7669 "refId": "E",
7670 "step": 240
7671 }
7672 ],
7673 "thresholds": [],
7674 "timeFrom": null,
7675 "timeRegions": [],
7676 "timeShift": null,
7677 "title": "Hardware temperature monitor",
7678 "tooltip": {
7679 "shared": true,
7680 "sort": 0,
7681 "value_type": "individual"
7682 },
7683 "type": "graph",
7684 "xaxis": {
7685 "buckets": null,
7686 "mode": "time",
7687 "name": null,
7688 "show": true,
7689 "values": []
7690 },
7691 "yaxes": [
7692 {
7693 "$$hashKey": "object:6750",
7694 "format": "celsius",
7695 "label": "temperature",
7696 "logBase": 1,
7697 "max": null,
7698 "min": "0",
7699 "show": true
7700 },
7701 {
7702 "$$hashKey": "object:6751",
7703 "format": "short",
7704 "label": null,
7705 "logBase": 1,
7706 "max": null,
7707 "min": null,
7708 "show": false
7709 }
7710 ],
7711 "yaxis": {
7712 "align": false,
7713 "alignLevel": null
7714 }
7715 },
7716 {
7717 "aliasColors": {},
7718 "bars": false,
7719 "dashLength": 10,
7720 "dashes": false,
7721 "datasource": "ace-ntt",
7722 "fill": 2,
7723 "fillGradient": 0,
7724 "gridPos": {
7725 "h": 10,
7726 "w": 12,
7727 "x": 12,
7728 "y": 26
7729 },
7730 "hiddenSeries": false,
7731 "id": 300,
7732 "legend": {
7733 "alignAsTable": true,
7734 "avg": true,
7735 "current": true,
7736 "max": true,
7737 "min": true,
7738 "show": true,
7739 "total": false,
7740 "values": true
7741 },
7742 "lines": true,
7743 "linewidth": 1,
7744 "links": [],
7745 "nullPointMode": "null",
7746 "options": {
7747 "dataLinks": []
7748 },
7749 "percentage": false,
7750 "pointradius": 5,
7751 "points": false,
7752 "renderer": "flot",
7753 "seriesOverrides": [
7754 {
7755 "$$hashKey": "object:1655",
7756 "alias": "/.*Max*./",
7757 "color": "#EF843C",
7758 "fill": 0
7759 }
7760 ],
7761 "spaceLength": 10,
7762 "stack": false,
7763 "steppedLine": false,
7764 "targets": [
7765 {
7766 "expr": "node_cooling_device_cur_state{instance=\"$node\",job=\"$job\"}",
7767 "format": "time_series",
7768 "hide": false,
7769 "interval": "",
7770 "intervalFactor": 2,
7771 "legendFormat": "Current {{ name }} in {{ type }}",
7772 "refId": "A",
7773 "step": 240
7774 },
7775 {
7776 "expr": "node_cooling_device_max_state{instance=\"$node\",job=\"$job\"}",
7777 "format": "time_series",
7778 "interval": "",
7779 "intervalFactor": 2,
7780 "legendFormat": "Max {{ name }} in {{ type }}",
7781 "refId": "B",
7782 "step": 240
7783 }
7784 ],
7785 "thresholds": [],
7786 "timeFrom": null,
7787 "timeRegions": [],
7788 "timeShift": null,
7789 "title": "Throttle cooling device",
7790 "tooltip": {
7791 "shared": true,
7792 "sort": 0,
7793 "value_type": "individual"
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 "$$hashKey": "object:1678",
7806 "format": "short",
7807 "label": "counter",
7808 "logBase": 1,
7809 "max": null,
7810 "min": null,
7811 "show": true
7812 },
7813 {
7814 "$$hashKey": "object:1679",
7815 "format": "short",
7816 "label": null,
7817 "logBase": 1,
7818 "max": null,
7819 "min": null,
7820 "show": false
7821 }
7822 ],
7823 "yaxis": {
7824 "align": false,
7825 "alignLevel": null
7826 }
7827 },
7828 {
7829 "aliasColors": {},
7830 "bars": false,
7831 "dashLength": 10,
7832 "dashes": false,
7833 "datasource": "ace-ntt",
7834 "fill": 2,
7835 "fillGradient": 0,
7836 "gridPos": {
7837 "h": 10,
7838 "w": 12,
7839 "x": 0,
7840 "y": 36
7841 },
7842 "hiddenSeries": false,
7843 "id": 302,
7844 "legend": {
7845 "alignAsTable": true,
7846 "avg": true,
7847 "current": true,
7848 "max": true,
7849 "min": true,
7850 "show": true,
7851 "total": false,
7852 "values": true
7853 },
7854 "lines": true,
7855 "linewidth": 1,
7856 "links": [],
7857 "nullPointMode": "null",
7858 "options": {
7859 "dataLinks": []
7860 },
7861 "percentage": false,
7862 "pointradius": 5,
7863 "points": false,
7864 "renderer": "flot",
7865 "seriesOverrides": [],
7866 "spaceLength": 10,
7867 "stack": false,
7868 "steppedLine": false,
7869 "targets": [
7870 {
7871 "expr": "node_power_supply_online{instance=\"$node\",job=\"$job\"}",
7872 "format": "time_series",
7873 "hide": false,
7874 "interval": "",
7875 "intervalFactor": 2,
7876 "legendFormat": "{{ power_supply }} online",
7877 "refId": "A",
7878 "step": 240
7879 }
7880 ],
7881 "thresholds": [],
7882 "timeFrom": null,
7883 "timeRegions": [],
7884 "timeShift": null,
7885 "title": "Power supply",
7886 "tooltip": {
7887 "shared": true,
7888 "sort": 0,
7889 "value_type": "individual"
7890 },
7891 "type": "graph",
7892 "xaxis": {
7893 "buckets": null,
7894 "mode": "time",
7895 "name": null,
7896 "show": true,
7897 "values": []
7898 },
7899 "yaxes": [
7900 {
7901 "$$hashKey": "object:1678",
7902 "format": "short",
7903 "label": "counter",
7904 "logBase": 1,
7905 "max": null,
7906 "min": null,
7907 "show": true
7908 },
7909 {
7910 "$$hashKey": "object:1679",
7911 "format": "short",
7912 "label": null,
7913 "logBase": 1,
7914 "max": null,
7915 "min": null,
7916 "show": false
7917 }
7918 ],
7919 "yaxis": {
7920 "align": false,
7921 "alignLevel": null
7922 }
7923 }
7924 ],
7925 "title": "Hardware Misc",
7926 "type": "row"
7927 },
7928 {
7929 "collapsed": true,
7930 "datasource": "ace-ntt",
7931 "gridPos": {
7932 "h": 1,
7933 "w": 24,
7934 "x": 0,
7935 "y": 31
7936 },
7937 "id": 296,
7938 "panels": [
7939 {
7940 "aliasColors": {},
7941 "bars": false,
7942 "dashLength": 10,
7943 "dashes": false,
7944 "datasource": "ace-ntt",
7945 "fill": 2,
7946 "fillGradient": 0,
7947 "gridPos": {
7948 "h": 10,
7949 "w": 12,
7950 "x": 0,
7951 "y": 10
7952 },
7953 "hiddenSeries": false,
7954 "id": 297,
7955 "legend": {
7956 "alignAsTable": true,
7957 "avg": true,
7958 "current": true,
7959 "max": true,
7960 "min": true,
7961 "show": true,
7962 "total": false,
7963 "values": true
7964 },
7965 "lines": true,
7966 "linewidth": 1,
7967 "links": [],
7968 "nullPointMode": "null",
7969 "options": {
7970 "dataLinks": []
7971 },
7972 "percentage": false,
7973 "pointradius": 5,
7974 "points": false,
7975 "renderer": "flot",
7976 "seriesOverrides": [],
7977 "spaceLength": 10,
7978 "stack": false,
7979 "steppedLine": false,
7980 "targets": [
7981 {
7982 "expr": "irate(node_systemd_socket_accepted_connections_total{instance=\"$node\",job=\"$job\"}[5m])",
7983 "format": "time_series",
7984 "interval": "",
7985 "intervalFactor": 2,
7986 "legendFormat": "{{ name }} Connections",
7987 "refId": "A",
7988 "step": 240
7989 }
7990 ],
7991 "thresholds": [],
7992 "timeFrom": null,
7993 "timeRegions": [],
7994 "timeShift": null,
7995 "title": "Systemd Sockets",
7996 "tooltip": {
7997 "shared": true,
7998 "sort": 0,
7999 "value_type": "individual"
8000 },
8001 "type": "graph",
8002 "xaxis": {
8003 "buckets": null,
8004 "mode": "time",
8005 "name": null,
8006 "show": true,
8007 "values": []
8008 },
8009 "yaxes": [
8010 {
8011 "format": "short",
8012 "label": "counter",
8013 "logBase": 1,
8014 "max": null,
8015 "min": "0",
8016 "show": true
8017 },
8018 {
8019 "format": "short",
8020 "label": null,
8021 "logBase": 1,
8022 "max": null,
8023 "min": null,
8024 "show": false
8025 }
8026 ],
8027 "yaxis": {
8028 "align": false,
8029 "alignLevel": null
8030 }
8031 },
8032 {
8033 "aliasColors": {},
8034 "bars": false,
8035 "dashLength": 10,
8036 "dashes": false,
8037 "datasource": "ace-ntt",
8038 "fill": 2,
8039 "fillGradient": 0,
8040 "gridPos": {
8041 "h": 10,
8042 "w": 12,
8043 "x": 12,
8044 "y": 10
8045 },
8046 "hiddenSeries": false,
8047 "id": 298,
8048 "legend": {
8049 "alignAsTable": true,
8050 "avg": true,
8051 "current": true,
8052 "max": true,
8053 "min": true,
8054 "show": true,
8055 "total": false,
8056 "values": true
8057 },
8058 "lines": true,
8059 "linewidth": 1,
8060 "links": [],
8061 "nullPointMode": "null",
8062 "options": {
8063 "dataLinks": []
8064 },
8065 "percentage": false,
8066 "pointradius": 5,
8067 "points": false,
8068 "renderer": "flot",
8069 "seriesOverrides": [
8070 {
8071 "alias": "Failed",
8072 "color": "#F2495C"
8073 },
8074 {
8075 "alias": "Inactive",
8076 "color": "#FF9830"
8077 },
8078 {
8079 "alias": "Active",
8080 "color": "#73BF69"
8081 },
8082 {
8083 "alias": "Deactivating",
8084 "color": "#FFCB7D"
8085 },
8086 {
8087 "alias": "Activating",
8088 "color": "#C8F2C2"
8089 }
8090 ],
8091 "spaceLength": 10,
8092 "stack": true,
8093 "steppedLine": false,
8094 "targets": [
8095 {
8096 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"activating\"}",
8097 "format": "time_series",
8098 "interval": "",
8099 "intervalFactor": 2,
8100 "legendFormat": "Activating",
8101 "refId": "A",
8102 "step": 240
8103 },
8104 {
8105 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"active\"}",
8106 "format": "time_series",
8107 "interval": "",
8108 "intervalFactor": 2,
8109 "legendFormat": "Active",
8110 "refId": "B",
8111 "step": 240
8112 },
8113 {
8114 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"deactivating\"}",
8115 "format": "time_series",
8116 "interval": "",
8117 "intervalFactor": 2,
8118 "legendFormat": "Deactivating",
8119 "refId": "C",
8120 "step": 240
8121 },
8122 {
8123 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"failed\"}",
8124 "format": "time_series",
8125 "interval": "",
8126 "intervalFactor": 2,
8127 "legendFormat": "Failed",
8128 "refId": "D",
8129 "step": 240
8130 },
8131 {
8132 "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"inactive\"}",
8133 "format": "time_series",
8134 "interval": "",
8135 "intervalFactor": 2,
8136 "legendFormat": "Inactive",
8137 "refId": "E",
8138 "step": 240
8139 }
8140 ],
8141 "thresholds": [],
8142 "timeFrom": null,
8143 "timeRegions": [],
8144 "timeShift": null,
8145 "title": "Systemd Units State",
8146 "tooltip": {
8147 "shared": true,
8148 "sort": 0,
8149 "value_type": "individual"
8150 },
8151 "type": "graph",
8152 "xaxis": {
8153 "buckets": null,
8154 "mode": "time",
8155 "name": null,
8156 "show": true,
8157 "values": []
8158 },
8159 "yaxes": [
8160 {
8161 "format": "short",
8162 "label": "counter",
8163 "logBase": 1,
8164 "max": null,
8165 "min": null,
8166 "show": true
8167 },
8168 {
8169 "format": "short",
8170 "label": null,
8171 "logBase": 1,
8172 "max": null,
8173 "min": null,
8174 "show": false
8175 }
8176 ],
8177 "yaxis": {
8178 "align": false,
8179 "alignLevel": null
8180 }
8181 }
8182 ],
8183 "title": "Systemd",
8184 "type": "row"
8185 },
8186 {
8187 "collapsed": true,
8188 "datasource": "ace-ntt",
8189 "gridPos": {
8190 "h": 1,
8191 "w": 24,
8192 "x": 0,
8193 "y": 32
8194 },
8195 "id": 270,
8196 "panels": [
8197 {
8198 "aliasColors": {},
8199 "bars": false,
8200 "dashLength": 10,
8201 "dashes": false,
8202 "datasource": "ace-ntt",
8203 "description": "",
8204 "fill": 2,
8205 "fillGradient": 0,
8206 "gridPos": {
8207 "h": 10,
8208 "w": 12,
8209 "x": 0,
8210 "y": 29
8211 },
8212 "hiddenSeries": false,
8213 "id": 9,
8214 "legend": {
8215 "alignAsTable": true,
8216 "avg": true,
8217 "current": true,
8218 "hideZero": true,
8219 "max": true,
8220 "min": true,
8221 "rightSide": false,
8222 "show": true,
8223 "total": false,
8224 "values": true
8225 },
8226 "lines": true,
8227 "linewidth": 1,
8228 "links": [],
8229 "maxPerRow": 6,
8230 "nullPointMode": "null",
8231 "options": {
8232 "dataLinks": []
8233 },
8234 "percentage": false,
8235 "pointradius": 5,
8236 "points": false,
8237 "renderer": "flot",
8238 "repeat": null,
8239 "seriesOverrides": [
8240 {
8241 "$$hashKey": "object:2033",
8242 "alias": "/.*Read.*/",
8243 "transform": "negative-Y"
8244 },
8245 {
8246 "$$hashKey": "object:2034",
8247 "alias": "/.*sda_.*/",
8248 "color": "#7EB26D"
8249 },
8250 {
8251 "$$hashKey": "object:2035",
8252 "alias": "/.*sdb_.*/",
8253 "color": "#EAB839"
8254 },
8255 {
8256 "$$hashKey": "object:2036",
8257 "alias": "/.*sdc_.*/",
8258 "color": "#6ED0E0"
8259 },
8260 {
8261 "$$hashKey": "object:2037",
8262 "alias": "/.*sdd_.*/",
8263 "color": "#EF843C"
8264 },
8265 {
8266 "$$hashKey": "object:2038",
8267 "alias": "/.*sde_.*/",
8268 "color": "#E24D42"
8269 },
8270 {
8271 "$$hashKey": "object:2039",
8272 "alias": "/.*sda1.*/",
8273 "color": "#584477"
8274 },
8275 {
8276 "$$hashKey": "object:2040",
8277 "alias": "/.*sda2_.*/",
8278 "color": "#BA43A9"
8279 },
8280 {
8281 "$$hashKey": "object:2041",
8282 "alias": "/.*sda3_.*/",
8283 "color": "#F4D598"
8284 },
8285 {
8286 "$$hashKey": "object:2042",
8287 "alias": "/.*sdb1.*/",
8288 "color": "#0A50A1"
8289 },
8290 {
8291 "$$hashKey": "object:2043",
8292 "alias": "/.*sdb2.*/",
8293 "color": "#BF1B00"
8294 },
8295 {
8296 "$$hashKey": "object:2044",
8297 "alias": "/.*sdb3.*/",
8298 "color": "#E0752D"
8299 },
8300 {
8301 "$$hashKey": "object:2045",
8302 "alias": "/.*sdc1.*/",
8303 "color": "#962D82"
8304 },
8305 {
8306 "$$hashKey": "object:2046",
8307 "alias": "/.*sdc2.*/",
8308 "color": "#614D93"
8309 },
8310 {
8311 "$$hashKey": "object:2047",
8312 "alias": "/.*sdc3.*/",
8313 "color": "#9AC48A"
8314 },
8315 {
8316 "$$hashKey": "object:2048",
8317 "alias": "/.*sdd1.*/",
8318 "color": "#65C5DB"
8319 },
8320 {
8321 "$$hashKey": "object:2049",
8322 "alias": "/.*sdd2.*/",
8323 "color": "#F9934E"
8324 },
8325 {
8326 "$$hashKey": "object:2050",
8327 "alias": "/.*sdd3.*/",
8328 "color": "#EA6460"
8329 },
8330 {
8331 "$$hashKey": "object:2051",
8332 "alias": "/.*sde1.*/",
8333 "color": "#E0F9D7"
8334 },
8335 {
8336 "$$hashKey": "object:2052",
8337 "alias": "/.*sdd2.*/",
8338 "color": "#FCEACA"
8339 },
8340 {
8341 "$$hashKey": "object:2053",
8342 "alias": "/.*sde3.*/",
8343 "color": "#F9E2D2"
8344 }
8345 ],
8346 "spaceLength": 10,
8347 "stack": false,
8348 "steppedLine": false,
8349 "targets": [
8350 {
8351 "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[5m])",
8352 "intervalFactor": 4,
8353 "legendFormat": "{{device}} - Reads completed",
8354 "refId": "A",
8355 "step": 8
8356 },
8357 {
8358 "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[5m])",
8359 "intervalFactor": 2,
8360 "legendFormat": "{{device}} - Writes completed",
8361 "refId": "B",
8362 "step": 4
8363 }
8364 ],
8365 "thresholds": [],
8366 "timeFrom": null,
8367 "timeRegions": [],
8368 "timeShift": null,
8369 "title": "Disk IOps Completed",
8370 "tooltip": {
8371 "shared": false,
8372 "sort": 0,
8373 "value_type": "individual"
8374 },
8375 "type": "graph",
8376 "xaxis": {
8377 "buckets": null,
8378 "mode": "time",
8379 "name": null,
8380 "show": true,
8381 "values": []
8382 },
8383 "yaxes": [
8384 {
8385 "$$hashKey": "object:2186",
8386 "format": "iops",
8387 "label": "IO read (-) / write (+)",
8388 "logBase": 1,
8389 "max": null,
8390 "min": null,
8391 "show": true
8392 },
8393 {
8394 "$$hashKey": "object:2187",
8395 "format": "short",
8396 "label": null,
8397 "logBase": 1,
8398 "max": null,
8399 "min": null,
8400 "show": false
8401 }
8402 ],
8403 "yaxis": {
8404 "align": false,
8405 "alignLevel": null
8406 }
8407 },
8408 {
8409 "aliasColors": {},
8410 "bars": false,
8411 "dashLength": 10,
8412 "dashes": false,
8413 "datasource": "ace-ntt",
8414 "description": "",
8415 "fill": 2,
8416 "fillGradient": 0,
8417 "gridPos": {
8418 "h": 10,
8419 "w": 12,
8420 "x": 12,
8421 "y": 29
8422 },
8423 "hiddenSeries": false,
8424 "id": 33,
8425 "legend": {
8426 "alignAsTable": true,
8427 "avg": true,
8428 "current": true,
8429 "hideZero": true,
8430 "max": true,
8431 "min": true,
8432 "rightSide": false,
8433 "show": true,
8434 "total": false,
8435 "values": true
8436 },
8437 "lines": true,
8438 "linewidth": 1,
8439 "links": [],
8440 "maxPerRow": 6,
8441 "nullPointMode": "null",
8442 "options": {
8443 "dataLinks": []
8444 },
8445 "percentage": false,
8446 "pointradius": 5,
8447 "points": false,
8448 "renderer": "flot",
8449 "seriesOverrides": [
8450 {
8451 "alias": "/.*Read.*/",
8452 "transform": "negative-Y"
8453 },
8454 {
8455 "alias": "/.*sda_.*/",
8456 "color": "#7EB26D"
8457 },
8458 {
8459 "alias": "/.*sdb_.*/",
8460 "color": "#EAB839"
8461 },
8462 {
8463 "alias": "/.*sdc_.*/",
8464 "color": "#6ED0E0"
8465 },
8466 {
8467 "alias": "/.*sdd_.*/",
8468 "color": "#EF843C"
8469 },
8470 {
8471 "alias": "/.*sde_.*/",
8472 "color": "#E24D42"
8473 },
8474 {
8475 "alias": "/.*sda1.*/",
8476 "color": "#584477"
8477 },
8478 {
8479 "alias": "/.*sda2_.*/",
8480 "color": "#BA43A9"
8481 },
8482 {
8483 "alias": "/.*sda3_.*/",
8484 "color": "#F4D598"
8485 },
8486 {
8487 "alias": "/.*sdb1.*/",
8488 "color": "#0A50A1"
8489 },
8490 {
8491 "alias": "/.*sdb2.*/",
8492 "color": "#BF1B00"
8493 },
8494 {
8495 "alias": "/.*sdb3.*/",
8496 "color": "#E0752D"
8497 },
8498 {
8499 "alias": "/.*sdc1.*/",
8500 "color": "#962D82"
8501 },
8502 {
8503 "alias": "/.*sdc2.*/",
8504 "color": "#614D93"
8505 },
8506 {
8507 "alias": "/.*sdc3.*/",
8508 "color": "#9AC48A"
8509 },
8510 {
8511 "alias": "/.*sdd1.*/",
8512 "color": "#65C5DB"
8513 },
8514 {
8515 "alias": "/.*sdd2.*/",
8516 "color": "#F9934E"
8517 },
8518 {
8519 "alias": "/.*sdd3.*/",
8520 "color": "#EA6460"
8521 },
8522 {
8523 "alias": "/.*sde1.*/",
8524 "color": "#E0F9D7"
8525 },
8526 {
8527 "alias": "/.*sdd2.*/",
8528 "color": "#FCEACA"
8529 },
8530 {
8531 "alias": "/.*sde3.*/",
8532 "color": "#F9E2D2"
8533 }
8534 ],
8535 "spaceLength": 10,
8536 "stack": false,
8537 "steppedLine": false,
8538 "targets": [
8539 {
8540 "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\"}[5m])",
8541 "format": "time_series",
8542 "intervalFactor": 4,
8543 "legendFormat": "{{device}} - Read bytes",
8544 "refId": "A",
8545 "step": 8
8546 },
8547 {
8548 "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\"}[5m])",
8549 "format": "time_series",
8550 "intervalFactor": 2,
8551 "legendFormat": "{{device}} - Written bytes",
8552 "refId": "B",
8553 "step": 4
8554 }
8555 ],
8556 "thresholds": [],
8557 "timeFrom": null,
8558 "timeRegions": [],
8559 "timeShift": null,
8560 "title": "Disk R/W Data",
8561 "tooltip": {
8562 "shared": false,
8563 "sort": 0,
8564 "value_type": "individual"
8565 },
8566 "type": "graph",
8567 "xaxis": {
8568 "buckets": null,
8569 "mode": "time",
8570 "name": null,
8571 "show": true,
8572 "values": []
8573 },
8574 "yaxes": [
8575 {
8576 "format": "Bps",
8577 "label": "bytes read (-) / write (+)",
8578 "logBase": 1,
8579 "max": null,
8580 "min": null,
8581 "show": true
8582 },
8583 {
8584 "format": "short",
8585 "label": null,
8586 "logBase": 1,
8587 "max": null,
8588 "min": null,
8589 "show": false
8590 }
8591 ],
8592 "yaxis": {
8593 "align": false,
8594 "alignLevel": null
8595 }
8596 },
8597 {
8598 "aliasColors": {},
8599 "bars": false,
8600 "dashLength": 10,
8601 "dashes": false,
8602 "datasource": "ace-ntt",
8603 "description": "",
8604 "fill": 3,
8605 "fillGradient": 0,
8606 "gridPos": {
8607 "h": 10,
8608 "w": 12,
8609 "x": 0,
8610 "y": 39
8611 },
8612 "hiddenSeries": false,
8613 "id": 37,
8614 "legend": {
8615 "alignAsTable": true,
8616 "avg": true,
8617 "current": true,
8618 "hideZero": true,
8619 "max": true,
8620 "min": true,
8621 "rightSide": false,
8622 "show": true,
8623 "sort": "current",
8624 "sortDesc": true,
8625 "total": false,
8626 "values": true
8627 },
8628 "lines": true,
8629 "linewidth": 1,
8630 "links": [],
8631 "maxPerRow": 6,
8632 "nullPointMode": "null",
8633 "options": {
8634 "dataLinks": []
8635 },
8636 "percentage": false,
8637 "pointradius": 5,
8638 "points": false,
8639 "renderer": "flot",
8640 "seriesOverrides": [
8641 {
8642 "alias": "/.*Read.*/",
8643 "transform": "negative-Y"
8644 },
8645 {
8646 "alias": "/.*sda_.*/",
8647 "color": "#7EB26D"
8648 },
8649 {
8650 "alias": "/.*sdb_.*/",
8651 "color": "#EAB839"
8652 },
8653 {
8654 "alias": "/.*sdc_.*/",
8655 "color": "#6ED0E0"
8656 },
8657 {
8658 "alias": "/.*sdd_.*/",
8659 "color": "#EF843C"
8660 },
8661 {
8662 "alias": "/.*sde_.*/",
8663 "color": "#E24D42"
8664 },
8665 {
8666 "alias": "/.*sda1.*/",
8667 "color": "#584477"
8668 },
8669 {
8670 "alias": "/.*sda2_.*/",
8671 "color": "#BA43A9"
8672 },
8673 {
8674 "alias": "/.*sda3_.*/",
8675 "color": "#F4D598"
8676 },
8677 {
8678 "alias": "/.*sdb1.*/",
8679 "color": "#0A50A1"
8680 },
8681 {
8682 "alias": "/.*sdb2.*/",
8683 "color": "#BF1B00"
8684 },
8685 {
8686 "alias": "/.*sdb3.*/",
8687 "color": "#E0752D"
8688 },
8689 {
8690 "alias": "/.*sdc1.*/",
8691 "color": "#962D82"
8692 },
8693 {
8694 "alias": "/.*sdc2.*/",
8695 "color": "#614D93"
8696 },
8697 {
8698 "alias": "/.*sdc3.*/",
8699 "color": "#9AC48A"
8700 },
8701 {
8702 "alias": "/.*sdd1.*/",
8703 "color": "#65C5DB"
8704 },
8705 {
8706 "alias": "/.*sdd2.*/",
8707 "color": "#F9934E"
8708 },
8709 {
8710 "alias": "/.*sdd3.*/",
8711 "color": "#EA6460"
8712 },
8713 {
8714 "alias": "/.*sde1.*/",
8715 "color": "#E0F9D7"
8716 },
8717 {
8718 "alias": "/.*sdd2.*/",
8719 "color": "#FCEACA"
8720 },
8721 {
8722 "alias": "/.*sde3.*/",
8723 "color": "#F9E2D2"
8724 }
8725 ],
8726 "spaceLength": 10,
8727 "stack": false,
8728 "steppedLine": false,
8729 "targets": [
8730 {
8731 "expr": "irate(node_disk_read_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8732 "hide": false,
8733 "intervalFactor": 4,
8734 "legendFormat": "{{device}} - Read time",
8735 "refId": "A",
8736 "step": 8
8737 },
8738 {
8739 "expr": "irate(node_disk_write_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8740 "hide": false,
8741 "intervalFactor": 2,
8742 "legendFormat": "{{device}} - Write time",
8743 "refId": "B",
8744 "step": 4
8745 }
8746 ],
8747 "thresholds": [],
8748 "timeFrom": null,
8749 "timeRegions": [],
8750 "timeShift": null,
8751 "title": "Disk R/W Time",
8752 "tooltip": {
8753 "shared": false,
8754 "sort": 0,
8755 "value_type": "individual"
8756 },
8757 "type": "graph",
8758 "xaxis": {
8759 "buckets": null,
8760 "mode": "time",
8761 "name": null,
8762 "show": true,
8763 "values": []
8764 },
8765 "yaxes": [
8766 {
8767 "format": "s",
8768 "label": "time. read (-) / write (+)",
8769 "logBase": 1,
8770 "max": null,
8771 "min": null,
8772 "show": true
8773 },
8774 {
8775 "format": "short",
8776 "label": null,
8777 "logBase": 1,
8778 "max": null,
8779 "min": null,
8780 "show": false
8781 }
8782 ],
8783 "yaxis": {
8784 "align": false,
8785 "alignLevel": null
8786 }
8787 },
8788 {
8789 "aliasColors": {},
8790 "bars": false,
8791 "dashLength": 10,
8792 "dashes": false,
8793 "datasource": "ace-ntt",
8794 "description": "",
8795 "fill": 2,
8796 "fillGradient": 0,
8797 "gridPos": {
8798 "h": 10,
8799 "w": 12,
8800 "x": 12,
8801 "y": 39
8802 },
8803 "hiddenSeries": false,
8804 "id": 35,
8805 "legend": {
8806 "alignAsTable": true,
8807 "avg": true,
8808 "current": true,
8809 "hideZero": true,
8810 "max": true,
8811 "min": true,
8812 "rightSide": false,
8813 "show": true,
8814 "sort": "current",
8815 "sortDesc": true,
8816 "total": false,
8817 "values": true
8818 },
8819 "lines": true,
8820 "linewidth": 1,
8821 "links": [],
8822 "maxPerRow": 6,
8823 "nullPointMode": "null",
8824 "options": {
8825 "dataLinks": []
8826 },
8827 "percentage": false,
8828 "pointradius": 5,
8829 "points": false,
8830 "renderer": "flot",
8831 "seriesOverrides": [
8832 {
8833 "alias": "/.*sda_.*/",
8834 "color": "#7EB26D"
8835 },
8836 {
8837 "alias": "/.*sdb_.*/",
8838 "color": "#EAB839"
8839 },
8840 {
8841 "alias": "/.*sdc_.*/",
8842 "color": "#6ED0E0"
8843 },
8844 {
8845 "alias": "/.*sdd_.*/",
8846 "color": "#EF843C"
8847 },
8848 {
8849 "alias": "/.*sde_.*/",
8850 "color": "#E24D42"
8851 },
8852 {
8853 "alias": "/.*sda1.*/",
8854 "color": "#584477"
8855 },
8856 {
8857 "alias": "/.*sda2_.*/",
8858 "color": "#BA43A9"
8859 },
8860 {
8861 "alias": "/.*sda3_.*/",
8862 "color": "#F4D598"
8863 },
8864 {
8865 "alias": "/.*sdb1.*/",
8866 "color": "#0A50A1"
8867 },
8868 {
8869 "alias": "/.*sdb2.*/",
8870 "color": "#BF1B00"
8871 },
8872 {
8873 "alias": "/.*sdb3.*/",
8874 "color": "#E0752D"
8875 },
8876 {
8877 "alias": "/.*sdc1.*/",
8878 "color": "#962D82"
8879 },
8880 {
8881 "alias": "/.*sdc2.*/",
8882 "color": "#614D93"
8883 },
8884 {
8885 "alias": "/.*sdc3.*/",
8886 "color": "#9AC48A"
8887 },
8888 {
8889 "alias": "/.*sdd1.*/",
8890 "color": "#65C5DB"
8891 },
8892 {
8893 "alias": "/.*sdd2.*/",
8894 "color": "#F9934E"
8895 },
8896 {
8897 "alias": "/.*sdd3.*/",
8898 "color": "#EA6460"
8899 },
8900 {
8901 "alias": "/.*sde1.*/",
8902 "color": "#E0F9D7"
8903 },
8904 {
8905 "alias": "/.*sdd2.*/",
8906 "color": "#FCEACA"
8907 },
8908 {
8909 "alias": "/.*sde3.*/",
8910 "color": "#F9E2D2"
8911 }
8912 ],
8913 "spaceLength": 10,
8914 "stack": false,
8915 "steppedLine": false,
8916 "targets": [
8917 {
8918 "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
8919 "intervalFactor": 4,
8920 "legendFormat": "{{device}} - IO time weighted",
8921 "refId": "A",
8922 "step": 8
8923 }
8924 ],
8925 "thresholds": [],
8926 "timeFrom": null,
8927 "timeRegions": [],
8928 "timeShift": null,
8929 "title": "Disk IOs Weighted",
8930 "tooltip": {
8931 "shared": false,
8932 "sort": 0,
8933 "value_type": "individual"
8934 },
8935 "type": "graph",
8936 "xaxis": {
8937 "buckets": null,
8938 "mode": "time",
8939 "name": null,
8940 "show": true,
8941 "values": []
8942 },
8943 "yaxes": [
8944 {
8945 "format": "s",
8946 "label": "time",
8947 "logBase": 1,
8948 "max": null,
8949 "min": "0",
8950 "show": true
8951 },
8952 {
8953 "format": "short",
8954 "label": null,
8955 "logBase": 1,
8956 "max": null,
8957 "min": null,
8958 "show": false
8959 }
8960 ],
8961 "yaxis": {
8962 "align": false,
8963 "alignLevel": null
8964 }
8965 },
8966 {
8967 "aliasColors": {},
8968 "bars": false,
8969 "dashLength": 10,
8970 "dashes": false,
8971 "datasource": "ace-ntt",
8972 "description": "",
8973 "fill": 2,
8974 "fillGradient": 0,
8975 "gridPos": {
8976 "h": 10,
8977 "w": 12,
8978 "x": 0,
8979 "y": 49
8980 },
8981 "hiddenSeries": false,
8982 "id": 133,
8983 "legend": {
8984 "alignAsTable": true,
8985 "avg": true,
8986 "current": true,
8987 "hideZero": true,
8988 "max": true,
8989 "min": true,
8990 "rightSide": false,
8991 "show": true,
8992 "sort": "current",
8993 "sortDesc": true,
8994 "total": false,
8995 "values": true
8996 },
8997 "lines": true,
8998 "linewidth": 1,
8999 "links": [],
9000 "maxPerRow": 6,
9001 "nullPointMode": "null",
9002 "options": {
9003 "dataLinks": []
9004 },
9005 "percentage": false,
9006 "pointradius": 5,
9007 "points": false,
9008 "renderer": "flot",
9009 "seriesOverrides": [
9010 {
9011 "alias": "/.*Read.*/",
9012 "transform": "negative-Y"
9013 },
9014 {
9015 "alias": "/.*sda_.*/",
9016 "color": "#7EB26D"
9017 },
9018 {
9019 "alias": "/.*sdb_.*/",
9020 "color": "#EAB839"
9021 },
9022 {
9023 "alias": "/.*sdc_.*/",
9024 "color": "#6ED0E0"
9025 },
9026 {
9027 "alias": "/.*sdd_.*/",
9028 "color": "#EF843C"
9029 },
9030 {
9031 "alias": "/.*sde_.*/",
9032 "color": "#E24D42"
9033 },
9034 {
9035 "alias": "/.*sda1.*/",
9036 "color": "#584477"
9037 },
9038 {
9039 "alias": "/.*sda2_.*/",
9040 "color": "#BA43A9"
9041 },
9042 {
9043 "alias": "/.*sda3_.*/",
9044 "color": "#F4D598"
9045 },
9046 {
9047 "alias": "/.*sdb1.*/",
9048 "color": "#0A50A1"
9049 },
9050 {
9051 "alias": "/.*sdb2.*/",
9052 "color": "#BF1B00"
9053 },
9054 {
9055 "alias": "/.*sdb3.*/",
9056 "color": "#E0752D"
9057 },
9058 {
9059 "alias": "/.*sdc1.*/",
9060 "color": "#962D82"
9061 },
9062 {
9063 "alias": "/.*sdc2.*/",
9064 "color": "#614D93"
9065 },
9066 {
9067 "alias": "/.*sdc3.*/",
9068 "color": "#9AC48A"
9069 },
9070 {
9071 "alias": "/.*sdd1.*/",
9072 "color": "#65C5DB"
9073 },
9074 {
9075 "alias": "/.*sdd2.*/",
9076 "color": "#F9934E"
9077 },
9078 {
9079 "alias": "/.*sdd3.*/",
9080 "color": "#EA6460"
9081 },
9082 {
9083 "alias": "/.*sde1.*/",
9084 "color": "#E0F9D7"
9085 },
9086 {
9087 "alias": "/.*sdd2.*/",
9088 "color": "#FCEACA"
9089 },
9090 {
9091 "alias": "/.*sde3.*/",
9092 "color": "#F9E2D2"
9093 }
9094 ],
9095 "spaceLength": 10,
9096 "stack": false,
9097 "steppedLine": false,
9098 "targets": [
9099 {
9100 "expr": "irate(node_disk_reads_merged_total{instance=\"$node\",job=\"$job\"}[5m])",
9101 "intervalFactor": 2,
9102 "legendFormat": "{{device}} - Read merged",
9103 "refId": "A",
9104 "step": 4
9105 },
9106 {
9107 "expr": "irate(node_disk_writes_merged_total{instance=\"$node\",job=\"$job\"}[5m])",
9108 "intervalFactor": 2,
9109 "legendFormat": "{{device}} - Write merged",
9110 "refId": "B",
9111 "step": 4
9112 }
9113 ],
9114 "thresholds": [],
9115 "timeFrom": null,
9116 "timeRegions": [],
9117 "timeShift": null,
9118 "title": "Disk R/W Merged",
9119 "tooltip": {
9120 "shared": false,
9121 "sort": 0,
9122 "value_type": "individual"
9123 },
9124 "type": "graph",
9125 "xaxis": {
9126 "buckets": null,
9127 "mode": "time",
9128 "name": null,
9129 "show": true,
9130 "values": []
9131 },
9132 "yaxes": [
9133 {
9134 "format": "iops",
9135 "label": "I/Os",
9136 "logBase": 1,
9137 "max": null,
9138 "min": null,
9139 "show": true
9140 },
9141 {
9142 "format": "short",
9143 "label": null,
9144 "logBase": 1,
9145 "max": null,
9146 "min": null,
9147 "show": false
9148 }
9149 ],
9150 "yaxis": {
9151 "align": false,
9152 "alignLevel": null
9153 }
9154 },
9155 {
9156 "aliasColors": {},
9157 "bars": false,
9158 "dashLength": 10,
9159 "dashes": false,
9160 "datasource": "ace-ntt",
9161 "description": "",
9162 "fill": 3,
9163 "fillGradient": 0,
9164 "gridPos": {
9165 "h": 10,
9166 "w": 12,
9167 "x": 12,
9168 "y": 49
9169 },
9170 "hiddenSeries": false,
9171 "id": 36,
9172 "legend": {
9173 "alignAsTable": true,
9174 "avg": true,
9175 "current": true,
9176 "hideZero": true,
9177 "max": true,
9178 "min": true,
9179 "rightSide": false,
9180 "show": true,
9181 "sort": "current",
9182 "sortDesc": true,
9183 "total": false,
9184 "values": true
9185 },
9186 "lines": true,
9187 "linewidth": 1,
9188 "links": [],
9189 "maxPerRow": 6,
9190 "nullPointMode": "null",
9191 "options": {
9192 "dataLinks": []
9193 },
9194 "percentage": false,
9195 "pointradius": 5,
9196 "points": false,
9197 "renderer": "flot",
9198 "seriesOverrides": [
9199 {
9200 "alias": "/.*sda_.*/",
9201 "color": "#7EB26D"
9202 },
9203 {
9204 "alias": "/.*sdb_.*/",
9205 "color": "#EAB839"
9206 },
9207 {
9208 "alias": "/.*sdc_.*/",
9209 "color": "#6ED0E0"
9210 },
9211 {
9212 "alias": "/.*sdd_.*/",
9213 "color": "#EF843C"
9214 },
9215 {
9216 "alias": "/.*sde_.*/",
9217 "color": "#E24D42"
9218 },
9219 {
9220 "alias": "/.*sda1.*/",
9221 "color": "#584477"
9222 },
9223 {
9224 "alias": "/.*sda2_.*/",
9225 "color": "#BA43A9"
9226 },
9227 {
9228 "alias": "/.*sda3_.*/",
9229 "color": "#F4D598"
9230 },
9231 {
9232 "alias": "/.*sdb1.*/",
9233 "color": "#0A50A1"
9234 },
9235 {
9236 "alias": "/.*sdb2.*/",
9237 "color": "#BF1B00"
9238 },
9239 {
9240 "alias": "/.*sdb3.*/",
9241 "color": "#E0752D"
9242 },
9243 {
9244 "alias": "/.*sdc1.*/",
9245 "color": "#962D82"
9246 },
9247 {
9248 "alias": "/.*sdc2.*/",
9249 "color": "#614D93"
9250 },
9251 {
9252 "alias": "/.*sdc3.*/",
9253 "color": "#9AC48A"
9254 },
9255 {
9256 "alias": "/.*sdd1.*/",
9257 "color": "#65C5DB"
9258 },
9259 {
9260 "alias": "/.*sdd2.*/",
9261 "color": "#F9934E"
9262 },
9263 {
9264 "alias": "/.*sdd3.*/",
9265 "color": "#EA6460"
9266 },
9267 {
9268 "alias": "/.*sde1.*/",
9269 "color": "#E0F9D7"
9270 },
9271 {
9272 "alias": "/.*sdd2.*/",
9273 "color": "#FCEACA"
9274 },
9275 {
9276 "alias": "/.*sde3.*/",
9277 "color": "#F9E2D2"
9278 }
9279 ],
9280 "spaceLength": 10,
9281 "stack": false,
9282 "steppedLine": false,
9283 "targets": [
9284 {
9285 "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
9286 "intervalFactor": 4,
9287 "legendFormat": "{{device}} - IO time",
9288 "refId": "A",
9289 "step": 8
9290 },
9291 {
9292 "expr": "irate(node_disk_discard_time_seconds_total{instance=\"$node\",job=\"$job\"}[5m])",
9293 "interval": "",
9294 "intervalFactor": 4,
9295 "legendFormat": "{{device}} - discard time",
9296 "refId": "B",
9297 "step": 8
9298 }
9299 ],
9300 "thresholds": [],
9301 "timeFrom": null,
9302 "timeRegions": [],
9303 "timeShift": null,
9304 "title": "Time Spent Doing I/Os",
9305 "tooltip": {
9306 "shared": false,
9307 "sort": 0,
9308 "value_type": "individual"
9309 },
9310 "type": "graph",
9311 "xaxis": {
9312 "buckets": null,
9313 "mode": "time",
9314 "name": null,
9315 "show": true,
9316 "values": []
9317 },
9318 "yaxes": [
9319 {
9320 "format": "s",
9321 "label": "time",
9322 "logBase": 1,
9323 "max": null,
9324 "min": "0",
9325 "show": true
9326 },
9327 {
9328 "format": "short",
9329 "label": null,
9330 "logBase": 1,
9331 "max": null,
9332 "min": null,
9333 "show": false
9334 }
9335 ],
9336 "yaxis": {
9337 "align": false,
9338 "alignLevel": null
9339 }
9340 },
9341 {
9342 "aliasColors": {},
9343 "bars": false,
9344 "dashLength": 10,
9345 "dashes": false,
9346 "datasource": "ace-ntt",
9347 "description": "",
9348 "fill": 2,
9349 "fillGradient": 0,
9350 "gridPos": {
9351 "h": 10,
9352 "w": 12,
9353 "x": 0,
9354 "y": 59
9355 },
9356 "hiddenSeries": false,
9357 "id": 34,
9358 "legend": {
9359 "alignAsTable": true,
9360 "avg": true,
9361 "current": true,
9362 "hideZero": true,
9363 "max": true,
9364 "min": true,
9365 "rightSide": false,
9366 "show": true,
9367 "sort": "current",
9368 "sortDesc": true,
9369 "total": false,
9370 "values": true
9371 },
9372 "lines": true,
9373 "linewidth": 1,
9374 "links": [],
9375 "maxPerRow": 6,
9376 "nullPointMode": "null",
9377 "options": {
9378 "dataLinks": []
9379 },
9380 "percentage": false,
9381 "pointradius": 5,
9382 "points": false,
9383 "renderer": "flot",
9384 "seriesOverrides": [
9385 {
9386 "alias": "/.*sda_.*/",
9387 "color": "#7EB26D"
9388 },
9389 {
9390 "alias": "/.*sdb_.*/",
9391 "color": "#EAB839"
9392 },
9393 {
9394 "alias": "/.*sdc_.*/",
9395 "color": "#6ED0E0"
9396 },
9397 {
9398 "alias": "/.*sdd_.*/",
9399 "color": "#EF843C"
9400 },
9401 {
9402 "alias": "/.*sde_.*/",
9403 "color": "#E24D42"
9404 },
9405 {
9406 "alias": "/.*sda1.*/",
9407 "color": "#584477"
9408 },
9409 {
9410 "alias": "/.*sda2_.*/",
9411 "color": "#BA43A9"
9412 },
9413 {
9414 "alias": "/.*sda3_.*/",
9415 "color": "#F4D598"
9416 },
9417 {
9418 "alias": "/.*sdb1.*/",
9419 "color": "#0A50A1"
9420 },
9421 {
9422 "alias": "/.*sdb2.*/",
9423 "color": "#BF1B00"
9424 },
9425 {
9426 "alias": "/.*sdb3.*/",
9427 "color": "#E0752D"
9428 },
9429 {
9430 "alias": "/.*sdc1.*/",
9431 "color": "#962D82"
9432 },
9433 {
9434 "alias": "/.*sdc2.*/",
9435 "color": "#614D93"
9436 },
9437 {
9438 "alias": "/.*sdc3.*/",
9439 "color": "#9AC48A"
9440 },
9441 {
9442 "alias": "/.*sdd1.*/",
9443 "color": "#65C5DB"
9444 },
9445 {
9446 "alias": "/.*sdd2.*/",
9447 "color": "#F9934E"
9448 },
9449 {
9450 "alias": "/.*sdd3.*/",
9451 "color": "#EA6460"
9452 },
9453 {
9454 "alias": "/.*sde1.*/",
9455 "color": "#E0F9D7"
9456 },
9457 {
9458 "alias": "/.*sdd2.*/",
9459 "color": "#FCEACA"
9460 },
9461 {
9462 "alias": "/.*sde3.*/",
9463 "color": "#F9E2D2"
9464 }
9465 ],
9466 "spaceLength": 10,
9467 "stack": false,
9468 "steppedLine": false,
9469 "targets": [
9470 {
9471 "expr": "irate(node_disk_io_now{instance=\"$node\",job=\"$job\"}[5m])",
9472 "intervalFactor": 4,
9473 "legendFormat": "{{device}} - IO now",
9474 "refId": "A",
9475 "step": 8
9476 }
9477 ],
9478 "thresholds": [],
9479 "timeFrom": null,
9480 "timeRegions": [],
9481 "timeShift": null,
9482 "title": "Disk IOs Current in Progress",
9483 "tooltip": {
9484 "shared": false,
9485 "sort": 0,
9486 "value_type": "individual"
9487 },
9488 "type": "graph",
9489 "xaxis": {
9490 "buckets": null,
9491 "mode": "time",
9492 "name": null,
9493 "show": true,
9494 "values": []
9495 },
9496 "yaxes": [
9497 {
9498 "format": "iops",
9499 "label": "I/Os",
9500 "logBase": 1,
9501 "max": null,
9502 "min": "0",
9503 "show": true
9504 },
9505 {
9506 "format": "short",
9507 "label": null,
9508 "logBase": 1,
9509 "max": null,
9510 "min": null,
9511 "show": false
9512 }
9513 ],
9514 "yaxis": {
9515 "align": false,
9516 "alignLevel": null
9517 }
9518 },
9519 {
9520 "aliasColors": {},
9521 "bars": false,
9522 "dashLength": 10,
9523 "dashes": false,
9524 "datasource": "ace-ntt",
9525 "description": "",
9526 "fill": 2,
9527 "fillGradient": 0,
9528 "gridPos": {
9529 "h": 10,
9530 "w": 12,
9531 "x": 12,
9532 "y": 59
9533 },
9534 "hiddenSeries": false,
9535 "id": 301,
9536 "legend": {
9537 "alignAsTable": true,
9538 "avg": true,
9539 "current": true,
9540 "hideZero": true,
9541 "max": true,
9542 "min": true,
9543 "rightSide": false,
9544 "show": true,
9545 "total": false,
9546 "values": true
9547 },
9548 "lines": true,
9549 "linewidth": 1,
9550 "links": [],
9551 "maxPerRow": 6,
9552 "nullPointMode": "null as zero",
9553 "options": {
9554 "dataLinks": []
9555 },
9556 "percentage": false,
9557 "pointradius": 5,
9558 "points": false,
9559 "renderer": "flot",
9560 "seriesOverrides": [
9561 {
9562 "$$hashKey": "object:2034",
9563 "alias": "/.*sda_.*/",
9564 "color": "#7EB26D"
9565 },
9566 {
9567 "$$hashKey": "object:2035",
9568 "alias": "/.*sdb_.*/",
9569 "color": "#EAB839"
9570 },
9571 {
9572 "$$hashKey": "object:2036",
9573 "alias": "/.*sdc_.*/",
9574 "color": "#6ED0E0"
9575 },
9576 {
9577 "$$hashKey": "object:2037",
9578 "alias": "/.*sdd_.*/",
9579 "color": "#EF843C"
9580 },
9581 {
9582 "$$hashKey": "object:2038",
9583 "alias": "/.*sde_.*/",
9584 "color": "#E24D42"
9585 },
9586 {
9587 "$$hashKey": "object:2039",
9588 "alias": "/.*sda1.*/",
9589 "color": "#584477"
9590 },
9591 {
9592 "$$hashKey": "object:2040",
9593 "alias": "/.*sda2_.*/",
9594 "color": "#BA43A9"
9595 },
9596 {
9597 "$$hashKey": "object:2041",
9598 "alias": "/.*sda3_.*/",
9599 "color": "#F4D598"
9600 },
9601 {
9602 "$$hashKey": "object:2042",
9603 "alias": "/.*sdb1.*/",
9604 "color": "#0A50A1"
9605 },
9606 {
9607 "$$hashKey": "object:2043",
9608 "alias": "/.*sdb2.*/",
9609 "color": "#BF1B00"
9610 },
9611 {
9612 "$$hashKey": "object:2044",
9613 "alias": "/.*sdb3.*/",
9614 "color": "#E0752D"
9615 },
9616 {
9617 "$$hashKey": "object:2045",
9618 "alias": "/.*sdc1.*/",
9619 "color": "#962D82"
9620 },
9621 {
9622 "$$hashKey": "object:2046",
9623 "alias": "/.*sdc2.*/",
9624 "color": "#614D93"
9625 },
9626 {
9627 "$$hashKey": "object:2047",
9628 "alias": "/.*sdc3.*/",
9629 "color": "#9AC48A"
9630 },
9631 {
9632 "$$hashKey": "object:2048",
9633 "alias": "/.*sdd1.*/",
9634 "color": "#65C5DB"
9635 },
9636 {
9637 "$$hashKey": "object:2049",
9638 "alias": "/.*sdd2.*/",
9639 "color": "#F9934E"
9640 },
9641 {
9642 "$$hashKey": "object:2050",
9643 "alias": "/.*sdd3.*/",
9644 "color": "#EA6460"
9645 },
9646 {
9647 "$$hashKey": "object:2051",
9648 "alias": "/.*sde1.*/",
9649 "color": "#E0F9D7"
9650 },
9651 {
9652 "$$hashKey": "object:2052",
9653 "alias": "/.*sdd2.*/",
9654 "color": "#FCEACA"
9655 },
9656 {
9657 "$$hashKey": "object:2053",
9658 "alias": "/.*sde3.*/",
9659 "color": "#F9E2D2"
9660 }
9661 ],
9662 "spaceLength": 10,
9663 "stack": false,
9664 "steppedLine": false,
9665 "targets": [
9666 {
9667 "expr": "irate(node_disk_discards_completed_total{instance=\"$node\",job=\"$job\"}[5m])",
9668 "interval": "",
9669 "intervalFactor": 4,
9670 "legendFormat": "{{device}} - Discards completed",
9671 "refId": "A",
9672 "step": 8
9673 },
9674 {
9675 "expr": "irate(node_disk_discards_merged_total{instance=\"$node\",job=\"$job\"}[5m])",
9676 "interval": "",
9677 "intervalFactor": 2,
9678 "legendFormat": "{{device}} - Discards merged",
9679 "refId": "B",
9680 "step": 4
9681 }
9682 ],
9683 "thresholds": [],
9684 "timeFrom": null,
9685 "timeRegions": [],
9686 "timeShift": null,
9687 "title": "Disk IOps Discards completed / merged",
9688 "tooltip": {
9689 "shared": false,
9690 "sort": 0,
9691 "value_type": "individual"
9692 },
9693 "type": "graph",
9694 "xaxis": {
9695 "buckets": null,
9696 "mode": "time",
9697 "name": null,
9698 "show": true,
9699 "values": []
9700 },
9701 "yaxes": [
9702 {
9703 "$$hashKey": "object:2186",
9704 "format": "iops",
9705 "label": "IOs",
9706 "logBase": 1,
9707 "max": null,
9708 "min": null,
9709 "show": true
9710 },
9711 {
9712 "$$hashKey": "object:2187",
9713 "format": "short",
9714 "label": null,
9715 "logBase": 1,
9716 "max": null,
9717 "min": null,
9718 "show": false
9719 }
9720 ],
9721 "yaxis": {
9722 "align": false,
9723 "alignLevel": null
9724 }
9725 }
9726 ],
9727 "repeat": null,
9728 "title": "Storage Disk",
9729 "type": "row"
9730 },
9731 {
9732 "collapsed": true,
9733 "datasource": "ace-ntt",
9734 "gridPos": {
9735 "h": 1,
9736 "w": 24,
9737 "x": 0,
9738 "y": 33
9739 },
9740 "id": 271,
9741 "panels": [
9742 {
9743 "aliasColors": {},
9744 "bars": false,
9745 "dashLength": 10,
9746 "dashes": false,
9747 "datasource": "ace-ntt",
9748 "decimals": 3,
9749 "description": "",
9750 "fill": 2,
9751 "fillGradient": 0,
9752 "gridPos": {
9753 "h": 10,
9754 "w": 12,
9755 "x": 0,
9756 "y": 78
9757 },
9758 "hiddenSeries": false,
9759 "id": 43,
9760 "legend": {
9761 "alignAsTable": true,
9762 "avg": true,
9763 "current": true,
9764 "max": true,
9765 "min": true,
9766 "rightSide": false,
9767 "show": true,
9768 "total": false,
9769 "values": true
9770 },
9771 "lines": true,
9772 "linewidth": 1,
9773 "links": [],
9774 "maxPerRow": 6,
9775 "nullPointMode": "null",
9776 "options": {
9777 "dataLinks": []
9778 },
9779 "percentage": false,
9780 "pointradius": 5,
9781 "points": false,
9782 "renderer": "flot",
9783 "seriesOverrides": [],
9784 "spaceLength": 10,
9785 "stack": false,
9786 "steppedLine": false,
9787 "targets": [
9788 {
9789 "expr": "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9790 "format": "time_series",
9791 "hide": false,
9792 "intervalFactor": 2,
9793 "legendFormat": "{{mountpoint}} - Available",
9794 "metric": "",
9795 "refId": "A",
9796 "step": 4
9797 },
9798 {
9799 "expr": "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9800 "format": "time_series",
9801 "hide": true,
9802 "intervalFactor": 2,
9803 "legendFormat": "{{mountpoint}} - Free",
9804 "refId": "B",
9805 "step": 2
9806 },
9807 {
9808 "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9809 "format": "time_series",
9810 "hide": true,
9811 "intervalFactor": 2,
9812 "legendFormat": "{{mountpoint}} - Size",
9813 "refId": "C",
9814 "step": 2
9815 }
9816 ],
9817 "thresholds": [],
9818 "timeFrom": null,
9819 "timeRegions": [],
9820 "timeShift": null,
9821 "title": "Filesystem space available",
9822 "tooltip": {
9823 "shared": true,
9824 "sort": 0,
9825 "value_type": "individual"
9826 },
9827 "type": "graph",
9828 "xaxis": {
9829 "buckets": null,
9830 "mode": "time",
9831 "name": null,
9832 "show": true,
9833 "values": []
9834 },
9835 "yaxes": [
9836 {
9837 "$$hashKey": "object:3826",
9838 "format": "bytes",
9839 "label": "bytes",
9840 "logBase": 1,
9841 "max": null,
9842 "min": "0",
9843 "show": true
9844 },
9845 {
9846 "$$hashKey": "object:3827",
9847 "format": "short",
9848 "label": null,
9849 "logBase": 1,
9850 "max": null,
9851 "min": null,
9852 "show": false
9853 }
9854 ],
9855 "yaxis": {
9856 "align": false,
9857 "alignLevel": null
9858 }
9859 },
9860 {
9861 "aliasColors": {},
9862 "bars": false,
9863 "dashLength": 10,
9864 "dashes": false,
9865 "datasource": "ace-ntt",
9866 "description": "",
9867 "fill": 2,
9868 "fillGradient": 0,
9869 "gridPos": {
9870 "h": 10,
9871 "w": 12,
9872 "x": 12,
9873 "y": 78
9874 },
9875 "hiddenSeries": false,
9876 "id": 41,
9877 "legend": {
9878 "alignAsTable": true,
9879 "avg": true,
9880 "current": true,
9881 "hideZero": true,
9882 "max": true,
9883 "min": true,
9884 "rightSide": false,
9885 "show": true,
9886 "total": false,
9887 "values": true
9888 },
9889 "lines": true,
9890 "linewidth": 1,
9891 "links": [],
9892 "nullPointMode": "null",
9893 "options": {
9894 "dataLinks": []
9895 },
9896 "percentage": false,
9897 "pointradius": 5,
9898 "points": false,
9899 "renderer": "flot",
9900 "seriesOverrides": [],
9901 "spaceLength": 10,
9902 "stack": false,
9903 "steppedLine": false,
9904 "targets": [
9905 {
9906 "expr": "node_filesystem_files_free{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
9907 "format": "time_series",
9908 "hide": false,
9909 "intervalFactor": 2,
9910 "legendFormat": "{{mountpoint}} - Free file nodes",
9911 "refId": "A",
9912 "step": 4
9913 }
9914 ],
9915 "thresholds": [],
9916 "timeFrom": null,
9917 "timeRegions": [],
9918 "timeShift": null,
9919 "title": "File Nodes Free",
9920 "tooltip": {
9921 "shared": true,
9922 "sort": 0,
9923 "value_type": "individual"
9924 },
9925 "type": "graph",
9926 "xaxis": {
9927 "buckets": null,
9928 "mode": "time",
9929 "name": null,
9930 "show": true,
9931 "values": []
9932 },
9933 "yaxes": [
9934 {
9935 "$$hashKey": "object:3894",
9936 "format": "short",
9937 "label": "file nodes",
9938 "logBase": 1,
9939 "max": null,
9940 "min": "0",
9941 "show": true
9942 },
9943 {
9944 "$$hashKey": "object:3895",
9945 "format": "short",
9946 "label": null,
9947 "logBase": 1,
9948 "max": null,
9949 "min": null,
9950 "show": false
9951 }
9952 ],
9953 "yaxis": {
9954 "align": false,
9955 "alignLevel": null
9956 }
9957 },
9958 {
9959 "aliasColors": {},
9960 "bars": false,
9961 "dashLength": 10,
9962 "dashes": false,
9963 "datasource": "ace-ntt",
9964 "description": "",
9965 "fill": 2,
9966 "fillGradient": 0,
9967 "gridPos": {
9968 "h": 10,
9969 "w": 12,
9970 "x": 0,
9971 "y": 88
9972 },
9973 "hiddenSeries": false,
9974 "id": 28,
9975 "legend": {
9976 "alignAsTable": true,
9977 "avg": true,
9978 "current": true,
9979 "max": true,
9980 "min": true,
9981 "show": true,
9982 "total": false,
9983 "values": true
9984 },
9985 "lines": true,
9986 "linewidth": 1,
9987 "links": [],
9988 "maxPerRow": 6,
9989 "nullPointMode": "null",
9990 "options": {
9991 "dataLinks": []
9992 },
9993 "percentage": false,
9994 "pointradius": 5,
9995 "points": false,
9996 "renderer": "flot",
9997 "seriesOverrides": [],
9998 "spaceLength": 10,
9999 "stack": false,
10000 "steppedLine": false,
10001 "targets": [
10002 {
10003 "expr": "node_filefd_maximum{instance=\"$node\",job=\"$job\"}",
10004 "format": "time_series",
10005 "intervalFactor": 4,
10006 "legendFormat": "Max open files",
10007 "refId": "A",
10008 "step": 8
10009 },
10010 {
10011 "expr": "node_filefd_allocated{instance=\"$node\",job=\"$job\"}",
10012 "format": "time_series",
10013 "intervalFactor": 2,
10014 "legendFormat": "Open files",
10015 "refId": "B",
10016 "step": 4
10017 }
10018 ],
10019 "thresholds": [],
10020 "timeFrom": null,
10021 "timeRegions": [],
10022 "timeShift": null,
10023 "title": "File Descriptor",
10024 "tooltip": {
10025 "shared": false,
10026 "sort": 0,
10027 "value_type": "individual"
10028 },
10029 "type": "graph",
10030 "xaxis": {
10031 "buckets": null,
10032 "mode": "time",
10033 "name": null,
10034 "show": true,
10035 "values": []
10036 },
10037 "yaxes": [
10038 {
10039 "format": "short",
10040 "label": "files",
10041 "logBase": 1,
10042 "max": null,
10043 "min": "0",
10044 "show": true
10045 },
10046 {
10047 "format": "short",
10048 "label": null,
10049 "logBase": 1,
10050 "max": null,
10051 "min": null,
10052 "show": false
10053 }
10054 ],
10055 "yaxis": {
10056 "align": false,
10057 "alignLevel": null
10058 }
10059 },
10060 {
10061 "aliasColors": {},
10062 "bars": false,
10063 "dashLength": 10,
10064 "dashes": false,
10065 "datasource": "ace-ntt",
10066 "description": "",
10067 "fill": 2,
10068 "fillGradient": 0,
10069 "gridPos": {
10070 "h": 10,
10071 "w": 12,
10072 "x": 12,
10073 "y": 88
10074 },
10075 "hiddenSeries": false,
10076 "id": 219,
10077 "legend": {
10078 "alignAsTable": true,
10079 "avg": true,
10080 "current": true,
10081 "hideZero": true,
10082 "max": true,
10083 "min": true,
10084 "rightSide": false,
10085 "show": true,
10086 "total": false,
10087 "values": true
10088 },
10089 "lines": true,
10090 "linewidth": 1,
10091 "links": [],
10092 "nullPointMode": "null",
10093 "options": {
10094 "dataLinks": []
10095 },
10096 "percentage": false,
10097 "pointradius": 5,
10098 "points": false,
10099 "renderer": "flot",
10100 "seriesOverrides": [],
10101 "spaceLength": 10,
10102 "stack": false,
10103 "steppedLine": false,
10104 "targets": [
10105 {
10106 "expr": "node_filesystem_files{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
10107 "format": "time_series",
10108 "hide": false,
10109 "intervalFactor": 2,
10110 "legendFormat": "{{mountpoint}} - File nodes total",
10111 "refId": "A",
10112 "step": 4
10113 }
10114 ],
10115 "thresholds": [],
10116 "timeFrom": null,
10117 "timeRegions": [],
10118 "timeShift": null,
10119 "title": "File Nodes Size",
10120 "tooltip": {
10121 "shared": true,
10122 "sort": 0,
10123 "value_type": "individual"
10124 },
10125 "type": "graph",
10126 "xaxis": {
10127 "buckets": null,
10128 "mode": "time",
10129 "name": null,
10130 "show": true,
10131 "values": []
10132 },
10133 "yaxes": [
10134 {
10135 "format": "short",
10136 "label": "file Nodes",
10137 "logBase": 1,
10138 "max": null,
10139 "min": "0",
10140 "show": true
10141 },
10142 {
10143 "format": "short",
10144 "label": null,
10145 "logBase": 1,
10146 "max": null,
10147 "min": null,
10148 "show": false
10149 }
10150 ],
10151 "yaxis": {
10152 "align": false,
10153 "alignLevel": null
10154 }
10155 },
10156 {
10157 "aliasColors": {
10158 "/ ReadOnly": "#890F02"
10159 },
10160 "bars": false,
10161 "dashLength": 10,
10162 "dashes": false,
10163 "datasource": "ace-ntt",
10164 "decimals": null,
10165 "description": "",
10166 "fill": 2,
10167 "fillGradient": 0,
10168 "gridPos": {
10169 "h": 10,
10170 "w": 12,
10171 "x": 0,
10172 "y": 98
10173 },
10174 "hiddenSeries": false,
10175 "id": 44,
10176 "legend": {
10177 "alignAsTable": true,
10178 "avg": true,
10179 "current": true,
10180 "hideEmpty": true,
10181 "hideZero": true,
10182 "max": true,
10183 "min": true,
10184 "rightSide": false,
10185 "show": true,
10186 "total": false,
10187 "values": true
10188 },
10189 "lines": true,
10190 "linewidth": 1,
10191 "links": [],
10192 "maxPerRow": 6,
10193 "nullPointMode": "null",
10194 "options": {
10195 "dataLinks": []
10196 },
10197 "percentage": false,
10198 "pointradius": 5,
10199 "points": false,
10200 "renderer": "flot",
10201 "seriesOverrides": [],
10202 "spaceLength": 10,
10203 "stack": true,
10204 "steppedLine": false,
10205 "targets": [
10206 {
10207 "expr": "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
10208 "format": "time_series",
10209 "intervalFactor": 2,
10210 "legendFormat": "{{mountpoint}} - ReadOnly",
10211 "refId": "A",
10212 "step": 4
10213 },
10214 {
10215 "expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}",
10216 "format": "time_series",
10217 "interval": "",
10218 "intervalFactor": 2,
10219 "legendFormat": "{{mountpoint}} - Device error",
10220 "refId": "B",
10221 "step": 4
10222 }
10223 ],
10224 "thresholds": [],
10225 "timeFrom": null,
10226 "timeRegions": [],
10227 "timeShift": null,
10228 "title": "Filesystem in ReadOnly / Error",
10229 "tooltip": {
10230 "shared": true,
10231 "sort": 0,
10232 "value_type": "individual"
10233 },
10234 "type": "graph",
10235 "xaxis": {
10236 "buckets": null,
10237 "mode": "time",
10238 "name": null,
10239 "show": true,
10240 "values": []
10241 },
10242 "yaxes": [
10243 {
10244 "$$hashKey": "object:3670",
10245 "format": "short",
10246 "label": "counter",
10247 "logBase": 1,
10248 "max": "1",
10249 "min": "0",
10250 "show": true
10251 },
10252 {
10253 "$$hashKey": "object:3671",
10254 "format": "short",
10255 "label": null,
10256 "logBase": 1,
10257 "max": null,
10258 "min": null,
10259 "show": false
10260 }
10261 ],
10262 "yaxis": {
10263 "align": false,
10264 "alignLevel": null
10265 }
10266 }
10267 ],
10268 "repeat": null,
10269 "title": "Storage Filesystem",
10270 "type": "row"
10271 },
10272 {
10273 "collapsed": true,
10274 "datasource": "ace-ntt",
10275 "gridPos": {
10276 "h": 1,
10277 "w": 24,
10278 "x": 0,
10279 "y": 34
10280 },
10281 "id": 272,
10282 "panels": [
10283 {
10284 "aliasColors": {
10285 "receive_packets_eth0": "#7EB26D",
10286 "receive_packets_lo": "#E24D42",
10287 "transmit_packets_eth0": "#7EB26D",
10288 "transmit_packets_lo": "#E24D42"
10289 },
10290 "bars": false,
10291 "dashLength": 10,
10292 "dashes": false,
10293 "datasource": "ace-ntt",
10294 "fill": 2,
10295 "fillGradient": 0,
10296 "gridPos": {
10297 "h": 10,
10298 "w": 12,
10299 "x": 0,
10300 "y": 30
10301 },
10302 "hiddenSeries": false,
10303 "id": 60,
10304 "legend": {
10305 "alignAsTable": true,
10306 "avg": true,
10307 "current": true,
10308 "max": true,
10309 "min": true,
10310 "rightSide": false,
10311 "show": true,
10312 "sideWidth": 300,
10313 "total": false,
10314 "values": true
10315 },
10316 "lines": true,
10317 "linewidth": 1,
10318 "links": [],
10319 "nullPointMode": "null",
10320 "options": {
10321 "dataLinks": []
10322 },
10323 "percentage": false,
10324 "pointradius": 5,
10325 "points": false,
10326 "renderer": "flot",
10327 "seriesOverrides": [
10328 {
10329 "alias": "/.*Trans.*/",
10330 "transform": "negative-Y"
10331 }
10332 ],
10333 "spaceLength": 10,
10334 "stack": false,
10335 "steppedLine": false,
10336 "targets": [
10337 {
10338 "expr": "irate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[5m])",
10339 "format": "time_series",
10340 "interval": "",
10341 "intervalFactor": 2,
10342 "legendFormat": "{{device}} - Receive",
10343 "refId": "A",
10344 "step": 4
10345 },
10346 {
10347 "expr": "irate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[5m])",
10348 "format": "time_series",
10349 "interval": "",
10350 "intervalFactor": 2,
10351 "legendFormat": "{{device}} - Transmit",
10352 "refId": "B",
10353 "step": 4
10354 }
10355 ],
10356 "thresholds": [],
10357 "timeFrom": null,
10358 "timeRegions": [],
10359 "timeShift": null,
10360 "title": "Network Traffic by Packets",
10361 "tooltip": {
10362 "shared": true,
10363 "sort": 0,
10364 "value_type": "individual"
10365 },
10366 "type": "graph",
10367 "xaxis": {
10368 "buckets": null,
10369 "mode": "time",
10370 "name": null,
10371 "show": true,
10372 "values": []
10373 },
10374 "yaxes": [
10375 {
10376 "format": "pps",
10377 "label": "packets out (-) / in (+)",
10378 "logBase": 1,
10379 "max": null,
10380 "min": null,
10381 "show": true
10382 },
10383 {
10384 "format": "short",
10385 "label": null,
10386 "logBase": 1,
10387 "max": null,
10388 "min": null,
10389 "show": false
10390 }
10391 ],
10392 "yaxis": {
10393 "align": false,
10394 "alignLevel": null
10395 }
10396 },
10397 {
10398 "aliasColors": {},
10399 "bars": false,
10400 "dashLength": 10,
10401 "dashes": false,
10402 "datasource": "ace-ntt",
10403 "fill": 2,
10404 "fillGradient": 0,
10405 "gridPos": {
10406 "h": 10,
10407 "w": 12,
10408 "x": 12,
10409 "y": 30
10410 },
10411 "hiddenSeries": false,
10412 "id": 142,
10413 "legend": {
10414 "alignAsTable": true,
10415 "avg": true,
10416 "current": true,
10417 "hideEmpty": false,
10418 "hideZero": false,
10419 "max": true,
10420 "min": true,
10421 "rightSide": false,
10422 "show": true,
10423 "sideWidth": 300,
10424 "sort": "current",
10425 "sortDesc": true,
10426 "total": false,
10427 "values": true
10428 },
10429 "lines": true,
10430 "linewidth": 1,
10431 "links": [],
10432 "nullPointMode": "null",
10433 "options": {
10434 "dataLinks": []
10435 },
10436 "percentage": false,
10437 "pointradius": 5,
10438 "points": false,
10439 "renderer": "flot",
10440 "seriesOverrides": [
10441 {
10442 "alias": "/.*Trans.*/",
10443 "transform": "negative-Y"
10444 }
10445 ],
10446 "spaceLength": 10,
10447 "stack": false,
10448 "steppedLine": false,
10449 "targets": [
10450 {
10451 "expr": "irate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[5m])",
10452 "format": "time_series",
10453 "intervalFactor": 2,
10454 "legendFormat": "{{device}} - Receive errors",
10455 "refId": "A",
10456 "step": 4
10457 },
10458 {
10459 "expr": "irate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[5m])",
10460 "format": "time_series",
10461 "intervalFactor": 2,
10462 "legendFormat": "{{device}} - Rransmit errors",
10463 "refId": "B",
10464 "step": 4
10465 }
10466 ],
10467 "thresholds": [],
10468 "timeFrom": null,
10469 "timeRegions": [],
10470 "timeShift": null,
10471 "title": "Network Traffic Errors",
10472 "tooltip": {
10473 "shared": true,
10474 "sort": 0,
10475 "value_type": "individual"
10476 },
10477 "type": "graph",
10478 "xaxis": {
10479 "buckets": null,
10480 "mode": "time",
10481 "name": null,
10482 "show": true,
10483 "values": []
10484 },
10485 "yaxes": [
10486 {
10487 "format": "pps",
10488 "label": "packets out (-) / in (+)",
10489 "logBase": 1,
10490 "max": null,
10491 "min": null,
10492 "show": true
10493 },
10494 {
10495 "format": "short",
10496 "label": null,
10497 "logBase": 1,
10498 "max": null,
10499 "min": null,
10500 "show": false
10501 }
10502 ],
10503 "yaxis": {
10504 "align": false,
10505 "alignLevel": null
10506 }
10507 },
10508 {
10509 "aliasColors": {},
10510 "bars": false,
10511 "dashLength": 10,
10512 "dashes": false,
10513 "datasource": "ace-ntt",
10514 "fill": 2,
10515 "fillGradient": 0,
10516 "gridPos": {
10517 "h": 10,
10518 "w": 12,
10519 "x": 0,
10520 "y": 40
10521 },
10522 "hiddenSeries": false,
10523 "id": 143,
10524 "legend": {
10525 "alignAsTable": true,
10526 "avg": true,
10527 "current": true,
10528 "hideEmpty": false,
10529 "hideZero": false,
10530 "max": true,
10531 "min": true,
10532 "rightSide": false,
10533 "show": true,
10534 "sideWidth": 300,
10535 "sort": "current",
10536 "sortDesc": true,
10537 "total": false,
10538 "values": true
10539 },
10540 "lines": true,
10541 "linewidth": 1,
10542 "links": [],
10543 "nullPointMode": "null",
10544 "options": {
10545 "dataLinks": []
10546 },
10547 "percentage": false,
10548 "pointradius": 5,
10549 "points": false,
10550 "renderer": "flot",
10551 "seriesOverrides": [
10552 {
10553 "alias": "/.*Trans.*/",
10554 "transform": "negative-Y"
10555 }
10556 ],
10557 "spaceLength": 10,
10558 "stack": false,
10559 "steppedLine": false,
10560 "targets": [
10561 {
10562 "expr": "irate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[5m])",
10563 "format": "time_series",
10564 "intervalFactor": 2,
10565 "legendFormat": "{{device}} - Receive drop",
10566 "refId": "A",
10567 "step": 4
10568 },
10569 {
10570 "expr": "irate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[5m])",
10571 "format": "time_series",
10572 "intervalFactor": 2,
10573 "legendFormat": "{{device}} - Transmit drop",
10574 "refId": "B",
10575 "step": 4
10576 }
10577 ],
10578 "thresholds": [],
10579 "timeFrom": null,
10580 "timeRegions": [],
10581 "timeShift": null,
10582 "title": "Network Traffic Drop",
10583 "tooltip": {
10584 "shared": true,
10585 "sort": 0,
10586 "value_type": "individual"
10587 },
10588 "type": "graph",
10589 "xaxis": {
10590 "buckets": null,
10591 "mode": "time",
10592 "name": null,
10593 "show": true,
10594 "values": []
10595 },
10596 "yaxes": [
10597 {
10598 "format": "pps",
10599 "label": "packets out (-) / in (+)",
10600 "logBase": 1,
10601 "max": null,
10602 "min": null,
10603 "show": true
10604 },
10605 {
10606 "format": "short",
10607 "label": null,
10608 "logBase": 1,
10609 "max": null,
10610 "min": null,
10611 "show": false
10612 }
10613 ],
10614 "yaxis": {
10615 "align": false,
10616 "alignLevel": null
10617 }
10618 },
10619 {
10620 "aliasColors": {},
10621 "bars": false,
10622 "dashLength": 10,
10623 "dashes": false,
10624 "datasource": "ace-ntt",
10625 "fill": 2,
10626 "fillGradient": 0,
10627 "gridPos": {
10628 "h": 10,
10629 "w": 12,
10630 "x": 12,
10631 "y": 40
10632 },
10633 "hiddenSeries": false,
10634 "id": 141,
10635 "legend": {
10636 "alignAsTable": true,
10637 "avg": true,
10638 "current": true,
10639 "hideEmpty": false,
10640 "hideZero": false,
10641 "max": true,
10642 "min": true,
10643 "rightSide": false,
10644 "show": true,
10645 "sideWidth": 300,
10646 "sort": "current",
10647 "sortDesc": true,
10648 "total": false,
10649 "values": true
10650 },
10651 "lines": true,
10652 "linewidth": 1,
10653 "links": [],
10654 "nullPointMode": "null",
10655 "options": {
10656 "dataLinks": []
10657 },
10658 "percentage": false,
10659 "pointradius": 5,
10660 "points": false,
10661 "renderer": "flot",
10662 "seriesOverrides": [
10663 {
10664 "alias": "/.*Trans.*/",
10665 "transform": "negative-Y"
10666 }
10667 ],
10668 "spaceLength": 10,
10669 "stack": false,
10670 "steppedLine": false,
10671 "targets": [
10672 {
10673 "expr": "irate(node_network_receive_compressed_total{instance=\"$node\",job=\"$job\"}[5m])",
10674 "format": "time_series",
10675 "intervalFactor": 2,
10676 "legendFormat": "{{device}} - Receive compressed",
10677 "refId": "A",
10678 "step": 4
10679 },
10680 {
10681 "expr": "irate(node_network_transmit_compressed_total{instance=\"$node\",job=\"$job\"}[5m])",
10682 "format": "time_series",
10683 "intervalFactor": 2,
10684 "legendFormat": "{{device}} - Transmit compressed",
10685 "refId": "B",
10686 "step": 4
10687 }
10688 ],
10689 "thresholds": [],
10690 "timeFrom": null,
10691 "timeRegions": [],
10692 "timeShift": null,
10693 "title": "Network Traffic Compressed",
10694 "tooltip": {
10695 "shared": true,
10696 "sort": 0,
10697 "value_type": "individual"
10698 },
10699 "type": "graph",
10700 "xaxis": {
10701 "buckets": null,
10702 "mode": "time",
10703 "name": null,
10704 "show": true,
10705 "values": []
10706 },
10707 "yaxes": [
10708 {
10709 "format": "pps",
10710 "label": "packets out (-) / in (+)",
10711 "logBase": 1,
10712 "max": null,
10713 "min": null,
10714 "show": true
10715 },
10716 {
10717 "format": "short",
10718 "label": null,
10719 "logBase": 1,
10720 "max": null,
10721 "min": null,
10722 "show": false
10723 }
10724 ],
10725 "yaxis": {
10726 "align": false,
10727 "alignLevel": null
10728 }
10729 },
10730 {
10731 "aliasColors": {},
10732 "bars": false,
10733 "dashLength": 10,
10734 "dashes": false,
10735 "datasource": "ace-ntt",
10736 "fill": 2,
10737 "fillGradient": 0,
10738 "gridPos": {
10739 "h": 10,
10740 "w": 12,
10741 "x": 0,
10742 "y": 50
10743 },
10744 "hiddenSeries": false,
10745 "id": 146,
10746 "legend": {
10747 "alignAsTable": true,
10748 "avg": true,
10749 "current": true,
10750 "hideEmpty": false,
10751 "hideZero": false,
10752 "max": true,
10753 "min": true,
10754 "rightSide": false,
10755 "show": true,
10756 "sideWidth": 300,
10757 "sort": "current",
10758 "sortDesc": true,
10759 "total": false,
10760 "values": true
10761 },
10762 "lines": true,
10763 "linewidth": 1,
10764 "links": [],
10765 "nullPointMode": "null",
10766 "options": {
10767 "dataLinks": []
10768 },
10769 "percentage": false,
10770 "pointradius": 5,
10771 "points": false,
10772 "renderer": "flot",
10773 "seriesOverrides": [
10774 {
10775 "alias": "/.*Trans.*/",
10776 "transform": "negative-Y"
10777 }
10778 ],
10779 "spaceLength": 10,
10780 "stack": false,
10781 "steppedLine": false,
10782 "targets": [
10783 {
10784 "expr": "irate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[5m])",
10785 "format": "time_series",
10786 "intervalFactor": 2,
10787 "legendFormat": "{{device}} - Receive multicast",
10788 "refId": "A",
10789 "step": 4
10790 }
10791 ],
10792 "thresholds": [],
10793 "timeFrom": null,
10794 "timeRegions": [],
10795 "timeShift": null,
10796 "title": "Network Traffic Multicast",
10797 "tooltip": {
10798 "shared": true,
10799 "sort": 0,
10800 "value_type": "individual"
10801 },
10802 "type": "graph",
10803 "xaxis": {
10804 "buckets": null,
10805 "mode": "time",
10806 "name": null,
10807 "show": true,
10808 "values": []
10809 },
10810 "yaxes": [
10811 {
10812 "format": "pps",
10813 "label": "packets out (-) / in (+)",
10814 "logBase": 1,
10815 "max": null,
10816 "min": null,
10817 "show": true
10818 },
10819 {
10820 "format": "short",
10821 "label": null,
10822 "logBase": 1,
10823 "max": null,
10824 "min": null,
10825 "show": false
10826 }
10827 ],
10828 "yaxis": {
10829 "align": false,
10830 "alignLevel": null
10831 }
10832 },
10833 {
10834 "aliasColors": {},
10835 "bars": false,
10836 "dashLength": 10,
10837 "dashes": false,
10838 "datasource": "ace-ntt",
10839 "fill": 2,
10840 "fillGradient": 0,
10841 "gridPos": {
10842 "h": 10,
10843 "w": 12,
10844 "x": 12,
10845 "y": 50
10846 },
10847 "hiddenSeries": false,
10848 "id": 144,
10849 "legend": {
10850 "alignAsTable": true,
10851 "avg": true,
10852 "current": true,
10853 "hideEmpty": false,
10854 "hideZero": false,
10855 "max": true,
10856 "min": true,
10857 "rightSide": false,
10858 "show": true,
10859 "sideWidth": 300,
10860 "sort": "current",
10861 "sortDesc": true,
10862 "total": false,
10863 "values": true
10864 },
10865 "lines": true,
10866 "linewidth": 1,
10867 "links": [],
10868 "nullPointMode": "null",
10869 "options": {
10870 "dataLinks": []
10871 },
10872 "percentage": false,
10873 "pointradius": 5,
10874 "points": false,
10875 "renderer": "flot",
10876 "seriesOverrides": [
10877 {
10878 "alias": "/.*Trans.*/",
10879 "transform": "negative-Y"
10880 }
10881 ],
10882 "spaceLength": 10,
10883 "stack": false,
10884 "steppedLine": false,
10885 "targets": [
10886 {
10887 "expr": "irate(node_network_receive_fifo_total{instance=\"$node\",job=\"$job\"}[5m])",
10888 "format": "time_series",
10889 "intervalFactor": 2,
10890 "legendFormat": "{{device}} - Receive fifo",
10891 "refId": "A",
10892 "step": 4
10893 },
10894 {
10895 "expr": "irate(node_network_transmit_fifo_total{instance=\"$node\",job=\"$job\"}[5m])",
10896 "format": "time_series",
10897 "intervalFactor": 2,
10898 "legendFormat": "{{device}} - Transmit fifo",
10899 "refId": "B",
10900 "step": 4
10901 }
10902 ],
10903 "thresholds": [],
10904 "timeFrom": null,
10905 "timeRegions": [],
10906 "timeShift": null,
10907 "title": "Network Traffic Fifo",
10908 "tooltip": {
10909 "shared": true,
10910 "sort": 0,
10911 "value_type": "individual"
10912 },
10913 "type": "graph",
10914 "xaxis": {
10915 "buckets": null,
10916 "mode": "time",
10917 "name": null,
10918 "show": true,
10919 "values": []
10920 },
10921 "yaxes": [
10922 {
10923 "format": "pps",
10924 "label": "packets out (-) / in (+)",
10925 "logBase": 1,
10926 "max": null,
10927 "min": null,
10928 "show": true
10929 },
10930 {
10931 "format": "short",
10932 "label": null,
10933 "logBase": 1,
10934 "max": null,
10935 "min": null,
10936 "show": false
10937 }
10938 ],
10939 "yaxis": {
10940 "align": false,
10941 "alignLevel": null
10942 }
10943 },
10944 {
10945 "aliasColors": {},
10946 "bars": false,
10947 "dashLength": 10,
10948 "dashes": false,
10949 "datasource": "ace-ntt",
10950 "fill": 2,
10951 "fillGradient": 0,
10952 "gridPos": {
10953 "h": 10,
10954 "w": 12,
10955 "x": 0,
10956 "y": 60
10957 },
10958 "hiddenSeries": false,
10959 "id": 145,
10960 "legend": {
10961 "alignAsTable": true,
10962 "avg": true,
10963 "current": true,
10964 "hideEmpty": false,
10965 "hideZero": false,
10966 "max": true,
10967 "min": true,
10968 "rightSide": false,
10969 "show": true,
10970 "sideWidth": 300,
10971 "sort": "current",
10972 "sortDesc": true,
10973 "total": false,
10974 "values": true
10975 },
10976 "lines": true,
10977 "linewidth": 1,
10978 "links": [],
10979 "nullPointMode": "null",
10980 "options": {
10981 "dataLinks": []
10982 },
10983 "percentage": false,
10984 "pointradius": 5,
10985 "points": false,
10986 "renderer": "flot",
10987 "seriesOverrides": [
10988 {
10989 "$$hashKey": "object:576",
10990 "alias": "/.*Trans.*/",
10991 "transform": "negative-Y"
10992 }
10993 ],
10994 "spaceLength": 10,
10995 "stack": false,
10996 "steppedLine": false,
10997 "targets": [
10998 {
10999 "expr": "irate(node_network_receive_frame_total{instance=\"$node\",job=\"$job\"}[5m])",
11000 "format": "time_series",
11001 "hide": false,
11002 "intervalFactor": 2,
11003 "legendFormat": "{{device}} - Receive frame",
11004 "refId": "A",
11005 "step": 4
11006 }
11007 ],
11008 "thresholds": [],
11009 "timeFrom": null,
11010 "timeRegions": [],
11011 "timeShift": null,
11012 "title": "Network Traffic Frame",
11013 "tooltip": {
11014 "shared": true,
11015 "sort": 0,
11016 "value_type": "individual"
11017 },
11018 "type": "graph",
11019 "xaxis": {
11020 "buckets": null,
11021 "mode": "time",
11022 "name": null,
11023 "show": true,
11024 "values": []
11025 },
11026 "yaxes": [
11027 {
11028 "$$hashKey": "object:589",
11029 "format": "pps",
11030 "label": "packets out (-) / in (+)",
11031 "logBase": 1,
11032 "max": null,
11033 "min": null,
11034 "show": true
11035 },
11036 {
11037 "$$hashKey": "object:590",
11038 "format": "short",
11039 "label": null,
11040 "logBase": 1,
11041 "max": null,
11042 "min": null,
11043 "show": false
11044 }
11045 ],
11046 "yaxis": {
11047 "align": false,
11048 "alignLevel": null
11049 }
11050 },
11051 {
11052 "aliasColors": {},
11053 "bars": false,
11054 "dashLength": 10,
11055 "dashes": false,
11056 "datasource": "ace-ntt",
11057 "fill": 2,
11058 "fillGradient": 0,
11059 "gridPos": {
11060 "h": 10,
11061 "w": 12,
11062 "x": 12,
11063 "y": 60
11064 },
11065 "hiddenSeries": false,
11066 "id": 231,
11067 "legend": {
11068 "alignAsTable": true,
11069 "avg": true,
11070 "current": true,
11071 "hideEmpty": false,
11072 "hideZero": false,
11073 "max": true,
11074 "min": true,
11075 "rightSide": false,
11076 "show": true,
11077 "sideWidth": 300,
11078 "sort": "current",
11079 "sortDesc": true,
11080 "total": false,
11081 "values": true
11082 },
11083 "lines": true,
11084 "linewidth": 1,
11085 "links": [],
11086 "nullPointMode": "null",
11087 "options": {
11088 "dataLinks": []
11089 },
11090 "percentage": false,
11091 "pointradius": 5,
11092 "points": false,
11093 "renderer": "flot",
11094 "seriesOverrides": [],
11095 "spaceLength": 10,
11096 "stack": false,
11097 "steppedLine": false,
11098 "targets": [
11099 {
11100 "expr": "irate(node_network_transmit_carrier_total{instance=\"$node\",job=\"$job\"}[5m])",
11101 "format": "time_series",
11102 "intervalFactor": 2,
11103 "legendFormat": "{{device}} - Statistic transmit_carrier",
11104 "refId": "A",
11105 "step": 4
11106 }
11107 ],
11108 "thresholds": [],
11109 "timeFrom": null,
11110 "timeRegions": [],
11111 "timeShift": null,
11112 "title": "Network Traffic Carrier",
11113 "tooltip": {
11114 "shared": true,
11115 "sort": 0,
11116 "value_type": "individual"
11117 },
11118 "type": "graph",
11119 "xaxis": {
11120 "buckets": null,
11121 "mode": "time",
11122 "name": null,
11123 "show": true,
11124 "values": []
11125 },
11126 "yaxes": [
11127 {
11128 "format": "short",
11129 "label": "counter",
11130 "logBase": 1,
11131 "max": null,
11132 "min": null,
11133 "show": true
11134 },
11135 {
11136 "format": "short",
11137 "label": null,
11138 "logBase": 1,
11139 "max": null,
11140 "min": null,
11141 "show": false
11142 }
11143 ],
11144 "yaxis": {
11145 "align": false,
11146 "alignLevel": null
11147 }
11148 },
11149 {
11150 "aliasColors": {},
11151 "bars": false,
11152 "dashLength": 10,
11153 "dashes": false,
11154 "datasource": "ace-ntt",
11155 "fill": 2,
11156 "fillGradient": 0,
11157 "gridPos": {
11158 "h": 10,
11159 "w": 12,
11160 "x": 0,
11161 "y": 70
11162 },
11163 "hiddenSeries": false,
11164 "id": 232,
11165 "legend": {
11166 "alignAsTable": true,
11167 "avg": true,
11168 "current": true,
11169 "hideEmpty": false,
11170 "hideZero": false,
11171 "max": true,
11172 "min": true,
11173 "rightSide": false,
11174 "show": true,
11175 "sideWidth": 300,
11176 "sort": "current",
11177 "sortDesc": true,
11178 "total": false,
11179 "values": true
11180 },
11181 "lines": true,
11182 "linewidth": 1,
11183 "links": [],
11184 "nullPointMode": "null",
11185 "options": {
11186 "dataLinks": []
11187 },
11188 "percentage": false,
11189 "pointradius": 5,
11190 "points": false,
11191 "renderer": "flot",
11192 "seriesOverrides": [
11193 {
11194 "alias": "/.*Trans.*/",
11195 "transform": "negative-Y"
11196 }
11197 ],
11198 "spaceLength": 10,
11199 "stack": false,
11200 "steppedLine": false,
11201 "targets": [
11202 {
11203 "expr": "irate(node_network_transmit_colls_total{instance=\"$node\",job=\"$job\"}[5m])",
11204 "format": "time_series",
11205 "intervalFactor": 2,
11206 "legendFormat": "{{device}} - Transmit colls",
11207 "refId": "A",
11208 "step": 4
11209 }
11210 ],
11211 "thresholds": [],
11212 "timeFrom": null,
11213 "timeRegions": [],
11214 "timeShift": null,
11215 "title": "Network Traffic Colls",
11216 "tooltip": {
11217 "shared": true,
11218 "sort": 0,
11219 "value_type": "individual"
11220 },
11221 "type": "graph",
11222 "xaxis": {
11223 "buckets": null,
11224 "mode": "time",
11225 "name": null,
11226 "show": true,
11227 "values": []
11228 },
11229 "yaxes": [
11230 {
11231 "format": "short",
11232 "label": "counter",
11233 "logBase": 1,
11234 "max": null,
11235 "min": null,
11236 "show": true
11237 },
11238 {
11239 "format": "short",
11240 "label": null,
11241 "logBase": 1,
11242 "max": null,
11243 "min": null,
11244 "show": false
11245 }
11246 ],
11247 "yaxis": {
11248 "align": false,
11249 "alignLevel": null
11250 }
11251 },
11252 {
11253 "aliasColors": {},
11254 "bars": false,
11255 "dashLength": 10,
11256 "dashes": false,
11257 "datasource": "ace-ntt",
11258 "fill": 2,
11259 "fillGradient": 0,
11260 "gridPos": {
11261 "h": 10,
11262 "w": 12,
11263 "x": 12,
11264 "y": 70
11265 },
11266 "hiddenSeries": false,
11267 "id": 61,
11268 "legend": {
11269 "alignAsTable": true,
11270 "avg": true,
11271 "current": true,
11272 "max": true,
11273 "min": true,
11274 "rightSide": false,
11275 "show": true,
11276 "total": false,
11277 "values": true
11278 },
11279 "lines": true,
11280 "linewidth": 1,
11281 "links": [],
11282 "nullPointMode": "null",
11283 "options": {
11284 "dataLinks": []
11285 },
11286 "percentage": false,
11287 "pointradius": 5,
11288 "points": false,
11289 "renderer": "flot",
11290 "seriesOverrides": [
11291 {
11292 "$$hashKey": "object:663",
11293 "alias": "NF conntrack limit",
11294 "color": "#890F02",
11295 "fill": 0
11296 }
11297 ],
11298 "spaceLength": 10,
11299 "stack": false,
11300 "steppedLine": false,
11301 "targets": [
11302 {
11303 "expr": "node_nf_conntrack_entries{instance=\"$node\",job=\"$job\"}",
11304 "format": "time_series",
11305 "intervalFactor": 2,
11306 "legendFormat": "NF conntrack entries",
11307 "refId": "A",
11308 "step": 4
11309 },
11310 {
11311 "expr": "node_nf_conntrack_entries_limit{instance=\"$node\",job=\"$job\"}",
11312 "format": "time_series",
11313 "intervalFactor": 2,
11314 "legendFormat": "NF conntrack limit",
11315 "refId": "B",
11316 "step": 4
11317 }
11318 ],
11319 "thresholds": [],
11320 "timeFrom": null,
11321 "timeRegions": [],
11322 "timeShift": null,
11323 "title": "NF Contrack",
11324 "tooltip": {
11325 "shared": true,
11326 "sort": 0,
11327 "value_type": "individual"
11328 },
11329 "type": "graph",
11330 "xaxis": {
11331 "buckets": null,
11332 "mode": "time",
11333 "name": null,
11334 "show": true,
11335 "values": []
11336 },
11337 "yaxes": [
11338 {
11339 "$$hashKey": "object:678",
11340 "format": "short",
11341 "label": "entries",
11342 "logBase": 1,
11343 "max": null,
11344 "min": "0",
11345 "show": true
11346 },
11347 {
11348 "$$hashKey": "object:679",
11349 "format": "short",
11350 "label": null,
11351 "logBase": 1,
11352 "max": null,
11353 "min": null,
11354 "show": false
11355 }
11356 ],
11357 "yaxis": {
11358 "align": false,
11359 "alignLevel": null
11360 }
11361 },
11362 {
11363 "aliasColors": {},
11364 "bars": false,
11365 "dashLength": 10,
11366 "dashes": false,
11367 "datasource": "ace-ntt",
11368 "fill": 2,
11369 "fillGradient": 0,
11370 "gridPos": {
11371 "h": 10,
11372 "w": 12,
11373 "x": 0,
11374 "y": 80
11375 },
11376 "hiddenSeries": false,
11377 "id": 230,
11378 "legend": {
11379 "alignAsTable": true,
11380 "avg": true,
11381 "current": true,
11382 "max": true,
11383 "min": true,
11384 "rightSide": false,
11385 "show": true,
11386 "total": false,
11387 "values": true
11388 },
11389 "lines": true,
11390 "linewidth": 1,
11391 "links": [],
11392 "nullPointMode": "null",
11393 "options": {
11394 "dataLinks": []
11395 },
11396 "percentage": false,
11397 "pointradius": 5,
11398 "points": false,
11399 "renderer": "flot",
11400 "seriesOverrides": [],
11401 "spaceLength": 10,
11402 "stack": false,
11403 "steppedLine": false,
11404 "targets": [
11405 {
11406 "expr": "node_arp_entries{instance=\"$node\",job=\"$job\"}",
11407 "format": "time_series",
11408 "intervalFactor": 2,
11409 "legendFormat": "{{ device }} - ARP entries",
11410 "refId": "A",
11411 "step": 4
11412 }
11413 ],
11414 "thresholds": [],
11415 "timeFrom": null,
11416 "timeRegions": [],
11417 "timeShift": null,
11418 "title": "ARP Entries",
11419 "tooltip": {
11420 "shared": true,
11421 "sort": 0,
11422 "value_type": "individual"
11423 },
11424 "type": "graph",
11425 "xaxis": {
11426 "buckets": null,
11427 "mode": "time",
11428 "name": null,
11429 "show": true,
11430 "values": []
11431 },
11432 "yaxes": [
11433 {
11434 "format": "short",
11435 "label": "Entries",
11436 "logBase": 1,
11437 "max": null,
11438 "min": "0",
11439 "show": true
11440 },
11441 {
11442 "format": "short",
11443 "label": null,
11444 "logBase": 1,
11445 "max": null,
11446 "min": null,
11447 "show": false
11448 }
11449 ],
11450 "yaxis": {
11451 "align": false,
11452 "alignLevel": null
11453 }
11454 },
11455 {
11456 "aliasColors": {},
11457 "bars": false,
11458 "dashLength": 10,
11459 "dashes": false,
11460 "datasource": "ace-ntt",
11461 "fill": 2,
11462 "fillGradient": 0,
11463 "gridPos": {
11464 "h": 10,
11465 "w": 12,
11466 "x": 12,
11467 "y": 80
11468 },
11469 "hiddenSeries": false,
11470 "id": 288,
11471 "legend": {
11472 "alignAsTable": true,
11473 "avg": true,
11474 "current": true,
11475 "max": true,
11476 "min": true,
11477 "rightSide": false,
11478 "show": true,
11479 "total": false,
11480 "values": true
11481 },
11482 "lines": true,
11483 "linewidth": 1,
11484 "links": [],
11485 "nullPointMode": "null",
11486 "options": {
11487 "dataLinks": []
11488 },
11489 "percentage": false,
11490 "pointradius": 1,
11491 "points": false,
11492 "renderer": "flot",
11493 "seriesOverrides": [],
11494 "spaceLength": 10,
11495 "stack": false,
11496 "steppedLine": false,
11497 "targets": [
11498 {
11499 "expr": "node_network_mtu_bytes{instance=\"$node\",job=\"$job\"}",
11500 "format": "time_series",
11501 "intervalFactor": 2,
11502 "legendFormat": "{{ device }} - Bytes",
11503 "refId": "A",
11504 "step": 4
11505 }
11506 ],
11507 "thresholds": [],
11508 "timeFrom": null,
11509 "timeRegions": [],
11510 "timeShift": null,
11511 "title": "MTU",
11512 "tooltip": {
11513 "shared": true,
11514 "sort": 0,
11515 "value_type": "individual"
11516 },
11517 "type": "graph",
11518 "xaxis": {
11519 "buckets": null,
11520 "mode": "time",
11521 "name": null,
11522 "show": true,
11523 "values": []
11524 },
11525 "yaxes": [
11526 {
11527 "decimals": 0,
11528 "format": "bytes",
11529 "label": "bytes",
11530 "logBase": 1,
11531 "max": null,
11532 "min": "0",
11533 "show": true
11534 },
11535 {
11536 "format": "short",
11537 "label": null,
11538 "logBase": 1,
11539 "max": null,
11540 "min": null,
11541 "show": false
11542 }
11543 ],
11544 "yaxis": {
11545 "align": false,
11546 "alignLevel": null
11547 }
11548 },
11549 {
11550 "aliasColors": {},
11551 "bars": false,
11552 "dashLength": 10,
11553 "dashes": false,
11554 "datasource": "ace-ntt",
11555 "fill": 2,
11556 "fillGradient": 0,
11557 "gridPos": {
11558 "h": 10,
11559 "w": 12,
11560 "x": 0,
11561 "y": 90
11562 },
11563 "hiddenSeries": false,
11564 "id": 280,
11565 "legend": {
11566 "alignAsTable": true,
11567 "avg": true,
11568 "current": true,
11569 "max": true,
11570 "min": true,
11571 "rightSide": false,
11572 "show": true,
11573 "total": false,
11574 "values": true
11575 },
11576 "lines": true,
11577 "linewidth": 1,
11578 "links": [],
11579 "nullPointMode": "null",
11580 "options": {
11581 "dataLinks": []
11582 },
11583 "percentage": false,
11584 "pointradius": 1,
11585 "points": false,
11586 "renderer": "flot",
11587 "seriesOverrides": [],
11588 "spaceLength": 10,
11589 "stack": false,
11590 "steppedLine": false,
11591 "targets": [
11592 {
11593 "expr": "node_network_speed_bytes{instance=\"$node\",job=\"$job\"}",
11594 "format": "time_series",
11595 "intervalFactor": 2,
11596 "legendFormat": "{{ device }} - Speed",
11597 "refId": "A",
11598 "step": 4
11599 }
11600 ],
11601 "thresholds": [],
11602 "timeFrom": null,
11603 "timeRegions": [],
11604 "timeShift": null,
11605 "title": "Speed",
11606 "tooltip": {
11607 "shared": true,
11608 "sort": 0,
11609 "value_type": "individual"
11610 },
11611 "type": "graph",
11612 "xaxis": {
11613 "buckets": null,
11614 "mode": "time",
11615 "name": null,
11616 "show": true,
11617 "values": []
11618 },
11619 "yaxes": [
11620 {
11621 "decimals": 0,
11622 "format": "bytes",
11623 "label": "bytes",
11624 "logBase": 1,
11625 "max": null,
11626 "min": "0",
11627 "show": true
11628 },
11629 {
11630 "format": "short",
11631 "label": null,
11632 "logBase": 1,
11633 "max": null,
11634 "min": null,
11635 "show": false
11636 }
11637 ],
11638 "yaxis": {
11639 "align": false,
11640 "alignLevel": null
11641 }
11642 },
11643 {
11644 "aliasColors": {},
11645 "bars": false,
11646 "dashLength": 10,
11647 "dashes": false,
11648 "datasource": "ace-ntt",
11649 "fill": 2,
11650 "fillGradient": 0,
11651 "gridPos": {
11652 "h": 10,
11653 "w": 12,
11654 "x": 12,
11655 "y": 90
11656 },
11657 "hiddenSeries": false,
11658 "id": 289,
11659 "legend": {
11660 "alignAsTable": true,
11661 "avg": true,
11662 "current": true,
11663 "max": true,
11664 "min": true,
11665 "rightSide": false,
11666 "show": true,
11667 "total": false,
11668 "values": true
11669 },
11670 "lines": true,
11671 "linewidth": 1,
11672 "links": [],
11673 "nullPointMode": "null",
11674 "options": {
11675 "dataLinks": []
11676 },
11677 "percentage": false,
11678 "pointradius": 1,
11679 "points": false,
11680 "renderer": "flot",
11681 "seriesOverrides": [],
11682 "spaceLength": 10,
11683 "stack": false,
11684 "steppedLine": false,
11685 "targets": [
11686 {
11687 "expr": "node_network_transmit_queue_length{instance=\"$node\",job=\"$job\"}",
11688 "format": "time_series",
11689 "intervalFactor": 2,
11690 "legendFormat": "{{ device }} - Interface transmit queue length",
11691 "refId": "A",
11692 "step": 4
11693 }
11694 ],
11695 "thresholds": [],
11696 "timeFrom": null,
11697 "timeRegions": [],
11698 "timeShift": null,
11699 "title": "Queue Length",
11700 "tooltip": {
11701 "shared": true,
11702 "sort": 0,
11703 "value_type": "individual"
11704 },
11705 "type": "graph",
11706 "xaxis": {
11707 "buckets": null,
11708 "mode": "time",
11709 "name": null,
11710 "show": true,
11711 "values": []
11712 },
11713 "yaxes": [
11714 {
11715 "decimals": 0,
11716 "format": "none",
11717 "label": "packets",
11718 "logBase": 1,
11719 "max": null,
11720 "min": "0",
11721 "show": true
11722 },
11723 {
11724 "format": "short",
11725 "label": null,
11726 "logBase": 1,
11727 "max": null,
11728 "min": null,
11729 "show": false
11730 }
11731 ],
11732 "yaxis": {
11733 "align": false,
11734 "alignLevel": null
11735 }
11736 },
11737 {
11738 "aliasColors": {},
11739 "bars": false,
11740 "dashLength": 10,
11741 "dashes": false,
11742 "datasource": "ace-ntt",
11743 "fill": 2,
11744 "fillGradient": 0,
11745 "gridPos": {
11746 "h": 10,
11747 "w": 12,
11748 "x": 0,
11749 "y": 100
11750 },
11751 "hiddenSeries": false,
11752 "id": 290,
11753 "legend": {
11754 "alignAsTable": true,
11755 "avg": true,
11756 "current": true,
11757 "hideEmpty": false,
11758 "hideZero": false,
11759 "max": true,
11760 "min": true,
11761 "rightSide": false,
11762 "show": true,
11763 "sideWidth": 300,
11764 "sort": "current",
11765 "sortDesc": true,
11766 "total": false,
11767 "values": true
11768 },
11769 "lines": true,
11770 "linewidth": 1,
11771 "links": [],
11772 "nullPointMode": "null",
11773 "options": {
11774 "dataLinks": []
11775 },
11776 "percentage": false,
11777 "pointradius": 5,
11778 "points": false,
11779 "renderer": "flot",
11780 "seriesOverrides": [
11781 {
11782 "$$hashKey": "object:232",
11783 "alias": "/.*Dropped.*/",
11784 "transform": "negative-Y"
11785 }
11786 ],
11787 "spaceLength": 10,
11788 "stack": false,
11789 "steppedLine": false,
11790 "targets": [
11791 {
11792 "expr": "irate(node_softnet_processed_total{instance=\"$node\",job=\"$job\"}[5m])",
11793 "format": "time_series",
11794 "interval": "",
11795 "intervalFactor": 2,
11796 "legendFormat": "CPU {{cpu}} - Processed",
11797 "refId": "A",
11798 "step": 4
11799 },
11800 {
11801 "expr": "irate(node_softnet_dropped_total{instance=\"$node\",job=\"$job\"}[5m])",
11802 "format": "time_series",
11803 "interval": "",
11804 "intervalFactor": 2,
11805 "legendFormat": "CPU {{cpu}} - Dropped",
11806 "refId": "B",
11807 "step": 4
11808 }
11809 ],
11810 "thresholds": [],
11811 "timeFrom": null,
11812 "timeRegions": [],
11813 "timeShift": null,
11814 "title": "Softnet Packets",
11815 "tooltip": {
11816 "shared": true,
11817 "sort": 0,
11818 "value_type": "individual"
11819 },
11820 "type": "graph",
11821 "xaxis": {
11822 "buckets": null,
11823 "mode": "time",
11824 "name": null,
11825 "show": true,
11826 "values": []
11827 },
11828 "yaxes": [
11829 {
11830 "$$hashKey": "object:207",
11831 "format": "short",
11832 "label": "packetes drop (-) / process (+)",
11833 "logBase": 1,
11834 "max": null,
11835 "min": null,
11836 "show": true
11837 },
11838 {
11839 "$$hashKey": "object:208",
11840 "format": "short",
11841 "label": null,
11842 "logBase": 1,
11843 "max": null,
11844 "min": null,
11845 "show": false
11846 }
11847 ],
11848 "yaxis": {
11849 "align": false,
11850 "alignLevel": null
11851 }
11852 },
11853 {
11854 "aliasColors": {},
11855 "bars": false,
11856 "dashLength": 10,
11857 "dashes": false,
11858 "datasource": "ace-ntt",
11859 "fill": 2,
11860 "fillGradient": 0,
11861 "gridPos": {
11862 "h": 10,
11863 "w": 12,
11864 "x": 12,
11865 "y": 100
11866 },
11867 "hiddenSeries": false,
11868 "id": 310,
11869 "legend": {
11870 "alignAsTable": true,
11871 "avg": true,
11872 "current": true,
11873 "hideEmpty": false,
11874 "hideZero": false,
11875 "max": true,
11876 "min": true,
11877 "rightSide": false,
11878 "show": true,
11879 "sideWidth": 300,
11880 "sort": "current",
11881 "sortDesc": true,
11882 "total": false,
11883 "values": true
11884 },
11885 "lines": true,
11886 "linewidth": 1,
11887 "links": [],
11888 "nullPointMode": "null",
11889 "options": {
11890 "dataLinks": []
11891 },
11892 "percentage": false,
11893 "pointradius": 5,
11894 "points": false,
11895 "renderer": "flot",
11896 "seriesOverrides": [],
11897 "spaceLength": 10,
11898 "stack": false,
11899 "steppedLine": false,
11900 "targets": [
11901 {
11902 "expr": "irate(node_softnet_times_squeezed_total{instance=\"$node\",job=\"$job\"}[5m])",
11903 "format": "time_series",
11904 "interval": "",
11905 "intervalFactor": 2,
11906 "legendFormat": "CPU {{cpu}} - Squeezed",
11907 "refId": "A",
11908 "step": 4
11909 }
11910 ],
11911 "thresholds": [],
11912 "timeFrom": null,
11913 "timeRegions": [],
11914 "timeShift": null,
11915 "title": "Softnet Out of Quota",
11916 "tooltip": {
11917 "shared": true,
11918 "sort": 0,
11919 "value_type": "individual"
11920 },
11921 "type": "graph",
11922 "xaxis": {
11923 "buckets": null,
11924 "mode": "time",
11925 "name": null,
11926 "show": true,
11927 "values": []
11928 },
11929 "yaxes": [
11930 {
11931 "$$hashKey": "object:207",
11932 "format": "short",
11933 "label": "counter",
11934 "logBase": 1,
11935 "max": null,
11936 "min": null,
11937 "show": true
11938 },
11939 {
11940 "$$hashKey": "object:208",
11941 "format": "short",
11942 "label": null,
11943 "logBase": 1,
11944 "max": null,
11945 "min": null,
11946 "show": false
11947 }
11948 ],
11949 "yaxis": {
11950 "align": false,
11951 "alignLevel": null
11952 }
11953 },
11954 {
11955 "aliasColors": {},
11956 "bars": false,
11957 "dashLength": 10,
11958 "dashes": false,
11959 "datasource": "ace-ntt",
11960 "fill": 2,
11961 "fillGradient": 0,
11962 "gridPos": {
11963 "h": 10,
11964 "w": 12,
11965 "x": 0,
11966 "y": 110
11967 },
11968 "hiddenSeries": false,
11969 "id": 309,
11970 "legend": {
11971 "alignAsTable": true,
11972 "avg": true,
11973 "current": true,
11974 "hideEmpty": false,
11975 "hideZero": false,
11976 "max": true,
11977 "min": true,
11978 "rightSide": false,
11979 "show": true,
11980 "sideWidth": 300,
11981 "sort": "current",
11982 "sortDesc": true,
11983 "total": false,
11984 "values": true
11985 },
11986 "lines": true,
11987 "linewidth": 1,
11988 "links": [],
11989 "nullPointMode": "null",
11990 "options": {
11991 "dataLinks": []
11992 },
11993 "percentage": false,
11994 "pointradius": 5,
11995 "points": false,
11996 "renderer": "flot",
11997 "seriesOverrides": [],
11998 "spaceLength": 10,
11999 "stack": false,
12000 "steppedLine": false,
12001 "targets": [
12002 {
12003 "expr": "node_network_up{operstate=\"up\",instance=\"$node\",job=\"$job\"}",
12004 "format": "time_series",
12005 "intervalFactor": 2,
12006 "legendFormat": "{{interface}} - Operational state UP",
12007 "refId": "A",
12008 "step": 4
12009 },
12010 {
12011 "expr": "node_network_carrier{instance=\"$node\",job=\"$job\"}",
12012 "format": "time_series",
12013 "instant": false,
12014 "legendFormat": "{{device}} - Physical link state",
12015 "refId": "B"
12016 }
12017 ],
12018 "thresholds": [],
12019 "timeFrom": null,
12020 "timeRegions": [],
12021 "timeShift": null,
12022 "title": "Network Operational Status",
12023 "tooltip": {
12024 "shared": true,
12025 "sort": 0,
12026 "value_type": "individual"
12027 },
12028 "type": "graph",
12029 "xaxis": {
12030 "buckets": null,
12031 "mode": "time",
12032 "name": null,
12033 "show": true,
12034 "values": []
12035 },
12036 "yaxes": [
12037 {
12038 "format": "short",
12039 "label": "counter",
12040 "logBase": 1,
12041 "max": null,
12042 "min": null,
12043 "show": true
12044 },
12045 {
12046 "format": "short",
12047 "label": null,
12048 "logBase": 1,
12049 "max": null,
12050 "min": null,
12051 "show": false
12052 }
12053 ],
12054 "yaxis": {
12055 "align": false,
12056 "alignLevel": null
12057 }
12058 }
12059 ],
12060 "repeat": null,
12061 "title": "Network Traffic",
12062 "type": "row"
12063 },
12064 {
12065 "collapsed": true,
12066 "datasource": "ace-ntt",
12067 "gridPos": {
12068 "h": 1,
12069 "w": 24,
12070 "x": 0,
12071 "y": 35
12072 },
12073 "id": 273,
12074 "panels": [
12075 {
12076 "aliasColors": {},
12077 "bars": false,
12078 "dashLength": 10,
12079 "dashes": false,
12080 "datasource": "ace-ntt",
12081 "fill": 2,
12082 "fillGradient": 0,
12083 "gridPos": {
12084 "h": 10,
12085 "w": 12,
12086 "x": 0,
12087 "y": 13
12088 },
12089 "hiddenSeries": false,
12090 "id": 63,
12091 "legend": {
12092 "alignAsTable": true,
12093 "avg": true,
12094 "current": true,
12095 "hideEmpty": false,
12096 "hideZero": false,
12097 "max": true,
12098 "min": true,
12099 "rightSide": false,
12100 "show": true,
12101 "sideWidth": 300,
12102 "total": false,
12103 "values": true
12104 },
12105 "lines": true,
12106 "linewidth": 1,
12107 "links": [],
12108 "nullPointMode": "null",
12109 "options": {
12110 "dataLinks": []
12111 },
12112 "percentage": false,
12113 "pointradius": 5,
12114 "points": false,
12115 "renderer": "flot",
12116 "seriesOverrides": [],
12117 "spaceLength": 10,
12118 "stack": false,
12119 "steppedLine": false,
12120 "targets": [
12121 {
12122 "expr": "node_sockstat_TCP_alloc{instance=\"$node\",job=\"$job\"}",
12123 "format": "time_series",
12124 "interval": "",
12125 "intervalFactor": 2,
12126 "legendFormat": "TCP_alloc - Allocated sockets",
12127 "refId": "A",
12128 "step": 240
12129 },
12130 {
12131 "expr": "node_sockstat_TCP_inuse{instance=\"$node\",job=\"$job\"}",
12132 "format": "time_series",
12133 "interval": "",
12134 "intervalFactor": 2,
12135 "legendFormat": "TCP_inuse - Tcp sockets currently in use",
12136 "refId": "B",
12137 "step": 240
12138 },
12139 {
12140 "expr": "node_sockstat_TCP_mem{instance=\"$node\",job=\"$job\"}",
12141 "format": "time_series",
12142 "hide": true,
12143 "interval": "",
12144 "intervalFactor": 2,
12145 "legendFormat": "TCP_mem - Used memory for tcp",
12146 "refId": "C",
12147 "step": 240
12148 },
12149 {
12150 "expr": "node_sockstat_TCP_orphan{instance=\"$node\",job=\"$job\"}",
12151 "format": "time_series",
12152 "interval": "",
12153 "intervalFactor": 2,
12154 "legendFormat": "TCP_orphan - Orphan sockets",
12155 "refId": "D",
12156 "step": 240
12157 },
12158 {
12159 "expr": "node_sockstat_TCP_tw{instance=\"$node\",job=\"$job\"}",
12160 "format": "time_series",
12161 "interval": "",
12162 "intervalFactor": 2,
12163 "legendFormat": "TCP_tw - Sockets wating close",
12164 "refId": "E",
12165 "step": 240
12166 }
12167 ],
12168 "thresholds": [],
12169 "timeFrom": null,
12170 "timeRegions": [],
12171 "timeShift": null,
12172 "title": "Sockstat TCP",
12173 "tooltip": {
12174 "shared": true,
12175 "sort": 0,
12176 "value_type": "individual"
12177 },
12178 "type": "graph",
12179 "xaxis": {
12180 "buckets": null,
12181 "mode": "time",
12182 "name": null,
12183 "show": true,
12184 "values": []
12185 },
12186 "yaxes": [
12187 {
12188 "format": "short",
12189 "label": "counter",
12190 "logBase": 1,
12191 "max": null,
12192 "min": "0",
12193 "show": true
12194 },
12195 {
12196 "format": "short",
12197 "label": null,
12198 "logBase": 1,
12199 "max": null,
12200 "min": null,
12201 "show": false
12202 }
12203 ],
12204 "yaxis": {
12205 "align": false,
12206 "alignLevel": null
12207 }
12208 },
12209 {
12210 "aliasColors": {},
12211 "bars": false,
12212 "dashLength": 10,
12213 "dashes": false,
12214 "datasource": "ace-ntt",
12215 "fill": 2,
12216 "fillGradient": 0,
12217 "gridPos": {
12218 "h": 10,
12219 "w": 12,
12220 "x": 12,
12221 "y": 13
12222 },
12223 "hiddenSeries": false,
12224 "id": 124,
12225 "legend": {
12226 "alignAsTable": true,
12227 "avg": true,
12228 "current": true,
12229 "hideEmpty": false,
12230 "hideZero": false,
12231 "max": true,
12232 "min": true,
12233 "rightSide": false,
12234 "show": true,
12235 "sideWidth": 300,
12236 "total": false,
12237 "values": true
12238 },
12239 "lines": true,
12240 "linewidth": 1,
12241 "links": [],
12242 "nullPointMode": "null",
12243 "options": {
12244 "dataLinks": []
12245 },
12246 "percentage": false,
12247 "pointradius": 5,
12248 "points": false,
12249 "renderer": "flot",
12250 "seriesOverrides": [],
12251 "spaceLength": 10,
12252 "stack": false,
12253 "steppedLine": false,
12254 "targets": [
12255 {
12256 "expr": "node_sockstat_UDPLITE_inuse{instance=\"$node\",job=\"$job\"}",
12257 "format": "time_series",
12258 "interval": "",
12259 "intervalFactor": 2,
12260 "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use",
12261 "refId": "A",
12262 "step": 240
12263 },
12264 {
12265 "expr": "node_sockstat_UDP_inuse{instance=\"$node\",job=\"$job\"}",
12266 "format": "time_series",
12267 "interval": "",
12268 "intervalFactor": 2,
12269 "legendFormat": "UDP_inuse - Udp sockets currently in use",
12270 "refId": "B",
12271 "step": 240
12272 },
12273 {
12274 "expr": "node_sockstat_UDP_mem{instance=\"$node\",job=\"$job\"}",
12275 "format": "time_series",
12276 "interval": "",
12277 "intervalFactor": 2,
12278 "legendFormat": "UDP_mem - Used memory for udp",
12279 "refId": "C",
12280 "step": 240
12281 }
12282 ],
12283 "thresholds": [],
12284 "timeFrom": null,
12285 "timeRegions": [],
12286 "timeShift": null,
12287 "title": "Sockstat UDP",
12288 "tooltip": {
12289 "shared": true,
12290 "sort": 0,
12291 "value_type": "individual"
12292 },
12293 "type": "graph",
12294 "xaxis": {
12295 "buckets": null,
12296 "mode": "time",
12297 "name": null,
12298 "show": true,
12299 "values": []
12300 },
12301 "yaxes": [
12302 {
12303 "format": "short",
12304 "label": "counter",
12305 "logBase": 1,
12306 "max": null,
12307 "min": "0",
12308 "show": true
12309 },
12310 {
12311 "format": "short",
12312 "label": null,
12313 "logBase": 1,
12314 "max": null,
12315 "min": null,
12316 "show": false
12317 }
12318 ],
12319 "yaxis": {
12320 "align": false,
12321 "alignLevel": null
12322 }
12323 },
12324 {
12325 "aliasColors": {},
12326 "bars": false,
12327 "dashLength": 10,
12328 "dashes": false,
12329 "datasource": "ace-ntt",
12330 "fill": 2,
12331 "fillGradient": 0,
12332 "gridPos": {
12333 "h": 10,
12334 "w": 12,
12335 "x": 0,
12336 "y": 23
12337 },
12338 "hiddenSeries": false,
12339 "id": 126,
12340 "legend": {
12341 "alignAsTable": true,
12342 "avg": true,
12343 "current": true,
12344 "hideEmpty": false,
12345 "hideZero": false,
12346 "max": true,
12347 "min": true,
12348 "rightSide": false,
12349 "show": true,
12350 "sideWidth": 300,
12351 "total": false,
12352 "values": true
12353 },
12354 "lines": true,
12355 "linewidth": 1,
12356 "links": [],
12357 "nullPointMode": "null",
12358 "options": {
12359 "dataLinks": []
12360 },
12361 "percentage": false,
12362 "pointradius": 5,
12363 "points": false,
12364 "renderer": "flot",
12365 "seriesOverrides": [],
12366 "spaceLength": 10,
12367 "stack": false,
12368 "steppedLine": false,
12369 "targets": [
12370 {
12371 "expr": "node_sockstat_sockets_used{instance=\"$node\",job=\"$job\"}",
12372 "format": "time_series",
12373 "interval": "",
12374 "intervalFactor": 2,
12375 "legendFormat": "Sockets_used - Sockets currently in use",
12376 "refId": "A",
12377 "step": 240
12378 }
12379 ],
12380 "thresholds": [],
12381 "timeFrom": null,
12382 "timeRegions": [],
12383 "timeShift": null,
12384 "title": "Sockstat Used",
12385 "tooltip": {
12386 "shared": true,
12387 "sort": 0,
12388 "value_type": "individual"
12389 },
12390 "type": "graph",
12391 "xaxis": {
12392 "buckets": null,
12393 "mode": "time",
12394 "name": null,
12395 "show": true,
12396 "values": []
12397 },
12398 "yaxes": [
12399 {
12400 "format": "short",
12401 "label": "sockets",
12402 "logBase": 1,
12403 "max": null,
12404 "min": "0",
12405 "show": true
12406 },
12407 {
12408 "format": "short",
12409 "label": null,
12410 "logBase": 1,
12411 "max": null,
12412 "min": null,
12413 "show": false
12414 }
12415 ],
12416 "yaxis": {
12417 "align": false,
12418 "alignLevel": null
12419 }
12420 },
12421 {
12422 "aliasColors": {},
12423 "bars": false,
12424 "dashLength": 10,
12425 "dashes": false,
12426 "datasource": "ace-ntt",
12427 "fill": 2,
12428 "fillGradient": 0,
12429 "gridPos": {
12430 "h": 10,
12431 "w": 12,
12432 "x": 12,
12433 "y": 23
12434 },
12435 "hiddenSeries": false,
12436 "id": 220,
12437 "legend": {
12438 "alignAsTable": true,
12439 "avg": true,
12440 "current": true,
12441 "hideEmpty": false,
12442 "hideZero": false,
12443 "max": true,
12444 "min": true,
12445 "rightSide": false,
12446 "show": true,
12447 "sideWidth": 300,
12448 "total": false,
12449 "values": true
12450 },
12451 "lines": true,
12452 "linewidth": 1,
12453 "links": [],
12454 "nullPointMode": "null",
12455 "options": {
12456 "dataLinks": []
12457 },
12458 "percentage": false,
12459 "pointradius": 5,
12460 "points": false,
12461 "renderer": "flot",
12462 "seriesOverrides": [],
12463 "spaceLength": 10,
12464 "stack": false,
12465 "steppedLine": false,
12466 "targets": [
12467 {
12468 "expr": "node_sockstat_TCP_mem_bytes{instance=\"$node\",job=\"$job\"}",
12469 "format": "time_series",
12470 "interval": "",
12471 "intervalFactor": 2,
12472 "legendFormat": "mem_bytes - TCP sockets in that state",
12473 "refId": "A",
12474 "step": 240
12475 },
12476 {
12477 "expr": "node_sockstat_UDP_mem_bytes{instance=\"$node\",job=\"$job\"}",
12478 "format": "time_series",
12479 "interval": "",
12480 "intervalFactor": 2,
12481 "legendFormat": "mem_bytes - UDP sockets in that state",
12482 "refId": "B",
12483 "step": 240
12484 }
12485 ],
12486 "thresholds": [],
12487 "timeFrom": null,
12488 "timeRegions": [],
12489 "timeShift": null,
12490 "title": "Sockstat Memory Size",
12491 "tooltip": {
12492 "shared": true,
12493 "sort": 0,
12494 "value_type": "individual"
12495 },
12496 "type": "graph",
12497 "xaxis": {
12498 "buckets": null,
12499 "mode": "time",
12500 "name": null,
12501 "show": true,
12502 "values": []
12503 },
12504 "yaxes": [
12505 {
12506 "format": "bytes",
12507 "label": "bytes",
12508 "logBase": 1,
12509 "max": null,
12510 "min": "0",
12511 "show": true
12512 },
12513 {
12514 "format": "short",
12515 "label": null,
12516 "logBase": 1,
12517 "max": null,
12518 "min": null,
12519 "show": false
12520 }
12521 ],
12522 "yaxis": {
12523 "align": false,
12524 "alignLevel": null
12525 }
12526 },
12527 {
12528 "aliasColors": {},
12529 "bars": false,
12530 "dashLength": 10,
12531 "dashes": false,
12532 "datasource": "ace-ntt",
12533 "fill": 2,
12534 "fillGradient": 0,
12535 "gridPos": {
12536 "h": 10,
12537 "w": 12,
12538 "x": 0,
12539 "y": 33
12540 },
12541 "hiddenSeries": false,
12542 "id": 125,
12543 "legend": {
12544 "alignAsTable": true,
12545 "avg": true,
12546 "current": true,
12547 "hideEmpty": false,
12548 "hideZero": false,
12549 "max": true,
12550 "min": true,
12551 "rightSide": false,
12552 "show": true,
12553 "sideWidth": 300,
12554 "total": false,
12555 "values": true
12556 },
12557 "lines": true,
12558 "linewidth": 1,
12559 "links": [],
12560 "nullPointMode": "null",
12561 "options": {
12562 "dataLinks": []
12563 },
12564 "percentage": false,
12565 "pointradius": 5,
12566 "points": false,
12567 "renderer": "flot",
12568 "seriesOverrides": [],
12569 "spaceLength": 10,
12570 "stack": false,
12571 "steppedLine": false,
12572 "targets": [
12573 {
12574 "expr": "node_sockstat_FRAG_inuse{instance=\"$node\",job=\"$job\"}",
12575 "format": "time_series",
12576 "interval": "",
12577 "intervalFactor": 2,
12578 "legendFormat": "FRAG_inuse - Frag sockets currently in use",
12579 "refId": "A",
12580 "step": 240
12581 },
12582 {
12583 "expr": "node_sockstat_FRAG_memory{instance=\"$node\",job=\"$job\"}",
12584 "format": "time_series",
12585 "interval": "",
12586 "intervalFactor": 2,
12587 "legendFormat": "FRAG_memory - Used memory for frag",
12588 "refId": "B",
12589 "step": 240
12590 },
12591 {
12592 "expr": "node_sockstat_RAW_inuse{instance=\"$node\",job=\"$job\"}",
12593 "format": "time_series",
12594 "interval": "",
12595 "intervalFactor": 2,
12596 "legendFormat": "RAW_inuse - Raw sockets currently in use",
12597 "refId": "C",
12598 "step": 240
12599 }
12600 ],
12601 "thresholds": [],
12602 "timeFrom": null,
12603 "timeRegions": [],
12604 "timeShift": null,
12605 "title": "Sockstat FRAG / RAW",
12606 "tooltip": {
12607 "shared": true,
12608 "sort": 0,
12609 "value_type": "individual"
12610 },
12611 "type": "graph",
12612 "xaxis": {
12613 "buckets": null,
12614 "mode": "time",
12615 "name": null,
12616 "show": true,
12617 "values": []
12618 },
12619 "yaxes": [
12620 {
12621 "$$hashKey": "object:1572",
12622 "format": "short",
12623 "label": "counter",
12624 "logBase": 1,
12625 "max": null,
12626 "min": "0",
12627 "show": true
12628 },
12629 {
12630 "$$hashKey": "object:1573",
12631 "format": "short",
12632 "label": null,
12633 "logBase": 1,
12634 "max": null,
12635 "min": null,
12636 "show": false
12637 }
12638 ],
12639 "yaxis": {
12640 "align": false,
12641 "alignLevel": null
12642 }
12643 }
12644 ],
12645 "repeat": null,
12646 "title": "Network Sockstat",
12647 "type": "row"
12648 },
12649 {
12650 "collapsed": true,
12651 "datasource": "ace-ntt",
12652 "gridPos": {
12653 "h": 1,
12654 "w": 24,
12655 "x": 0,
12656 "y": 36
12657 },
12658 "id": 274,
12659 "panels": [
12660 {
12661 "aliasColors": {},
12662 "bars": false,
12663 "dashLength": 10,
12664 "dashes": false,
12665 "datasource": "ace-ntt",
12666 "fill": 2,
12667 "fillGradient": 0,
12668 "gridPos": {
12669 "h": 10,
12670 "w": 12,
12671 "x": 0,
12672 "y": 32
12673 },
12674 "height": "",
12675 "hiddenSeries": false,
12676 "id": 221,
12677 "legend": {
12678 "alignAsTable": true,
12679 "avg": true,
12680 "current": true,
12681 "hideEmpty": false,
12682 "hideZero": false,
12683 "max": true,
12684 "min": true,
12685 "rightSide": false,
12686 "show": true,
12687 "sideWidth": 300,
12688 "sort": "current",
12689 "sortDesc": true,
12690 "total": false,
12691 "values": true
12692 },
12693 "lines": true,
12694 "linewidth": 1,
12695 "links": [],
12696 "maxPerRow": 12,
12697 "nullPointMode": "null",
12698 "options": {
12699 "dataLinks": []
12700 },
12701 "percentage": false,
12702 "pointradius": 5,
12703 "points": false,
12704 "renderer": "flot",
12705 "seriesOverrides": [
12706 {
12707 "$$hashKey": "object:1876",
12708 "alias": "/.*Out.*/",
12709 "transform": "negative-Y"
12710 }
12711 ],
12712 "spaceLength": 10,
12713 "stack": false,
12714 "steppedLine": false,
12715 "targets": [
12716 {
12717 "expr": "irate(node_netstat_IpExt_InOctets{instance=\"$node\",job=\"$job\"}[5m])",
12718 "format": "time_series",
12719 "interval": "",
12720 "intervalFactor": 2,
12721 "legendFormat": "InOctets - Received octets",
12722 "refId": "A",
12723 "step": 4
12724 },
12725 {
12726 "expr": "irate(node_netstat_IpExt_OutOctets{instance=\"$node\",job=\"$job\"}[5m])",
12727 "format": "time_series",
12728 "intervalFactor": 2,
12729 "legendFormat": "OutOctets - Sent octets",
12730 "refId": "B",
12731 "step": 4
12732 }
12733 ],
12734 "thresholds": [],
12735 "timeFrom": null,
12736 "timeRegions": [],
12737 "timeShift": null,
12738 "title": "Netstat IP In / Out Octets",
12739 "tooltip": {
12740 "shared": true,
12741 "sort": 0,
12742 "value_type": "individual"
12743 },
12744 "type": "graph",
12745 "xaxis": {
12746 "buckets": null,
12747 "mode": "time",
12748 "name": null,
12749 "show": true,
12750 "values": []
12751 },
12752 "yaxes": [
12753 {
12754 "$$hashKey": "object:1889",
12755 "format": "short",
12756 "label": "octects out (-) / in (+)",
12757 "logBase": 1,
12758 "max": null,
12759 "min": null,
12760 "show": true
12761 },
12762 {
12763 "$$hashKey": "object:1890",
12764 "format": "short",
12765 "label": null,
12766 "logBase": 1,
12767 "max": null,
12768 "min": null,
12769 "show": false
12770 }
12771 ],
12772 "yaxis": {
12773 "align": false,
12774 "alignLevel": null
12775 }
12776 },
12777 {
12778 "aliasColors": {},
12779 "bars": false,
12780 "dashLength": 10,
12781 "dashes": false,
12782 "datasource": "ace-ntt",
12783 "fill": 2,
12784 "fillGradient": 0,
12785 "gridPos": {
12786 "h": 10,
12787 "w": 12,
12788 "x": 12,
12789 "y": 32
12790 },
12791 "height": "",
12792 "hiddenSeries": false,
12793 "id": 81,
12794 "legend": {
12795 "alignAsTable": true,
12796 "avg": true,
12797 "current": true,
12798 "hideEmpty": false,
12799 "hideZero": false,
12800 "max": true,
12801 "min": true,
12802 "rightSide": false,
12803 "show": true,
12804 "sideWidth": 300,
12805 "sort": "current",
12806 "sortDesc": true,
12807 "total": false,
12808 "values": true
12809 },
12810 "lines": true,
12811 "linewidth": 1,
12812 "links": [],
12813 "nullPointMode": "null",
12814 "options": {
12815 "dataLinks": []
12816 },
12817 "percentage": false,
12818 "pointradius": 5,
12819 "points": false,
12820 "renderer": "flot",
12821 "seriesOverrides": [],
12822 "spaceLength": 10,
12823 "stack": false,
12824 "steppedLine": false,
12825 "targets": [
12826 {
12827 "expr": "irate(node_netstat_Ip_Forwarding{instance=\"$node\",job=\"$job\"}[5m])",
12828 "format": "time_series",
12829 "interval": "",
12830 "intervalFactor": 2,
12831 "legendFormat": "Forwarding - IP forwarding",
12832 "refId": "A",
12833 "step": 4
12834 }
12835 ],
12836 "thresholds": [],
12837 "timeFrom": null,
12838 "timeRegions": [],
12839 "timeShift": null,
12840 "title": "Netstat IP Forwarding",
12841 "tooltip": {
12842 "shared": true,
12843 "sort": 0,
12844 "value_type": "individual"
12845 },
12846 "type": "graph",
12847 "xaxis": {
12848 "buckets": null,
12849 "mode": "time",
12850 "name": null,
12851 "show": true,
12852 "values": []
12853 },
12854 "yaxes": [
12855 {
12856 "$$hashKey": "object:1957",
12857 "format": "short",
12858 "label": "datagrams",
12859 "logBase": 1,
12860 "max": null,
12861 "min": "0",
12862 "show": true
12863 },
12864 {
12865 "$$hashKey": "object:1958",
12866 "format": "short",
12867 "label": null,
12868 "logBase": 1,
12869 "max": null,
12870 "min": null,
12871 "show": false
12872 }
12873 ],
12874 "yaxis": {
12875 "align": false,
12876 "alignLevel": null
12877 }
12878 },
12879 {
12880 "aliasColors": {},
12881 "bars": false,
12882 "dashLength": 10,
12883 "dashes": false,
12884 "datasource": "ace-ntt",
12885 "decimals": null,
12886 "fill": 2,
12887 "fillGradient": 0,
12888 "gridPos": {
12889 "h": 10,
12890 "w": 12,
12891 "x": 0,
12892 "y": 42
12893 },
12894 "height": "",
12895 "hiddenSeries": false,
12896 "id": 115,
12897 "legend": {
12898 "alignAsTable": true,
12899 "avg": true,
12900 "current": true,
12901 "hideZero": false,
12902 "max": true,
12903 "min": true,
12904 "rightSide": false,
12905 "show": true,
12906 "sort": "current",
12907 "sortDesc": true,
12908 "total": false,
12909 "values": true
12910 },
12911 "lines": true,
12912 "linewidth": 1,
12913 "links": [],
12914 "maxPerRow": 12,
12915 "nullPointMode": "null",
12916 "options": {
12917 "dataLinks": []
12918 },
12919 "percentage": false,
12920 "pointradius": 5,
12921 "points": false,
12922 "renderer": "flot",
12923 "seriesOverrides": [
12924 {
12925 "alias": "/.*Out.*/",
12926 "transform": "negative-Y"
12927 }
12928 ],
12929 "spaceLength": 10,
12930 "stack": false,
12931 "steppedLine": false,
12932 "targets": [
12933 {
12934 "expr": "irate(node_netstat_Icmp_InMsgs{instance=\"$node\",job=\"$job\"}[5m])",
12935 "format": "time_series",
12936 "interval": "",
12937 "intervalFactor": 2,
12938 "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors",
12939 "refId": "A",
12940 "step": 4
12941 },
12942 {
12943 "expr": "irate(node_netstat_Icmp_OutMsgs{instance=\"$node\",job=\"$job\"}[5m])",
12944 "format": "time_series",
12945 "interval": "",
12946 "intervalFactor": 2,
12947 "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors",
12948 "refId": "B",
12949 "step": 4
12950 }
12951 ],
12952 "thresholds": [],
12953 "timeFrom": null,
12954 "timeRegions": [],
12955 "timeShift": null,
12956 "title": "ICMP In / Out",
12957 "tooltip": {
12958 "shared": true,
12959 "sort": 0,
12960 "value_type": "individual"
12961 },
12962 "type": "graph",
12963 "xaxis": {
12964 "buckets": null,
12965 "mode": "time",
12966 "name": null,
12967 "show": true,
12968 "values": []
12969 },
12970 "yaxes": [
12971 {
12972 "format": "short",
12973 "label": "messages out (-) / in (+)",
12974 "logBase": 1,
12975 "max": null,
12976 "min": null,
12977 "show": true
12978 },
12979 {
12980 "format": "short",
12981 "label": null,
12982 "logBase": 1,
12983 "max": null,
12984 "min": null,
12985 "show": false
12986 }
12987 ],
12988 "yaxis": {
12989 "align": false,
12990 "alignLevel": null
12991 }
12992 },
12993 {
12994 "aliasColors": {},
12995 "bars": false,
12996 "dashLength": 10,
12997 "dashes": false,
12998 "datasource": "ace-ntt",
12999 "decimals": null,
13000 "fill": 2,
13001 "fillGradient": 0,
13002 "gridPos": {
13003 "h": 10,
13004 "w": 12,
13005 "x": 12,
13006 "y": 42
13007 },
13008 "height": "",
13009 "hiddenSeries": false,
13010 "id": 50,
13011 "legend": {
13012 "alignAsTable": true,
13013 "avg": true,
13014 "current": true,
13015 "hideZero": false,
13016 "max": true,
13017 "min": true,
13018 "rightSide": false,
13019 "show": true,
13020 "sort": "current",
13021 "sortDesc": true,
13022 "total": false,
13023 "values": true
13024 },
13025 "lines": true,
13026 "linewidth": 1,
13027 "links": [],
13028 "maxPerRow": 12,
13029 "nullPointMode": "null",
13030 "options": {
13031 "dataLinks": []
13032 },
13033 "percentage": false,
13034 "pointradius": 5,
13035 "points": false,
13036 "renderer": "flot",
13037 "seriesOverrides": [
13038 {
13039 "alias": "/.*Out.*/",
13040 "transform": "negative-Y"
13041 }
13042 ],
13043 "spaceLength": 10,
13044 "stack": false,
13045 "steppedLine": false,
13046 "targets": [
13047 {
13048 "expr": "irate(node_netstat_Icmp_InErrors{instance=\"$node\",job=\"$job\"}[5m])",
13049 "format": "time_series",
13050 "interval": "",
13051 "intervalFactor": 2,
13052 "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)",
13053 "refId": "A",
13054 "step": 4
13055 }
13056 ],
13057 "thresholds": [],
13058 "timeFrom": null,
13059 "timeRegions": [],
13060 "timeShift": null,
13061 "title": "ICMP Errors",
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": "short",
13078 "label": "messages 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 "yaxis": {
13094 "align": false,
13095 "alignLevel": null
13096 }
13097 },
13098 {
13099 "aliasColors": {},
13100 "bars": false,
13101 "dashLength": 10,
13102 "dashes": false,
13103 "datasource": "ace-ntt",
13104 "decimals": null,
13105 "fill": 2,
13106 "fillGradient": 0,
13107 "gridPos": {
13108 "h": 10,
13109 "w": 12,
13110 "x": 0,
13111 "y": 52
13112 },
13113 "height": "",
13114 "hiddenSeries": false,
13115 "id": 55,
13116 "legend": {
13117 "alignAsTable": true,
13118 "avg": true,
13119 "current": true,
13120 "hideZero": false,
13121 "max": true,
13122 "min": true,
13123 "rightSide": false,
13124 "show": true,
13125 "sort": "current",
13126 "sortDesc": true,
13127 "total": false,
13128 "values": true
13129 },
13130 "lines": true,
13131 "linewidth": 1,
13132 "links": [],
13133 "maxPerRow": 12,
13134 "nullPointMode": "null",
13135 "options": {
13136 "dataLinks": []
13137 },
13138 "percentage": false,
13139 "pointradius": 5,
13140 "points": false,
13141 "renderer": "flot",
13142 "seriesOverrides": [
13143 {
13144 "alias": "/.*Out.*/",
13145 "transform": "negative-Y"
13146 },
13147 {
13148 "alias": "/.*Snd.*/",
13149 "transform": "negative-Y"
13150 }
13151 ],
13152 "spaceLength": 10,
13153 "stack": false,
13154 "steppedLine": false,
13155 "targets": [
13156 {
13157 "expr": "irate(node_netstat_Udp_InDatagrams{instance=\"$node\",job=\"$job\"}[5m])",
13158 "format": "time_series",
13159 "interval": "",
13160 "intervalFactor": 2,
13161 "legendFormat": "InDatagrams - Datagrams received",
13162 "refId": "A",
13163 "step": 4
13164 },
13165 {
13166 "expr": "irate(node_netstat_Udp_OutDatagrams{instance=\"$node\",job=\"$job\"}[5m])",
13167 "format": "time_series",
13168 "interval": "",
13169 "intervalFactor": 2,
13170 "legendFormat": "OutDatagrams - Datagrams sent",
13171 "refId": "B",
13172 "step": 4
13173 }
13174 ],
13175 "thresholds": [],
13176 "timeFrom": null,
13177 "timeRegions": [],
13178 "timeShift": null,
13179 "title": "UDP In / Out",
13180 "tooltip": {
13181 "shared": true,
13182 "sort": 0,
13183 "value_type": "individual"
13184 },
13185 "type": "graph",
13186 "xaxis": {
13187 "buckets": null,
13188 "mode": "time",
13189 "name": null,
13190 "show": true,
13191 "values": []
13192 },
13193 "yaxes": [
13194 {
13195 "format": "short",
13196 "label": "datagrams out (-) / in (+)",
13197 "logBase": 1,
13198 "max": null,
13199 "min": null,
13200 "show": true
13201 },
13202 {
13203 "format": "short",
13204 "label": null,
13205 "logBase": 1,
13206 "max": null,
13207 "min": null,
13208 "show": false
13209 }
13210 ],
13211 "yaxis": {
13212 "align": false,
13213 "alignLevel": null
13214 }
13215 },
13216 {
13217 "aliasColors": {},
13218 "bars": false,
13219 "dashLength": 10,
13220 "dashes": false,
13221 "datasource": "ace-ntt",
13222 "fill": 2,
13223 "fillGradient": 0,
13224 "gridPos": {
13225 "h": 10,
13226 "w": 12,
13227 "x": 12,
13228 "y": 52
13229 },
13230 "height": "",
13231 "hiddenSeries": false,
13232 "id": 109,
13233 "legend": {
13234 "alignAsTable": true,
13235 "avg": true,
13236 "current": true,
13237 "hideZero": false,
13238 "max": true,
13239 "min": true,
13240 "rightSide": false,
13241 "show": true,
13242 "sort": "current",
13243 "sortDesc": true,
13244 "total": false,
13245 "values": true
13246 },
13247 "lines": true,
13248 "linewidth": 1,
13249 "links": [],
13250 "maxPerRow": 12,
13251 "nullPointMode": "null",
13252 "options": {
13253 "dataLinks": []
13254 },
13255 "percentage": false,
13256 "pointradius": 5,
13257 "points": false,
13258 "renderer": "flot",
13259 "seriesOverrides": [],
13260 "spaceLength": 10,
13261 "stack": false,
13262 "steppedLine": false,
13263 "targets": [
13264 {
13265 "expr": "irate(node_netstat_Udp_InErrors{instance=\"$node\",job=\"$job\"}[5m])",
13266 "format": "time_series",
13267 "interval": "",
13268 "intervalFactor": 2,
13269 "legendFormat": "InErrors - UDP Datagrams that could not be delivered to an application",
13270 "refId": "A",
13271 "step": 4
13272 },
13273 {
13274 "expr": "irate(node_netstat_Udp_NoPorts{instance=\"$node\",job=\"$job\"}[5m])",
13275 "format": "time_series",
13276 "interval": "",
13277 "intervalFactor": 2,
13278 "legendFormat": "NoPorts - UDP Datagrams received on a port with no listener",
13279 "refId": "B",
13280 "step": 4
13281 },
13282 {
13283 "expr": "irate(node_netstat_UdpLite_InErrors{instance=\"$node\",job=\"$job\"}[5m])",
13284 "interval": "",
13285 "legendFormat": "InErrors Lite - UDPLite Datagrams that could not be delivered to an application",
13286 "refId": "C"
13287 },
13288 {
13289 "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=\"$node\",job=\"$job\"}[5m])",
13290 "format": "time_series",
13291 "interval": "",
13292 "intervalFactor": 2,
13293 "legendFormat": "RcvbufErrors - UDP buffer errors received",
13294 "refId": "D",
13295 "step": 4
13296 },
13297 {
13298 "expr": "irate(node_netstat_Udp_SndbufErrors{instance=\"$node\",job=\"$job\"}[5m])",
13299 "format": "time_series",
13300 "interval": "",
13301 "intervalFactor": 2,
13302 "legendFormat": "SndbufErrors - UDP buffer errors send",
13303 "refId": "E",
13304 "step": 4
13305 }
13306 ],
13307 "thresholds": [],
13308 "timeFrom": null,
13309 "timeRegions": [],
13310 "timeShift": null,
13311 "title": "UDP Errors",
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 "$$hashKey": "object:4232",
13328 "format": "short",
13329 "label": "datagrams",
13330 "logBase": 1,
13331 "max": null,
13332 "min": null,
13333 "show": true
13334 },
13335 {
13336 "$$hashKey": "object:4233",
13337 "format": "short",
13338 "label": null,
13339 "logBase": 1,
13340 "max": null,
13341 "min": null,
13342 "show": false
13343 }
13344 ],
13345 "yaxis": {
13346 "align": false,
13347 "alignLevel": null
13348 }
13349 },
13350 {
13351 "aliasColors": {},
13352 "bars": false,
13353 "dashLength": 10,
13354 "dashes": false,
13355 "datasource": "ace-ntt",
13356 "decimals": null,
13357 "fill": 2,
13358 "fillGradient": 0,
13359 "gridPos": {
13360 "h": 10,
13361 "w": 12,
13362 "x": 0,
13363 "y": 62
13364 },
13365 "height": "",
13366 "hiddenSeries": false,
13367 "id": 299,
13368 "legend": {
13369 "alignAsTable": true,
13370 "avg": true,
13371 "current": true,
13372 "hideZero": false,
13373 "max": true,
13374 "min": true,
13375 "rightSide": false,
13376 "show": true,
13377 "sort": "current",
13378 "sortDesc": true,
13379 "total": false,
13380 "values": true
13381 },
13382 "lines": true,
13383 "linewidth": 1,
13384 "links": [],
13385 "maxPerRow": 12,
13386 "nullPointMode": "null",
13387 "options": {
13388 "dataLinks": []
13389 },
13390 "percentage": false,
13391 "pointradius": 5,
13392 "points": false,
13393 "renderer": "flot",
13394 "seriesOverrides": [
13395 {
13396 "alias": "/.*Out.*/",
13397 "transform": "negative-Y"
13398 },
13399 {
13400 "alias": "/.*Snd.*/",
13401 "transform": "negative-Y"
13402 }
13403 ],
13404 "spaceLength": 10,
13405 "stack": false,
13406 "steppedLine": false,
13407 "targets": [
13408 {
13409 "expr": "irate(node_netstat_Tcp_InSegs{instance=\"$node\",job=\"$job\"}[5m])",
13410 "format": "time_series",
13411 "instant": false,
13412 "interval": "",
13413 "intervalFactor": 2,
13414 "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections",
13415 "refId": "A",
13416 "step": 4
13417 },
13418 {
13419 "expr": "irate(node_netstat_Tcp_OutSegs{instance=\"$node\",job=\"$job\"}[5m])",
13420 "format": "time_series",
13421 "interval": "",
13422 "intervalFactor": 2,
13423 "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets",
13424 "refId": "B",
13425 "step": 4
13426 }
13427 ],
13428 "thresholds": [],
13429 "timeFrom": null,
13430 "timeRegions": [],
13431 "timeShift": null,
13432 "title": "TCP In / Out",
13433 "tooltip": {
13434 "shared": true,
13435 "sort": 0,
13436 "value_type": "individual"
13437 },
13438 "type": "graph",
13439 "xaxis": {
13440 "buckets": null,
13441 "mode": "time",
13442 "name": null,
13443 "show": true,
13444 "values": []
13445 },
13446 "yaxes": [
13447 {
13448 "format": "short",
13449 "label": "datagrams out (-) / in (+)",
13450 "logBase": 1,
13451 "max": null,
13452 "min": null,
13453 "show": true
13454 },
13455 {
13456 "format": "short",
13457 "label": null,
13458 "logBase": 1,
13459 "max": null,
13460 "min": null,
13461 "show": false
13462 }
13463 ],
13464 "yaxis": {
13465 "align": false,
13466 "alignLevel": null
13467 }
13468 },
13469 {
13470 "aliasColors": {},
13471 "bars": false,
13472 "dashLength": 10,
13473 "dashes": false,
13474 "datasource": "ace-ntt",
13475 "description": "",
13476 "fill": 2,
13477 "fillGradient": 0,
13478 "gridPos": {
13479 "h": 10,
13480 "w": 12,
13481 "x": 12,
13482 "y": 62
13483 },
13484 "height": "",
13485 "hiddenSeries": false,
13486 "id": 104,
13487 "legend": {
13488 "alignAsTable": true,
13489 "avg": true,
13490 "current": true,
13491 "hideEmpty": false,
13492 "hideZero": false,
13493 "max": true,
13494 "min": true,
13495 "rightSide": false,
13496 "show": true,
13497 "sort": "current",
13498 "sortDesc": true,
13499 "total": false,
13500 "values": true
13501 },
13502 "lines": true,
13503 "linewidth": 1,
13504 "links": [],
13505 "maxPerRow": 12,
13506 "nullPointMode": "null",
13507 "options": {
13508 "dataLinks": []
13509 },
13510 "percentage": false,
13511 "pointradius": 5,
13512 "points": false,
13513 "renderer": "flot",
13514 "seriesOverrides": [],
13515 "spaceLength": 10,
13516 "stack": false,
13517 "steppedLine": false,
13518 "targets": [
13519 {
13520 "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=\"$node\",job=\"$job\"}[5m])",
13521 "format": "time_series",
13522 "hide": false,
13523 "interval": "",
13524 "intervalFactor": 2,
13525 "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed",
13526 "refId": "A",
13527 "step": 4
13528 },
13529 {
13530 "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=\"$node\",job=\"$job\"}[5m])",
13531 "format": "time_series",
13532 "hide": false,
13533 "interval": "",
13534 "intervalFactor": 2,
13535 "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored",
13536 "refId": "B",
13537 "step": 4
13538 },
13539 {
13540 "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=\"$node\",job=\"$job\"}[5m])",
13541 "format": "time_series",
13542 "interval": "",
13543 "intervalFactor": 2,
13544 "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits",
13545 "refId": "C",
13546 "step": 4
13547 },
13548 {
13549 "expr": "irate(node_netstat_Tcp_RetransSegs{instance=\"$node\",job=\"$job\"}[5m])",
13550 "interval": "",
13551 "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets",
13552 "refId": "D"
13553 },
13554 {
13555 "expr": "irate(node_netstat_Tcp_InErrs{instance=\"$node\",job=\"$job\"}[5m])",
13556 "interval": "",
13557 "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)",
13558 "refId": "E"
13559 }
13560 ],
13561 "thresholds": [],
13562 "timeFrom": null,
13563 "timeRegions": [],
13564 "timeShift": null,
13565 "title": "TCP Errors",
13566 "tooltip": {
13567 "shared": true,
13568 "sort": 0,
13569 "value_type": "individual"
13570 },
13571 "type": "graph",
13572 "xaxis": {
13573 "buckets": null,
13574 "mode": "time",
13575 "name": null,
13576 "show": true,
13577 "values": []
13578 },
13579 "yaxes": [
13580 {
13581 "format": "short",
13582 "label": "counter",
13583 "logBase": 1,
13584 "max": null,
13585 "min": "0",
13586 "show": true
13587 },
13588 {
13589 "format": "short",
13590 "label": null,
13591 "logBase": 1,
13592 "max": null,
13593 "min": null,
13594 "show": false
13595 }
13596 ],
13597 "yaxis": {
13598 "align": false,
13599 "alignLevel": null
13600 }
13601 },
13602 {
13603 "aliasColors": {},
13604 "bars": false,
13605 "dashLength": 10,
13606 "dashes": false,
13607 "datasource": "ace-ntt",
13608 "fill": 2,
13609 "fillGradient": 0,
13610 "gridPos": {
13611 "h": 10,
13612 "w": 12,
13613 "x": 0,
13614 "y": 72
13615 },
13616 "height": "",
13617 "hiddenSeries": false,
13618 "id": 85,
13619 "legend": {
13620 "alignAsTable": true,
13621 "avg": true,
13622 "current": true,
13623 "hideZero": false,
13624 "max": true,
13625 "min": true,
13626 "rightSide": false,
13627 "show": true,
13628 "sortDesc": true,
13629 "total": false,
13630 "values": true
13631 },
13632 "lines": true,
13633 "linewidth": 1,
13634 "links": [],
13635 "maxPerRow": 12,
13636 "nullPointMode": "null",
13637 "options": {
13638 "dataLinks": []
13639 },
13640 "percentage": false,
13641 "pointradius": 5,
13642 "points": false,
13643 "renderer": "flot",
13644 "seriesOverrides": [
13645 {
13646 "$$hashKey": "object:454",
13647 "alias": "/.*MaxConn *./",
13648 "color": "#890F02",
13649 "fill": 0
13650 }
13651 ],
13652 "spaceLength": 10,
13653 "stack": false,
13654 "steppedLine": false,
13655 "targets": [
13656 {
13657 "expr": "node_netstat_Tcp_CurrEstab{instance=\"$node\",job=\"$job\"}",
13658 "format": "time_series",
13659 "hide": false,
13660 "interval": "",
13661 "intervalFactor": 2,
13662 "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT",
13663 "refId": "A",
13664 "step": 4
13665 },
13666 {
13667 "expr": "node_netstat_Tcp_MaxConn{instance=\"$node\",job=\"$job\"}",
13668 "format": "time_series",
13669 "hide": false,
13670 "interval": "",
13671 "intervalFactor": 2,
13672 "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")",
13673 "refId": "B",
13674 "step": 4
13675 }
13676 ],
13677 "thresholds": [],
13678 "timeFrom": null,
13679 "timeRegions": [],
13680 "timeShift": null,
13681 "title": "TCP Connections",
13682 "tooltip": {
13683 "shared": true,
13684 "sort": 0,
13685 "value_type": "individual"
13686 },
13687 "type": "graph",
13688 "xaxis": {
13689 "buckets": null,
13690 "mode": "time",
13691 "name": null,
13692 "show": true,
13693 "values": []
13694 },
13695 "yaxes": [
13696 {
13697 "$$hashKey": "object:469",
13698 "format": "short",
13699 "label": "connections",
13700 "logBase": 1,
13701 "max": null,
13702 "min": "0",
13703 "show": true
13704 },
13705 {
13706 "$$hashKey": "object:470",
13707 "format": "short",
13708 "label": null,
13709 "logBase": 1,
13710 "max": null,
13711 "min": null,
13712 "show": false
13713 }
13714 ],
13715 "yaxis": {
13716 "align": false,
13717 "alignLevel": null
13718 }
13719 },
13720 {
13721 "aliasColors": {},
13722 "bars": false,
13723 "dashLength": 10,
13724 "dashes": false,
13725 "datasource": "ace-ntt",
13726 "description": "",
13727 "fill": 2,
13728 "fillGradient": 0,
13729 "gridPos": {
13730 "h": 10,
13731 "w": 12,
13732 "x": 12,
13733 "y": 72
13734 },
13735 "height": "",
13736 "hiddenSeries": false,
13737 "id": 91,
13738 "legend": {
13739 "alignAsTable": true,
13740 "avg": true,
13741 "current": true,
13742 "hideEmpty": false,
13743 "hideZero": false,
13744 "max": true,
13745 "min": true,
13746 "rightSide": false,
13747 "show": true,
13748 "sort": "current",
13749 "sortDesc": true,
13750 "total": false,
13751 "values": true
13752 },
13753 "lines": true,
13754 "linewidth": 1,
13755 "links": [],
13756 "maxPerRow": 12,
13757 "nullPointMode": "null",
13758 "options": {
13759 "dataLinks": []
13760 },
13761 "percentage": false,
13762 "pointradius": 5,
13763 "points": false,
13764 "renderer": "flot",
13765 "seriesOverrides": [
13766 {
13767 "alias": "/.*Sent.*/",
13768 "transform": "negative-Y"
13769 }
13770 ],
13771 "spaceLength": 10,
13772 "stack": false,
13773 "steppedLine": false,
13774 "targets": [
13775 {
13776 "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=\"$node\",job=\"$job\"}[5m])",
13777 "format": "time_series",
13778 "hide": false,
13779 "interval": "",
13780 "intervalFactor": 2,
13781 "legendFormat": "SyncookiesFailed - Invalid SYN cookies received",
13782 "refId": "A",
13783 "step": 4
13784 },
13785 {
13786 "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=\"$node\",job=\"$job\"}[5m])",
13787 "format": "time_series",
13788 "hide": false,
13789 "interval": "",
13790 "intervalFactor": 2,
13791 "legendFormat": "SyncookiesRecv - SYN cookies received",
13792 "refId": "B",
13793 "step": 4
13794 },
13795 {
13796 "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=\"$node\",job=\"$job\"}[5m])",
13797 "format": "time_series",
13798 "hide": false,
13799 "interval": "",
13800 "intervalFactor": 2,
13801 "legendFormat": "SyncookiesSent - SYN cookies sent",
13802 "refId": "C",
13803 "step": 4
13804 }
13805 ],
13806 "thresholds": [],
13807 "timeFrom": null,
13808 "timeRegions": [],
13809 "timeShift": null,
13810 "title": "TCP SynCookie",
13811 "tooltip": {
13812 "shared": true,
13813 "sort": 0,
13814 "value_type": "individual"
13815 },
13816 "type": "graph",
13817 "xaxis": {
13818 "buckets": null,
13819 "mode": "time",
13820 "name": null,
13821 "show": true,
13822 "values": []
13823 },
13824 "yaxes": [
13825 {
13826 "format": "short",
13827 "label": "counter out (-) / in (+)",
13828 "logBase": 1,
13829 "max": null,
13830 "min": null,
13831 "show": true
13832 },
13833 {
13834 "format": "short",
13835 "label": null,
13836 "logBase": 1,
13837 "max": null,
13838 "min": null,
13839 "show": false
13840 }
13841 ],
13842 "yaxis": {
13843 "align": false,
13844 "alignLevel": null
13845 }
13846 },
13847 {
13848 "aliasColors": {},
13849 "bars": false,
13850 "dashLength": 10,
13851 "dashes": false,
13852 "datasource": "ace-ntt",
13853 "fill": 2,
13854 "fillGradient": 0,
13855 "gridPos": {
13856 "h": 10,
13857 "w": 12,
13858 "x": 0,
13859 "y": 82
13860 },
13861 "height": "",
13862 "hiddenSeries": false,
13863 "id": 82,
13864 "legend": {
13865 "alignAsTable": true,
13866 "avg": true,
13867 "current": true,
13868 "hideZero": false,
13869 "max": true,
13870 "min": true,
13871 "rightSide": false,
13872 "show": true,
13873 "sortDesc": true,
13874 "total": false,
13875 "values": true
13876 },
13877 "lines": true,
13878 "linewidth": 1,
13879 "links": [],
13880 "maxPerRow": 12,
13881 "nullPointMode": "null",
13882 "options": {
13883 "dataLinks": []
13884 },
13885 "percentage": false,
13886 "pointradius": 5,
13887 "points": false,
13888 "renderer": "flot",
13889 "seriesOverrides": [],
13890 "spaceLength": 10,
13891 "stack": false,
13892 "steppedLine": false,
13893 "targets": [
13894 {
13895 "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=\"$node\",job=\"$job\"}[5m])",
13896 "format": "time_series",
13897 "interval": "",
13898 "intervalFactor": 2,
13899 "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state",
13900 "refId": "A",
13901 "step": 4
13902 },
13903 {
13904 "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=\"$node\",job=\"$job\"}[5m])",
13905 "format": "time_series",
13906 "interval": "",
13907 "intervalFactor": 2,
13908 "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state",
13909 "refId": "B",
13910 "step": 4
13911 }
13912 ],
13913 "thresholds": [],
13914 "timeFrom": null,
13915 "timeRegions": [],
13916 "timeShift": null,
13917 "title": "TCP Direct Transition",
13918 "tooltip": {
13919 "shared": true,
13920 "sort": 0,
13921 "value_type": "individual"
13922 },
13923 "type": "graph",
13924 "xaxis": {
13925 "buckets": null,
13926 "mode": "time",
13927 "name": null,
13928 "show": true,
13929 "values": []
13930 },
13931 "yaxes": [
13932 {
13933 "format": "short",
13934 "label": "connections",
13935 "logBase": 1,
13936 "max": null,
13937 "min": "0",
13938 "show": true
13939 },
13940 {
13941 "format": "short",
13942 "label": null,
13943 "logBase": 1,
13944 "max": null,
13945 "min": null,
13946 "show": false
13947 }
13948 ],
13949 "yaxis": {
13950 "align": false,
13951 "alignLevel": null
13952 }
13953 }
13954 ],
13955 "repeat": null,
13956 "title": "Network Netstat",
13957 "type": "row"
13958 },
13959 {
13960 "collapsed": true,
13961 "datasource": "ace-ntt",
13962 "gridPos": {
13963 "h": 1,
13964 "w": 24,
13965 "x": 0,
13966 "y": 37
13967 },
13968 "id": 279,
13969 "panels": [
13970 {
13971 "aliasColors": {},
13972 "bars": false,
13973 "dashLength": 10,
13974 "dashes": false,
13975 "datasource": "ace-ntt",
13976 "description": "",
13977 "fill": 2,
13978 "fillGradient": 0,
13979 "gridPos": {
13980 "h": 10,
13981 "w": 12,
13982 "x": 0,
13983 "y": 54
13984 },
13985 "hiddenSeries": false,
13986 "id": 40,
13987 "legend": {
13988 "alignAsTable": true,
13989 "avg": true,
13990 "current": true,
13991 "max": true,
13992 "min": true,
13993 "show": true,
13994 "sort": "current",
13995 "sortDesc": true,
13996 "total": false,
13997 "values": true
13998 },
13999 "lines": true,
14000 "linewidth": 1,
14001 "links": [],
14002 "nullPointMode": "null",
14003 "options": {
14004 "dataLinks": []
14005 },
14006 "percentage": false,
14007 "pointradius": 5,
14008 "points": false,
14009 "renderer": "flot",
14010 "seriesOverrides": [],
14011 "spaceLength": 10,
14012 "stack": true,
14013 "steppedLine": false,
14014 "targets": [
14015 {
14016 "expr": "node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}",
14017 "format": "time_series",
14018 "hide": false,
14019 "interval": "",
14020 "intervalFactor": 2,
14021 "legendFormat": "{{collector}} - Scrape duration",
14022 "refId": "A",
14023 "step": 4
14024 }
14025 ],
14026 "thresholds": [],
14027 "timeFrom": null,
14028 "timeRegions": [],
14029 "timeShift": null,
14030 "title": "Node Exporter Scrape Time",
14031 "tooltip": {
14032 "shared": true,
14033 "sort": 0,
14034 "value_type": "individual"
14035 },
14036 "type": "graph",
14037 "xaxis": {
14038 "buckets": null,
14039 "mode": "time",
14040 "name": null,
14041 "show": true,
14042 "values": []
14043 },
14044 "yaxes": [
14045 {
14046 "format": "s",
14047 "label": "seconds",
14048 "logBase": 1,
14049 "max": null,
14050 "min": null,
14051 "show": true
14052 },
14053 {
14054 "format": "short",
14055 "label": null,
14056 "logBase": 1,
14057 "max": null,
14058 "min": null,
14059 "show": false
14060 }
14061 ],
14062 "yaxis": {
14063 "align": false,
14064 "alignLevel": null
14065 }
14066 },
14067 {
14068 "aliasColors": {},
14069 "bars": false,
14070 "dashLength": 10,
14071 "dashes": false,
14072 "datasource": "ace-ntt",
14073 "description": "",
14074 "fill": 2,
14075 "fillGradient": 0,
14076 "gridPos": {
14077 "h": 10,
14078 "w": 12,
14079 "x": 12,
14080 "y": 54
14081 },
14082 "hiddenSeries": false,
14083 "id": 157,
14084 "legend": {
14085 "alignAsTable": true,
14086 "avg": true,
14087 "current": true,
14088 "max": true,
14089 "min": true,
14090 "show": true,
14091 "total": false,
14092 "values": true
14093 },
14094 "lines": true,
14095 "linewidth": 1,
14096 "links": [],
14097 "nullPointMode": "null",
14098 "options": {
14099 "dataLinks": []
14100 },
14101 "percentage": false,
14102 "pointradius": 5,
14103 "points": false,
14104 "renderer": "flot",
14105 "seriesOverrides": [
14106 {
14107 "$$hashKey": "object:1969",
14108 "alias": "/.*error.*/",
14109 "color": "#F2495C",
14110 "transform": "negative-Y"
14111 }
14112 ],
14113 "spaceLength": 10,
14114 "stack": true,
14115 "steppedLine": false,
14116 "targets": [
14117 {
14118 "expr": "node_scrape_collector_success{instance=\"$node\",job=\"$job\"}",
14119 "format": "time_series",
14120 "hide": false,
14121 "interval": "",
14122 "intervalFactor": 2,
14123 "legendFormat": "{{collector}} - Scrape success",
14124 "refId": "A",
14125 "step": 4
14126 },
14127 {
14128 "expr": "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}",
14129 "format": "time_series",
14130 "hide": false,
14131 "interval": "",
14132 "intervalFactor": 2,
14133 "legendFormat": "{{collector}} - Scrape textfile error (1 = true)",
14134 "refId": "B",
14135 "step": 4
14136 }
14137 ],
14138 "thresholds": [],
14139 "timeFrom": null,
14140 "timeRegions": [],
14141 "timeShift": null,
14142 "title": "Node Exporter Scrape",
14143 "tooltip": {
14144 "shared": true,
14145 "sort": 0,
14146 "value_type": "individual"
14147 },
14148 "type": "graph",
14149 "xaxis": {
14150 "buckets": null,
14151 "mode": "time",
14152 "name": null,
14153 "show": true,
14154 "values": []
14155 },
14156 "yaxes": [
14157 {
14158 "$$hashKey": "object:1484",
14159 "format": "short",
14160 "label": "counter",
14161 "logBase": 1,
14162 "max": null,
14163 "min": null,
14164 "show": true
14165 },
14166 {
14167 "$$hashKey": "object:1485",
14168 "format": "short",
14169 "label": null,
14170 "logBase": 1,
14171 "max": null,
14172 "min": null,
14173 "show": false
14174 }
14175 ],
14176 "yaxis": {
14177 "align": false,
14178 "alignLevel": null
14179 }
14180 }
14181 ],
14182 "repeat": null,
14183 "title": "Node Exporter",
14184 "type": "row"
14185 }
14186 ],
14187 "refresh": "1m",
14188 "schemaVersion": 25,
14189 "style": "dark",
14190 "tags": [
14191 "linux"
14192 ],
14193 "templating": {
14194 "list": [
14195 {
14196 "current": {
14197 "selected": false,
14198 "text": "ace-ntt",
14199 "value": "ace-ntt"
14200 },
14201 "hide": 2,
14202 "includeAll": false,
14203 "label": "datasource",
14204 "multi": false,
14205 "name": "DS_PROMETHEUS",
14206 "options": [],
14207 "query": "prometheus",
14208 "refresh": 1,
14209 "regex": "ace-ntt",
14210 "skipUrlSync": false,
14211 "type": "datasource"
14212 },
14213 {
14214 "allValue": null,
14215 "current": {
14216 "selected": false,
14217 "text": "node-exporter",
14218 "value": "node-exporter"
14219 },
14220 "datasource": "ace-ntt",
14221 "definition": "",
14222 "hide": 2,
14223 "includeAll": false,
14224 "label": "Job",
14225 "multi": false,
14226 "name": "job",
14227 "options": [],
14228 "query": "label_values(node_uname_info, job)",
14229 "refresh": 1,
14230 "regex": "",
14231 "skipUrlSync": false,
14232 "sort": 1,
14233 "tagValuesQuery": "",
14234 "tags": [],
14235 "tagsQuery": "",
14236 "type": "query",
14237 "useTags": false
14238 },
14239 {
14240 "allValue": null,
14241 "current": {
14242 "selected": true,
14243 "text": "192.168.49.216:9796",
14244 "value": "192.168.49.216:9796"
14245 },
14246 "datasource": "ace-ntt",
14247 "definition": "label_values(node_uname_info{job=\"$job\"}, instance)",
14248 "hide": 0,
14249 "includeAll": false,
14250 "label": "Host:",
14251 "multi": false,
14252 "name": "node",
14253 "options": [],
14254 "query": "label_values(node_uname_info{job=\"$job\"}, instance)",
14255 "refresh": 1,
14256 "regex": "",
14257 "skipUrlSync": false,
14258 "sort": 1,
14259 "tagValuesQuery": "",
14260 "tags": [],
14261 "tagsQuery": "",
14262 "type": "query",
14263 "useTags": false
14264 },
14265 {
14266 "allValue": null,
14267 "current": {
14268 "selected": false,
14269 "text": "[a-z]+|nvme[0-9]+n[0-9]+",
14270 "value": "[a-z]+|nvme[0-9]+n[0-9]+"
14271 },
14272 "hide": 2,
14273 "includeAll": false,
14274 "label": null,
14275 "multi": false,
14276 "name": "diskdevices",
14277 "options": [
14278 {
14279 "selected": true,
14280 "text": "[a-z]+|nvme[0-9]+n[0-9]+",
14281 "value": "[a-z]+|nvme[0-9]+n[0-9]+"
14282 }
14283 ],
14284 "query": "[a-z]+|nvme[0-9]+n[0-9]+",
14285 "skipUrlSync": false,
14286 "type": "custom"
14287 }
14288 ]
14289 },
14290 "time": {
14291 "from": "now-24h",
14292 "to": "now"
14293 },
14294 "timepicker": {
14295 "refresh_intervals": [
14296 "10s",
14297 "30s",
14298 "1m",
14299 "5m",
14300 "15m",
14301 "30m",
14302 "1h",
14303 "2h",
14304 "1d"
14305 ],
14306 "time_options": [
14307 "5m",
14308 "15m",
14309 "1h",
14310 "6h",
14311 "12h",
14312 "24h",
14313 "2d",
14314 "7d",
14315 "30d"
14316 ]
14317 },
14318 "timezone": "browser",
14319 "title": "NTT Aether Connected Edge",
14320 "uid": "rYdddlPWk",
14321 "version": 11
14322}