github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/helm/dashboards/node.json (about) 1 { 2 "annotations": { 3 "list": [ 4 { 5 "$$hashKey": "object:1058", 6 "builtIn": 1, 7 "datasource": { 8 "type": "datasource", 9 "uid": "grafana" 10 }, 11 "enable": true, 12 "hide": true, 13 "iconColor": "rgba(0, 211, 255, 1)", 14 "name": "Annotations & Alerts", 15 "target": { 16 "limit": 100, 17 "matchAny": false, 18 "tags": [], 19 "type": "dashboard" 20 }, 21 "type": "dashboard" 22 } 23 ] 24 }, 25 "editable": true, 26 "fiscalYearStartMonth": 0, 27 "gnetId": 1860, 28 "graphTooltip": 0, 29 "id": 15, 30 "links": [ 31 { 32 "asDropdown": false, 33 "icon": "cloud", 34 "includeVars": false, 35 "keepTime": false, 36 "tags": [], 37 "targetBlank": true, 38 "title": "ApeCloud", 39 "tooltip": "Improved productivity, cost-efficiency and business continuity.", 40 "type": "link", 41 "url": "https://kubeblocks.io/" 42 }, 43 { 44 "asDropdown": false, 45 "icon": "external link", 46 "includeVars": false, 47 "keepTime": false, 48 "tags": [], 49 "targetBlank": true, 50 "title": "KubeBlocks", 51 "tooltip": "An open-source and cloud-neutral DBaaS with Kubernetes.", 52 "type": "link", 53 "url": "https://github.com/apecloud/kubeblocks" 54 } 55 ], 56 "liveNow": false, 57 "panels": [ 58 { 59 "collapsed": false, 60 "gridPos": { 61 "h": 1, 62 "w": 24, 63 "x": 0, 64 "y": 0 65 }, 66 "id": 322, 67 "panels": [], 68 "title": "Summary", 69 "type": "row" 70 }, 71 { 72 "datasource": { 73 "type": "prometheus", 74 "uid": "${datasource}" 75 }, 76 "description": "Total number of CPU cores", 77 "fieldConfig": { 78 "defaults": { 79 "color": { 80 "mode": "thresholds" 81 }, 82 "mappings": [ 83 { 84 "options": { 85 "match": "null", 86 "result": { 87 "text": "N/A" 88 } 89 }, 90 "type": "special" 91 } 92 ], 93 "thresholds": { 94 "mode": "absolute", 95 "steps": [ 96 { 97 "color": "green", 98 "value": null 99 }, 100 { 101 "color": "red", 102 "value": 80 103 } 104 ] 105 }, 106 "unit": "short" 107 }, 108 "overrides": [] 109 }, 110 "gridPos": { 111 "h": 3, 112 "w": 2, 113 "x": 0, 114 "y": 1 115 }, 116 "id": 14, 117 "links": [], 118 "maxDataPoints": 100, 119 "options": { 120 "colorMode": "none", 121 "graphMode": "none", 122 "justifyMode": "auto", 123 "orientation": "horizontal", 124 "reduceOptions": { 125 "calcs": [ 126 "lastNotNull" 127 ], 128 "fields": "", 129 "values": false 130 }, 131 "textMode": "auto" 132 }, 133 "pluginVersion": "9.2.4", 134 "targets": [ 135 { 136 "datasource": { 137 "type": "prometheus", 138 "uid": "${datasource}" 139 }, 140 "editorMode": "code", 141 "exemplar": false, 142 "expr": "count(count(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}) by (cpu))", 143 "instant": true, 144 "interval": "", 145 "intervalFactor": 1, 146 "legendFormat": "", 147 "range": false, 148 "refId": "A", 149 "step": 240 150 } 151 ], 152 "title": "CPU Cores", 153 "type": "stat" 154 }, 155 { 156 "datasource": { 157 "type": "prometheus", 158 "uid": "${datasource}" 159 }, 160 "description": "Total RAM", 161 "fieldConfig": { 162 "defaults": { 163 "color": { 164 "mode": "thresholds" 165 }, 166 "decimals": 0, 167 "mappings": [ 168 { 169 "options": { 170 "match": "null", 171 "result": { 172 "text": "N/A" 173 } 174 }, 175 "type": "special" 176 } 177 ], 178 "thresholds": { 179 "mode": "absolute", 180 "steps": [ 181 { 182 "color": "green", 183 "value": null 184 }, 185 { 186 "color": "red", 187 "value": 80 188 } 189 ] 190 }, 191 "unit": "bytes" 192 }, 193 "overrides": [] 194 }, 195 "gridPos": { 196 "h": 3, 197 "w": 2, 198 "x": 2, 199 "y": 1 200 }, 201 "id": 75, 202 "links": [], 203 "maxDataPoints": 100, 204 "options": { 205 "colorMode": "none", 206 "graphMode": "none", 207 "justifyMode": "auto", 208 "orientation": "horizontal", 209 "reduceOptions": { 210 "calcs": [ 211 "lastNotNull" 212 ], 213 "fields": "", 214 "values": false 215 }, 216 "textMode": "auto" 217 }, 218 "pluginVersion": "9.2.4", 219 "targets": [ 220 { 221 "datasource": { 222 "type": "prometheus", 223 "uid": "${datasource}" 224 }, 225 "editorMode": "code", 226 "exemplar": false, 227 "expr": "node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"}", 228 "instant": true, 229 "intervalFactor": 1, 230 "range": false, 231 "refId": "A", 232 "step": 240 233 } 234 ], 235 "title": "RAM Total", 236 "type": "stat" 237 }, 238 { 239 "datasource": { 240 "type": "prometheus", 241 "uid": "${datasource}" 242 }, 243 "description": "Total SWAP", 244 "fieldConfig": { 245 "defaults": { 246 "color": { 247 "mode": "thresholds" 248 }, 249 "decimals": 0, 250 "mappings": [ 251 { 252 "options": { 253 "match": "null", 254 "result": { 255 "text": "N/A" 256 } 257 }, 258 "type": "special" 259 } 260 ], 261 "thresholds": { 262 "mode": "absolute", 263 "steps": [ 264 { 265 "color": "green", 266 "value": null 267 }, 268 { 269 "color": "red", 270 "value": 80 271 } 272 ] 273 }, 274 "unit": "bytes" 275 }, 276 "overrides": [] 277 }, 278 "gridPos": { 279 "h": 3, 280 "w": 2, 281 "x": 4, 282 "y": 1 283 }, 284 "id": 18, 285 "links": [], 286 "maxDataPoints": 100, 287 "options": { 288 "colorMode": "none", 289 "graphMode": "none", 290 "justifyMode": "auto", 291 "orientation": "horizontal", 292 "reduceOptions": { 293 "calcs": [ 294 "lastNotNull" 295 ], 296 "fields": "", 297 "values": false 298 }, 299 "textMode": "auto" 300 }, 301 "pluginVersion": "9.2.4", 302 "targets": [ 303 { 304 "datasource": { 305 "type": "prometheus", 306 "uid": "${datasource}" 307 }, 308 "editorMode": "code", 309 "exemplar": false, 310 "expr": "node_memory_SwapTotal_bytes{job=\"$job\",node=\"$node\"}", 311 "instant": true, 312 "intervalFactor": 1, 313 "range": false, 314 "refId": "A", 315 "step": 240 316 } 317 ], 318 "title": "SWAP Total", 319 "type": "stat" 320 }, 321 { 322 "datasource": { 323 "type": "prometheus", 324 "uid": "${datasource}" 325 }, 326 "description": "Total Disk", 327 "fieldConfig": { 328 "defaults": { 329 "color": { 330 "mode": "thresholds" 331 }, 332 "decimals": 0, 333 "mappings": [ 334 { 335 "options": { 336 "match": "null", 337 "result": { 338 "text": "N/A" 339 } 340 }, 341 "type": "special" 342 } 343 ], 344 "thresholds": { 345 "mode": "absolute", 346 "steps": [ 347 { 348 "color": "green", 349 "value": null 350 }, 351 { 352 "color": "red", 353 "value": 80 354 } 355 ] 356 }, 357 "unit": "bytes" 358 }, 359 "overrides": [] 360 }, 361 "gridPos": { 362 "h": 3, 363 "w": 2, 364 "x": 6, 365 "y": 1 366 }, 367 "id": 323, 368 "links": [], 369 "maxDataPoints": 100, 370 "options": { 371 "colorMode": "none", 372 "graphMode": "none", 373 "justifyMode": "auto", 374 "orientation": "horizontal", 375 "reduceOptions": { 376 "calcs": [ 377 "lastNotNull" 378 ], 379 "fields": "", 380 "values": false 381 }, 382 "textMode": "auto" 383 }, 384 "pluginVersion": "9.2.4", 385 "targets": [ 386 { 387 "datasource": { 388 "type": "prometheus", 389 "uid": "${datasource}" 390 }, 391 "editorMode": "code", 392 "exemplar": false, 393 "expr": "topk(1,node_filesystem_size_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'})", 394 "instant": true, 395 "intervalFactor": 1, 396 "range": false, 397 "refId": "A", 398 "step": 240 399 } 400 ], 401 "title": "Disk Total", 402 "type": "stat" 403 }, 404 { 405 "datasource": { 406 "type": "prometheus", 407 "uid": "${datasource}" 408 }, 409 "description": "System uptime", 410 "fieldConfig": { 411 "defaults": { 412 "color": { 413 "mode": "thresholds" 414 }, 415 "decimals": 1, 416 "mappings": [ 417 { 418 "options": { 419 "match": "null", 420 "result": { 421 "text": "N/A" 422 } 423 }, 424 "type": "special" 425 } 426 ], 427 "thresholds": { 428 "mode": "absolute", 429 "steps": [ 430 { 431 "color": "green", 432 "value": null 433 }, 434 { 435 "color": "red", 436 "value": 80 437 } 438 ] 439 }, 440 "unit": "s" 441 }, 442 "overrides": [] 443 }, 444 "gridPos": { 445 "h": 3, 446 "w": 2, 447 "x": 8, 448 "y": 1 449 }, 450 "hideTimeOverride": true, 451 "id": 436, 452 "links": [], 453 "maxDataPoints": 100, 454 "options": { 455 "colorMode": "none", 456 "graphMode": "none", 457 "justifyMode": "auto", 458 "orientation": "horizontal", 459 "reduceOptions": { 460 "calcs": [ 461 "lastNotNull" 462 ], 463 "fields": "", 464 "values": false 465 }, 466 "textMode": "auto" 467 }, 468 "pluginVersion": "9.2.4", 469 "targets": [ 470 { 471 "datasource": { 472 "type": "prometheus", 473 "uid": "${datasource}" 474 }, 475 "editorMode": "code", 476 "exemplar": false, 477 "expr": "node_time_seconds{job=\"$job\",node=\"$node\"} - node_boot_time_seconds{job=\"$job\",node=\"$node\"}", 478 "instant": true, 479 "intervalFactor": 1, 480 "legendFormat": "The node has been on for how many time", 481 "range": false, 482 "refId": "A", 483 "step": 240 484 } 485 ], 486 "title": "System Uptime", 487 "type": "stat" 488 }, 489 { 490 "datasource": { 491 "type": "prometheus", 492 "uid": "${datasource}" 493 }, 494 "description": "system load", 495 "fieldConfig": { 496 "defaults": { 497 "color": { 498 "mode": "thresholds" 499 }, 500 "decimals": 1, 501 "mappings": [ 502 { 503 "options": { 504 "match": "null", 505 "result": { 506 "text": "N/A" 507 } 508 }, 509 "type": "special" 510 } 511 ], 512 "min": 0, 513 "noValue": "N/A", 514 "thresholds": { 515 "mode": "absolute", 516 "steps": [ 517 { 518 "color": "green", 519 "value": null 520 }, 521 { 522 "color": "semi-dark-orange", 523 "value": 90 524 }, 525 { 526 "color": "red", 527 "value": 120 528 } 529 ] 530 }, 531 "unit": "none" 532 }, 533 "overrides": [] 534 }, 535 "gridPos": { 536 "h": 3, 537 "w": 2, 538 "x": 10, 539 "y": 1 540 }, 541 "hideTimeOverride": true, 542 "id": 325, 543 "links": [], 544 "maxDataPoints": 100, 545 "options": { 546 "colorMode": "value", 547 "graphMode": "area", 548 "justifyMode": "auto", 549 "orientation": "horizontal", 550 "reduceOptions": { 551 "calcs": [ 552 "lastNotNull" 553 ], 554 "fields": "", 555 "values": false 556 }, 557 "textMode": "auto" 558 }, 559 "pluginVersion": "9.2.4", 560 "targets": [ 561 { 562 "datasource": { 563 "type": "prometheus", 564 "uid": "${datasource}" 565 }, 566 "editorMode": "code", 567 "exemplar": false, 568 "expr": "node_load5{job=\"$job\",node=\"$node\"} ", 569 "format": "time_series", 570 "instant": true, 571 "intervalFactor": 1, 572 "legendFormat": "jobs waiting and running", 573 "range": false, 574 "refId": "A", 575 "step": 240 576 } 577 ], 578 "title": "System Load", 579 "type": "stat" 580 }, 581 { 582 "datasource": { 583 "type": "prometheus", 584 "uid": "${datasource}" 585 }, 586 "description": "Processes blocked waiting for I/O to complete", 587 "fieldConfig": { 588 "defaults": { 589 "color": { 590 "mode": "thresholds" 591 }, 592 "decimals": 0, 593 "mappings": [ 594 { 595 "options": { 596 "match": "null", 597 "result": { 598 "text": "N/A" 599 } 600 }, 601 "type": "special" 602 } 603 ], 604 "noValue": "N/A", 605 "thresholds": { 606 "mode": "absolute", 607 "steps": [ 608 { 609 "color": "green", 610 "value": null 611 }, 612 { 613 "color": "semi-dark-orange", 614 "value": 80 615 }, 616 { 617 "color": "red", 618 "value": 120 619 } 620 ] 621 }, 622 "unit": "none" 623 }, 624 "overrides": [] 625 }, 626 "gridPos": { 627 "h": 3, 628 "w": 2, 629 "x": 12, 630 "y": 1 631 }, 632 "hideTimeOverride": true, 633 "id": 434, 634 "links": [], 635 "maxDataPoints": 100, 636 "options": { 637 "colorMode": "value", 638 "graphMode": "area", 639 "justifyMode": "auto", 640 "orientation": "horizontal", 641 "reduceOptions": { 642 "calcs": [ 643 "lastNotNull" 644 ], 645 "fields": "", 646 "values": false 647 }, 648 "textMode": "auto" 649 }, 650 "pluginVersion": "9.2.4", 651 "targets": [ 652 { 653 "datasource": { 654 "type": "prometheus", 655 "uid": "${datasource}" 656 }, 657 "editorMode": "code", 658 "exemplar": false, 659 "expr": "node_procs_blocked{job=\"$job\",node=\"$node\"}", 660 "format": "time_series", 661 "instant": true, 662 "intervalFactor": 1, 663 "legendFormat": "__auto", 664 "range": false, 665 "refId": "A", 666 "step": 240 667 } 668 ], 669 "title": "Process Blocked", 670 "type": "stat" 671 }, 672 { 673 "datasource": { 674 "type": "prometheus", 675 "uid": "${datasource}" 676 }, 677 "description": "Basic CPU info", 678 "fieldConfig": { 679 "defaults": { 680 "color": { 681 "mode": "palette-classic" 682 }, 683 "custom": { 684 "axisCenteredZero": false, 685 "axisColorMode": "text", 686 "axisLabel": "", 687 "axisPlacement": "auto", 688 "barAlignment": 0, 689 "drawStyle": "line", 690 "fillOpacity": 40, 691 "gradientMode": "none", 692 "hideFrom": { 693 "legend": false, 694 "tooltip": false, 695 "viz": false 696 }, 697 "lineInterpolation": "smooth", 698 "lineWidth": 1, 699 "pointSize": 5, 700 "scaleDistribution": { 701 "type": "linear" 702 }, 703 "showPoints": "never", 704 "spanNulls": false, 705 "stacking": { 706 "group": "A", 707 "mode": "none" 708 }, 709 "thresholdsStyle": { 710 "mode": "off" 711 } 712 }, 713 "links": [], 714 "mappings": [], 715 "min": 0, 716 "thresholds": { 717 "mode": "absolute", 718 "steps": [ 719 { 720 "color": "green", 721 "value": null 722 }, 723 { 724 "color": "red", 725 "value": 80 726 } 727 ] 728 }, 729 "unit": "percentunit" 730 }, 731 "overrides": [ 732 { 733 "matcher": { 734 "id": "byName", 735 "options": "Busy Iowait" 736 }, 737 "properties": [ 738 { 739 "id": "color", 740 "value": { 741 "fixedColor": "#890F02", 742 "mode": "fixed" 743 } 744 } 745 ] 746 }, 747 { 748 "matcher": { 749 "id": "byName", 750 "options": "Idle" 751 }, 752 "properties": [ 753 { 754 "id": "color", 755 "value": { 756 "fixedColor": "#052B51", 757 "mode": "fixed" 758 } 759 } 760 ] 761 }, 762 { 763 "matcher": { 764 "id": "byName", 765 "options": "Busy Iowait" 766 }, 767 "properties": [ 768 { 769 "id": "color", 770 "value": { 771 "fixedColor": "#890F02", 772 "mode": "fixed" 773 } 774 } 775 ] 776 }, 777 { 778 "matcher": { 779 "id": "byName", 780 "options": "Idle" 781 }, 782 "properties": [ 783 { 784 "id": "color", 785 "value": { 786 "fixedColor": "#7EB26D", 787 "mode": "fixed" 788 } 789 } 790 ] 791 }, 792 { 793 "matcher": { 794 "id": "byName", 795 "options": "Busy System" 796 }, 797 "properties": [ 798 { 799 "id": "color", 800 "value": { 801 "fixedColor": "#EAB839", 802 "mode": "fixed" 803 } 804 } 805 ] 806 }, 807 { 808 "matcher": { 809 "id": "byName", 810 "options": "Busy User" 811 }, 812 "properties": [ 813 { 814 "id": "color", 815 "value": { 816 "fixedColor": "#0A437C", 817 "mode": "fixed" 818 } 819 } 820 ] 821 }, 822 { 823 "matcher": { 824 "id": "byName", 825 "options": "Busy Other" 826 }, 827 "properties": [ 828 { 829 "id": "color", 830 "value": { 831 "fixedColor": "#6D1F62", 832 "mode": "fixed" 833 } 834 } 835 ] 836 } 837 ] 838 }, 839 "gridPos": { 840 "h": 7, 841 "w": 10, 842 "x": 14, 843 "y": 1 844 }, 845 "id": 382, 846 "links": [], 847 "options": { 848 "legend": { 849 "calcs": [], 850 "displayMode": "list", 851 "placement": "bottom", 852 "showLegend": true, 853 "width": 250 854 }, 855 "tooltip": { 856 "mode": "multi", 857 "sort": "desc" 858 } 859 }, 860 "pluginVersion": "9.2.0", 861 "targets": [ 862 { 863 "datasource": { 864 "type": "prometheus", 865 "uid": "${datasource}" 866 }, 867 "editorMode": "code", 868 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 869 "format": "time_series", 870 "hide": false, 871 "intervalFactor": 1, 872 "legendFormat": "Busy System", 873 "range": true, 874 "refId": "A", 875 "step": 240 876 }, 877 { 878 "datasource": { 879 "type": "prometheus", 880 "uid": "${datasource}" 881 }, 882 "editorMode": "code", 883 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 884 "format": "time_series", 885 "hide": false, 886 "intervalFactor": 1, 887 "legendFormat": "Busy User", 888 "range": true, 889 "refId": "B", 890 "step": 240 891 }, 892 { 893 "datasource": { 894 "type": "prometheus", 895 "uid": "${datasource}" 896 }, 897 "editorMode": "code", 898 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 899 "format": "time_series", 900 "intervalFactor": 1, 901 "legendFormat": "Busy IOWait", 902 "range": true, 903 "refId": "C", 904 "step": 240 905 }, 906 { 907 "datasource": { 908 "type": "prometheus", 909 "uid": "${datasource}" 910 }, 911 "editorMode": "code", 912 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=~\".*irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 913 "format": "time_series", 914 "intervalFactor": 1, 915 "legendFormat": "Busy IRQs", 916 "range": true, 917 "refId": "D", 918 "step": 240 919 }, 920 { 921 "datasource": { 922 "type": "prometheus", 923 "uid": "${datasource}" 924 }, 925 "editorMode": "code", 926 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq'}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 927 "format": "time_series", 928 "intervalFactor": 1, 929 "legendFormat": "Busy Other", 930 "range": true, 931 "refId": "E", 932 "step": 240 933 }, 934 { 935 "datasource": { 936 "type": "prometheus", 937 "uid": "${datasource}" 938 }, 939 "editorMode": "code", 940 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 941 "format": "time_series", 942 "hide": true, 943 "intervalFactor": 1, 944 "legendFormat": "Idle", 945 "range": true, 946 "refId": "F", 947 "step": 240 948 } 949 ], 950 "title": "CPU", 951 "type": "timeseries" 952 }, 953 { 954 "datasource": { 955 "type": "prometheus", 956 "uid": "${datasource}" 957 }, 958 "description": "Busy state of all CPU cores together", 959 "fieldConfig": { 960 "defaults": { 961 "color": { 962 "mode": "thresholds" 963 }, 964 "mappings": [ 965 { 966 "options": { 967 "match": "null", 968 "result": { 969 "text": "N/A" 970 } 971 }, 972 "type": "special" 973 } 974 ], 975 "max": 100, 976 "min": 0, 977 "thresholds": { 978 "mode": "absolute", 979 "steps": [ 980 { 981 "color": "rgba(50, 172, 45, 0.97)", 982 "value": null 983 }, 984 { 985 "color": "rgba(237, 129, 40, 0.89)", 986 "value": 60 987 }, 988 { 989 "color": "rgba(245, 54, 54, 0.9)", 990 "value": 85 991 } 992 ] 993 }, 994 "unit": "percent" 995 }, 996 "overrides": [] 997 }, 998 "gridPos": { 999 "h": 4, 1000 "w": 2, 1001 "x": 0, 1002 "y": 4 1003 }, 1004 "id": 20, 1005 "links": [], 1006 "options": { 1007 "orientation": "horizontal", 1008 "reduceOptions": { 1009 "calcs": [ 1010 "lastNotNull" 1011 ], 1012 "fields": "", 1013 "values": false 1014 }, 1015 "showThresholdLabels": false, 1016 "showThresholdMarkers": true 1017 }, 1018 "pluginVersion": "9.2.4", 1019 "targets": [ 1020 { 1021 "datasource": { 1022 "type": "prometheus", 1023 "uid": "${datasource}" 1024 }, 1025 "editorMode": "code", 1026 "exemplar": false, 1027 "expr": "(sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode!=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))) * 100", 1028 "hide": false, 1029 "instant": true, 1030 "intervalFactor": 1, 1031 "legendFormat": "", 1032 "range": false, 1033 "refId": "A", 1034 "step": 240 1035 } 1036 ], 1037 "title": "CPU Busy", 1038 "type": "gauge" 1039 }, 1040 { 1041 "datasource": { 1042 "type": "prometheus", 1043 "uid": "${datasource}" 1044 }, 1045 "description": "Non available RAM memory", 1046 "fieldConfig": { 1047 "defaults": { 1048 "color": { 1049 "mode": "thresholds" 1050 }, 1051 "decimals": 0, 1052 "mappings": [], 1053 "max": 100, 1054 "min": 0, 1055 "thresholds": { 1056 "mode": "absolute", 1057 "steps": [ 1058 { 1059 "color": "rgba(50, 172, 45, 0.97)", 1060 "value": null 1061 }, 1062 { 1063 "color": "rgba(237, 129, 40, 0.89)", 1064 "value": 60 1065 }, 1066 { 1067 "color": "rgba(245, 54, 54, 0.9)", 1068 "value": 85 1069 } 1070 ] 1071 }, 1072 "unit": "percent" 1073 }, 1074 "overrides": [] 1075 }, 1076 "gridPos": { 1077 "h": 4, 1078 "w": 2, 1079 "x": 2, 1080 "y": 4 1081 }, 1082 "hideTimeOverride": false, 1083 "id": 16, 1084 "links": [], 1085 "options": { 1086 "orientation": "horizontal", 1087 "reduceOptions": { 1088 "calcs": [ 1089 "lastNotNull" 1090 ], 1091 "fields": "", 1092 "values": false 1093 }, 1094 "showThresholdLabels": false, 1095 "showThresholdMarkers": true 1096 }, 1097 "pluginVersion": "9.2.4", 1098 "targets": [ 1099 { 1100 "datasource": { 1101 "type": "prometheus", 1102 "uid": "${datasource}" 1103 }, 1104 "editorMode": "code", 1105 "exemplar": false, 1106 "expr": "((node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"} - node_memory_MemFree_bytes{job=\"$job\",node=\"$node\"}) / (node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"} )) * 100", 1107 "format": "time_series", 1108 "hide": true, 1109 "instant": true, 1110 "intervalFactor": 1, 1111 "range": false, 1112 "refId": "A", 1113 "step": 240 1114 }, 1115 { 1116 "datasource": { 1117 "type": "prometheus", 1118 "uid": "${datasource}" 1119 }, 1120 "editorMode": "code", 1121 "exemplar": false, 1122 "expr": "100 - ((node_memory_MemAvailable_bytes{job=\"$job\",node=\"$node\"} * 100) / node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"})", 1123 "format": "time_series", 1124 "hide": false, 1125 "instant": true, 1126 "intervalFactor": 1, 1127 "range": false, 1128 "refId": "B", 1129 "step": 240 1130 } 1131 ], 1132 "title": "RAM Used", 1133 "type": "gauge" 1134 }, 1135 { 1136 "datasource": { 1137 "type": "prometheus", 1138 "uid": "${datasource}" 1139 }, 1140 "description": "Used Swap", 1141 "fieldConfig": { 1142 "defaults": { 1143 "color": { 1144 "mode": "thresholds" 1145 }, 1146 "mappings": [ 1147 { 1148 "options": { 1149 "match": "null", 1150 "result": { 1151 "text": "N/A" 1152 } 1153 }, 1154 "type": "special" 1155 } 1156 ], 1157 "max": 100, 1158 "min": 0, 1159 "thresholds": { 1160 "mode": "absolute", 1161 "steps": [ 1162 { 1163 "color": "rgba(50, 172, 45, 0.97)", 1164 "value": null 1165 }, 1166 { 1167 "color": "rgba(237, 129, 40, 0.89)", 1168 "value": 60 1169 }, 1170 { 1171 "color": "rgba(245, 54, 54, 0.9)", 1172 "value": 85 1173 } 1174 ] 1175 }, 1176 "unit": "percent" 1177 }, 1178 "overrides": [] 1179 }, 1180 "gridPos": { 1181 "h": 4, 1182 "w": 2, 1183 "x": 4, 1184 "y": 4 1185 }, 1186 "id": 21, 1187 "links": [], 1188 "options": { 1189 "orientation": "horizontal", 1190 "reduceOptions": { 1191 "calcs": [ 1192 "lastNotNull" 1193 ], 1194 "fields": "", 1195 "values": false 1196 }, 1197 "showThresholdLabels": false, 1198 "showThresholdMarkers": true 1199 }, 1200 "pluginVersion": "9.2.4", 1201 "targets": [ 1202 { 1203 "datasource": { 1204 "type": "prometheus", 1205 "uid": "${datasource}" 1206 }, 1207 "editorMode": "code", 1208 "exemplar": false, 1209 "expr": "((node_memory_SwapTotal_bytes{job=\"$job\",node=\"$node\"} - node_memory_SwapFree_bytes{job=\"$job\",node=\"$node\"}) / (node_memory_SwapTotal_bytes{job=\"$job\",node=\"$node\"} )) * 100", 1210 "instant": true, 1211 "intervalFactor": 1, 1212 "range": false, 1213 "refId": "A", 1214 "step": 240 1215 } 1216 ], 1217 "title": "SWAP Used", 1218 "type": "gauge" 1219 }, 1220 { 1221 "datasource": { 1222 "type": "prometheus", 1223 "uid": "${datasource}" 1224 }, 1225 "description": "Used Disk", 1226 "fieldConfig": { 1227 "defaults": { 1228 "color": { 1229 "mode": "thresholds" 1230 }, 1231 "mappings": [ 1232 { 1233 "options": { 1234 "match": "null", 1235 "result": { 1236 "text": "N/A" 1237 } 1238 }, 1239 "type": "special" 1240 } 1241 ], 1242 "max": 100, 1243 "min": 0, 1244 "thresholds": { 1245 "mode": "absolute", 1246 "steps": [ 1247 { 1248 "color": "rgba(50, 172, 45, 0.97)", 1249 "value": null 1250 }, 1251 { 1252 "color": "rgba(237, 129, 40, 0.89)", 1253 "value": 60 1254 }, 1255 { 1256 "color": "rgba(245, 54, 54, 0.9)", 1257 "value": 85 1258 } 1259 ] 1260 }, 1261 "unit": "percent" 1262 }, 1263 "overrides": [] 1264 }, 1265 "gridPos": { 1266 "h": 4, 1267 "w": 2, 1268 "x": 6, 1269 "y": 4 1270 }, 1271 "id": 324, 1272 "links": [], 1273 "options": { 1274 "orientation": "horizontal", 1275 "reduceOptions": { 1276 "calcs": [ 1277 "lastNotNull" 1278 ], 1279 "fields": "", 1280 "values": false 1281 }, 1282 "showThresholdLabels": false, 1283 "showThresholdMarkers": true 1284 }, 1285 "pluginVersion": "9.2.4", 1286 "targets": [ 1287 { 1288 "datasource": { 1289 "type": "prometheus", 1290 "uid": "${datasource}" 1291 }, 1292 "editorMode": "code", 1293 "exemplar": false, 1294 "expr": "((topk(1,node_filesystem_size_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'})- topk(1,node_filesystem_free_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'})) / topk(1,node_filesystem_size_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'})) * 100", 1295 "instant": true, 1296 "intervalFactor": 1, 1297 "range": false, 1298 "refId": "A", 1299 "step": 240 1300 } 1301 ], 1302 "title": "Disk Used", 1303 "type": "gauge" 1304 }, 1305 { 1306 "datasource": { 1307 "type": "prometheus", 1308 "uid": "${datasource}" 1309 }, 1310 "description": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets", 1311 "fieldConfig": { 1312 "defaults": { 1313 "color": { 1314 "mode": "thresholds" 1315 }, 1316 "decimals": 1, 1317 "mappings": [ 1318 { 1319 "options": { 1320 "match": "null", 1321 "result": { 1322 "text": "N/A" 1323 } 1324 }, 1325 "type": "special" 1326 } 1327 ], 1328 "max": 1, 1329 "min": 0, 1330 "thresholds": { 1331 "mode": "percentage", 1332 "steps": [ 1333 { 1334 "color": "green", 1335 "value": null 1336 }, 1337 { 1338 "color": "semi-dark-orange", 1339 "value": 10 1340 }, 1341 { 1342 "color": "dark-red", 1343 "value": 30 1344 } 1345 ] 1346 }, 1347 "unit": "percentunit" 1348 }, 1349 "overrides": [] 1350 }, 1351 "gridPos": { 1352 "h": 4, 1353 "w": 2, 1354 "x": 8, 1355 "y": 4 1356 }, 1357 "hideTimeOverride": true, 1358 "id": 435, 1359 "links": [], 1360 "maxDataPoints": 100, 1361 "options": { 1362 "orientation": "horizontal", 1363 "reduceOptions": { 1364 "calcs": [ 1365 "lastNotNull" 1366 ], 1367 "fields": "", 1368 "values": false 1369 }, 1370 "showThresholdLabels": false, 1371 "showThresholdMarkers": true 1372 }, 1373 "pluginVersion": "9.2.4", 1374 "targets": [ 1375 { 1376 "datasource": { 1377 "type": "prometheus", 1378 "uid": "${datasource}" 1379 }, 1380 "editorMode": "code", 1381 "exemplar": false, 1382 "expr": "irate(node_netstat_Tcp_RetransSegs_total{job=\"$job\",node=\"$node\"}[$__rate_interval]) / (irate(node_netstat_Tcp_InSegs_total{job=\"$job\",node=\"$node\"}[$__rate_interval]) + irate(node_netstat_Tcp_OutSegs_total{job=\"$job\",node=\"$node\"}[$__rate_interval]))", 1383 "format": "time_series", 1384 "instant": true, 1385 "intervalFactor": 1, 1386 "legendFormat": "RetransSegs", 1387 "range": false, 1388 "refId": "A", 1389 "step": 240 1390 } 1391 ], 1392 "title": "Tcp Retrans", 1393 "type": "gauge" 1394 }, 1395 { 1396 "datasource": { 1397 "type": "prometheus", 1398 "uid": "${datasource}" 1399 }, 1400 "description": "", 1401 "fieldConfig": { 1402 "defaults": { 1403 "color": { 1404 "mode": "thresholds" 1405 }, 1406 "decimals": 1, 1407 "mappings": [ 1408 { 1409 "options": { 1410 "match": "null", 1411 "result": { 1412 "text": "N/A" 1413 } 1414 }, 1415 "type": "special" 1416 } 1417 ], 1418 "max": 1, 1419 "min": 0, 1420 "thresholds": { 1421 "mode": "percentage", 1422 "steps": [ 1423 { 1424 "color": "green", 1425 "value": null 1426 }, 1427 { 1428 "color": "semi-dark-orange", 1429 "value": 50 1430 }, 1431 { 1432 "color": "dark-red", 1433 "value": 90 1434 } 1435 ] 1436 }, 1437 "unit": "percentunit" 1438 }, 1439 "overrides": [] 1440 }, 1441 "gridPos": { 1442 "h": 4, 1443 "w": 2, 1444 "x": 10, 1445 "y": 4 1446 }, 1447 "hideTimeOverride": true, 1448 "id": 437, 1449 "links": [], 1450 "maxDataPoints": 100, 1451 "options": { 1452 "orientation": "horizontal", 1453 "reduceOptions": { 1454 "calcs": [ 1455 "lastNotNull" 1456 ], 1457 "fields": "", 1458 "values": false 1459 }, 1460 "showThresholdLabels": false, 1461 "showThresholdMarkers": true 1462 }, 1463 "pluginVersion": "9.2.4", 1464 "targets": [ 1465 { 1466 "datasource": { 1467 "type": "prometheus", 1468 "uid": "${datasource}" 1469 }, 1470 "editorMode": "code", 1471 "exemplar": false, 1472 "expr": "sum(irate(node_disk_io_time_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval]))", 1473 "instant": true, 1474 "intervalFactor": 1, 1475 "legendFormat": "__auto", 1476 "range": false, 1477 "refId": "A", 1478 "step": 240 1479 } 1480 ], 1481 "title": "Disk Busy", 1482 "type": "gauge" 1483 }, 1484 { 1485 "datasource": { 1486 "type": "prometheus", 1487 "uid": "${datasource}" 1488 }, 1489 "description": "", 1490 "fieldConfig": { 1491 "defaults": { 1492 "color": { 1493 "mode": "thresholds" 1494 }, 1495 "decimals": 1, 1496 "mappings": [ 1497 { 1498 "options": { 1499 "match": "null", 1500 "result": { 1501 "text": "N/A" 1502 } 1503 }, 1504 "type": "special" 1505 } 1506 ], 1507 "max": 1, 1508 "min": 0, 1509 "thresholds": { 1510 "mode": "percentage", 1511 "steps": [ 1512 { 1513 "color": "green", 1514 "value": null 1515 }, 1516 { 1517 "color": "semi-dark-orange", 1518 "value": 30 1519 }, 1520 { 1521 "color": "red", 1522 "value": 60 1523 }, 1524 { 1525 "color": "dark-red", 1526 "value": 80 1527 } 1528 ] 1529 }, 1530 "unit": "percentunit" 1531 }, 1532 "overrides": [] 1533 }, 1534 "gridPos": { 1535 "h": 4, 1536 "w": 2, 1537 "x": 12, 1538 "y": 4 1539 }, 1540 "hideTimeOverride": true, 1541 "id": 15, 1542 "links": [], 1543 "maxDataPoints": 100, 1544 "options": { 1545 "orientation": "horizontal", 1546 "reduceOptions": { 1547 "calcs": [ 1548 "lastNotNull" 1549 ], 1550 "fields": "", 1551 "values": false 1552 }, 1553 "showThresholdLabels": false, 1554 "showThresholdMarkers": true 1555 }, 1556 "pluginVersion": "9.2.4", 1557 "targets": [ 1558 { 1559 "datasource": { 1560 "type": "prometheus", 1561 "uid": "${datasource}" 1562 }, 1563 "editorMode": "code", 1564 "exemplar": false, 1565 "expr": "(sum(irate(node_network_transmit_bytes_total{job=\"$job\",node=\"$node\",device=~\"$netdevices\"}[$__rate_interval])) + sum(irate(node_network_receive_bytes_total{job=\"$job\",node=\"$node\",device=~\"$netdevices\"}[$__rate_interval])))/(sum(node_network_speed_bytes{job=\"$job\",node=\"$node\",device=~\"$netdevices\"})*2)", 1566 "instant": true, 1567 "intervalFactor": 1, 1568 "legendFormat": "__auto", 1569 "range": false, 1570 "refId": "A", 1571 "step": 240 1572 } 1573 ], 1574 "title": "Network Traffic", 1575 "type": "gauge" 1576 }, 1577 { 1578 "datasource": { 1579 "type": "prometheus", 1580 "uid": "${datasource}" 1581 }, 1582 "description": "Basic memory usage", 1583 "fieldConfig": { 1584 "defaults": { 1585 "color": { 1586 "mode": "palette-classic" 1587 }, 1588 "custom": { 1589 "axisCenteredZero": false, 1590 "axisColorMode": "text", 1591 "axisLabel": "", 1592 "axisPlacement": "auto", 1593 "barAlignment": 0, 1594 "drawStyle": "line", 1595 "fillOpacity": 40, 1596 "gradientMode": "none", 1597 "hideFrom": { 1598 "legend": false, 1599 "tooltip": false, 1600 "viz": false 1601 }, 1602 "lineInterpolation": "linear", 1603 "lineWidth": 1, 1604 "pointSize": 5, 1605 "scaleDistribution": { 1606 "type": "linear" 1607 }, 1608 "showPoints": "never", 1609 "spanNulls": false, 1610 "stacking": { 1611 "group": "A", 1612 "mode": "normal" 1613 }, 1614 "thresholdsStyle": { 1615 "mode": "off" 1616 } 1617 }, 1618 "links": [], 1619 "mappings": [], 1620 "min": 0, 1621 "thresholds": { 1622 "mode": "absolute", 1623 "steps": [ 1624 { 1625 "color": "green", 1626 "value": null 1627 }, 1628 { 1629 "color": "red", 1630 "value": 80 1631 } 1632 ] 1633 }, 1634 "unit": "bytes" 1635 }, 1636 "overrides": [ 1637 { 1638 "matcher": { 1639 "id": "byName", 1640 "options": "Apps" 1641 }, 1642 "properties": [ 1643 { 1644 "id": "color", 1645 "value": { 1646 "fixedColor": "#629E51", 1647 "mode": "fixed" 1648 } 1649 } 1650 ] 1651 }, 1652 { 1653 "matcher": { 1654 "id": "byName", 1655 "options": "Buffers" 1656 }, 1657 "properties": [ 1658 { 1659 "id": "color", 1660 "value": { 1661 "fixedColor": "#614D93", 1662 "mode": "fixed" 1663 } 1664 } 1665 ] 1666 }, 1667 { 1668 "matcher": { 1669 "id": "byName", 1670 "options": "Cache" 1671 }, 1672 "properties": [ 1673 { 1674 "id": "color", 1675 "value": { 1676 "fixedColor": "#6D1F62", 1677 "mode": "fixed" 1678 } 1679 } 1680 ] 1681 }, 1682 { 1683 "matcher": { 1684 "id": "byName", 1685 "options": "Cached" 1686 }, 1687 "properties": [ 1688 { 1689 "id": "color", 1690 "value": { 1691 "fixedColor": "#511749", 1692 "mode": "fixed" 1693 } 1694 } 1695 ] 1696 }, 1697 { 1698 "matcher": { 1699 "id": "byName", 1700 "options": "Committed" 1701 }, 1702 "properties": [ 1703 { 1704 "id": "color", 1705 "value": { 1706 "fixedColor": "#508642", 1707 "mode": "fixed" 1708 } 1709 } 1710 ] 1711 }, 1712 { 1713 "matcher": { 1714 "id": "byName", 1715 "options": "Free" 1716 }, 1717 "properties": [ 1718 { 1719 "id": "color", 1720 "value": { 1721 "fixedColor": "#0A437C", 1722 "mode": "fixed" 1723 } 1724 } 1725 ] 1726 }, 1727 { 1728 "matcher": { 1729 "id": "byName", 1730 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 1731 }, 1732 "properties": [ 1733 { 1734 "id": "color", 1735 "value": { 1736 "fixedColor": "#CFFAFF", 1737 "mode": "fixed" 1738 } 1739 } 1740 ] 1741 }, 1742 { 1743 "matcher": { 1744 "id": "byName", 1745 "options": "Inactive" 1746 }, 1747 "properties": [ 1748 { 1749 "id": "color", 1750 "value": { 1751 "fixedColor": "#584477", 1752 "mode": "fixed" 1753 } 1754 } 1755 ] 1756 }, 1757 { 1758 "matcher": { 1759 "id": "byName", 1760 "options": "PageTables" 1761 }, 1762 "properties": [ 1763 { 1764 "id": "color", 1765 "value": { 1766 "fixedColor": "#0A50A1", 1767 "mode": "fixed" 1768 } 1769 } 1770 ] 1771 }, 1772 { 1773 "matcher": { 1774 "id": "byName", 1775 "options": "Page_Tables" 1776 }, 1777 "properties": [ 1778 { 1779 "id": "color", 1780 "value": { 1781 "fixedColor": "#0A50A1", 1782 "mode": "fixed" 1783 } 1784 } 1785 ] 1786 }, 1787 { 1788 "matcher": { 1789 "id": "byName", 1790 "options": "RAM_Free" 1791 }, 1792 "properties": [ 1793 { 1794 "id": "color", 1795 "value": { 1796 "fixedColor": "#E0F9D7", 1797 "mode": "fixed" 1798 } 1799 } 1800 ] 1801 }, 1802 { 1803 "matcher": { 1804 "id": "byName", 1805 "options": "SWAP Used" 1806 }, 1807 "properties": [ 1808 { 1809 "id": "color", 1810 "value": { 1811 "fixedColor": "#BF1B00", 1812 "mode": "fixed" 1813 } 1814 } 1815 ] 1816 }, 1817 { 1818 "matcher": { 1819 "id": "byName", 1820 "options": "Slab" 1821 }, 1822 "properties": [ 1823 { 1824 "id": "color", 1825 "value": { 1826 "fixedColor": "#806EB7", 1827 "mode": "fixed" 1828 } 1829 } 1830 ] 1831 }, 1832 { 1833 "matcher": { 1834 "id": "byName", 1835 "options": "Slab_Cache" 1836 }, 1837 "properties": [ 1838 { 1839 "id": "color", 1840 "value": { 1841 "fixedColor": "#E0752D", 1842 "mode": "fixed" 1843 } 1844 } 1845 ] 1846 }, 1847 { 1848 "matcher": { 1849 "id": "byName", 1850 "options": "Swap" 1851 }, 1852 "properties": [ 1853 { 1854 "id": "color", 1855 "value": { 1856 "fixedColor": "#BF1B00", 1857 "mode": "fixed" 1858 } 1859 } 1860 ] 1861 }, 1862 { 1863 "matcher": { 1864 "id": "byName", 1865 "options": "Swap Used" 1866 }, 1867 "properties": [ 1868 { 1869 "id": "color", 1870 "value": { 1871 "fixedColor": "#BF1B00", 1872 "mode": "fixed" 1873 } 1874 } 1875 ] 1876 }, 1877 { 1878 "matcher": { 1879 "id": "byName", 1880 "options": "Swap_Cache" 1881 }, 1882 "properties": [ 1883 { 1884 "id": "color", 1885 "value": { 1886 "fixedColor": "#C15C17", 1887 "mode": "fixed" 1888 } 1889 } 1890 ] 1891 }, 1892 { 1893 "matcher": { 1894 "id": "byName", 1895 "options": "Swap_Free" 1896 }, 1897 "properties": [ 1898 { 1899 "id": "color", 1900 "value": { 1901 "fixedColor": "#2F575E", 1902 "mode": "fixed" 1903 } 1904 } 1905 ] 1906 }, 1907 { 1908 "matcher": { 1909 "id": "byName", 1910 "options": "Unused" 1911 }, 1912 "properties": [ 1913 { 1914 "id": "color", 1915 "value": { 1916 "fixedColor": "#EAB839", 1917 "mode": "fixed" 1918 } 1919 } 1920 ] 1921 }, 1922 { 1923 "matcher": { 1924 "id": "byName", 1925 "options": "RAM Total" 1926 }, 1927 "properties": [ 1928 { 1929 "id": "color", 1930 "value": { 1931 "fixedColor": "#E0F9D7", 1932 "mode": "fixed" 1933 } 1934 }, 1935 { 1936 "id": "custom.fillOpacity", 1937 "value": 0 1938 }, 1939 { 1940 "id": "custom.stacking", 1941 "value": { 1942 "group": false, 1943 "mode": "normal" 1944 } 1945 } 1946 ] 1947 }, 1948 { 1949 "matcher": { 1950 "id": "byName", 1951 "options": "RAM Cache + Buffer" 1952 }, 1953 "properties": [ 1954 { 1955 "id": "color", 1956 "value": { 1957 "fixedColor": "#052B51", 1958 "mode": "fixed" 1959 } 1960 } 1961 ] 1962 }, 1963 { 1964 "matcher": { 1965 "id": "byName", 1966 "options": "RAM Free" 1967 }, 1968 "properties": [ 1969 { 1970 "id": "color", 1971 "value": { 1972 "fixedColor": "#7EB26D", 1973 "mode": "fixed" 1974 } 1975 } 1976 ] 1977 }, 1978 { 1979 "matcher": { 1980 "id": "byName", 1981 "options": "Available" 1982 }, 1983 "properties": [ 1984 { 1985 "id": "color", 1986 "value": { 1987 "fixedColor": "#DEDAF7", 1988 "mode": "fixed" 1989 } 1990 }, 1991 { 1992 "id": "custom.fillOpacity", 1993 "value": 0 1994 }, 1995 { 1996 "id": "custom.stacking", 1997 "value": { 1998 "group": false, 1999 "mode": "normal" 2000 } 2001 } 2002 ] 2003 } 2004 ] 2005 }, 2006 "gridPos": { 2007 "h": 7, 2008 "w": 6, 2009 "x": 0, 2010 "y": 8 2011 }, 2012 "id": 78, 2013 "links": [], 2014 "options": { 2015 "legend": { 2016 "calcs": [], 2017 "displayMode": "list", 2018 "placement": "bottom", 2019 "showLegend": true, 2020 "width": 350 2021 }, 2022 "tooltip": { 2023 "mode": "multi", 2024 "sort": "none" 2025 } 2026 }, 2027 "pluginVersion": "9.2.0", 2028 "targets": [ 2029 { 2030 "datasource": { 2031 "type": "prometheus", 2032 "uid": "${datasource}" 2033 }, 2034 "expr": "node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"}", 2035 "format": "time_series", 2036 "hide": false, 2037 "intervalFactor": 1, 2038 "legendFormat": "RAM Total", 2039 "refId": "A", 2040 "step": 240 2041 }, 2042 { 2043 "datasource": { 2044 "type": "prometheus", 2045 "uid": "${datasource}" 2046 }, 2047 "expr": "node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"} - node_memory_MemFree_bytes{job=\"$job\",node=\"$node\"} - (node_memory_Cached_bytes{job=\"$job\",node=\"$node\"} + node_memory_Buffers_bytes{job=\"$job\",node=\"$node\"} + node_memory_SReclaimable_bytes{job=\"$job\",node=\"$node\"})", 2048 "format": "time_series", 2049 "hide": false, 2050 "intervalFactor": 1, 2051 "legendFormat": "RAM Used", 2052 "refId": "B", 2053 "step": 240 2054 }, 2055 { 2056 "datasource": { 2057 "type": "prometheus", 2058 "uid": "${datasource}" 2059 }, 2060 "expr": "node_memory_Cached_bytes{job=\"$job\",node=\"$node\"} + node_memory_Buffers_bytes{job=\"$job\",node=\"$node\"} + node_memory_SReclaimable_bytes{job=\"$job\",node=\"$node\"}", 2061 "format": "time_series", 2062 "intervalFactor": 1, 2063 "legendFormat": "RAM Cache + Buffer", 2064 "refId": "C", 2065 "step": 240 2066 }, 2067 { 2068 "datasource": { 2069 "type": "prometheus", 2070 "uid": "${datasource}" 2071 }, 2072 "expr": "node_memory_MemFree_bytes{job=\"$job\",node=\"$node\"}", 2073 "format": "time_series", 2074 "intervalFactor": 1, 2075 "legendFormat": "RAM Free", 2076 "refId": "D", 2077 "step": 240 2078 }, 2079 { 2080 "datasource": { 2081 "type": "prometheus", 2082 "uid": "${datasource}" 2083 }, 2084 "expr": "(node_memory_SwapTotal_bytes{job=\"$job\",node=\"$node\"} - node_memory_SwapFree_bytes{job=\"$job\",node=\"$node\"})", 2085 "format": "time_series", 2086 "intervalFactor": 1, 2087 "legendFormat": "SWAP Used", 2088 "refId": "E", 2089 "step": 240 2090 } 2091 ], 2092 "title": "Memory ", 2093 "type": "timeseries" 2094 }, 2095 { 2096 "datasource": { 2097 "type": "prometheus", 2098 "uid": "${datasource}" 2099 }, 2100 "description": "The number of bytes read from or written to the device per second", 2101 "fieldConfig": { 2102 "defaults": { 2103 "color": { 2104 "mode": "palette-classic" 2105 }, 2106 "custom": { 2107 "axisCenteredZero": false, 2108 "axisColorMode": "text", 2109 "axisLabel": "", 2110 "axisPlacement": "auto", 2111 "barAlignment": 0, 2112 "drawStyle": "line", 2113 "fillOpacity": 20, 2114 "gradientMode": "none", 2115 "hideFrom": { 2116 "legend": false, 2117 "tooltip": false, 2118 "viz": false 2119 }, 2120 "lineInterpolation": "linear", 2121 "lineWidth": 1, 2122 "pointSize": 5, 2123 "scaleDistribution": { 2124 "type": "linear" 2125 }, 2126 "showPoints": "never", 2127 "spanNulls": false, 2128 "stacking": { 2129 "group": "A", 2130 "mode": "none" 2131 }, 2132 "thresholdsStyle": { 2133 "mode": "off" 2134 } 2135 }, 2136 "links": [], 2137 "mappings": [], 2138 "thresholds": { 2139 "mode": "absolute", 2140 "steps": [ 2141 { 2142 "color": "green", 2143 "value": null 2144 }, 2145 { 2146 "color": "red", 2147 "value": 80 2148 } 2149 ] 2150 }, 2151 "unit": "Bps" 2152 }, 2153 "overrides": [ 2154 { 2155 "matcher": { 2156 "id": "byRegexp", 2157 "options": "/.*Read.*/" 2158 }, 2159 "properties": [ 2160 { 2161 "id": "custom.transform", 2162 "value": "negative-Y" 2163 } 2164 ] 2165 }, 2166 { 2167 "matcher": { 2168 "id": "byRegexp", 2169 "options": "/.*sda_.*/" 2170 }, 2171 "properties": [ 2172 { 2173 "id": "color", 2174 "value": { 2175 "fixedColor": "#7EB26D", 2176 "mode": "fixed" 2177 } 2178 } 2179 ] 2180 }, 2181 { 2182 "matcher": { 2183 "id": "byRegexp", 2184 "options": "/.*sdb_.*/" 2185 }, 2186 "properties": [ 2187 { 2188 "id": "color", 2189 "value": { 2190 "fixedColor": "#EAB839", 2191 "mode": "fixed" 2192 } 2193 } 2194 ] 2195 }, 2196 { 2197 "matcher": { 2198 "id": "byRegexp", 2199 "options": "/.*sdc_.*/" 2200 }, 2201 "properties": [ 2202 { 2203 "id": "color", 2204 "value": { 2205 "fixedColor": "#6ED0E0", 2206 "mode": "fixed" 2207 } 2208 } 2209 ] 2210 }, 2211 { 2212 "matcher": { 2213 "id": "byRegexp", 2214 "options": "/.*sdd_.*/" 2215 }, 2216 "properties": [ 2217 { 2218 "id": "color", 2219 "value": { 2220 "fixedColor": "#EF843C", 2221 "mode": "fixed" 2222 } 2223 } 2224 ] 2225 }, 2226 { 2227 "matcher": { 2228 "id": "byRegexp", 2229 "options": "/.*sde_.*/" 2230 }, 2231 "properties": [ 2232 { 2233 "id": "color", 2234 "value": { 2235 "fixedColor": "#E24D42", 2236 "mode": "fixed" 2237 } 2238 } 2239 ] 2240 }, 2241 { 2242 "matcher": { 2243 "id": "byRegexp", 2244 "options": "/.*sda1.*/" 2245 }, 2246 "properties": [ 2247 { 2248 "id": "color", 2249 "value": { 2250 "fixedColor": "#584477", 2251 "mode": "fixed" 2252 } 2253 } 2254 ] 2255 }, 2256 { 2257 "matcher": { 2258 "id": "byRegexp", 2259 "options": "/.*sda2_.*/" 2260 }, 2261 "properties": [ 2262 { 2263 "id": "color", 2264 "value": { 2265 "fixedColor": "#BA43A9", 2266 "mode": "fixed" 2267 } 2268 } 2269 ] 2270 }, 2271 { 2272 "matcher": { 2273 "id": "byRegexp", 2274 "options": "/.*sda3_.*/" 2275 }, 2276 "properties": [ 2277 { 2278 "id": "color", 2279 "value": { 2280 "fixedColor": "#F4D598", 2281 "mode": "fixed" 2282 } 2283 } 2284 ] 2285 }, 2286 { 2287 "matcher": { 2288 "id": "byRegexp", 2289 "options": "/.*sdb1.*/" 2290 }, 2291 "properties": [ 2292 { 2293 "id": "color", 2294 "value": { 2295 "fixedColor": "#0A50A1", 2296 "mode": "fixed" 2297 } 2298 } 2299 ] 2300 }, 2301 { 2302 "matcher": { 2303 "id": "byRegexp", 2304 "options": "/.*sdb2.*/" 2305 }, 2306 "properties": [ 2307 { 2308 "id": "color", 2309 "value": { 2310 "fixedColor": "#BF1B00", 2311 "mode": "fixed" 2312 } 2313 } 2314 ] 2315 }, 2316 { 2317 "matcher": { 2318 "id": "byRegexp", 2319 "options": "/.*sdb3.*/" 2320 }, 2321 "properties": [ 2322 { 2323 "id": "color", 2324 "value": { 2325 "fixedColor": "#E0752D", 2326 "mode": "fixed" 2327 } 2328 } 2329 ] 2330 }, 2331 { 2332 "matcher": { 2333 "id": "byRegexp", 2334 "options": "/.*sdc1.*/" 2335 }, 2336 "properties": [ 2337 { 2338 "id": "color", 2339 "value": { 2340 "fixedColor": "#962D82", 2341 "mode": "fixed" 2342 } 2343 } 2344 ] 2345 }, 2346 { 2347 "matcher": { 2348 "id": "byRegexp", 2349 "options": "/.*sdc2.*/" 2350 }, 2351 "properties": [ 2352 { 2353 "id": "color", 2354 "value": { 2355 "fixedColor": "#614D93", 2356 "mode": "fixed" 2357 } 2358 } 2359 ] 2360 }, 2361 { 2362 "matcher": { 2363 "id": "byRegexp", 2364 "options": "/.*sdc3.*/" 2365 }, 2366 "properties": [ 2367 { 2368 "id": "color", 2369 "value": { 2370 "fixedColor": "#9AC48A", 2371 "mode": "fixed" 2372 } 2373 } 2374 ] 2375 }, 2376 { 2377 "matcher": { 2378 "id": "byRegexp", 2379 "options": "/.*sdd1.*/" 2380 }, 2381 "properties": [ 2382 { 2383 "id": "color", 2384 "value": { 2385 "fixedColor": "#65C5DB", 2386 "mode": "fixed" 2387 } 2388 } 2389 ] 2390 }, 2391 { 2392 "matcher": { 2393 "id": "byRegexp", 2394 "options": "/.*sdd2.*/" 2395 }, 2396 "properties": [ 2397 { 2398 "id": "color", 2399 "value": { 2400 "fixedColor": "#F9934E", 2401 "mode": "fixed" 2402 } 2403 } 2404 ] 2405 }, 2406 { 2407 "matcher": { 2408 "id": "byRegexp", 2409 "options": "/.*sdd3.*/" 2410 }, 2411 "properties": [ 2412 { 2413 "id": "color", 2414 "value": { 2415 "fixedColor": "#EA6460", 2416 "mode": "fixed" 2417 } 2418 } 2419 ] 2420 }, 2421 { 2422 "matcher": { 2423 "id": "byRegexp", 2424 "options": "/.*sde1.*/" 2425 }, 2426 "properties": [ 2427 { 2428 "id": "color", 2429 "value": { 2430 "fixedColor": "#E0F9D7", 2431 "mode": "fixed" 2432 } 2433 } 2434 ] 2435 }, 2436 { 2437 "matcher": { 2438 "id": "byRegexp", 2439 "options": "/.*sdd2.*/" 2440 }, 2441 "properties": [ 2442 { 2443 "id": "color", 2444 "value": { 2445 "fixedColor": "#FCEACA", 2446 "mode": "fixed" 2447 } 2448 } 2449 ] 2450 }, 2451 { 2452 "matcher": { 2453 "id": "byRegexp", 2454 "options": "/.*sde3.*/" 2455 }, 2456 "properties": [ 2457 { 2458 "id": "color", 2459 "value": { 2460 "fixedColor": "#F9E2D2", 2461 "mode": "fixed" 2462 } 2463 } 2464 ] 2465 } 2466 ] 2467 }, 2468 "gridPos": { 2469 "h": 7, 2470 "w": 6, 2471 "x": 6, 2472 "y": 8 2473 }, 2474 "id": 431, 2475 "links": [], 2476 "options": { 2477 "legend": { 2478 "calcs": [ 2479 "mean", 2480 "lastNotNull", 2481 "max", 2482 "min" 2483 ], 2484 "displayMode": "table", 2485 "placement": "bottom", 2486 "showLegend": true 2487 }, 2488 "tooltip": { 2489 "mode": "single", 2490 "sort": "none" 2491 } 2492 }, 2493 "pluginVersion": "9.2.0", 2494 "targets": [ 2495 { 2496 "datasource": { 2497 "type": "prometheus", 2498 "uid": "${datasource}" 2499 }, 2500 "editorMode": "code", 2501 "expr": "irate(node_disk_read_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 2502 "format": "time_series", 2503 "intervalFactor": 4, 2504 "legendFormat": "{{device}} - Read bytes", 2505 "range": true, 2506 "refId": "A", 2507 "step": 240 2508 }, 2509 { 2510 "datasource": { 2511 "type": "prometheus", 2512 "uid": "${datasource}" 2513 }, 2514 "expr": "irate(node_disk_written_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 2515 "format": "time_series", 2516 "intervalFactor": 1, 2517 "legendFormat": "{{device}} - Written bytes", 2518 "refId": "B", 2519 "step": 240 2520 } 2521 ], 2522 "title": "Disk R/W Size", 2523 "type": "timeseries" 2524 }, 2525 { 2526 "datasource": { 2527 "type": "prometheus", 2528 "uid": "${datasource}" 2529 }, 2530 "description": "Disk space used of all filesystems mounted", 2531 "fieldConfig": { 2532 "defaults": { 2533 "color": { 2534 "mode": "palette-classic" 2535 }, 2536 "custom": { 2537 "axisCenteredZero": false, 2538 "axisColorMode": "text", 2539 "axisLabel": "", 2540 "axisPlacement": "auto", 2541 "barAlignment": 0, 2542 "drawStyle": "line", 2543 "fillOpacity": 40, 2544 "gradientMode": "none", 2545 "hideFrom": { 2546 "legend": false, 2547 "tooltip": false, 2548 "viz": false 2549 }, 2550 "lineInterpolation": "linear", 2551 "lineWidth": 1, 2552 "pointSize": 5, 2553 "scaleDistribution": { 2554 "type": "linear" 2555 }, 2556 "showPoints": "never", 2557 "spanNulls": false, 2558 "stacking": { 2559 "group": "A", 2560 "mode": "none" 2561 }, 2562 "thresholdsStyle": { 2563 "mode": "off" 2564 } 2565 }, 2566 "links": [], 2567 "mappings": [], 2568 "max": 100, 2569 "min": 0, 2570 "thresholds": { 2571 "mode": "absolute", 2572 "steps": [ 2573 { 2574 "color": "green", 2575 "value": null 2576 }, 2577 { 2578 "color": "red", 2579 "value": 80 2580 } 2581 ] 2582 }, 2583 "unit": "percent" 2584 }, 2585 "overrides": [] 2586 }, 2587 "gridPos": { 2588 "h": 7, 2589 "w": 6, 2590 "x": 12, 2591 "y": 8 2592 }, 2593 "id": 152, 2594 "links": [], 2595 "options": { 2596 "legend": { 2597 "calcs": [], 2598 "displayMode": "list", 2599 "placement": "bottom", 2600 "showLegend": true 2601 }, 2602 "tooltip": { 2603 "mode": "multi", 2604 "sort": "none" 2605 } 2606 }, 2607 "pluginVersion": "9.2.0", 2608 "targets": [ 2609 { 2610 "datasource": { 2611 "type": "prometheus", 2612 "uid": "${datasource}" 2613 }, 2614 "expr": "100 - ((node_filesystem_avail_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'})", 2615 "format": "time_series", 2616 "intervalFactor": 1, 2617 "legendFormat": "{{mountpoint}}", 2618 "refId": "A", 2619 "step": 240 2620 } 2621 ], 2622 "title": "Disk Space Used", 2623 "type": "timeseries" 2624 }, 2625 { 2626 "datasource": { 2627 "type": "prometheus", 2628 "uid": "${datasource}" 2629 }, 2630 "description": "Basic network info per interface", 2631 "fieldConfig": { 2632 "defaults": { 2633 "color": { 2634 "mode": "palette-classic" 2635 }, 2636 "custom": { 2637 "axisCenteredZero": false, 2638 "axisColorMode": "text", 2639 "axisLabel": "", 2640 "axisPlacement": "auto", 2641 "barAlignment": 0, 2642 "drawStyle": "line", 2643 "fillOpacity": 40, 2644 "gradientMode": "none", 2645 "hideFrom": { 2646 "legend": false, 2647 "tooltip": false, 2648 "viz": false 2649 }, 2650 "lineInterpolation": "linear", 2651 "lineWidth": 1, 2652 "pointSize": 5, 2653 "scaleDistribution": { 2654 "type": "linear" 2655 }, 2656 "showPoints": "never", 2657 "spanNulls": false, 2658 "stacking": { 2659 "group": "A", 2660 "mode": "none" 2661 }, 2662 "thresholdsStyle": { 2663 "mode": "off" 2664 } 2665 }, 2666 "links": [], 2667 "mappings": [], 2668 "thresholds": { 2669 "mode": "absolute", 2670 "steps": [ 2671 { 2672 "color": "green", 2673 "value": null 2674 }, 2675 { 2676 "color": "red", 2677 "value": 80 2678 } 2679 ] 2680 }, 2681 "unit": "binBps" 2682 }, 2683 "overrides": [ 2684 { 2685 "matcher": { 2686 "id": "byName", 2687 "options": "Recv_bytes_eth2" 2688 }, 2689 "properties": [ 2690 { 2691 "id": "color", 2692 "value": { 2693 "fixedColor": "#7EB26D", 2694 "mode": "fixed" 2695 } 2696 } 2697 ] 2698 }, 2699 { 2700 "matcher": { 2701 "id": "byName", 2702 "options": "Recv_bytes_lo" 2703 }, 2704 "properties": [ 2705 { 2706 "id": "color", 2707 "value": { 2708 "fixedColor": "#0A50A1", 2709 "mode": "fixed" 2710 } 2711 } 2712 ] 2713 }, 2714 { 2715 "matcher": { 2716 "id": "byName", 2717 "options": "Recv_drop_eth2" 2718 }, 2719 "properties": [ 2720 { 2721 "id": "color", 2722 "value": { 2723 "fixedColor": "#6ED0E0", 2724 "mode": "fixed" 2725 } 2726 } 2727 ] 2728 }, 2729 { 2730 "matcher": { 2731 "id": "byName", 2732 "options": "Recv_drop_lo" 2733 }, 2734 "properties": [ 2735 { 2736 "id": "color", 2737 "value": { 2738 "fixedColor": "#E0F9D7", 2739 "mode": "fixed" 2740 } 2741 } 2742 ] 2743 }, 2744 { 2745 "matcher": { 2746 "id": "byName", 2747 "options": "Recv_errs_eth2" 2748 }, 2749 "properties": [ 2750 { 2751 "id": "color", 2752 "value": { 2753 "fixedColor": "#BF1B00", 2754 "mode": "fixed" 2755 } 2756 } 2757 ] 2758 }, 2759 { 2760 "matcher": { 2761 "id": "byName", 2762 "options": "Recv_errs_lo" 2763 }, 2764 "properties": [ 2765 { 2766 "id": "color", 2767 "value": { 2768 "fixedColor": "#CCA300", 2769 "mode": "fixed" 2770 } 2771 } 2772 ] 2773 }, 2774 { 2775 "matcher": { 2776 "id": "byName", 2777 "options": "Trans_bytes_eth2" 2778 }, 2779 "properties": [ 2780 { 2781 "id": "color", 2782 "value": { 2783 "fixedColor": "#7EB26D", 2784 "mode": "fixed" 2785 } 2786 } 2787 ] 2788 }, 2789 { 2790 "matcher": { 2791 "id": "byName", 2792 "options": "Trans_bytes_lo" 2793 }, 2794 "properties": [ 2795 { 2796 "id": "color", 2797 "value": { 2798 "fixedColor": "#0A50A1", 2799 "mode": "fixed" 2800 } 2801 } 2802 ] 2803 }, 2804 { 2805 "matcher": { 2806 "id": "byName", 2807 "options": "Trans_drop_eth2" 2808 }, 2809 "properties": [ 2810 { 2811 "id": "color", 2812 "value": { 2813 "fixedColor": "#6ED0E0", 2814 "mode": "fixed" 2815 } 2816 } 2817 ] 2818 }, 2819 { 2820 "matcher": { 2821 "id": "byName", 2822 "options": "Trans_drop_lo" 2823 }, 2824 "properties": [ 2825 { 2826 "id": "color", 2827 "value": { 2828 "fixedColor": "#E0F9D7", 2829 "mode": "fixed" 2830 } 2831 } 2832 ] 2833 }, 2834 { 2835 "matcher": { 2836 "id": "byName", 2837 "options": "Trans_errs_eth2" 2838 }, 2839 "properties": [ 2840 { 2841 "id": "color", 2842 "value": { 2843 "fixedColor": "#BF1B00", 2844 "mode": "fixed" 2845 } 2846 } 2847 ] 2848 }, 2849 { 2850 "matcher": { 2851 "id": "byName", 2852 "options": "Trans_errs_lo" 2853 }, 2854 "properties": [ 2855 { 2856 "id": "color", 2857 "value": { 2858 "fixedColor": "#CCA300", 2859 "mode": "fixed" 2860 } 2861 } 2862 ] 2863 }, 2864 { 2865 "matcher": { 2866 "id": "byName", 2867 "options": "recv_bytes_lo" 2868 }, 2869 "properties": [ 2870 { 2871 "id": "color", 2872 "value": { 2873 "fixedColor": "#0A50A1", 2874 "mode": "fixed" 2875 } 2876 } 2877 ] 2878 }, 2879 { 2880 "matcher": { 2881 "id": "byName", 2882 "options": "recv_drop_eth0" 2883 }, 2884 "properties": [ 2885 { 2886 "id": "color", 2887 "value": { 2888 "fixedColor": "#99440A", 2889 "mode": "fixed" 2890 } 2891 } 2892 ] 2893 }, 2894 { 2895 "matcher": { 2896 "id": "byName", 2897 "options": "recv_drop_lo" 2898 }, 2899 "properties": [ 2900 { 2901 "id": "color", 2902 "value": { 2903 "fixedColor": "#967302", 2904 "mode": "fixed" 2905 } 2906 } 2907 ] 2908 }, 2909 { 2910 "matcher": { 2911 "id": "byName", 2912 "options": "recv_errs_eth0" 2913 }, 2914 "properties": [ 2915 { 2916 "id": "color", 2917 "value": { 2918 "fixedColor": "#BF1B00", 2919 "mode": "fixed" 2920 } 2921 } 2922 ] 2923 }, 2924 { 2925 "matcher": { 2926 "id": "byName", 2927 "options": "recv_errs_lo" 2928 }, 2929 "properties": [ 2930 { 2931 "id": "color", 2932 "value": { 2933 "fixedColor": "#890F02", 2934 "mode": "fixed" 2935 } 2936 } 2937 ] 2938 }, 2939 { 2940 "matcher": { 2941 "id": "byName", 2942 "options": "trans_bytes_eth0" 2943 }, 2944 "properties": [ 2945 { 2946 "id": "color", 2947 "value": { 2948 "fixedColor": "#7EB26D", 2949 "mode": "fixed" 2950 } 2951 } 2952 ] 2953 }, 2954 { 2955 "matcher": { 2956 "id": "byName", 2957 "options": "trans_bytes_lo" 2958 }, 2959 "properties": [ 2960 { 2961 "id": "color", 2962 "value": { 2963 "fixedColor": "#0A50A1", 2964 "mode": "fixed" 2965 } 2966 } 2967 ] 2968 }, 2969 { 2970 "matcher": { 2971 "id": "byName", 2972 "options": "trans_drop_eth0" 2973 }, 2974 "properties": [ 2975 { 2976 "id": "color", 2977 "value": { 2978 "fixedColor": "#99440A", 2979 "mode": "fixed" 2980 } 2981 } 2982 ] 2983 }, 2984 { 2985 "matcher": { 2986 "id": "byName", 2987 "options": "trans_drop_lo" 2988 }, 2989 "properties": [ 2990 { 2991 "id": "color", 2992 "value": { 2993 "fixedColor": "#967302", 2994 "mode": "fixed" 2995 } 2996 } 2997 ] 2998 }, 2999 { 3000 "matcher": { 3001 "id": "byName", 3002 "options": "trans_errs_eth0" 3003 }, 3004 "properties": [ 3005 { 3006 "id": "color", 3007 "value": { 3008 "fixedColor": "#BF1B00", 3009 "mode": "fixed" 3010 } 3011 } 3012 ] 3013 }, 3014 { 3015 "matcher": { 3016 "id": "byName", 3017 "options": "trans_errs_lo" 3018 }, 3019 "properties": [ 3020 { 3021 "id": "color", 3022 "value": { 3023 "fixedColor": "#890F02", 3024 "mode": "fixed" 3025 } 3026 } 3027 ] 3028 }, 3029 { 3030 "matcher": { 3031 "id": "byRegexp", 3032 "options": "/.*trans.*/" 3033 }, 3034 "properties": [ 3035 { 3036 "id": "custom.transform", 3037 "value": "negative-Y" 3038 } 3039 ] 3040 } 3041 ] 3042 }, 3043 "gridPos": { 3044 "h": 7, 3045 "w": 6, 3046 "x": 18, 3047 "y": 8 3048 }, 3049 "id": 74, 3050 "links": [], 3051 "options": { 3052 "legend": { 3053 "calcs": [], 3054 "displayMode": "list", 3055 "placement": "bottom", 3056 "showLegend": true 3057 }, 3058 "tooltip": { 3059 "mode": "multi", 3060 "sort": "none" 3061 } 3062 }, 3063 "pluginVersion": "9.2.0", 3064 "targets": [ 3065 { 3066 "datasource": { 3067 "type": "prometheus", 3068 "uid": "${datasource}" 3069 }, 3070 "editorMode": "code", 3071 "expr": "irate(node_network_receive_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 3072 "format": "time_series", 3073 "intervalFactor": 1, 3074 "legendFormat": "recv {{device}}", 3075 "range": true, 3076 "refId": "A", 3077 "step": 240 3078 }, 3079 { 3080 "datasource": { 3081 "type": "prometheus", 3082 "uid": "${datasource}" 3083 }, 3084 "editorMode": "code", 3085 "expr": "irate(node_network_transmit_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 3086 "format": "time_series", 3087 "intervalFactor": 1, 3088 "legendFormat": "trans {{device}} ", 3089 "range": true, 3090 "refId": "B", 3091 "step": 240 3092 } 3093 ], 3094 "title": "Network Traffic", 3095 "type": "timeseries" 3096 }, 3097 { 3098 "collapsed": true, 3099 "gridPos": { 3100 "h": 1, 3101 "w": 24, 3102 "x": 0, 3103 "y": 15 3104 }, 3105 "id": 327, 3106 "panels": [ 3107 { 3108 "datasource": { 3109 "type": "prometheus", 3110 "uid": "${datasource}" 3111 }, 3112 "description": "", 3113 "fieldConfig": { 3114 "defaults": { 3115 "color": { 3116 "mode": "palette-classic" 3117 }, 3118 "custom": { 3119 "axisCenteredZero": false, 3120 "axisColorMode": "text", 3121 "axisLabel": "", 3122 "axisPlacement": "auto", 3123 "barAlignment": 0, 3124 "drawStyle": "line", 3125 "fillOpacity": 70, 3126 "gradientMode": "none", 3127 "hideFrom": { 3128 "legend": false, 3129 "tooltip": false, 3130 "viz": false 3131 }, 3132 "lineInterpolation": "smooth", 3133 "lineWidth": 2, 3134 "pointSize": 5, 3135 "scaleDistribution": { 3136 "type": "linear" 3137 }, 3138 "showPoints": "never", 3139 "spanNulls": false, 3140 "stacking": { 3141 "group": "A", 3142 "mode": "none" 3143 }, 3144 "thresholdsStyle": { 3145 "mode": "off" 3146 } 3147 }, 3148 "links": [], 3149 "mappings": [], 3150 "min": 0, 3151 "thresholds": { 3152 "mode": "absolute", 3153 "steps": [ 3154 { 3155 "color": "green" 3156 }, 3157 { 3158 "color": "red", 3159 "value": 80 3160 } 3161 ] 3162 }, 3163 "unit": "percentunit" 3164 }, 3165 "overrides": [ 3166 { 3167 "matcher": { 3168 "id": "byName", 3169 "options": "Idle - Waiting for something to happen" 3170 }, 3171 "properties": [ 3172 { 3173 "id": "color", 3174 "value": { 3175 "fixedColor": "#052B51", 3176 "mode": "fixed" 3177 } 3178 } 3179 ] 3180 }, 3181 { 3182 "matcher": { 3183 "id": "byName", 3184 "options": "Iowait - Waiting for I/O to complete" 3185 }, 3186 "properties": [ 3187 { 3188 "id": "color", 3189 "value": { 3190 "fixedColor": "#EAB839", 3191 "mode": "fixed" 3192 } 3193 } 3194 ] 3195 }, 3196 { 3197 "matcher": { 3198 "id": "byName", 3199 "options": "Irq - Servicing interrupts" 3200 }, 3201 "properties": [ 3202 { 3203 "id": "color", 3204 "value": { 3205 "fixedColor": "#BF1B00", 3206 "mode": "fixed" 3207 } 3208 } 3209 ] 3210 }, 3211 { 3212 "matcher": { 3213 "id": "byName", 3214 "options": "Nice - Niced processes executing in user mode" 3215 }, 3216 "properties": [ 3217 { 3218 "id": "color", 3219 "value": { 3220 "fixedColor": "#C15C17", 3221 "mode": "fixed" 3222 } 3223 } 3224 ] 3225 }, 3226 { 3227 "matcher": { 3228 "id": "byName", 3229 "options": "Softirq - Servicing softirqs" 3230 }, 3231 "properties": [ 3232 { 3233 "id": "color", 3234 "value": { 3235 "fixedColor": "#E24D42", 3236 "mode": "fixed" 3237 } 3238 } 3239 ] 3240 }, 3241 { 3242 "matcher": { 3243 "id": "byName", 3244 "options": "Steal - Time spent in other operating systems when running in a virtualized environment" 3245 }, 3246 "properties": [ 3247 { 3248 "id": "color", 3249 "value": { 3250 "fixedColor": "#FCE2DE", 3251 "mode": "fixed" 3252 } 3253 } 3254 ] 3255 }, 3256 { 3257 "matcher": { 3258 "id": "byName", 3259 "options": "System - Processes executing in kernel mode" 3260 }, 3261 "properties": [ 3262 { 3263 "id": "color", 3264 "value": { 3265 "fixedColor": "#508642", 3266 "mode": "fixed" 3267 } 3268 } 3269 ] 3270 }, 3271 { 3272 "matcher": { 3273 "id": "byName", 3274 "options": "User - Normal processes executing in user mode" 3275 }, 3276 "properties": [ 3277 { 3278 "id": "color", 3279 "value": { 3280 "fixedColor": "#5195CE", 3281 "mode": "fixed" 3282 } 3283 } 3284 ] 3285 } 3286 ] 3287 }, 3288 "gridPos": { 3289 "h": 6, 3290 "w": 8, 3291 "x": 0, 3292 "y": 16 3293 }, 3294 "id": 3, 3295 "links": [], 3296 "options": { 3297 "legend": { 3298 "calcs": [ 3299 "mean", 3300 "lastNotNull", 3301 "max", 3302 "min" 3303 ], 3304 "displayMode": "table", 3305 "placement": "bottom", 3306 "showLegend": true, 3307 "sortBy": "Mean", 3308 "sortDesc": true, 3309 "width": 250 3310 }, 3311 "tooltip": { 3312 "mode": "multi", 3313 "sort": "desc" 3314 } 3315 }, 3316 "pluginVersion": "9.2.0", 3317 "targets": [ 3318 { 3319 "datasource": { 3320 "type": "prometheus", 3321 "uid": "${datasource}" 3322 }, 3323 "editorMode": "code", 3324 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3325 "format": "time_series", 3326 "interval": "", 3327 "intervalFactor": 1, 3328 "legendFormat": "System - Processes executing in kernel mode", 3329 "range": true, 3330 "refId": "A", 3331 "step": 240 3332 }, 3333 { 3334 "datasource": { 3335 "type": "prometheus", 3336 "uid": "${datasource}" 3337 }, 3338 "editorMode": "code", 3339 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3340 "format": "time_series", 3341 "intervalFactor": 1, 3342 "legendFormat": "User - Normal processes executing in user mode", 3343 "range": true, 3344 "refId": "B", 3345 "step": 240 3346 }, 3347 { 3348 "datasource": { 3349 "type": "prometheus", 3350 "uid": "${datasource}" 3351 }, 3352 "editorMode": "code", 3353 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"nice\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3354 "format": "time_series", 3355 "intervalFactor": 1, 3356 "legendFormat": "Nice - Niced processes executing in user mode", 3357 "range": true, 3358 "refId": "C", 3359 "step": 240 3360 }, 3361 { 3362 "datasource": { 3363 "type": "prometheus", 3364 "uid": "${datasource}" 3365 }, 3366 "editorMode": "code", 3367 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3368 "format": "time_series", 3369 "intervalFactor": 1, 3370 "legendFormat": "Iowait - Waiting for I/O to complete", 3371 "range": true, 3372 "refId": "E", 3373 "step": 240 3374 }, 3375 { 3376 "datasource": { 3377 "type": "prometheus", 3378 "uid": "${datasource}" 3379 }, 3380 "editorMode": "code", 3381 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3382 "format": "time_series", 3383 "intervalFactor": 1, 3384 "legendFormat": "Irq - Servicing interrupts", 3385 "range": true, 3386 "refId": "F", 3387 "step": 240 3388 }, 3389 { 3390 "datasource": { 3391 "type": "prometheus", 3392 "uid": "${datasource}" 3393 }, 3394 "editorMode": "code", 3395 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"softirq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3396 "format": "time_series", 3397 "intervalFactor": 1, 3398 "legendFormat": "Softirq - Servicing softirqs", 3399 "range": true, 3400 "refId": "G", 3401 "step": 240 3402 }, 3403 { 3404 "datasource": { 3405 "type": "prometheus", 3406 "uid": "${datasource}" 3407 }, 3408 "editorMode": "code", 3409 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"steal\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3410 "format": "time_series", 3411 "intervalFactor": 1, 3412 "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment", 3413 "range": true, 3414 "refId": "H", 3415 "step": 240 3416 }, 3417 { 3418 "datasource": { 3419 "type": "prometheus", 3420 "uid": "${datasource}" 3421 }, 3422 "editorMode": "code", 3423 "expr": "sum by(instance) (irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])))", 3424 "format": "time_series", 3425 "hide": false, 3426 "intervalFactor": 1, 3427 "legendFormat": "Idle - Waiting for something to happen", 3428 "range": true, 3429 "refId": "J", 3430 "step": 240 3431 } 3432 ], 3433 "title": "CPU Modes", 3434 "type": "timeseries" 3435 }, 3436 { 3437 "datasource": { 3438 "type": "prometheus", 3439 "uid": "${datasource}" 3440 }, 3441 "description": "the time each CPU spend in system mode in every default interval", 3442 "fieldConfig": { 3443 "defaults": { 3444 "color": { 3445 "mode": "palette-classic" 3446 }, 3447 "custom": { 3448 "axisCenteredZero": false, 3449 "axisColorMode": "text", 3450 "axisLabel": "", 3451 "axisPlacement": "auto", 3452 "barAlignment": 0, 3453 "drawStyle": "line", 3454 "fillOpacity": 20, 3455 "gradientMode": "none", 3456 "hideFrom": { 3457 "legend": false, 3458 "tooltip": false, 3459 "viz": false 3460 }, 3461 "lineInterpolation": "linear", 3462 "lineWidth": 1, 3463 "pointSize": 5, 3464 "scaleDistribution": { 3465 "type": "linear" 3466 }, 3467 "showPoints": "never", 3468 "spanNulls": false, 3469 "stacking": { 3470 "group": "A", 3471 "mode": "none" 3472 }, 3473 "thresholdsStyle": { 3474 "mode": "off" 3475 } 3476 }, 3477 "links": [], 3478 "mappings": [], 3479 "thresholds": { 3480 "mode": "absolute", 3481 "steps": [ 3482 { 3483 "color": "green" 3484 }, 3485 { 3486 "color": "red", 3487 "value": 80 3488 } 3489 ] 3490 }, 3491 "unit": "s" 3492 }, 3493 "overrides": [] 3494 }, 3495 "gridPos": { 3496 "h": 6, 3497 "w": 8, 3498 "x": 8, 3499 "y": 16 3500 }, 3501 "id": 341, 3502 "links": [], 3503 "options": { 3504 "legend": { 3505 "calcs": [ 3506 "mean", 3507 "lastNotNull", 3508 "max", 3509 "min" 3510 ], 3511 "displayMode": "table", 3512 "placement": "bottom", 3513 "showLegend": true 3514 }, 3515 "tooltip": { 3516 "mode": "multi", 3517 "sort": "none" 3518 } 3519 }, 3520 "pluginVersion": "9.2.0", 3521 "targets": [ 3522 { 3523 "datasource": { 3524 "type": "prometheus", 3525 "uid": "${datasource}" 3526 }, 3527 "editorMode": "code", 3528 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"system\"}[$__rate_interval])", 3529 "format": "time_series", 3530 "interval": "", 3531 "intervalFactor": 1, 3532 "legendFormat": "CPU {{ cpu }}", 3533 "range": true, 3534 "refId": "A", 3535 "step": 240 3536 } 3537 ], 3538 "title": "CPU System Time", 3539 "type": "timeseries" 3540 }, 3541 { 3542 "datasource": { 3543 "type": "prometheus", 3544 "uid": "${datasource}" 3545 }, 3546 "description": "the time each CPU spend in IDLE mode in every default interval", 3547 "fieldConfig": { 3548 "defaults": { 3549 "color": { 3550 "mode": "palette-classic" 3551 }, 3552 "custom": { 3553 "axisCenteredZero": false, 3554 "axisColorMode": "text", 3555 "axisLabel": "", 3556 "axisPlacement": "auto", 3557 "barAlignment": 0, 3558 "drawStyle": "line", 3559 "fillOpacity": 20, 3560 "gradientMode": "none", 3561 "hideFrom": { 3562 "legend": false, 3563 "tooltip": false, 3564 "viz": false 3565 }, 3566 "lineInterpolation": "linear", 3567 "lineWidth": 1, 3568 "pointSize": 5, 3569 "scaleDistribution": { 3570 "type": "linear" 3571 }, 3572 "showPoints": "never", 3573 "spanNulls": false, 3574 "stacking": { 3575 "group": "A", 3576 "mode": "none" 3577 }, 3578 "thresholdsStyle": { 3579 "mode": "off" 3580 } 3581 }, 3582 "links": [], 3583 "mappings": [], 3584 "thresholds": { 3585 "mode": "absolute", 3586 "steps": [ 3587 { 3588 "color": "green" 3589 }, 3590 { 3591 "color": "red", 3592 "value": 80 3593 } 3594 ] 3595 }, 3596 "unit": "s" 3597 }, 3598 "overrides": [] 3599 }, 3600 "gridPos": { 3601 "h": 6, 3602 "w": 8, 3603 "x": 16, 3604 "y": 16 3605 }, 3606 "id": 334, 3607 "links": [], 3608 "options": { 3609 "legend": { 3610 "calcs": [ 3611 "mean", 3612 "lastNotNull", 3613 "max", 3614 "min" 3615 ], 3616 "displayMode": "table", 3617 "placement": "bottom", 3618 "showLegend": true 3619 }, 3620 "tooltip": { 3621 "mode": "multi", 3622 "sort": "none" 3623 } 3624 }, 3625 "pluginVersion": "9.2.0", 3626 "targets": [ 3627 { 3628 "datasource": { 3629 "type": "prometheus", 3630 "uid": "${datasource}" 3631 }, 3632 "editorMode": "code", 3633 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"idle\"}[$__rate_interval])", 3634 "format": "time_series", 3635 "interval": "", 3636 "intervalFactor": 1, 3637 "legendFormat": "CPU {{ cpu }}", 3638 "range": true, 3639 "refId": "A", 3640 "step": 240 3641 } 3642 ], 3643 "title": "CPU Idle Time", 3644 "type": "timeseries" 3645 }, 3646 { 3647 "datasource": { 3648 "type": "prometheus", 3649 "uid": "${datasource}" 3650 }, 3651 "description": "the time each CPU spend in system mode in every default interval", 3652 "fieldConfig": { 3653 "defaults": { 3654 "color": { 3655 "mode": "palette-classic" 3656 }, 3657 "custom": { 3658 "axisCenteredZero": false, 3659 "axisColorMode": "text", 3660 "axisLabel": "", 3661 "axisPlacement": "auto", 3662 "barAlignment": 0, 3663 "drawStyle": "line", 3664 "fillOpacity": 20, 3665 "gradientMode": "none", 3666 "hideFrom": { 3667 "legend": false, 3668 "tooltip": false, 3669 "viz": false 3670 }, 3671 "lineInterpolation": "linear", 3672 "lineWidth": 1, 3673 "pointSize": 5, 3674 "scaleDistribution": { 3675 "type": "linear" 3676 }, 3677 "showPoints": "never", 3678 "spanNulls": false, 3679 "stacking": { 3680 "group": "A", 3681 "mode": "none" 3682 }, 3683 "thresholdsStyle": { 3684 "mode": "off" 3685 } 3686 }, 3687 "links": [], 3688 "mappings": [], 3689 "thresholds": { 3690 "mode": "absolute", 3691 "steps": [ 3692 { 3693 "color": "green" 3694 }, 3695 { 3696 "color": "red", 3697 "value": 80 3698 } 3699 ] 3700 }, 3701 "unit": "s" 3702 }, 3703 "overrides": [] 3704 }, 3705 "gridPos": { 3706 "h": 6, 3707 "w": 8, 3708 "x": 0, 3709 "y": 22 3710 }, 3711 "id": 368, 3712 "links": [], 3713 "options": { 3714 "legend": { 3715 "calcs": [ 3716 "mean", 3717 "lastNotNull", 3718 "max", 3719 "min" 3720 ], 3721 "displayMode": "table", 3722 "placement": "bottom", 3723 "showLegend": true 3724 }, 3725 "tooltip": { 3726 "mode": "multi", 3727 "sort": "none" 3728 } 3729 }, 3730 "pluginVersion": "9.2.0", 3731 "targets": [ 3732 { 3733 "datasource": { 3734 "type": "prometheus", 3735 "uid": "${datasource}" 3736 }, 3737 "editorMode": "code", 3738 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"user\"}[$__rate_interval])", 3739 "format": "time_series", 3740 "interval": "", 3741 "intervalFactor": 1, 3742 "legendFormat": "CPU {{ cpu }}", 3743 "range": true, 3744 "refId": "A", 3745 "step": 240 3746 } 3747 ], 3748 "title": "CPU User Time", 3749 "type": "timeseries" 3750 }, 3751 { 3752 "datasource": { 3753 "type": "prometheus", 3754 "uid": "${datasource}" 3755 }, 3756 "description": "the time each CPU spend in iowait mode in every default interval", 3757 "fieldConfig": { 3758 "defaults": { 3759 "color": { 3760 "mode": "palette-classic" 3761 }, 3762 "custom": { 3763 "axisCenteredZero": false, 3764 "axisColorMode": "text", 3765 "axisLabel": "", 3766 "axisPlacement": "auto", 3767 "barAlignment": 0, 3768 "drawStyle": "line", 3769 "fillOpacity": 20, 3770 "gradientMode": "none", 3771 "hideFrom": { 3772 "legend": false, 3773 "tooltip": false, 3774 "viz": false 3775 }, 3776 "lineInterpolation": "linear", 3777 "lineWidth": 1, 3778 "pointSize": 5, 3779 "scaleDistribution": { 3780 "type": "linear" 3781 }, 3782 "showPoints": "never", 3783 "spanNulls": false, 3784 "stacking": { 3785 "group": "A", 3786 "mode": "none" 3787 }, 3788 "thresholdsStyle": { 3789 "mode": "off" 3790 } 3791 }, 3792 "links": [], 3793 "mappings": [], 3794 "thresholds": { 3795 "mode": "absolute", 3796 "steps": [ 3797 { 3798 "color": "green" 3799 }, 3800 { 3801 "color": "red", 3802 "value": 80 3803 } 3804 ] 3805 }, 3806 "unit": "s" 3807 }, 3808 "overrides": [] 3809 }, 3810 "gridPos": { 3811 "h": 6, 3812 "w": 8, 3813 "x": 8, 3814 "y": 22 3815 }, 3816 "id": 335, 3817 "links": [], 3818 "options": { 3819 "legend": { 3820 "calcs": [ 3821 "mean", 3822 "lastNotNull", 3823 "max", 3824 "min" 3825 ], 3826 "displayMode": "table", 3827 "placement": "bottom", 3828 "showLegend": true 3829 }, 3830 "tooltip": { 3831 "mode": "multi", 3832 "sort": "none" 3833 } 3834 }, 3835 "pluginVersion": "9.2.0", 3836 "targets": [ 3837 { 3838 "datasource": { 3839 "type": "prometheus", 3840 "uid": "${datasource}" 3841 }, 3842 "editorMode": "code", 3843 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"iowait\"}[$__rate_interval])", 3844 "format": "time_series", 3845 "interval": "", 3846 "intervalFactor": 1, 3847 "legendFormat": "CPU {{ cpu }}", 3848 "range": true, 3849 "refId": "A", 3850 "step": 240 3851 } 3852 ], 3853 "title": "CPU IOWait Time", 3854 "type": "timeseries" 3855 }, 3856 { 3857 "datasource": { 3858 "type": "prometheus", 3859 "uid": "${datasource}" 3860 }, 3861 "description": "the time each CPU spend in iqr mode in every default interval", 3862 "fieldConfig": { 3863 "defaults": { 3864 "color": { 3865 "mode": "palette-classic" 3866 }, 3867 "custom": { 3868 "axisCenteredZero": false, 3869 "axisColorMode": "text", 3870 "axisLabel": "", 3871 "axisPlacement": "auto", 3872 "barAlignment": 0, 3873 "drawStyle": "line", 3874 "fillOpacity": 20, 3875 "gradientMode": "none", 3876 "hideFrom": { 3877 "legend": false, 3878 "tooltip": false, 3879 "viz": false 3880 }, 3881 "lineInterpolation": "linear", 3882 "lineWidth": 1, 3883 "pointSize": 5, 3884 "scaleDistribution": { 3885 "type": "linear" 3886 }, 3887 "showPoints": "never", 3888 "spanNulls": false, 3889 "stacking": { 3890 "group": "A", 3891 "mode": "none" 3892 }, 3893 "thresholdsStyle": { 3894 "mode": "off" 3895 } 3896 }, 3897 "links": [], 3898 "mappings": [], 3899 "thresholds": { 3900 "mode": "absolute", 3901 "steps": [ 3902 { 3903 "color": "green" 3904 }, 3905 { 3906 "color": "red", 3907 "value": 80 3908 } 3909 ] 3910 }, 3911 "unit": "s" 3912 }, 3913 "overrides": [] 3914 }, 3915 "gridPos": { 3916 "h": 6, 3917 "w": 8, 3918 "x": 16, 3919 "y": 22 3920 }, 3921 "id": 338, 3922 "links": [], 3923 "options": { 3924 "legend": { 3925 "calcs": [ 3926 "mean", 3927 "lastNotNull", 3928 "max", 3929 "min" 3930 ], 3931 "displayMode": "table", 3932 "placement": "bottom", 3933 "showLegend": true 3934 }, 3935 "tooltip": { 3936 "mode": "multi", 3937 "sort": "none" 3938 } 3939 }, 3940 "pluginVersion": "9.2.0", 3941 "targets": [ 3942 { 3943 "datasource": { 3944 "type": "prometheus", 3945 "uid": "${datasource}" 3946 }, 3947 "editorMode": "code", 3948 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"irq\"}[$__rate_interval])", 3949 "format": "time_series", 3950 "interval": "", 3951 "intervalFactor": 1, 3952 "legendFormat": "CPU {{ cpu }}", 3953 "range": true, 3954 "refId": "A", 3955 "step": 240 3956 } 3957 ], 3958 "title": "CPU Irq Time", 3959 "type": "timeseries" 3960 }, 3961 { 3962 "datasource": { 3963 "type": "prometheus", 3964 "uid": "${datasource}" 3965 }, 3966 "description": "the time each CPU spend in nice mode in every default interval", 3967 "fieldConfig": { 3968 "defaults": { 3969 "color": { 3970 "mode": "palette-classic" 3971 }, 3972 "custom": { 3973 "axisCenteredZero": false, 3974 "axisColorMode": "text", 3975 "axisLabel": "", 3976 "axisPlacement": "auto", 3977 "barAlignment": 0, 3978 "drawStyle": "line", 3979 "fillOpacity": 20, 3980 "gradientMode": "none", 3981 "hideFrom": { 3982 "legend": false, 3983 "tooltip": false, 3984 "viz": false 3985 }, 3986 "lineInterpolation": "linear", 3987 "lineWidth": 1, 3988 "pointSize": 5, 3989 "scaleDistribution": { 3990 "type": "linear" 3991 }, 3992 "showPoints": "never", 3993 "spanNulls": false, 3994 "stacking": { 3995 "group": "A", 3996 "mode": "none" 3997 }, 3998 "thresholdsStyle": { 3999 "mode": "off" 4000 } 4001 }, 4002 "links": [], 4003 "mappings": [], 4004 "thresholds": { 4005 "mode": "absolute", 4006 "steps": [ 4007 { 4008 "color": "green" 4009 }, 4010 { 4011 "color": "red", 4012 "value": 80 4013 } 4014 ] 4015 }, 4016 "unit": "s" 4017 }, 4018 "overrides": [] 4019 }, 4020 "gridPos": { 4021 "h": 6, 4022 "w": 8, 4023 "x": 0, 4024 "y": 28 4025 }, 4026 "id": 337, 4027 "links": [], 4028 "options": { 4029 "legend": { 4030 "calcs": [ 4031 "mean", 4032 "lastNotNull", 4033 "max", 4034 "min" 4035 ], 4036 "displayMode": "table", 4037 "placement": "bottom", 4038 "showLegend": true 4039 }, 4040 "tooltip": { 4041 "mode": "multi", 4042 "sort": "none" 4043 } 4044 }, 4045 "pluginVersion": "9.2.0", 4046 "targets": [ 4047 { 4048 "datasource": { 4049 "type": "prometheus", 4050 "uid": "${datasource}" 4051 }, 4052 "editorMode": "code", 4053 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"nice\"}[$__rate_interval])", 4054 "format": "time_series", 4055 "interval": "", 4056 "intervalFactor": 1, 4057 "legendFormat": "CPU {{ cpu }}", 4058 "range": true, 4059 "refId": "A", 4060 "step": 240 4061 } 4062 ], 4063 "title": "CPU Nice Time", 4064 "type": "timeseries" 4065 }, 4066 { 4067 "datasource": { 4068 "type": "prometheus", 4069 "uid": "${datasource}" 4070 }, 4071 "description": "the time each CPU spend in softirq mode in every default interval", 4072 "fieldConfig": { 4073 "defaults": { 4074 "color": { 4075 "mode": "palette-classic" 4076 }, 4077 "custom": { 4078 "axisCenteredZero": false, 4079 "axisColorMode": "text", 4080 "axisLabel": "", 4081 "axisPlacement": "auto", 4082 "barAlignment": 0, 4083 "drawStyle": "line", 4084 "fillOpacity": 20, 4085 "gradientMode": "none", 4086 "hideFrom": { 4087 "legend": false, 4088 "tooltip": false, 4089 "viz": false 4090 }, 4091 "lineInterpolation": "linear", 4092 "lineWidth": 1, 4093 "pointSize": 5, 4094 "scaleDistribution": { 4095 "type": "linear" 4096 }, 4097 "showPoints": "never", 4098 "spanNulls": false, 4099 "stacking": { 4100 "group": "A", 4101 "mode": "none" 4102 }, 4103 "thresholdsStyle": { 4104 "mode": "off" 4105 } 4106 }, 4107 "links": [], 4108 "mappings": [], 4109 "thresholds": { 4110 "mode": "absolute", 4111 "steps": [ 4112 { 4113 "color": "green" 4114 }, 4115 { 4116 "color": "red", 4117 "value": 80 4118 } 4119 ] 4120 }, 4121 "unit": "s" 4122 }, 4123 "overrides": [] 4124 }, 4125 "gridPos": { 4126 "h": 6, 4127 "w": 8, 4128 "x": 8, 4129 "y": 28 4130 }, 4131 "id": 336, 4132 "links": [], 4133 "options": { 4134 "legend": { 4135 "calcs": [ 4136 "mean", 4137 "lastNotNull", 4138 "max", 4139 "min" 4140 ], 4141 "displayMode": "table", 4142 "placement": "bottom", 4143 "showLegend": true 4144 }, 4145 "tooltip": { 4146 "mode": "multi", 4147 "sort": "none" 4148 } 4149 }, 4150 "pluginVersion": "9.2.0", 4151 "targets": [ 4152 { 4153 "datasource": { 4154 "type": "prometheus", 4155 "uid": "${datasource}" 4156 }, 4157 "editorMode": "code", 4158 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"softirq\"}[$__rate_interval])", 4159 "format": "time_series", 4160 "interval": "", 4161 "intervalFactor": 1, 4162 "legendFormat": "CPU {{ cpu }}", 4163 "range": true, 4164 "refId": "A", 4165 "step": 240 4166 } 4167 ], 4168 "title": "CPU Softirq Time", 4169 "type": "timeseries" 4170 }, 4171 { 4172 "datasource": { 4173 "type": "prometheus", 4174 "uid": "${datasource}" 4175 }, 4176 "description": "the time each CPU spend in steal mode in every default interval", 4177 "fieldConfig": { 4178 "defaults": { 4179 "color": { 4180 "mode": "palette-classic" 4181 }, 4182 "custom": { 4183 "axisCenteredZero": false, 4184 "axisColorMode": "text", 4185 "axisLabel": "", 4186 "axisPlacement": "auto", 4187 "barAlignment": 0, 4188 "drawStyle": "line", 4189 "fillOpacity": 20, 4190 "gradientMode": "none", 4191 "hideFrom": { 4192 "legend": false, 4193 "tooltip": false, 4194 "viz": false 4195 }, 4196 "lineInterpolation": "linear", 4197 "lineWidth": 1, 4198 "pointSize": 5, 4199 "scaleDistribution": { 4200 "type": "linear" 4201 }, 4202 "showPoints": "never", 4203 "spanNulls": false, 4204 "stacking": { 4205 "group": "A", 4206 "mode": "none" 4207 }, 4208 "thresholdsStyle": { 4209 "mode": "off" 4210 } 4211 }, 4212 "links": [], 4213 "mappings": [], 4214 "thresholds": { 4215 "mode": "absolute", 4216 "steps": [ 4217 { 4218 "color": "green" 4219 }, 4220 { 4221 "color": "red", 4222 "value": 80 4223 } 4224 ] 4225 }, 4226 "unit": "s" 4227 }, 4228 "overrides": [] 4229 }, 4230 "gridPos": { 4231 "h": 6, 4232 "w": 8, 4233 "x": 16, 4234 "y": 28 4235 }, 4236 "id": 342, 4237 "links": [], 4238 "options": { 4239 "legend": { 4240 "calcs": [ 4241 "mean", 4242 "lastNotNull", 4243 "max", 4244 "min" 4245 ], 4246 "displayMode": "table", 4247 "placement": "bottom", 4248 "showLegend": true 4249 }, 4250 "tooltip": { 4251 "mode": "multi", 4252 "sort": "none" 4253 } 4254 }, 4255 "pluginVersion": "9.2.0", 4256 "targets": [ 4257 { 4258 "datasource": { 4259 "type": "prometheus", 4260 "uid": "${datasource}" 4261 }, 4262 "editorMode": "code", 4263 "expr": "irate(node_cpu_seconds_total{job=\"$job\",node=\"$node\",mode=\"steal\"}[$__rate_interval])", 4264 "format": "time_series", 4265 "interval": "", 4266 "intervalFactor": 1, 4267 "legendFormat": "CPU {{ cpu }}", 4268 "range": true, 4269 "refId": "A", 4270 "step": 240 4271 } 4272 ], 4273 "title": "CPU Steal Time", 4274 "type": "timeseries" 4275 } 4276 ], 4277 "title": "CPU per Core", 4278 "type": "row" 4279 }, 4280 { 4281 "collapsed": true, 4282 "datasource": { 4283 "type": "prometheus", 4284 "uid": "${datasource}" 4285 }, 4286 "gridPos": { 4287 "h": 1, 4288 "w": 24, 4289 "x": 0, 4290 "y": 16 4291 }, 4292 "id": 266, 4293 "panels": [ 4294 { 4295 "datasource": { 4296 "type": "prometheus", 4297 "uid": "${datasource}" 4298 }, 4299 "description": "", 4300 "fieldConfig": { 4301 "defaults": { 4302 "color": { 4303 "mode": "palette-classic" 4304 }, 4305 "custom": { 4306 "axisCenteredZero": false, 4307 "axisColorMode": "text", 4308 "axisLabel": "", 4309 "axisPlacement": "auto", 4310 "barAlignment": 0, 4311 "drawStyle": "line", 4312 "fillOpacity": 40, 4313 "gradientMode": "none", 4314 "hideFrom": { 4315 "legend": false, 4316 "tooltip": false, 4317 "viz": false 4318 }, 4319 "lineInterpolation": "linear", 4320 "lineWidth": 1, 4321 "pointSize": 5, 4322 "scaleDistribution": { 4323 "type": "linear" 4324 }, 4325 "showPoints": "never", 4326 "spanNulls": false, 4327 "stacking": { 4328 "group": "A", 4329 "mode": "normal" 4330 }, 4331 "thresholdsStyle": { 4332 "mode": "off" 4333 } 4334 }, 4335 "links": [], 4336 "mappings": [], 4337 "min": 0, 4338 "thresholds": { 4339 "mode": "absolute", 4340 "steps": [ 4341 { 4342 "color": "green" 4343 }, 4344 { 4345 "color": "red", 4346 "value": 80 4347 } 4348 ] 4349 }, 4350 "unit": "bytes" 4351 }, 4352 "overrides": [ 4353 { 4354 "matcher": { 4355 "id": "byName", 4356 "options": "Apps" 4357 }, 4358 "properties": [ 4359 { 4360 "id": "color", 4361 "value": { 4362 "fixedColor": "#629E51", 4363 "mode": "fixed" 4364 } 4365 } 4366 ] 4367 }, 4368 { 4369 "matcher": { 4370 "id": "byName", 4371 "options": "Buffers" 4372 }, 4373 "properties": [ 4374 { 4375 "id": "color", 4376 "value": { 4377 "fixedColor": "#614D93", 4378 "mode": "fixed" 4379 } 4380 } 4381 ] 4382 }, 4383 { 4384 "matcher": { 4385 "id": "byName", 4386 "options": "Cache" 4387 }, 4388 "properties": [ 4389 { 4390 "id": "color", 4391 "value": { 4392 "fixedColor": "#6D1F62", 4393 "mode": "fixed" 4394 } 4395 } 4396 ] 4397 }, 4398 { 4399 "matcher": { 4400 "id": "byName", 4401 "options": "Cached" 4402 }, 4403 "properties": [ 4404 { 4405 "id": "color", 4406 "value": { 4407 "fixedColor": "#511749", 4408 "mode": "fixed" 4409 } 4410 } 4411 ] 4412 }, 4413 { 4414 "matcher": { 4415 "id": "byName", 4416 "options": "Committed" 4417 }, 4418 "properties": [ 4419 { 4420 "id": "color", 4421 "value": { 4422 "fixedColor": "#508642", 4423 "mode": "fixed" 4424 } 4425 } 4426 ] 4427 }, 4428 { 4429 "matcher": { 4430 "id": "byName", 4431 "options": "Free" 4432 }, 4433 "properties": [ 4434 { 4435 "id": "color", 4436 "value": { 4437 "fixedColor": "#0A437C", 4438 "mode": "fixed" 4439 } 4440 } 4441 ] 4442 }, 4443 { 4444 "matcher": { 4445 "id": "byName", 4446 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 4447 }, 4448 "properties": [ 4449 { 4450 "id": "color", 4451 "value": { 4452 "fixedColor": "#CFFAFF", 4453 "mode": "fixed" 4454 } 4455 } 4456 ] 4457 }, 4458 { 4459 "matcher": { 4460 "id": "byName", 4461 "options": "Inactive" 4462 }, 4463 "properties": [ 4464 { 4465 "id": "color", 4466 "value": { 4467 "fixedColor": "#584477", 4468 "mode": "fixed" 4469 } 4470 } 4471 ] 4472 }, 4473 { 4474 "matcher": { 4475 "id": "byName", 4476 "options": "PageTables" 4477 }, 4478 "properties": [ 4479 { 4480 "id": "color", 4481 "value": { 4482 "fixedColor": "#0A50A1", 4483 "mode": "fixed" 4484 } 4485 } 4486 ] 4487 }, 4488 { 4489 "matcher": { 4490 "id": "byName", 4491 "options": "Page_Tables" 4492 }, 4493 "properties": [ 4494 { 4495 "id": "color", 4496 "value": { 4497 "fixedColor": "#0A50A1", 4498 "mode": "fixed" 4499 } 4500 } 4501 ] 4502 }, 4503 { 4504 "matcher": { 4505 "id": "byName", 4506 "options": "RAM_Free" 4507 }, 4508 "properties": [ 4509 { 4510 "id": "color", 4511 "value": { 4512 "fixedColor": "#E0F9D7", 4513 "mode": "fixed" 4514 } 4515 } 4516 ] 4517 }, 4518 { 4519 "matcher": { 4520 "id": "byName", 4521 "options": "Slab" 4522 }, 4523 "properties": [ 4524 { 4525 "id": "color", 4526 "value": { 4527 "fixedColor": "#806EB7", 4528 "mode": "fixed" 4529 } 4530 } 4531 ] 4532 }, 4533 { 4534 "matcher": { 4535 "id": "byName", 4536 "options": "Slab_Cache" 4537 }, 4538 "properties": [ 4539 { 4540 "id": "color", 4541 "value": { 4542 "fixedColor": "#E0752D", 4543 "mode": "fixed" 4544 } 4545 } 4546 ] 4547 }, 4548 { 4549 "matcher": { 4550 "id": "byName", 4551 "options": "Swap" 4552 }, 4553 "properties": [ 4554 { 4555 "id": "color", 4556 "value": { 4557 "fixedColor": "#BF1B00", 4558 "mode": "fixed" 4559 } 4560 } 4561 ] 4562 }, 4563 { 4564 "matcher": { 4565 "id": "byName", 4566 "options": "Swap - Swap memory usage" 4567 }, 4568 "properties": [ 4569 { 4570 "id": "color", 4571 "value": { 4572 "fixedColor": "#BF1B00", 4573 "mode": "fixed" 4574 } 4575 } 4576 ] 4577 }, 4578 { 4579 "matcher": { 4580 "id": "byName", 4581 "options": "Swap_Cache" 4582 }, 4583 "properties": [ 4584 { 4585 "id": "color", 4586 "value": { 4587 "fixedColor": "#C15C17", 4588 "mode": "fixed" 4589 } 4590 } 4591 ] 4592 }, 4593 { 4594 "matcher": { 4595 "id": "byName", 4596 "options": "Swap_Free" 4597 }, 4598 "properties": [ 4599 { 4600 "id": "color", 4601 "value": { 4602 "fixedColor": "#2F575E", 4603 "mode": "fixed" 4604 } 4605 } 4606 ] 4607 }, 4608 { 4609 "matcher": { 4610 "id": "byName", 4611 "options": "Unused" 4612 }, 4613 "properties": [ 4614 { 4615 "id": "color", 4616 "value": { 4617 "fixedColor": "#EAB839", 4618 "mode": "fixed" 4619 } 4620 } 4621 ] 4622 }, 4623 { 4624 "matcher": { 4625 "id": "byName", 4626 "options": "Unused - Free memory unassigned" 4627 }, 4628 "properties": [ 4629 { 4630 "id": "color", 4631 "value": { 4632 "fixedColor": "#052B51", 4633 "mode": "fixed" 4634 } 4635 } 4636 ] 4637 }, 4638 { 4639 "matcher": { 4640 "id": "byRegexp", 4641 "options": "/.*Hardware Corrupted - *./" 4642 }, 4643 "properties": [ 4644 { 4645 "id": "custom.stacking", 4646 "value": { 4647 "group": false, 4648 "mode": "normal" 4649 } 4650 } 4651 ] 4652 } 4653 ] 4654 }, 4655 "gridPos": { 4656 "h": 6, 4657 "w": 8, 4658 "x": 0, 4659 "y": 17 4660 }, 4661 "id": 24, 4662 "links": [], 4663 "options": { 4664 "legend": { 4665 "calcs": [ 4666 "mean", 4667 "lastNotNull", 4668 "max", 4669 "min" 4670 ], 4671 "displayMode": "table", 4672 "placement": "bottom", 4673 "showLegend": true, 4674 "width": 350 4675 }, 4676 "tooltip": { 4677 "mode": "multi", 4678 "sort": "none" 4679 } 4680 }, 4681 "pluginVersion": "9.2.0", 4682 "targets": [ 4683 { 4684 "datasource": { 4685 "type": "prometheus", 4686 "uid": "${datasource}" 4687 }, 4688 "expr": "node_memory_MemTotal_bytes{job=\"$job\",node=\"$node\"} - node_memory_MemFree_bytes{job=\"$job\",node=\"$node\"} - node_memory_Buffers_bytes{job=\"$job\",node=\"$node\"} - node_memory_Cached_bytes{job=\"$job\",node=\"$node\"} - node_memory_Slab_bytes{job=\"$job\",node=\"$node\"} - node_memory_PageTables_bytes{job=\"$job\",node=\"$node\"} - node_memory_SwapCached_bytes{job=\"$job\",node=\"$node\"}", 4689 "format": "time_series", 4690 "hide": false, 4691 "intervalFactor": 1, 4692 "legendFormat": "Apps - Memory used by user-space applications", 4693 "refId": "A", 4694 "step": 240 4695 }, 4696 { 4697 "datasource": { 4698 "type": "prometheus", 4699 "uid": "${datasource}" 4700 }, 4701 "expr": "node_memory_PageTables_bytes{job=\"$job\",node=\"$node\"}", 4702 "format": "time_series", 4703 "hide": false, 4704 "intervalFactor": 1, 4705 "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses", 4706 "refId": "B", 4707 "step": 240 4708 }, 4709 { 4710 "datasource": { 4711 "type": "prometheus", 4712 "uid": "${datasource}" 4713 }, 4714 "expr": "node_memory_SwapCached_bytes{job=\"$job\",node=\"$node\"}", 4715 "format": "time_series", 4716 "intervalFactor": 1, 4717 "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified", 4718 "refId": "C", 4719 "step": 240 4720 }, 4721 { 4722 "datasource": { 4723 "type": "prometheus", 4724 "uid": "${datasource}" 4725 }, 4726 "expr": "node_memory_Slab_bytes{job=\"$job\",node=\"$node\"}", 4727 "format": "time_series", 4728 "hide": false, 4729 "intervalFactor": 1, 4730 "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)", 4731 "refId": "D", 4732 "step": 240 4733 }, 4734 { 4735 "datasource": { 4736 "type": "prometheus", 4737 "uid": "${datasource}" 4738 }, 4739 "expr": "node_memory_Cached_bytes{job=\"$job\",node=\"$node\"}", 4740 "format": "time_series", 4741 "hide": false, 4742 "intervalFactor": 1, 4743 "legendFormat": "Cache - Parked file data (file content) cache", 4744 "refId": "E", 4745 "step": 240 4746 }, 4747 { 4748 "datasource": { 4749 "type": "prometheus", 4750 "uid": "${datasource}" 4751 }, 4752 "expr": "node_memory_Buffers_bytes{job=\"$job\",node=\"$node\"}", 4753 "format": "time_series", 4754 "hide": false, 4755 "intervalFactor": 1, 4756 "legendFormat": "Buffers - Block device (e.g. harddisk) cache", 4757 "refId": "F", 4758 "step": 240 4759 }, 4760 { 4761 "datasource": { 4762 "type": "prometheus", 4763 "uid": "${datasource}" 4764 }, 4765 "expr": "node_memory_MemFree_bytes{job=\"$job\",node=\"$node\"}", 4766 "format": "time_series", 4767 "hide": false, 4768 "intervalFactor": 1, 4769 "legendFormat": "Unused - Free memory unassigned", 4770 "refId": "G", 4771 "step": 240 4772 }, 4773 { 4774 "datasource": { 4775 "type": "prometheus", 4776 "uid": "${datasource}" 4777 }, 4778 "expr": "(node_memory_SwapTotal_bytes{job=\"$job\",node=\"$node\"} - node_memory_SwapFree_bytes{job=\"$job\",node=\"$node\"})", 4779 "format": "time_series", 4780 "hide": false, 4781 "intervalFactor": 1, 4782 "legendFormat": "Swap - Swap space used", 4783 "refId": "H", 4784 "step": 240 4785 }, 4786 { 4787 "datasource": { 4788 "type": "prometheus", 4789 "uid": "${datasource}" 4790 }, 4791 "expr": "node_memory_HardwareCorrupted_bytes{job=\"$job\",node=\"$node\"}", 4792 "format": "time_series", 4793 "hide": false, 4794 "intervalFactor": 1, 4795 "legendFormat": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working", 4796 "refId": "I", 4797 "step": 240 4798 } 4799 ], 4800 "title": "Memory Stack", 4801 "type": "timeseries" 4802 }, 4803 { 4804 "datasource": { 4805 "type": "prometheus", 4806 "uid": "${datasource}" 4807 }, 4808 "fieldConfig": { 4809 "defaults": { 4810 "color": { 4811 "mode": "palette-classic" 4812 }, 4813 "custom": { 4814 "axisCenteredZero": false, 4815 "axisColorMode": "text", 4816 "axisLabel": "", 4817 "axisPlacement": "auto", 4818 "barAlignment": 0, 4819 "drawStyle": "line", 4820 "fillOpacity": 20, 4821 "gradientMode": "none", 4822 "hideFrom": { 4823 "legend": false, 4824 "tooltip": false, 4825 "viz": false 4826 }, 4827 "lineInterpolation": "linear", 4828 "lineWidth": 1, 4829 "pointSize": 5, 4830 "scaleDistribution": { 4831 "type": "linear" 4832 }, 4833 "showPoints": "never", 4834 "spanNulls": false, 4835 "stacking": { 4836 "group": "A", 4837 "mode": "normal" 4838 }, 4839 "thresholdsStyle": { 4840 "mode": "off" 4841 } 4842 }, 4843 "links": [], 4844 "mappings": [], 4845 "min": 0, 4846 "thresholds": { 4847 "mode": "absolute", 4848 "steps": [ 4849 { 4850 "color": "green" 4851 }, 4852 { 4853 "color": "red", 4854 "value": 80 4855 } 4856 ] 4857 }, 4858 "unit": "bytes" 4859 }, 4860 "overrides": [ 4861 { 4862 "matcher": { 4863 "id": "byName", 4864 "options": "Apps" 4865 }, 4866 "properties": [ 4867 { 4868 "id": "color", 4869 "value": { 4870 "fixedColor": "#629E51", 4871 "mode": "fixed" 4872 } 4873 } 4874 ] 4875 }, 4876 { 4877 "matcher": { 4878 "id": "byName", 4879 "options": "Buffers" 4880 }, 4881 "properties": [ 4882 { 4883 "id": "color", 4884 "value": { 4885 "fixedColor": "#614D93", 4886 "mode": "fixed" 4887 } 4888 } 4889 ] 4890 }, 4891 { 4892 "matcher": { 4893 "id": "byName", 4894 "options": "Cache" 4895 }, 4896 "properties": [ 4897 { 4898 "id": "color", 4899 "value": { 4900 "fixedColor": "#6D1F62", 4901 "mode": "fixed" 4902 } 4903 } 4904 ] 4905 }, 4906 { 4907 "matcher": { 4908 "id": "byName", 4909 "options": "Cached" 4910 }, 4911 "properties": [ 4912 { 4913 "id": "color", 4914 "value": { 4915 "fixedColor": "#511749", 4916 "mode": "fixed" 4917 } 4918 } 4919 ] 4920 }, 4921 { 4922 "matcher": { 4923 "id": "byName", 4924 "options": "Committed" 4925 }, 4926 "properties": [ 4927 { 4928 "id": "color", 4929 "value": { 4930 "fixedColor": "#508642", 4931 "mode": "fixed" 4932 } 4933 } 4934 ] 4935 }, 4936 { 4937 "matcher": { 4938 "id": "byName", 4939 "options": "Free" 4940 }, 4941 "properties": [ 4942 { 4943 "id": "color", 4944 "value": { 4945 "fixedColor": "#0A437C", 4946 "mode": "fixed" 4947 } 4948 } 4949 ] 4950 }, 4951 { 4952 "matcher": { 4953 "id": "byName", 4954 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 4955 }, 4956 "properties": [ 4957 { 4958 "id": "color", 4959 "value": { 4960 "fixedColor": "#CFFAFF", 4961 "mode": "fixed" 4962 } 4963 } 4964 ] 4965 }, 4966 { 4967 "matcher": { 4968 "id": "byName", 4969 "options": "Inactive" 4970 }, 4971 "properties": [ 4972 { 4973 "id": "color", 4974 "value": { 4975 "fixedColor": "#584477", 4976 "mode": "fixed" 4977 } 4978 } 4979 ] 4980 }, 4981 { 4982 "matcher": { 4983 "id": "byName", 4984 "options": "PageTables" 4985 }, 4986 "properties": [ 4987 { 4988 "id": "color", 4989 "value": { 4990 "fixedColor": "#0A50A1", 4991 "mode": "fixed" 4992 } 4993 } 4994 ] 4995 }, 4996 { 4997 "matcher": { 4998 "id": "byName", 4999 "options": "Page_Tables" 5000 }, 5001 "properties": [ 5002 { 5003 "id": "color", 5004 "value": { 5005 "fixedColor": "#0A50A1", 5006 "mode": "fixed" 5007 } 5008 } 5009 ] 5010 }, 5011 { 5012 "matcher": { 5013 "id": "byName", 5014 "options": "RAM_Free" 5015 }, 5016 "properties": [ 5017 { 5018 "id": "color", 5019 "value": { 5020 "fixedColor": "#E0F9D7", 5021 "mode": "fixed" 5022 } 5023 } 5024 ] 5025 }, 5026 { 5027 "matcher": { 5028 "id": "byName", 5029 "options": "Slab" 5030 }, 5031 "properties": [ 5032 { 5033 "id": "color", 5034 "value": { 5035 "fixedColor": "#806EB7", 5036 "mode": "fixed" 5037 } 5038 } 5039 ] 5040 }, 5041 { 5042 "matcher": { 5043 "id": "byName", 5044 "options": "Slab_Cache" 5045 }, 5046 "properties": [ 5047 { 5048 "id": "color", 5049 "value": { 5050 "fixedColor": "#E0752D", 5051 "mode": "fixed" 5052 } 5053 } 5054 ] 5055 }, 5056 { 5057 "matcher": { 5058 "id": "byName", 5059 "options": "Swap" 5060 }, 5061 "properties": [ 5062 { 5063 "id": "color", 5064 "value": { 5065 "fixedColor": "#BF1B00", 5066 "mode": "fixed" 5067 } 5068 } 5069 ] 5070 }, 5071 { 5072 "matcher": { 5073 "id": "byName", 5074 "options": "Swap_Cache" 5075 }, 5076 "properties": [ 5077 { 5078 "id": "color", 5079 "value": { 5080 "fixedColor": "#C15C17", 5081 "mode": "fixed" 5082 } 5083 } 5084 ] 5085 }, 5086 { 5087 "matcher": { 5088 "id": "byName", 5089 "options": "Swap_Free" 5090 }, 5091 "properties": [ 5092 { 5093 "id": "color", 5094 "value": { 5095 "fixedColor": "#2F575E", 5096 "mode": "fixed" 5097 } 5098 } 5099 ] 5100 }, 5101 { 5102 "matcher": { 5103 "id": "byName", 5104 "options": "Unused" 5105 }, 5106 "properties": [ 5107 { 5108 "id": "color", 5109 "value": { 5110 "fixedColor": "#EAB839", 5111 "mode": "fixed" 5112 } 5113 } 5114 ] 5115 } 5116 ] 5117 }, 5118 "gridPos": { 5119 "h": 6, 5120 "w": 8, 5121 "x": 8, 5122 "y": 17 5123 }, 5124 "id": 136, 5125 "links": [], 5126 "options": { 5127 "legend": { 5128 "calcs": [ 5129 "mean", 5130 "lastNotNull", 5131 "max", 5132 "min" 5133 ], 5134 "displayMode": "table", 5135 "placement": "bottom", 5136 "showLegend": true, 5137 "width": 350 5138 }, 5139 "tooltip": { 5140 "mode": "multi", 5141 "sort": "none" 5142 } 5143 }, 5144 "pluginVersion": "9.2.0", 5145 "targets": [ 5146 { 5147 "datasource": { 5148 "type": "prometheus", 5149 "uid": "${datasource}" 5150 }, 5151 "expr": "node_memory_Inactive_bytes{job=\"$job\",node=\"$node\"}", 5152 "format": "time_series", 5153 "intervalFactor": 1, 5154 "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes", 5155 "refId": "A", 5156 "step": 240 5157 }, 5158 { 5159 "datasource": { 5160 "type": "prometheus", 5161 "uid": "${datasource}" 5162 }, 5163 "expr": "node_memory_Active_bytes{job=\"$job\",node=\"$node\"}", 5164 "format": "time_series", 5165 "intervalFactor": 1, 5166 "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary", 5167 "refId": "B", 5168 "step": 240 5169 } 5170 ], 5171 "title": "Memory Active / Inactive", 5172 "type": "timeseries" 5173 }, 5174 { 5175 "datasource": { 5176 "type": "prometheus", 5177 "uid": "${datasource}" 5178 }, 5179 "description": "", 5180 "fieldConfig": { 5181 "defaults": { 5182 "color": { 5183 "mode": "palette-classic" 5184 }, 5185 "custom": { 5186 "axisCenteredZero": false, 5187 "axisColorMode": "text", 5188 "axisLabel": "", 5189 "axisPlacement": "auto", 5190 "barAlignment": 0, 5191 "drawStyle": "line", 5192 "fillOpacity": 20, 5193 "gradientMode": "none", 5194 "hideFrom": { 5195 "legend": false, 5196 "tooltip": false, 5197 "viz": false 5198 }, 5199 "lineInterpolation": "linear", 5200 "lineWidth": 1, 5201 "pointSize": 5, 5202 "scaleDistribution": { 5203 "type": "linear" 5204 }, 5205 "showPoints": "never", 5206 "spanNulls": false, 5207 "stacking": { 5208 "group": "A", 5209 "mode": "normal" 5210 }, 5211 "thresholdsStyle": { 5212 "mode": "off" 5213 } 5214 }, 5215 "links": [], 5216 "mappings": [], 5217 "min": 0, 5218 "thresholds": { 5219 "mode": "absolute", 5220 "steps": [ 5221 { 5222 "color": "green" 5223 }, 5224 { 5225 "color": "red", 5226 "value": 80 5227 } 5228 ] 5229 }, 5230 "unit": "bytes" 5231 }, 5232 "overrides": [ 5233 { 5234 "matcher": { 5235 "id": "byName", 5236 "options": "Apps" 5237 }, 5238 "properties": [ 5239 { 5240 "id": "color", 5241 "value": { 5242 "fixedColor": "#629E51", 5243 "mode": "fixed" 5244 } 5245 } 5246 ] 5247 }, 5248 { 5249 "matcher": { 5250 "id": "byName", 5251 "options": "Buffers" 5252 }, 5253 "properties": [ 5254 { 5255 "id": "color", 5256 "value": { 5257 "fixedColor": "#614D93", 5258 "mode": "fixed" 5259 } 5260 } 5261 ] 5262 }, 5263 { 5264 "matcher": { 5265 "id": "byName", 5266 "options": "Cache" 5267 }, 5268 "properties": [ 5269 { 5270 "id": "color", 5271 "value": { 5272 "fixedColor": "#6D1F62", 5273 "mode": "fixed" 5274 } 5275 } 5276 ] 5277 }, 5278 { 5279 "matcher": { 5280 "id": "byName", 5281 "options": "Cached" 5282 }, 5283 "properties": [ 5284 { 5285 "id": "color", 5286 "value": { 5287 "fixedColor": "#511749", 5288 "mode": "fixed" 5289 } 5290 } 5291 ] 5292 }, 5293 { 5294 "matcher": { 5295 "id": "byName", 5296 "options": "Committed" 5297 }, 5298 "properties": [ 5299 { 5300 "id": "color", 5301 "value": { 5302 "fixedColor": "#508642", 5303 "mode": "fixed" 5304 } 5305 } 5306 ] 5307 }, 5308 { 5309 "matcher": { 5310 "id": "byName", 5311 "options": "Free" 5312 }, 5313 "properties": [ 5314 { 5315 "id": "color", 5316 "value": { 5317 "fixedColor": "#0A437C", 5318 "mode": "fixed" 5319 } 5320 } 5321 ] 5322 }, 5323 { 5324 "matcher": { 5325 "id": "byName", 5326 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 5327 }, 5328 "properties": [ 5329 { 5330 "id": "color", 5331 "value": { 5332 "fixedColor": "#CFFAFF", 5333 "mode": "fixed" 5334 } 5335 } 5336 ] 5337 }, 5338 { 5339 "matcher": { 5340 "id": "byName", 5341 "options": "Inactive" 5342 }, 5343 "properties": [ 5344 { 5345 "id": "color", 5346 "value": { 5347 "fixedColor": "#584477", 5348 "mode": "fixed" 5349 } 5350 } 5351 ] 5352 }, 5353 { 5354 "matcher": { 5355 "id": "byName", 5356 "options": "PageTables" 5357 }, 5358 "properties": [ 5359 { 5360 "id": "color", 5361 "value": { 5362 "fixedColor": "#0A50A1", 5363 "mode": "fixed" 5364 } 5365 } 5366 ] 5367 }, 5368 { 5369 "matcher": { 5370 "id": "byName", 5371 "options": "Page_Tables" 5372 }, 5373 "properties": [ 5374 { 5375 "id": "color", 5376 "value": { 5377 "fixedColor": "#0A50A1", 5378 "mode": "fixed" 5379 } 5380 } 5381 ] 5382 }, 5383 { 5384 "matcher": { 5385 "id": "byName", 5386 "options": "RAM_Free" 5387 }, 5388 "properties": [ 5389 { 5390 "id": "color", 5391 "value": { 5392 "fixedColor": "#E0F9D7", 5393 "mode": "fixed" 5394 } 5395 } 5396 ] 5397 }, 5398 { 5399 "matcher": { 5400 "id": "byName", 5401 "options": "Slab" 5402 }, 5403 "properties": [ 5404 { 5405 "id": "color", 5406 "value": { 5407 "fixedColor": "#806EB7", 5408 "mode": "fixed" 5409 } 5410 } 5411 ] 5412 }, 5413 { 5414 "matcher": { 5415 "id": "byName", 5416 "options": "Slab_Cache" 5417 }, 5418 "properties": [ 5419 { 5420 "id": "color", 5421 "value": { 5422 "fixedColor": "#E0752D", 5423 "mode": "fixed" 5424 } 5425 } 5426 ] 5427 }, 5428 { 5429 "matcher": { 5430 "id": "byName", 5431 "options": "Swap" 5432 }, 5433 "properties": [ 5434 { 5435 "id": "color", 5436 "value": { 5437 "fixedColor": "#BF1B00", 5438 "mode": "fixed" 5439 } 5440 } 5441 ] 5442 }, 5443 { 5444 "matcher": { 5445 "id": "byName", 5446 "options": "Swap_Cache" 5447 }, 5448 "properties": [ 5449 { 5450 "id": "color", 5451 "value": { 5452 "fixedColor": "#C15C17", 5453 "mode": "fixed" 5454 } 5455 } 5456 ] 5457 }, 5458 { 5459 "matcher": { 5460 "id": "byName", 5461 "options": "Swap_Free" 5462 }, 5463 "properties": [ 5464 { 5465 "id": "color", 5466 "value": { 5467 "fixedColor": "#2F575E", 5468 "mode": "fixed" 5469 } 5470 } 5471 ] 5472 }, 5473 { 5474 "matcher": { 5475 "id": "byName", 5476 "options": "Unused" 5477 }, 5478 "properties": [ 5479 { 5480 "id": "color", 5481 "value": { 5482 "fixedColor": "#EAB839", 5483 "mode": "fixed" 5484 } 5485 } 5486 ] 5487 } 5488 ] 5489 }, 5490 "gridPos": { 5491 "h": 6, 5492 "w": 8, 5493 "x": 16, 5494 "y": 17 5495 }, 5496 "id": 430, 5497 "links": [], 5498 "options": { 5499 "legend": { 5500 "calcs": [ 5501 "mean", 5502 "lastNotNull", 5503 "max", 5504 "min" 5505 ], 5506 "displayMode": "table", 5507 "placement": "bottom", 5508 "showLegend": true, 5509 "width": 350 5510 }, 5511 "tooltip": { 5512 "mode": "multi", 5513 "sort": "none" 5514 } 5515 }, 5516 "pluginVersion": "9.2.0", 5517 "targets": [ 5518 { 5519 "datasource": { 5520 "type": "prometheus", 5521 "uid": "${datasource}" 5522 }, 5523 "editorMode": "code", 5524 "expr": "node_memory_Inactive_file_bytes{job=\"$job\",node=\"$node\"}", 5525 "format": "time_series", 5526 "hide": false, 5527 "intervalFactor": 1, 5528 "legendFormat": "Inactive_file - File-backed memory on inactive LRU list", 5529 "range": true, 5530 "refId": "A", 5531 "step": 240 5532 }, 5533 { 5534 "datasource": { 5535 "type": "prometheus", 5536 "uid": "${datasource}" 5537 }, 5538 "editorMode": "code", 5539 "expr": "node_memory_Inactive_anon_bytes{job=\"$job\",node=\"$node\"}", 5540 "format": "time_series", 5541 "hide": false, 5542 "intervalFactor": 1, 5543 "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)", 5544 "range": true, 5545 "refId": "B", 5546 "step": 240 5547 }, 5548 { 5549 "datasource": { 5550 "type": "prometheus", 5551 "uid": "${datasource}" 5552 }, 5553 "editorMode": "code", 5554 "expr": "node_memory_Active_file_bytes{job=\"$job\",node=\"$node\"}", 5555 "format": "time_series", 5556 "hide": false, 5557 "intervalFactor": 1, 5558 "legendFormat": "Active_file - File-backed memory on active LRU list", 5559 "range": true, 5560 "refId": "C", 5561 "step": 240 5562 }, 5563 { 5564 "datasource": { 5565 "type": "prometheus", 5566 "uid": "${datasource}" 5567 }, 5568 "editorMode": "code", 5569 "expr": "node_memory_Active_anon_bytes{job=\"$job\",node=\"$node\"}", 5570 "format": "time_series", 5571 "hide": false, 5572 "intervalFactor": 1, 5573 "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs", 5574 "range": true, 5575 "refId": "D", 5576 "step": 240 5577 } 5578 ], 5579 "title": "Memory Active / Inactive Detail", 5580 "type": "timeseries" 5581 }, 5582 { 5583 "datasource": { 5584 "type": "prometheus", 5585 "uid": "${datasource}" 5586 }, 5587 "fieldConfig": { 5588 "defaults": { 5589 "color": { 5590 "mode": "palette-classic" 5591 }, 5592 "custom": { 5593 "axisCenteredZero": false, 5594 "axisColorMode": "text", 5595 "axisLabel": "", 5596 "axisPlacement": "auto", 5597 "barAlignment": 0, 5598 "drawStyle": "line", 5599 "fillOpacity": 20, 5600 "gradientMode": "none", 5601 "hideFrom": { 5602 "legend": false, 5603 "tooltip": false, 5604 "viz": false 5605 }, 5606 "lineInterpolation": "linear", 5607 "lineWidth": 1, 5608 "pointSize": 5, 5609 "scaleDistribution": { 5610 "type": "linear" 5611 }, 5612 "showPoints": "never", 5613 "spanNulls": false, 5614 "stacking": { 5615 "group": "A", 5616 "mode": "none" 5617 }, 5618 "thresholdsStyle": { 5619 "mode": "off" 5620 } 5621 }, 5622 "links": [], 5623 "mappings": [], 5624 "min": 0, 5625 "thresholds": { 5626 "mode": "absolute", 5627 "steps": [ 5628 { 5629 "color": "green" 5630 }, 5631 { 5632 "color": "red", 5633 "value": 80 5634 } 5635 ] 5636 }, 5637 "unit": "bytes" 5638 }, 5639 "overrides": [ 5640 { 5641 "matcher": { 5642 "id": "byName", 5643 "options": "Active" 5644 }, 5645 "properties": [ 5646 { 5647 "id": "color", 5648 "value": { 5649 "fixedColor": "#99440A", 5650 "mode": "fixed" 5651 } 5652 } 5653 ] 5654 }, 5655 { 5656 "matcher": { 5657 "id": "byName", 5658 "options": "Buffers" 5659 }, 5660 "properties": [ 5661 { 5662 "id": "color", 5663 "value": { 5664 "fixedColor": "#58140C", 5665 "mode": "fixed" 5666 } 5667 } 5668 ] 5669 }, 5670 { 5671 "matcher": { 5672 "id": "byName", 5673 "options": "Cache" 5674 }, 5675 "properties": [ 5676 { 5677 "id": "color", 5678 "value": { 5679 "fixedColor": "#6D1F62", 5680 "mode": "fixed" 5681 } 5682 } 5683 ] 5684 }, 5685 { 5686 "matcher": { 5687 "id": "byName", 5688 "options": "Cached" 5689 }, 5690 "properties": [ 5691 { 5692 "id": "color", 5693 "value": { 5694 "fixedColor": "#511749", 5695 "mode": "fixed" 5696 } 5697 } 5698 ] 5699 }, 5700 { 5701 "matcher": { 5702 "id": "byName", 5703 "options": "Committed" 5704 }, 5705 "properties": [ 5706 { 5707 "id": "color", 5708 "value": { 5709 "fixedColor": "#508642", 5710 "mode": "fixed" 5711 } 5712 } 5713 ] 5714 }, 5715 { 5716 "matcher": { 5717 "id": "byName", 5718 "options": "Dirty" 5719 }, 5720 "properties": [ 5721 { 5722 "id": "color", 5723 "value": { 5724 "fixedColor": "#6ED0E0", 5725 "mode": "fixed" 5726 } 5727 } 5728 ] 5729 }, 5730 { 5731 "matcher": { 5732 "id": "byName", 5733 "options": "Free" 5734 }, 5735 "properties": [ 5736 { 5737 "id": "color", 5738 "value": { 5739 "fixedColor": "#B7DBAB", 5740 "mode": "fixed" 5741 } 5742 } 5743 ] 5744 }, 5745 { 5746 "matcher": { 5747 "id": "byName", 5748 "options": "Inactive" 5749 }, 5750 "properties": [ 5751 { 5752 "id": "color", 5753 "value": { 5754 "fixedColor": "#EA6460", 5755 "mode": "fixed" 5756 } 5757 } 5758 ] 5759 }, 5760 { 5761 "matcher": { 5762 "id": "byName", 5763 "options": "Mapped" 5764 }, 5765 "properties": [ 5766 { 5767 "id": "color", 5768 "value": { 5769 "fixedColor": "#052B51", 5770 "mode": "fixed" 5771 } 5772 } 5773 ] 5774 }, 5775 { 5776 "matcher": { 5777 "id": "byName", 5778 "options": "PageTables" 5779 }, 5780 "properties": [ 5781 { 5782 "id": "color", 5783 "value": { 5784 "fixedColor": "#0A50A1", 5785 "mode": "fixed" 5786 } 5787 } 5788 ] 5789 }, 5790 { 5791 "matcher": { 5792 "id": "byName", 5793 "options": "Page_Tables" 5794 }, 5795 "properties": [ 5796 { 5797 "id": "color", 5798 "value": { 5799 "fixedColor": "#0A50A1", 5800 "mode": "fixed" 5801 } 5802 } 5803 ] 5804 }, 5805 { 5806 "matcher": { 5807 "id": "byName", 5808 "options": "Slab_Cache" 5809 }, 5810 "properties": [ 5811 { 5812 "id": "color", 5813 "value": { 5814 "fixedColor": "#EAB839", 5815 "mode": "fixed" 5816 } 5817 } 5818 ] 5819 }, 5820 { 5821 "matcher": { 5822 "id": "byName", 5823 "options": "Swap" 5824 }, 5825 "properties": [ 5826 { 5827 "id": "color", 5828 "value": { 5829 "fixedColor": "#BF1B00", 5830 "mode": "fixed" 5831 } 5832 } 5833 ] 5834 }, 5835 { 5836 "matcher": { 5837 "id": "byName", 5838 "options": "Swap_Cache" 5839 }, 5840 "properties": [ 5841 { 5842 "id": "color", 5843 "value": { 5844 "fixedColor": "#C15C17", 5845 "mode": "fixed" 5846 } 5847 } 5848 ] 5849 }, 5850 { 5851 "matcher": { 5852 "id": "byName", 5853 "options": "Total" 5854 }, 5855 "properties": [ 5856 { 5857 "id": "color", 5858 "value": { 5859 "fixedColor": "#511749", 5860 "mode": "fixed" 5861 } 5862 } 5863 ] 5864 }, 5865 { 5866 "matcher": { 5867 "id": "byName", 5868 "options": "Total RAM" 5869 }, 5870 "properties": [ 5871 { 5872 "id": "color", 5873 "value": { 5874 "fixedColor": "#052B51", 5875 "mode": "fixed" 5876 } 5877 } 5878 ] 5879 }, 5880 { 5881 "matcher": { 5882 "id": "byName", 5883 "options": "Total RAM + Swap" 5884 }, 5885 "properties": [ 5886 { 5887 "id": "color", 5888 "value": { 5889 "fixedColor": "#052B51", 5890 "mode": "fixed" 5891 } 5892 } 5893 ] 5894 }, 5895 { 5896 "matcher": { 5897 "id": "byName", 5898 "options": "VmallocUsed" 5899 }, 5900 "properties": [ 5901 { 5902 "id": "color", 5903 "value": { 5904 "fixedColor": "#EA6460", 5905 "mode": "fixed" 5906 } 5907 } 5908 ] 5909 } 5910 ] 5911 }, 5912 "gridPos": { 5913 "h": 6, 5914 "w": 8, 5915 "x": 0, 5916 "y": 23 5917 }, 5918 "id": 128, 5919 "links": [], 5920 "options": { 5921 "legend": { 5922 "calcs": [ 5923 "mean", 5924 "max", 5925 "min" 5926 ], 5927 "displayMode": "table", 5928 "placement": "bottom", 5929 "showLegend": true 5930 }, 5931 "tooltip": { 5932 "mode": "multi", 5933 "sort": "none" 5934 } 5935 }, 5936 "pluginVersion": "9.2.0", 5937 "targets": [ 5938 { 5939 "datasource": { 5940 "type": "prometheus", 5941 "uid": "${datasource}" 5942 }, 5943 "expr": "node_memory_DirectMap1G_bytes{job=\"$job\",node=\"$node\"}", 5944 "format": "time_series", 5945 "intervalFactor": 1, 5946 "legendFormat": "DirectMap1G - Amount of pages mapped as this size", 5947 "refId": "A", 5948 "step": 240 5949 }, 5950 { 5951 "datasource": { 5952 "type": "prometheus", 5953 "uid": "${datasource}" 5954 }, 5955 "expr": "node_memory_DirectMap2M_bytes{job=\"$job\",node=\"$node\"}", 5956 "format": "time_series", 5957 "interval": "", 5958 "intervalFactor": 1, 5959 "legendFormat": "DirectMap2M - Amount of pages mapped as this size", 5960 "refId": "B", 5961 "step": 240 5962 }, 5963 { 5964 "datasource": { 5965 "type": "prometheus", 5966 "uid": "${datasource}" 5967 }, 5968 "expr": "node_memory_DirectMap4k_bytes{job=\"$job\",node=\"$node\"}", 5969 "format": "time_series", 5970 "interval": "", 5971 "intervalFactor": 1, 5972 "legendFormat": "DirectMap4K - Amount of pages mapped as this size", 5973 "refId": "C", 5974 "step": 240 5975 } 5976 ], 5977 "title": "Memory DirectMap", 5978 "type": "timeseries" 5979 }, 5980 { 5981 "datasource": { 5982 "type": "prometheus", 5983 "uid": "${datasource}" 5984 }, 5985 "fieldConfig": { 5986 "defaults": { 5987 "color": { 5988 "mode": "palette-classic" 5989 }, 5990 "custom": { 5991 "axisCenteredZero": false, 5992 "axisColorMode": "text", 5993 "axisLabel": "", 5994 "axisPlacement": "auto", 5995 "barAlignment": 0, 5996 "drawStyle": "line", 5997 "fillOpacity": 20, 5998 "gradientMode": "none", 5999 "hideFrom": { 6000 "legend": false, 6001 "tooltip": false, 6002 "viz": false 6003 }, 6004 "lineInterpolation": "linear", 6005 "lineWidth": 1, 6006 "pointSize": 5, 6007 "scaleDistribution": { 6008 "type": "linear" 6009 }, 6010 "showPoints": "never", 6011 "spanNulls": false, 6012 "stacking": { 6013 "group": "A", 6014 "mode": "none" 6015 }, 6016 "thresholdsStyle": { 6017 "mode": "off" 6018 } 6019 }, 6020 "links": [], 6021 "mappings": [], 6022 "min": 0, 6023 "thresholds": { 6024 "mode": "absolute", 6025 "steps": [ 6026 { 6027 "color": "green" 6028 }, 6029 { 6030 "color": "red", 6031 "value": 80 6032 } 6033 ] 6034 }, 6035 "unit": "bytes" 6036 }, 6037 "overrides": [ 6038 { 6039 "matcher": { 6040 "id": "byName", 6041 "options": "Apps" 6042 }, 6043 "properties": [ 6044 { 6045 "id": "color", 6046 "value": { 6047 "fixedColor": "#629E51", 6048 "mode": "fixed" 6049 } 6050 } 6051 ] 6052 }, 6053 { 6054 "matcher": { 6055 "id": "byName", 6056 "options": "Buffers" 6057 }, 6058 "properties": [ 6059 { 6060 "id": "color", 6061 "value": { 6062 "fixedColor": "#614D93", 6063 "mode": "fixed" 6064 } 6065 } 6066 ] 6067 }, 6068 { 6069 "matcher": { 6070 "id": "byName", 6071 "options": "Cache" 6072 }, 6073 "properties": [ 6074 { 6075 "id": "color", 6076 "value": { 6077 "fixedColor": "#6D1F62", 6078 "mode": "fixed" 6079 } 6080 } 6081 ] 6082 }, 6083 { 6084 "matcher": { 6085 "id": "byName", 6086 "options": "Cached" 6087 }, 6088 "properties": [ 6089 { 6090 "id": "color", 6091 "value": { 6092 "fixedColor": "#511749", 6093 "mode": "fixed" 6094 } 6095 } 6096 ] 6097 }, 6098 { 6099 "matcher": { 6100 "id": "byName", 6101 "options": "Committed" 6102 }, 6103 "properties": [ 6104 { 6105 "id": "color", 6106 "value": { 6107 "fixedColor": "#508642", 6108 "mode": "fixed" 6109 } 6110 } 6111 ] 6112 }, 6113 { 6114 "matcher": { 6115 "id": "byName", 6116 "options": "Free" 6117 }, 6118 "properties": [ 6119 { 6120 "id": "color", 6121 "value": { 6122 "fixedColor": "#0A437C", 6123 "mode": "fixed" 6124 } 6125 } 6126 ] 6127 }, 6128 { 6129 "matcher": { 6130 "id": "byName", 6131 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 6132 }, 6133 "properties": [ 6134 { 6135 "id": "color", 6136 "value": { 6137 "fixedColor": "#CFFAFF", 6138 "mode": "fixed" 6139 } 6140 } 6141 ] 6142 }, 6143 { 6144 "matcher": { 6145 "id": "byName", 6146 "options": "Inactive" 6147 }, 6148 "properties": [ 6149 { 6150 "id": "color", 6151 "value": { 6152 "fixedColor": "#584477", 6153 "mode": "fixed" 6154 } 6155 } 6156 ] 6157 }, 6158 { 6159 "matcher": { 6160 "id": "byName", 6161 "options": "PageTables" 6162 }, 6163 "properties": [ 6164 { 6165 "id": "color", 6166 "value": { 6167 "fixedColor": "#0A50A1", 6168 "mode": "fixed" 6169 } 6170 } 6171 ] 6172 }, 6173 { 6174 "matcher": { 6175 "id": "byName", 6176 "options": "Page_Tables" 6177 }, 6178 "properties": [ 6179 { 6180 "id": "color", 6181 "value": { 6182 "fixedColor": "#0A50A1", 6183 "mode": "fixed" 6184 } 6185 } 6186 ] 6187 }, 6188 { 6189 "matcher": { 6190 "id": "byName", 6191 "options": "RAM_Free" 6192 }, 6193 "properties": [ 6194 { 6195 "id": "color", 6196 "value": { 6197 "fixedColor": "#E0F9D7", 6198 "mode": "fixed" 6199 } 6200 } 6201 ] 6202 }, 6203 { 6204 "matcher": { 6205 "id": "byName", 6206 "options": "Slab" 6207 }, 6208 "properties": [ 6209 { 6210 "id": "color", 6211 "value": { 6212 "fixedColor": "#806EB7", 6213 "mode": "fixed" 6214 } 6215 } 6216 ] 6217 }, 6218 { 6219 "matcher": { 6220 "id": "byName", 6221 "options": "Slab_Cache" 6222 }, 6223 "properties": [ 6224 { 6225 "id": "color", 6226 "value": { 6227 "fixedColor": "#E0752D", 6228 "mode": "fixed" 6229 } 6230 } 6231 ] 6232 }, 6233 { 6234 "matcher": { 6235 "id": "byName", 6236 "options": "Swap" 6237 }, 6238 "properties": [ 6239 { 6240 "id": "color", 6241 "value": { 6242 "fixedColor": "#BF1B00", 6243 "mode": "fixed" 6244 } 6245 } 6246 ] 6247 }, 6248 { 6249 "matcher": { 6250 "id": "byName", 6251 "options": "Swap_Cache" 6252 }, 6253 "properties": [ 6254 { 6255 "id": "color", 6256 "value": { 6257 "fixedColor": "#C15C17", 6258 "mode": "fixed" 6259 } 6260 } 6261 ] 6262 }, 6263 { 6264 "matcher": { 6265 "id": "byName", 6266 "options": "Swap_Free" 6267 }, 6268 "properties": [ 6269 { 6270 "id": "color", 6271 "value": { 6272 "fixedColor": "#2F575E", 6273 "mode": "fixed" 6274 } 6275 } 6276 ] 6277 }, 6278 { 6279 "matcher": { 6280 "id": "byName", 6281 "options": "Unused" 6282 }, 6283 "properties": [ 6284 { 6285 "id": "color", 6286 "value": { 6287 "fixedColor": "#EAB839", 6288 "mode": "fixed" 6289 } 6290 } 6291 ] 6292 }, 6293 { 6294 "matcher": { 6295 "id": "byRegexp", 6296 "options": "/.*CommitLimit - *./" 6297 }, 6298 "properties": [ 6299 { 6300 "id": "color", 6301 "value": { 6302 "fixedColor": "#BF1B00", 6303 "mode": "fixed" 6304 } 6305 }, 6306 { 6307 "id": "custom.fillOpacity", 6308 "value": 0 6309 } 6310 ] 6311 } 6312 ] 6313 }, 6314 "gridPos": { 6315 "h": 6, 6316 "w": 8, 6317 "x": 8, 6318 "y": 23 6319 }, 6320 "id": 135, 6321 "links": [], 6322 "options": { 6323 "legend": { 6324 "calcs": [ 6325 "mean", 6326 "lastNotNull", 6327 "max", 6328 "min" 6329 ], 6330 "displayMode": "table", 6331 "placement": "bottom", 6332 "showLegend": true, 6333 "width": 350 6334 }, 6335 "tooltip": { 6336 "mode": "multi", 6337 "sort": "none" 6338 } 6339 }, 6340 "pluginVersion": "9.2.0", 6341 "targets": [ 6342 { 6343 "datasource": { 6344 "type": "prometheus", 6345 "uid": "${datasource}" 6346 }, 6347 "expr": "node_memory_Committed_AS_bytes{job=\"$job\",node=\"$node\"}", 6348 "format": "time_series", 6349 "intervalFactor": 1, 6350 "legendFormat": "Committed_AS - Amount of memory presently allocated on the system", 6351 "refId": "A", 6352 "step": 240 6353 }, 6354 { 6355 "datasource": { 6356 "type": "prometheus", 6357 "uid": "${datasource}" 6358 }, 6359 "expr": "node_memory_CommitLimit_bytes{job=\"$job\",node=\"$node\"}", 6360 "format": "time_series", 6361 "intervalFactor": 1, 6362 "legendFormat": "CommitLimit - Amount of memory currently available to be allocated on the system", 6363 "refId": "B", 6364 "step": 240 6365 } 6366 ], 6367 "title": "Memory Committed", 6368 "type": "timeseries" 6369 }, 6370 { 6371 "datasource": { 6372 "type": "prometheus", 6373 "uid": "${datasource}" 6374 }, 6375 "fieldConfig": { 6376 "defaults": { 6377 "color": { 6378 "mode": "palette-classic" 6379 }, 6380 "custom": { 6381 "axisCenteredZero": false, 6382 "axisColorMode": "text", 6383 "axisLabel": "", 6384 "axisPlacement": "auto", 6385 "barAlignment": 0, 6386 "drawStyle": "line", 6387 "fillOpacity": 20, 6388 "gradientMode": "none", 6389 "hideFrom": { 6390 "legend": false, 6391 "tooltip": false, 6392 "viz": false 6393 }, 6394 "lineInterpolation": "linear", 6395 "lineWidth": 1, 6396 "pointSize": 5, 6397 "scaleDistribution": { 6398 "type": "linear" 6399 }, 6400 "showPoints": "never", 6401 "spanNulls": false, 6402 "stacking": { 6403 "group": "A", 6404 "mode": "none" 6405 }, 6406 "thresholdsStyle": { 6407 "mode": "off" 6408 } 6409 }, 6410 "links": [], 6411 "mappings": [], 6412 "min": 0, 6413 "thresholds": { 6414 "mode": "absolute", 6415 "steps": [ 6416 { 6417 "color": "green" 6418 }, 6419 { 6420 "color": "red", 6421 "value": 80 6422 } 6423 ] 6424 }, 6425 "unit": "bytes" 6426 }, 6427 "overrides": [ 6428 { 6429 "matcher": { 6430 "id": "byName", 6431 "options": "Apps" 6432 }, 6433 "properties": [ 6434 { 6435 "id": "color", 6436 "value": { 6437 "fixedColor": "#629E51", 6438 "mode": "fixed" 6439 } 6440 } 6441 ] 6442 }, 6443 { 6444 "matcher": { 6445 "id": "byName", 6446 "options": "Buffers" 6447 }, 6448 "properties": [ 6449 { 6450 "id": "color", 6451 "value": { 6452 "fixedColor": "#614D93", 6453 "mode": "fixed" 6454 } 6455 } 6456 ] 6457 }, 6458 { 6459 "matcher": { 6460 "id": "byName", 6461 "options": "Cache" 6462 }, 6463 "properties": [ 6464 { 6465 "id": "color", 6466 "value": { 6467 "fixedColor": "#6D1F62", 6468 "mode": "fixed" 6469 } 6470 } 6471 ] 6472 }, 6473 { 6474 "matcher": { 6475 "id": "byName", 6476 "options": "Cached" 6477 }, 6478 "properties": [ 6479 { 6480 "id": "color", 6481 "value": { 6482 "fixedColor": "#511749", 6483 "mode": "fixed" 6484 } 6485 } 6486 ] 6487 }, 6488 { 6489 "matcher": { 6490 "id": "byName", 6491 "options": "Committed" 6492 }, 6493 "properties": [ 6494 { 6495 "id": "color", 6496 "value": { 6497 "fixedColor": "#508642", 6498 "mode": "fixed" 6499 } 6500 } 6501 ] 6502 }, 6503 { 6504 "matcher": { 6505 "id": "byName", 6506 "options": "Free" 6507 }, 6508 "properties": [ 6509 { 6510 "id": "color", 6511 "value": { 6512 "fixedColor": "#0A437C", 6513 "mode": "fixed" 6514 } 6515 } 6516 ] 6517 }, 6518 { 6519 "matcher": { 6520 "id": "byName", 6521 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 6522 }, 6523 "properties": [ 6524 { 6525 "id": "color", 6526 "value": { 6527 "fixedColor": "#CFFAFF", 6528 "mode": "fixed" 6529 } 6530 } 6531 ] 6532 }, 6533 { 6534 "matcher": { 6535 "id": "byName", 6536 "options": "Inactive" 6537 }, 6538 "properties": [ 6539 { 6540 "id": "color", 6541 "value": { 6542 "fixedColor": "#584477", 6543 "mode": "fixed" 6544 } 6545 } 6546 ] 6547 }, 6548 { 6549 "matcher": { 6550 "id": "byName", 6551 "options": "PageTables" 6552 }, 6553 "properties": [ 6554 { 6555 "id": "color", 6556 "value": { 6557 "fixedColor": "#0A50A1", 6558 "mode": "fixed" 6559 } 6560 } 6561 ] 6562 }, 6563 { 6564 "matcher": { 6565 "id": "byName", 6566 "options": "Page_Tables" 6567 }, 6568 "properties": [ 6569 { 6570 "id": "color", 6571 "value": { 6572 "fixedColor": "#0A50A1", 6573 "mode": "fixed" 6574 } 6575 } 6576 ] 6577 }, 6578 { 6579 "matcher": { 6580 "id": "byName", 6581 "options": "RAM_Free" 6582 }, 6583 "properties": [ 6584 { 6585 "id": "color", 6586 "value": { 6587 "fixedColor": "#E0F9D7", 6588 "mode": "fixed" 6589 } 6590 } 6591 ] 6592 }, 6593 { 6594 "matcher": { 6595 "id": "byName", 6596 "options": "Slab" 6597 }, 6598 "properties": [ 6599 { 6600 "id": "color", 6601 "value": { 6602 "fixedColor": "#806EB7", 6603 "mode": "fixed" 6604 } 6605 } 6606 ] 6607 }, 6608 { 6609 "matcher": { 6610 "id": "byName", 6611 "options": "Slab_Cache" 6612 }, 6613 "properties": [ 6614 { 6615 "id": "color", 6616 "value": { 6617 "fixedColor": "#E0752D", 6618 "mode": "fixed" 6619 } 6620 } 6621 ] 6622 }, 6623 { 6624 "matcher": { 6625 "id": "byName", 6626 "options": "Swap" 6627 }, 6628 "properties": [ 6629 { 6630 "id": "color", 6631 "value": { 6632 "fixedColor": "#BF1B00", 6633 "mode": "fixed" 6634 } 6635 } 6636 ] 6637 }, 6638 { 6639 "matcher": { 6640 "id": "byName", 6641 "options": "Swap_Cache" 6642 }, 6643 "properties": [ 6644 { 6645 "id": "color", 6646 "value": { 6647 "fixedColor": "#C15C17", 6648 "mode": "fixed" 6649 } 6650 } 6651 ] 6652 }, 6653 { 6654 "matcher": { 6655 "id": "byName", 6656 "options": "Swap_Free" 6657 }, 6658 "properties": [ 6659 { 6660 "id": "color", 6661 "value": { 6662 "fixedColor": "#2F575E", 6663 "mode": "fixed" 6664 } 6665 } 6666 ] 6667 }, 6668 { 6669 "matcher": { 6670 "id": "byName", 6671 "options": "Unused" 6672 }, 6673 "properties": [ 6674 { 6675 "id": "color", 6676 "value": { 6677 "fixedColor": "#EAB839", 6678 "mode": "fixed" 6679 } 6680 } 6681 ] 6682 }, 6683 { 6684 "matcher": { 6685 "id": "byName", 6686 "options": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages" 6687 }, 6688 "properties": [ 6689 { 6690 "id": "custom.fillOpacity", 6691 "value": 0 6692 } 6693 ] 6694 }, 6695 { 6696 "matcher": { 6697 "id": "byName", 6698 "options": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages" 6699 }, 6700 "properties": [ 6701 { 6702 "id": "custom.fillOpacity", 6703 "value": 0 6704 } 6705 ] 6706 } 6707 ] 6708 }, 6709 "gridPos": { 6710 "h": 6, 6711 "w": 8, 6712 "x": 16, 6713 "y": 23 6714 }, 6715 "id": 138, 6716 "links": [], 6717 "options": { 6718 "legend": { 6719 "calcs": [ 6720 "mean", 6721 "lastNotNull", 6722 "max", 6723 "min" 6724 ], 6725 "displayMode": "table", 6726 "placement": "bottom", 6727 "showLegend": true, 6728 "width": 350 6729 }, 6730 "tooltip": { 6731 "mode": "multi", 6732 "sort": "none" 6733 } 6734 }, 6735 "pluginVersion": "9.2.0", 6736 "targets": [ 6737 { 6738 "datasource": { 6739 "type": "prometheus", 6740 "uid": "${datasource}" 6741 }, 6742 "expr": "node_memory_Mapped_bytes{job=\"$job\",node=\"$node\"}", 6743 "format": "time_series", 6744 "intervalFactor": 1, 6745 "legendFormat": "Mapped - Used memory in mapped pages files which have been mapped, such as libraries", 6746 "refId": "A", 6747 "step": 240 6748 }, 6749 { 6750 "datasource": { 6751 "type": "prometheus", 6752 "uid": "${datasource}" 6753 }, 6754 "expr": "node_memory_Shmem_bytes{job=\"$job\",node=\"$node\"}", 6755 "format": "time_series", 6756 "intervalFactor": 1, 6757 "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)", 6758 "refId": "B", 6759 "step": 240 6760 }, 6761 { 6762 "datasource": { 6763 "type": "prometheus", 6764 "uid": "${datasource}" 6765 }, 6766 "expr": "node_memory_ShmemHugePages_bytes{job=\"$job\",node=\"$node\"}", 6767 "format": "time_series", 6768 "interval": "", 6769 "intervalFactor": 1, 6770 "legendFormat": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages", 6771 "refId": "C", 6772 "step": 240 6773 }, 6774 { 6775 "datasource": { 6776 "type": "prometheus", 6777 "uid": "${datasource}" 6778 }, 6779 "expr": "node_memory_ShmemPmdMapped_bytes{job=\"$job\",node=\"$node\"}", 6780 "format": "time_series", 6781 "interval": "", 6782 "intervalFactor": 1, 6783 "legendFormat": "ShmemPmdMapped - Amount of shared (shmem/tmpfs) memory backed by huge pages", 6784 "refId": "D", 6785 "step": 240 6786 } 6787 ], 6788 "title": "Memory Shared and Mapped", 6789 "type": "timeseries" 6790 }, 6791 { 6792 "datasource": { 6793 "type": "prometheus", 6794 "uid": "${datasource}" 6795 }, 6796 "fieldConfig": { 6797 "defaults": { 6798 "color": { 6799 "mode": "palette-classic" 6800 }, 6801 "custom": { 6802 "axisCenteredZero": false, 6803 "axisColorMode": "text", 6804 "axisLabel": "", 6805 "axisPlacement": "auto", 6806 "barAlignment": 0, 6807 "drawStyle": "line", 6808 "fillOpacity": 20, 6809 "gradientMode": "none", 6810 "hideFrom": { 6811 "legend": false, 6812 "tooltip": false, 6813 "viz": false 6814 }, 6815 "lineInterpolation": "linear", 6816 "lineWidth": 1, 6817 "pointSize": 5, 6818 "scaleDistribution": { 6819 "type": "linear" 6820 }, 6821 "showPoints": "never", 6822 "spanNulls": false, 6823 "stacking": { 6824 "group": "A", 6825 "mode": "none" 6826 }, 6827 "thresholdsStyle": { 6828 "mode": "off" 6829 } 6830 }, 6831 "links": [], 6832 "mappings": [], 6833 "min": 0, 6834 "thresholds": { 6835 "mode": "absolute", 6836 "steps": [ 6837 { 6838 "color": "green" 6839 }, 6840 { 6841 "color": "red", 6842 "value": 80 6843 } 6844 ] 6845 }, 6846 "unit": "bytes" 6847 }, 6848 "overrides": [ 6849 { 6850 "matcher": { 6851 "id": "byName", 6852 "options": "Apps" 6853 }, 6854 "properties": [ 6855 { 6856 "id": "color", 6857 "value": { 6858 "fixedColor": "#629E51", 6859 "mode": "fixed" 6860 } 6861 } 6862 ] 6863 }, 6864 { 6865 "matcher": { 6866 "id": "byName", 6867 "options": "Buffers" 6868 }, 6869 "properties": [ 6870 { 6871 "id": "color", 6872 "value": { 6873 "fixedColor": "#614D93", 6874 "mode": "fixed" 6875 } 6876 } 6877 ] 6878 }, 6879 { 6880 "matcher": { 6881 "id": "byName", 6882 "options": "Cache" 6883 }, 6884 "properties": [ 6885 { 6886 "id": "color", 6887 "value": { 6888 "fixedColor": "#6D1F62", 6889 "mode": "fixed" 6890 } 6891 } 6892 ] 6893 }, 6894 { 6895 "matcher": { 6896 "id": "byName", 6897 "options": "Cached" 6898 }, 6899 "properties": [ 6900 { 6901 "id": "color", 6902 "value": { 6903 "fixedColor": "#511749", 6904 "mode": "fixed" 6905 } 6906 } 6907 ] 6908 }, 6909 { 6910 "matcher": { 6911 "id": "byName", 6912 "options": "Committed" 6913 }, 6914 "properties": [ 6915 { 6916 "id": "color", 6917 "value": { 6918 "fixedColor": "#508642", 6919 "mode": "fixed" 6920 } 6921 } 6922 ] 6923 }, 6924 { 6925 "matcher": { 6926 "id": "byName", 6927 "options": "Free" 6928 }, 6929 "properties": [ 6930 { 6931 "id": "color", 6932 "value": { 6933 "fixedColor": "#0A437C", 6934 "mode": "fixed" 6935 } 6936 } 6937 ] 6938 }, 6939 { 6940 "matcher": { 6941 "id": "byName", 6942 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 6943 }, 6944 "properties": [ 6945 { 6946 "id": "color", 6947 "value": { 6948 "fixedColor": "#CFFAFF", 6949 "mode": "fixed" 6950 } 6951 } 6952 ] 6953 }, 6954 { 6955 "matcher": { 6956 "id": "byName", 6957 "options": "Inactive" 6958 }, 6959 "properties": [ 6960 { 6961 "id": "color", 6962 "value": { 6963 "fixedColor": "#584477", 6964 "mode": "fixed" 6965 } 6966 } 6967 ] 6968 }, 6969 { 6970 "matcher": { 6971 "id": "byName", 6972 "options": "PageTables" 6973 }, 6974 "properties": [ 6975 { 6976 "id": "color", 6977 "value": { 6978 "fixedColor": "#0A50A1", 6979 "mode": "fixed" 6980 } 6981 } 6982 ] 6983 }, 6984 { 6985 "matcher": { 6986 "id": "byName", 6987 "options": "Page_Tables" 6988 }, 6989 "properties": [ 6990 { 6991 "id": "color", 6992 "value": { 6993 "fixedColor": "#0A50A1", 6994 "mode": "fixed" 6995 } 6996 } 6997 ] 6998 }, 6999 { 7000 "matcher": { 7001 "id": "byName", 7002 "options": "RAM_Free" 7003 }, 7004 "properties": [ 7005 { 7006 "id": "color", 7007 "value": { 7008 "fixedColor": "#E0F9D7", 7009 "mode": "fixed" 7010 } 7011 } 7012 ] 7013 }, 7014 { 7015 "matcher": { 7016 "id": "byName", 7017 "options": "Slab" 7018 }, 7019 "properties": [ 7020 { 7021 "id": "color", 7022 "value": { 7023 "fixedColor": "#806EB7", 7024 "mode": "fixed" 7025 } 7026 } 7027 ] 7028 }, 7029 { 7030 "matcher": { 7031 "id": "byName", 7032 "options": "Slab_Cache" 7033 }, 7034 "properties": [ 7035 { 7036 "id": "color", 7037 "value": { 7038 "fixedColor": "#E0752D", 7039 "mode": "fixed" 7040 } 7041 } 7042 ] 7043 }, 7044 { 7045 "matcher": { 7046 "id": "byName", 7047 "options": "Swap" 7048 }, 7049 "properties": [ 7050 { 7051 "id": "color", 7052 "value": { 7053 "fixedColor": "#BF1B00", 7054 "mode": "fixed" 7055 } 7056 } 7057 ] 7058 }, 7059 { 7060 "matcher": { 7061 "id": "byName", 7062 "options": "Swap_Cache" 7063 }, 7064 "properties": [ 7065 { 7066 "id": "color", 7067 "value": { 7068 "fixedColor": "#C15C17", 7069 "mode": "fixed" 7070 } 7071 } 7072 ] 7073 }, 7074 { 7075 "matcher": { 7076 "id": "byName", 7077 "options": "Swap_Free" 7078 }, 7079 "properties": [ 7080 { 7081 "id": "color", 7082 "value": { 7083 "fixedColor": "#2F575E", 7084 "mode": "fixed" 7085 } 7086 } 7087 ] 7088 }, 7089 { 7090 "matcher": { 7091 "id": "byName", 7092 "options": "Unused" 7093 }, 7094 "properties": [ 7095 { 7096 "id": "color", 7097 "value": { 7098 "fixedColor": "#EAB839", 7099 "mode": "fixed" 7100 } 7101 } 7102 ] 7103 } 7104 ] 7105 }, 7106 "gridPos": { 7107 "h": 6, 7108 "w": 8, 7109 "x": 0, 7110 "y": 29 7111 }, 7112 "id": 137, 7113 "links": [], 7114 "options": { 7115 "legend": { 7116 "calcs": [ 7117 "mean", 7118 "lastNotNull", 7119 "max", 7120 "min" 7121 ], 7122 "displayMode": "table", 7123 "placement": "bottom", 7124 "showLegend": true, 7125 "width": 350 7126 }, 7127 "tooltip": { 7128 "mode": "multi", 7129 "sort": "none" 7130 } 7131 }, 7132 "pluginVersion": "9.2.0", 7133 "targets": [ 7134 { 7135 "datasource": { 7136 "type": "prometheus", 7137 "uid": "${datasource}" 7138 }, 7139 "expr": "node_memory_Unevictable_bytes{job=\"$job\",node=\"$node\"}", 7140 "format": "time_series", 7141 "intervalFactor": 1, 7142 "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons", 7143 "refId": "A", 7144 "step": 240 7145 }, 7146 { 7147 "datasource": { 7148 "type": "prometheus", 7149 "uid": "${datasource}" 7150 }, 7151 "expr": "node_memory_Mlocked_bytes{job=\"$job\",node=\"$node\"}", 7152 "format": "time_series", 7153 "intervalFactor": 1, 7154 "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call", 7155 "refId": "B", 7156 "step": 240 7157 } 7158 ], 7159 "title": "Memory Unevictable and MLocked", 7160 "type": "timeseries" 7161 }, 7162 { 7163 "datasource": { 7164 "type": "prometheus", 7165 "uid": "${datasource}" 7166 }, 7167 "fieldConfig": { 7168 "defaults": { 7169 "color": { 7170 "mode": "palette-classic" 7171 }, 7172 "custom": { 7173 "axisCenteredZero": false, 7174 "axisColorMode": "text", 7175 "axisLabel": "", 7176 "axisPlacement": "auto", 7177 "barAlignment": 0, 7178 "drawStyle": "line", 7179 "fillOpacity": 20, 7180 "gradientMode": "none", 7181 "hideFrom": { 7182 "legend": false, 7183 "tooltip": false, 7184 "viz": false 7185 }, 7186 "lineInterpolation": "linear", 7187 "lineWidth": 1, 7188 "pointSize": 5, 7189 "scaleDistribution": { 7190 "type": "linear" 7191 }, 7192 "showPoints": "never", 7193 "spanNulls": false, 7194 "stacking": { 7195 "group": "A", 7196 "mode": "none" 7197 }, 7198 "thresholdsStyle": { 7199 "mode": "off" 7200 } 7201 }, 7202 "links": [], 7203 "mappings": [], 7204 "min": 0, 7205 "thresholds": { 7206 "mode": "absolute", 7207 "steps": [ 7208 { 7209 "color": "green" 7210 }, 7211 { 7212 "color": "red", 7213 "value": 80 7214 } 7215 ] 7216 }, 7217 "unit": "bytes" 7218 }, 7219 "overrides": [ 7220 { 7221 "matcher": { 7222 "id": "byName", 7223 "options": "Apps" 7224 }, 7225 "properties": [ 7226 { 7227 "id": "color", 7228 "value": { 7229 "fixedColor": "#629E51", 7230 "mode": "fixed" 7231 } 7232 } 7233 ] 7234 }, 7235 { 7236 "matcher": { 7237 "id": "byName", 7238 "options": "Buffers" 7239 }, 7240 "properties": [ 7241 { 7242 "id": "color", 7243 "value": { 7244 "fixedColor": "#614D93", 7245 "mode": "fixed" 7246 } 7247 } 7248 ] 7249 }, 7250 { 7251 "matcher": { 7252 "id": "byName", 7253 "options": "Cache" 7254 }, 7255 "properties": [ 7256 { 7257 "id": "color", 7258 "value": { 7259 "fixedColor": "#6D1F62", 7260 "mode": "fixed" 7261 } 7262 } 7263 ] 7264 }, 7265 { 7266 "matcher": { 7267 "id": "byName", 7268 "options": "Cached" 7269 }, 7270 "properties": [ 7271 { 7272 "id": "color", 7273 "value": { 7274 "fixedColor": "#511749", 7275 "mode": "fixed" 7276 } 7277 } 7278 ] 7279 }, 7280 { 7281 "matcher": { 7282 "id": "byName", 7283 "options": "Committed" 7284 }, 7285 "properties": [ 7286 { 7287 "id": "color", 7288 "value": { 7289 "fixedColor": "#508642", 7290 "mode": "fixed" 7291 } 7292 } 7293 ] 7294 }, 7295 { 7296 "matcher": { 7297 "id": "byName", 7298 "options": "Free" 7299 }, 7300 "properties": [ 7301 { 7302 "id": "color", 7303 "value": { 7304 "fixedColor": "#0A437C", 7305 "mode": "fixed" 7306 } 7307 } 7308 ] 7309 }, 7310 { 7311 "matcher": { 7312 "id": "byName", 7313 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 7314 }, 7315 "properties": [ 7316 { 7317 "id": "color", 7318 "value": { 7319 "fixedColor": "#CFFAFF", 7320 "mode": "fixed" 7321 } 7322 } 7323 ] 7324 }, 7325 { 7326 "matcher": { 7327 "id": "byName", 7328 "options": "Inactive" 7329 }, 7330 "properties": [ 7331 { 7332 "id": "color", 7333 "value": { 7334 "fixedColor": "#584477", 7335 "mode": "fixed" 7336 } 7337 } 7338 ] 7339 }, 7340 { 7341 "matcher": { 7342 "id": "byName", 7343 "options": "PageTables" 7344 }, 7345 "properties": [ 7346 { 7347 "id": "color", 7348 "value": { 7349 "fixedColor": "#0A50A1", 7350 "mode": "fixed" 7351 } 7352 } 7353 ] 7354 }, 7355 { 7356 "matcher": { 7357 "id": "byName", 7358 "options": "Page_Tables" 7359 }, 7360 "properties": [ 7361 { 7362 "id": "color", 7363 "value": { 7364 "fixedColor": "#0A50A1", 7365 "mode": "fixed" 7366 } 7367 } 7368 ] 7369 }, 7370 { 7371 "matcher": { 7372 "id": "byName", 7373 "options": "RAM_Free" 7374 }, 7375 "properties": [ 7376 { 7377 "id": "color", 7378 "value": { 7379 "fixedColor": "#E0F9D7", 7380 "mode": "fixed" 7381 } 7382 } 7383 ] 7384 }, 7385 { 7386 "matcher": { 7387 "id": "byName", 7388 "options": "Slab" 7389 }, 7390 "properties": [ 7391 { 7392 "id": "color", 7393 "value": { 7394 "fixedColor": "#806EB7", 7395 "mode": "fixed" 7396 } 7397 } 7398 ] 7399 }, 7400 { 7401 "matcher": { 7402 "id": "byName", 7403 "options": "Slab_Cache" 7404 }, 7405 "properties": [ 7406 { 7407 "id": "color", 7408 "value": { 7409 "fixedColor": "#E0752D", 7410 "mode": "fixed" 7411 } 7412 } 7413 ] 7414 }, 7415 { 7416 "matcher": { 7417 "id": "byName", 7418 "options": "Swap" 7419 }, 7420 "properties": [ 7421 { 7422 "id": "color", 7423 "value": { 7424 "fixedColor": "#BF1B00", 7425 "mode": "fixed" 7426 } 7427 } 7428 ] 7429 }, 7430 { 7431 "matcher": { 7432 "id": "byName", 7433 "options": "Swap_Cache" 7434 }, 7435 "properties": [ 7436 { 7437 "id": "color", 7438 "value": { 7439 "fixedColor": "#C15C17", 7440 "mode": "fixed" 7441 } 7442 } 7443 ] 7444 }, 7445 { 7446 "matcher": { 7447 "id": "byName", 7448 "options": "Swap_Free" 7449 }, 7450 "properties": [ 7451 { 7452 "id": "color", 7453 "value": { 7454 "fixedColor": "#2F575E", 7455 "mode": "fixed" 7456 } 7457 } 7458 ] 7459 }, 7460 { 7461 "matcher": { 7462 "id": "byName", 7463 "options": "Unused" 7464 }, 7465 "properties": [ 7466 { 7467 "id": "color", 7468 "value": { 7469 "fixedColor": "#EAB839", 7470 "mode": "fixed" 7471 } 7472 } 7473 ] 7474 }, 7475 { 7476 "__systemRef": "hideSeriesFrom", 7477 "matcher": { 7478 "id": "byNames", 7479 "options": { 7480 "mode": "exclude", 7481 "names": [ 7482 "KernelStack - Kernel memory stack. This is not reclaimable" 7483 ], 7484 "prefix": "All except:", 7485 "readOnly": true 7486 } 7487 }, 7488 "properties": [ 7489 { 7490 "id": "custom.hideFrom", 7491 "value": { 7492 "legend": false, 7493 "tooltip": false, 7494 "viz": true 7495 } 7496 } 7497 ] 7498 } 7499 ] 7500 }, 7501 "gridPos": { 7502 "h": 6, 7503 "w": 8, 7504 "x": 8, 7505 "y": 29 7506 }, 7507 "id": 160, 7508 "links": [], 7509 "options": { 7510 "legend": { 7511 "calcs": [ 7512 "mean", 7513 "lastNotNull", 7514 "max", 7515 "min" 7516 ], 7517 "displayMode": "table", 7518 "placement": "bottom", 7519 "showLegend": true, 7520 "width": 350 7521 }, 7522 "tooltip": { 7523 "mode": "multi", 7524 "sort": "none" 7525 } 7526 }, 7527 "pluginVersion": "9.2.0", 7528 "targets": [ 7529 { 7530 "datasource": { 7531 "type": "prometheus", 7532 "uid": "${datasource}" 7533 }, 7534 "expr": "node_memory_KernelStack_bytes{job=\"$job\",node=\"$node\"}", 7535 "format": "time_series", 7536 "intervalFactor": 1, 7537 "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable", 7538 "refId": "A", 7539 "step": 240 7540 }, 7541 { 7542 "datasource": { 7543 "type": "prometheus", 7544 "uid": "${datasource}" 7545 }, 7546 "expr": "node_memory_Percpu_bytes{job=\"$job\",node=\"$node\"}", 7547 "format": "time_series", 7548 "interval": "", 7549 "intervalFactor": 1, 7550 "legendFormat": "PerCPU - Per CPU memory allocated dynamically by loadable modules", 7551 "refId": "B", 7552 "step": 240 7553 } 7554 ], 7555 "title": "Memory Kernel per CPU", 7556 "type": "timeseries" 7557 }, 7558 { 7559 "datasource": { 7560 "type": "prometheus", 7561 "uid": "${datasource}" 7562 }, 7563 "fieldConfig": { 7564 "defaults": { 7565 "color": { 7566 "mode": "palette-classic" 7567 }, 7568 "custom": { 7569 "axisCenteredZero": false, 7570 "axisColorMode": "text", 7571 "axisLabel": "", 7572 "axisPlacement": "auto", 7573 "barAlignment": 0, 7574 "drawStyle": "line", 7575 "fillOpacity": 20, 7576 "gradientMode": "none", 7577 "hideFrom": { 7578 "legend": false, 7579 "tooltip": false, 7580 "viz": false 7581 }, 7582 "lineInterpolation": "linear", 7583 "lineWidth": 1, 7584 "pointSize": 5, 7585 "scaleDistribution": { 7586 "type": "linear" 7587 }, 7588 "showPoints": "never", 7589 "spanNulls": false, 7590 "stacking": { 7591 "group": "A", 7592 "mode": "none" 7593 }, 7594 "thresholdsStyle": { 7595 "mode": "off" 7596 } 7597 }, 7598 "links": [], 7599 "mappings": [], 7600 "min": 0, 7601 "thresholds": { 7602 "mode": "absolute", 7603 "steps": [ 7604 { 7605 "color": "green" 7606 }, 7607 { 7608 "color": "red", 7609 "value": 80 7610 } 7611 ] 7612 }, 7613 "unit": "bytes" 7614 }, 7615 "overrides": [ 7616 { 7617 "matcher": { 7618 "id": "byName", 7619 "options": "Active" 7620 }, 7621 "properties": [ 7622 { 7623 "id": "color", 7624 "value": { 7625 "fixedColor": "#99440A", 7626 "mode": "fixed" 7627 } 7628 } 7629 ] 7630 }, 7631 { 7632 "matcher": { 7633 "id": "byName", 7634 "options": "Buffers" 7635 }, 7636 "properties": [ 7637 { 7638 "id": "color", 7639 "value": { 7640 "fixedColor": "#58140C", 7641 "mode": "fixed" 7642 } 7643 } 7644 ] 7645 }, 7646 { 7647 "matcher": { 7648 "id": "byName", 7649 "options": "Cache" 7650 }, 7651 "properties": [ 7652 { 7653 "id": "color", 7654 "value": { 7655 "fixedColor": "#6D1F62", 7656 "mode": "fixed" 7657 } 7658 } 7659 ] 7660 }, 7661 { 7662 "matcher": { 7663 "id": "byName", 7664 "options": "Cached" 7665 }, 7666 "properties": [ 7667 { 7668 "id": "color", 7669 "value": { 7670 "fixedColor": "#511749", 7671 "mode": "fixed" 7672 } 7673 } 7674 ] 7675 }, 7676 { 7677 "matcher": { 7678 "id": "byName", 7679 "options": "Committed" 7680 }, 7681 "properties": [ 7682 { 7683 "id": "color", 7684 "value": { 7685 "fixedColor": "#508642", 7686 "mode": "fixed" 7687 } 7688 } 7689 ] 7690 }, 7691 { 7692 "matcher": { 7693 "id": "byName", 7694 "options": "Dirty" 7695 }, 7696 "properties": [ 7697 { 7698 "id": "color", 7699 "value": { 7700 "fixedColor": "#6ED0E0", 7701 "mode": "fixed" 7702 } 7703 } 7704 ] 7705 }, 7706 { 7707 "matcher": { 7708 "id": "byName", 7709 "options": "Free" 7710 }, 7711 "properties": [ 7712 { 7713 "id": "color", 7714 "value": { 7715 "fixedColor": "#B7DBAB", 7716 "mode": "fixed" 7717 } 7718 } 7719 ] 7720 }, 7721 { 7722 "matcher": { 7723 "id": "byName", 7724 "options": "Inactive" 7725 }, 7726 "properties": [ 7727 { 7728 "id": "color", 7729 "value": { 7730 "fixedColor": "#EA6460", 7731 "mode": "fixed" 7732 } 7733 } 7734 ] 7735 }, 7736 { 7737 "matcher": { 7738 "id": "byName", 7739 "options": "Mapped" 7740 }, 7741 "properties": [ 7742 { 7743 "id": "color", 7744 "value": { 7745 "fixedColor": "#052B51", 7746 "mode": "fixed" 7747 } 7748 } 7749 ] 7750 }, 7751 { 7752 "matcher": { 7753 "id": "byName", 7754 "options": "PageTables" 7755 }, 7756 "properties": [ 7757 { 7758 "id": "color", 7759 "value": { 7760 "fixedColor": "#0A50A1", 7761 "mode": "fixed" 7762 } 7763 } 7764 ] 7765 }, 7766 { 7767 "matcher": { 7768 "id": "byName", 7769 "options": "Page_Tables" 7770 }, 7771 "properties": [ 7772 { 7773 "id": "color", 7774 "value": { 7775 "fixedColor": "#0A50A1", 7776 "mode": "fixed" 7777 } 7778 } 7779 ] 7780 }, 7781 { 7782 "matcher": { 7783 "id": "byName", 7784 "options": "Slab_Cache" 7785 }, 7786 "properties": [ 7787 { 7788 "id": "color", 7789 "value": { 7790 "fixedColor": "#EAB839", 7791 "mode": "fixed" 7792 } 7793 } 7794 ] 7795 }, 7796 { 7797 "matcher": { 7798 "id": "byName", 7799 "options": "Swap" 7800 }, 7801 "properties": [ 7802 { 7803 "id": "color", 7804 "value": { 7805 "fixedColor": "#BF1B00", 7806 "mode": "fixed" 7807 } 7808 } 7809 ] 7810 }, 7811 { 7812 "matcher": { 7813 "id": "byName", 7814 "options": "Swap_Cache" 7815 }, 7816 "properties": [ 7817 { 7818 "id": "color", 7819 "value": { 7820 "fixedColor": "#C15C17", 7821 "mode": "fixed" 7822 } 7823 } 7824 ] 7825 }, 7826 { 7827 "matcher": { 7828 "id": "byName", 7829 "options": "Total" 7830 }, 7831 "properties": [ 7832 { 7833 "id": "color", 7834 "value": { 7835 "fixedColor": "#511749", 7836 "mode": "fixed" 7837 } 7838 } 7839 ] 7840 }, 7841 { 7842 "matcher": { 7843 "id": "byName", 7844 "options": "Total RAM" 7845 }, 7846 "properties": [ 7847 { 7848 "id": "color", 7849 "value": { 7850 "fixedColor": "#052B51", 7851 "mode": "fixed" 7852 } 7853 } 7854 ] 7855 }, 7856 { 7857 "matcher": { 7858 "id": "byName", 7859 "options": "Total RAM + Swap" 7860 }, 7861 "properties": [ 7862 { 7863 "id": "color", 7864 "value": { 7865 "fixedColor": "#052B51", 7866 "mode": "fixed" 7867 } 7868 } 7869 ] 7870 }, 7871 { 7872 "matcher": { 7873 "id": "byName", 7874 "options": "Total Swap" 7875 }, 7876 "properties": [ 7877 { 7878 "id": "color", 7879 "value": { 7880 "fixedColor": "#614D93", 7881 "mode": "fixed" 7882 } 7883 } 7884 ] 7885 }, 7886 { 7887 "matcher": { 7888 "id": "byName", 7889 "options": "VmallocUsed" 7890 }, 7891 "properties": [ 7892 { 7893 "id": "color", 7894 "value": { 7895 "fixedColor": "#EA6460", 7896 "mode": "fixed" 7897 } 7898 } 7899 ] 7900 } 7901 ] 7902 }, 7903 "gridPos": { 7904 "h": 6, 7905 "w": 8, 7906 "x": 16, 7907 "y": 29 7908 }, 7909 "id": 130, 7910 "links": [], 7911 "options": { 7912 "legend": { 7913 "calcs": [ 7914 "mean", 7915 "lastNotNull", 7916 "max", 7917 "min" 7918 ], 7919 "displayMode": "table", 7920 "placement": "bottom", 7921 "showLegend": true 7922 }, 7923 "tooltip": { 7924 "mode": "multi", 7925 "sort": "none" 7926 } 7927 }, 7928 "pluginVersion": "9.2.0", 7929 "targets": [ 7930 { 7931 "datasource": { 7932 "type": "prometheus", 7933 "uid": "${datasource}" 7934 }, 7935 "editorMode": "code", 7936 "expr": "node_memory_Writeback_bytes{job=\"$job\",node=\"$node\"}", 7937 "format": "time_series", 7938 "intervalFactor": 1, 7939 "legendFormat": "Writeback - Memory which is actively being written back to disk", 7940 "range": true, 7941 "refId": "A", 7942 "step": 240 7943 }, 7944 { 7945 "datasource": { 7946 "type": "prometheus", 7947 "uid": "${datasource}" 7948 }, 7949 "expr": "node_memory_WritebackTmp_bytes{job=\"$job\",node=\"$node\"}", 7950 "format": "time_series", 7951 "intervalFactor": 1, 7952 "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers", 7953 "refId": "B", 7954 "step": 240 7955 }, 7956 { 7957 "datasource": { 7958 "type": "prometheus", 7959 "uid": "${datasource}" 7960 }, 7961 "expr": "node_memory_Dirty_bytes{job=\"$job\",node=\"$node\"}", 7962 "format": "time_series", 7963 "intervalFactor": 1, 7964 "legendFormat": "Dirty - Memory which is waiting to get written back to the disk", 7965 "refId": "C", 7966 "step": 240 7967 }, 7968 { 7969 "datasource": { 7970 "type": "prometheus", 7971 "uid": "${datasource}" 7972 }, 7973 "editorMode": "code", 7974 "expr": "node_memory_NFS_Unstable_bytes{job=\"$job\",node=\"$node\"}", 7975 "format": "time_series", 7976 "hide": false, 7977 "intervalFactor": 1, 7978 "legendFormat": "NFS Unstable - NFS memory blocks waiting to be written into storage", 7979 "range": true, 7980 "refId": "D", 7981 "step": 240 7982 } 7983 ], 7984 "title": "Memory Writeback and Dirty", 7985 "type": "timeseries" 7986 }, 7987 { 7988 "datasource": { 7989 "type": "prometheus", 7990 "uid": "${datasource}" 7991 }, 7992 "fieldConfig": { 7993 "defaults": { 7994 "color": { 7995 "mode": "palette-classic" 7996 }, 7997 "custom": { 7998 "axisCenteredZero": false, 7999 "axisColorMode": "text", 8000 "axisLabel": "", 8001 "axisPlacement": "auto", 8002 "barAlignment": 0, 8003 "drawStyle": "line", 8004 "fillOpacity": 20, 8005 "gradientMode": "none", 8006 "hideFrom": { 8007 "legend": false, 8008 "tooltip": false, 8009 "viz": false 8010 }, 8011 "lineInterpolation": "linear", 8012 "lineWidth": 1, 8013 "pointSize": 5, 8014 "scaleDistribution": { 8015 "type": "linear" 8016 }, 8017 "showPoints": "never", 8018 "spanNulls": false, 8019 "stacking": { 8020 "group": "A", 8021 "mode": "normal" 8022 }, 8023 "thresholdsStyle": { 8024 "mode": "off" 8025 } 8026 }, 8027 "links": [], 8028 "mappings": [], 8029 "min": 0, 8030 "thresholds": { 8031 "mode": "absolute", 8032 "steps": [ 8033 { 8034 "color": "green" 8035 }, 8036 { 8037 "color": "red", 8038 "value": 80 8039 } 8040 ] 8041 }, 8042 "unit": "bytes" 8043 }, 8044 "overrides": [ 8045 { 8046 "matcher": { 8047 "id": "byName", 8048 "options": "Active" 8049 }, 8050 "properties": [ 8051 { 8052 "id": "color", 8053 "value": { 8054 "fixedColor": "#99440A", 8055 "mode": "fixed" 8056 } 8057 } 8058 ] 8059 }, 8060 { 8061 "matcher": { 8062 "id": "byName", 8063 "options": "Buffers" 8064 }, 8065 "properties": [ 8066 { 8067 "id": "color", 8068 "value": { 8069 "fixedColor": "#58140C", 8070 "mode": "fixed" 8071 } 8072 } 8073 ] 8074 }, 8075 { 8076 "matcher": { 8077 "id": "byName", 8078 "options": "Cache" 8079 }, 8080 "properties": [ 8081 { 8082 "id": "color", 8083 "value": { 8084 "fixedColor": "#6D1F62", 8085 "mode": "fixed" 8086 } 8087 } 8088 ] 8089 }, 8090 { 8091 "matcher": { 8092 "id": "byName", 8093 "options": "Cached" 8094 }, 8095 "properties": [ 8096 { 8097 "id": "color", 8098 "value": { 8099 "fixedColor": "#511749", 8100 "mode": "fixed" 8101 } 8102 } 8103 ] 8104 }, 8105 { 8106 "matcher": { 8107 "id": "byName", 8108 "options": "Committed" 8109 }, 8110 "properties": [ 8111 { 8112 "id": "color", 8113 "value": { 8114 "fixedColor": "#508642", 8115 "mode": "fixed" 8116 } 8117 } 8118 ] 8119 }, 8120 { 8121 "matcher": { 8122 "id": "byName", 8123 "options": "Dirty" 8124 }, 8125 "properties": [ 8126 { 8127 "id": "color", 8128 "value": { 8129 "fixedColor": "#6ED0E0", 8130 "mode": "fixed" 8131 } 8132 } 8133 ] 8134 }, 8135 { 8136 "matcher": { 8137 "id": "byName", 8138 "options": "Free" 8139 }, 8140 "properties": [ 8141 { 8142 "id": "color", 8143 "value": { 8144 "fixedColor": "#B7DBAB", 8145 "mode": "fixed" 8146 } 8147 } 8148 ] 8149 }, 8150 { 8151 "matcher": { 8152 "id": "byName", 8153 "options": "Inactive" 8154 }, 8155 "properties": [ 8156 { 8157 "id": "color", 8158 "value": { 8159 "fixedColor": "#EA6460", 8160 "mode": "fixed" 8161 } 8162 } 8163 ] 8164 }, 8165 { 8166 "matcher": { 8167 "id": "byName", 8168 "options": "Mapped" 8169 }, 8170 "properties": [ 8171 { 8172 "id": "color", 8173 "value": { 8174 "fixedColor": "#052B51", 8175 "mode": "fixed" 8176 } 8177 } 8178 ] 8179 }, 8180 { 8181 "matcher": { 8182 "id": "byName", 8183 "options": "PageTables" 8184 }, 8185 "properties": [ 8186 { 8187 "id": "color", 8188 "value": { 8189 "fixedColor": "#0A50A1", 8190 "mode": "fixed" 8191 } 8192 } 8193 ] 8194 }, 8195 { 8196 "matcher": { 8197 "id": "byName", 8198 "options": "Page_Tables" 8199 }, 8200 "properties": [ 8201 { 8202 "id": "color", 8203 "value": { 8204 "fixedColor": "#0A50A1", 8205 "mode": "fixed" 8206 } 8207 } 8208 ] 8209 }, 8210 { 8211 "matcher": { 8212 "id": "byName", 8213 "options": "Slab_Cache" 8214 }, 8215 "properties": [ 8216 { 8217 "id": "color", 8218 "value": { 8219 "fixedColor": "#EAB839", 8220 "mode": "fixed" 8221 } 8222 } 8223 ] 8224 }, 8225 { 8226 "matcher": { 8227 "id": "byName", 8228 "options": "Swap" 8229 }, 8230 "properties": [ 8231 { 8232 "id": "color", 8233 "value": { 8234 "fixedColor": "#BF1B00", 8235 "mode": "fixed" 8236 } 8237 } 8238 ] 8239 }, 8240 { 8241 "matcher": { 8242 "id": "byName", 8243 "options": "Swap_Cache" 8244 }, 8245 "properties": [ 8246 { 8247 "id": "color", 8248 "value": { 8249 "fixedColor": "#C15C17", 8250 "mode": "fixed" 8251 } 8252 } 8253 ] 8254 }, 8255 { 8256 "matcher": { 8257 "id": "byName", 8258 "options": "Total" 8259 }, 8260 "properties": [ 8261 { 8262 "id": "color", 8263 "value": { 8264 "fixedColor": "#511749", 8265 "mode": "fixed" 8266 } 8267 } 8268 ] 8269 }, 8270 { 8271 "matcher": { 8272 "id": "byName", 8273 "options": "Total RAM" 8274 }, 8275 "properties": [ 8276 { 8277 "id": "color", 8278 "value": { 8279 "fixedColor": "#052B51", 8280 "mode": "fixed" 8281 } 8282 } 8283 ] 8284 }, 8285 { 8286 "matcher": { 8287 "id": "byName", 8288 "options": "Total RAM + Swap" 8289 }, 8290 "properties": [ 8291 { 8292 "id": "color", 8293 "value": { 8294 "fixedColor": "#052B51", 8295 "mode": "fixed" 8296 } 8297 } 8298 ] 8299 }, 8300 { 8301 "matcher": { 8302 "id": "byName", 8303 "options": "Total Swap" 8304 }, 8305 "properties": [ 8306 { 8307 "id": "color", 8308 "value": { 8309 "fixedColor": "#614D93", 8310 "mode": "fixed" 8311 } 8312 } 8313 ] 8314 }, 8315 { 8316 "matcher": { 8317 "id": "byName", 8318 "options": "VmallocUsed" 8319 }, 8320 "properties": [ 8321 { 8322 "id": "color", 8323 "value": { 8324 "fixedColor": "#EA6460", 8325 "mode": "fixed" 8326 } 8327 } 8328 ] 8329 } 8330 ] 8331 }, 8332 "gridPos": { 8333 "h": 6, 8334 "w": 8, 8335 "x": 0, 8336 "y": 35 8337 }, 8338 "id": 131, 8339 "links": [], 8340 "options": { 8341 "legend": { 8342 "calcs": [ 8343 "mean", 8344 "lastNotNull", 8345 "max", 8346 "min" 8347 ], 8348 "displayMode": "table", 8349 "placement": "bottom", 8350 "showLegend": true 8351 }, 8352 "tooltip": { 8353 "mode": "multi", 8354 "sort": "none" 8355 } 8356 }, 8357 "pluginVersion": "9.2.0", 8358 "targets": [ 8359 { 8360 "datasource": { 8361 "type": "prometheus", 8362 "uid": "${datasource}" 8363 }, 8364 "expr": "node_memory_SUnreclaim_bytes{job=\"$job\",node=\"$node\"}", 8365 "format": "time_series", 8366 "intervalFactor": 1, 8367 "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure", 8368 "refId": "A", 8369 "step": 240 8370 }, 8371 { 8372 "datasource": { 8373 "type": "prometheus", 8374 "uid": "${datasource}" 8375 }, 8376 "expr": "node_memory_SReclaimable_bytes{job=\"$job\",node=\"$node\"}", 8377 "format": "time_series", 8378 "intervalFactor": 1, 8379 "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches", 8380 "refId": "B", 8381 "step": 240 8382 }, 8383 { 8384 "datasource": { 8385 "type": "prometheus", 8386 "uid": "${datasource}" 8387 }, 8388 "editorMode": "code", 8389 "expr": "node_memory_Slab_bytes{job=\"$job\",node=\"$node\"}", 8390 "format": "time_series", 8391 "hide": false, 8392 "intervalFactor": 1, 8393 "legendFormat": "Slab Total - total size of slab memory ", 8394 "range": true, 8395 "refId": "C", 8396 "step": 240 8397 } 8398 ], 8399 "title": "Memory Slab", 8400 "type": "timeseries" 8401 }, 8402 { 8403 "datasource": { 8404 "type": "prometheus", 8405 "uid": "${datasource}" 8406 }, 8407 "fieldConfig": { 8408 "defaults": { 8409 "color": { 8410 "mode": "palette-classic" 8411 }, 8412 "custom": { 8413 "axisCenteredZero": false, 8414 "axisColorMode": "text", 8415 "axisLabel": "", 8416 "axisPlacement": "auto", 8417 "barAlignment": 0, 8418 "drawStyle": "line", 8419 "fillOpacity": 20, 8420 "gradientMode": "none", 8421 "hideFrom": { 8422 "legend": false, 8423 "tooltip": false, 8424 "viz": false 8425 }, 8426 "lineInterpolation": "linear", 8427 "lineWidth": 1, 8428 "pointSize": 5, 8429 "scaleDistribution": { 8430 "type": "linear" 8431 }, 8432 "showPoints": "never", 8433 "spanNulls": false, 8434 "stacking": { 8435 "group": "A", 8436 "mode": "none" 8437 }, 8438 "thresholdsStyle": { 8439 "mode": "off" 8440 } 8441 }, 8442 "links": [], 8443 "mappings": [], 8444 "min": 0, 8445 "thresholds": { 8446 "mode": "absolute", 8447 "steps": [ 8448 { 8449 "color": "green" 8450 }, 8451 { 8452 "color": "red", 8453 "value": 80 8454 } 8455 ] 8456 }, 8457 "unit": "bytes" 8458 }, 8459 "overrides": [ 8460 { 8461 "matcher": { 8462 "id": "byName", 8463 "options": "Active" 8464 }, 8465 "properties": [ 8466 { 8467 "id": "color", 8468 "value": { 8469 "fixedColor": "#99440A", 8470 "mode": "fixed" 8471 } 8472 } 8473 ] 8474 }, 8475 { 8476 "matcher": { 8477 "id": "byName", 8478 "options": "Buffers" 8479 }, 8480 "properties": [ 8481 { 8482 "id": "color", 8483 "value": { 8484 "fixedColor": "#58140C", 8485 "mode": "fixed" 8486 } 8487 } 8488 ] 8489 }, 8490 { 8491 "matcher": { 8492 "id": "byName", 8493 "options": "Cache" 8494 }, 8495 "properties": [ 8496 { 8497 "id": "color", 8498 "value": { 8499 "fixedColor": "#6D1F62", 8500 "mode": "fixed" 8501 } 8502 } 8503 ] 8504 }, 8505 { 8506 "matcher": { 8507 "id": "byName", 8508 "options": "Cached" 8509 }, 8510 "properties": [ 8511 { 8512 "id": "color", 8513 "value": { 8514 "fixedColor": "#511749", 8515 "mode": "fixed" 8516 } 8517 } 8518 ] 8519 }, 8520 { 8521 "matcher": { 8522 "id": "byName", 8523 "options": "Committed" 8524 }, 8525 "properties": [ 8526 { 8527 "id": "color", 8528 "value": { 8529 "fixedColor": "#508642", 8530 "mode": "fixed" 8531 } 8532 } 8533 ] 8534 }, 8535 { 8536 "matcher": { 8537 "id": "byName", 8538 "options": "Dirty" 8539 }, 8540 "properties": [ 8541 { 8542 "id": "color", 8543 "value": { 8544 "fixedColor": "#6ED0E0", 8545 "mode": "fixed" 8546 } 8547 } 8548 ] 8549 }, 8550 { 8551 "matcher": { 8552 "id": "byName", 8553 "options": "Free" 8554 }, 8555 "properties": [ 8556 { 8557 "id": "color", 8558 "value": { 8559 "fixedColor": "#B7DBAB", 8560 "mode": "fixed" 8561 } 8562 } 8563 ] 8564 }, 8565 { 8566 "matcher": { 8567 "id": "byName", 8568 "options": "Inactive" 8569 }, 8570 "properties": [ 8571 { 8572 "id": "color", 8573 "value": { 8574 "fixedColor": "#EA6460", 8575 "mode": "fixed" 8576 } 8577 } 8578 ] 8579 }, 8580 { 8581 "matcher": { 8582 "id": "byName", 8583 "options": "Mapped" 8584 }, 8585 "properties": [ 8586 { 8587 "id": "color", 8588 "value": { 8589 "fixedColor": "#052B51", 8590 "mode": "fixed" 8591 } 8592 } 8593 ] 8594 }, 8595 { 8596 "matcher": { 8597 "id": "byName", 8598 "options": "PageTables" 8599 }, 8600 "properties": [ 8601 { 8602 "id": "color", 8603 "value": { 8604 "fixedColor": "#0A50A1", 8605 "mode": "fixed" 8606 } 8607 } 8608 ] 8609 }, 8610 { 8611 "matcher": { 8612 "id": "byName", 8613 "options": "Page_Tables" 8614 }, 8615 "properties": [ 8616 { 8617 "id": "color", 8618 "value": { 8619 "fixedColor": "#0A50A1", 8620 "mode": "fixed" 8621 } 8622 } 8623 ] 8624 }, 8625 { 8626 "matcher": { 8627 "id": "byName", 8628 "options": "Slab_Cache" 8629 }, 8630 "properties": [ 8631 { 8632 "id": "color", 8633 "value": { 8634 "fixedColor": "#EAB839", 8635 "mode": "fixed" 8636 } 8637 } 8638 ] 8639 }, 8640 { 8641 "matcher": { 8642 "id": "byName", 8643 "options": "Swap" 8644 }, 8645 "properties": [ 8646 { 8647 "id": "color", 8648 "value": { 8649 "fixedColor": "#BF1B00", 8650 "mode": "fixed" 8651 } 8652 } 8653 ] 8654 }, 8655 { 8656 "matcher": { 8657 "id": "byName", 8658 "options": "Swap_Cache" 8659 }, 8660 "properties": [ 8661 { 8662 "id": "color", 8663 "value": { 8664 "fixedColor": "#C15C17", 8665 "mode": "fixed" 8666 } 8667 } 8668 ] 8669 }, 8670 { 8671 "matcher": { 8672 "id": "byName", 8673 "options": "Total" 8674 }, 8675 "properties": [ 8676 { 8677 "id": "color", 8678 "value": { 8679 "fixedColor": "#511749", 8680 "mode": "fixed" 8681 } 8682 } 8683 ] 8684 }, 8685 { 8686 "matcher": { 8687 "id": "byName", 8688 "options": "Total RAM" 8689 }, 8690 "properties": [ 8691 { 8692 "id": "color", 8693 "value": { 8694 "fixedColor": "#052B51", 8695 "mode": "fixed" 8696 } 8697 } 8698 ] 8699 }, 8700 { 8701 "matcher": { 8702 "id": "byName", 8703 "options": "Total RAM + Swap" 8704 }, 8705 "properties": [ 8706 { 8707 "id": "color", 8708 "value": { 8709 "fixedColor": "#052B51", 8710 "mode": "fixed" 8711 } 8712 } 8713 ] 8714 }, 8715 { 8716 "matcher": { 8717 "id": "byName", 8718 "options": "VmallocUsed" 8719 }, 8720 "properties": [ 8721 { 8722 "id": "color", 8723 "value": { 8724 "fixedColor": "#EA6460", 8725 "mode": "fixed" 8726 } 8727 } 8728 ] 8729 } 8730 ] 8731 }, 8732 "gridPos": { 8733 "h": 6, 8734 "w": 8, 8735 "x": 8, 8736 "y": 35 8737 }, 8738 "id": 70, 8739 "links": [], 8740 "options": { 8741 "legend": { 8742 "calcs": [ 8743 "mean", 8744 "lastNotNull", 8745 "max", 8746 "min" 8747 ], 8748 "displayMode": "table", 8749 "placement": "bottom", 8750 "showLegend": true 8751 }, 8752 "tooltip": { 8753 "mode": "multi", 8754 "sort": "none" 8755 } 8756 }, 8757 "pluginVersion": "9.2.0", 8758 "targets": [ 8759 { 8760 "datasource": { 8761 "type": "prometheus", 8762 "uid": "${datasource}" 8763 }, 8764 "expr": "node_memory_VmallocChunk_bytes{job=\"$job\",node=\"$node\"}", 8765 "format": "time_series", 8766 "hide": false, 8767 "intervalFactor": 1, 8768 "legendFormat": "VmallocChunk - Largest contiguous block of vmalloc area which is free", 8769 "refId": "A", 8770 "step": 240 8771 }, 8772 { 8773 "datasource": { 8774 "type": "prometheus", 8775 "uid": "${datasource}" 8776 }, 8777 "expr": "node_memory_VmallocTotal_bytes{job=\"$job\",node=\"$node\"}", 8778 "format": "time_series", 8779 "hide": false, 8780 "intervalFactor": 1, 8781 "legendFormat": "VmallocTotal - Total size of vmalloc memory area", 8782 "refId": "B", 8783 "step": 240 8784 }, 8785 { 8786 "datasource": { 8787 "type": "prometheus", 8788 "uid": "${datasource}" 8789 }, 8790 "expr": "node_memory_VmallocUsed_bytes{job=\"$job\",node=\"$node\"}", 8791 "format": "time_series", 8792 "hide": false, 8793 "intervalFactor": 1, 8794 "legendFormat": "VmallocUsed - Amount of vmalloc area which is used", 8795 "refId": "C", 8796 "step": 240 8797 } 8798 ], 8799 "title": "Memory Vmalloc", 8800 "type": "timeseries" 8801 }, 8802 { 8803 "datasource": { 8804 "type": "prometheus", 8805 "uid": "${datasource}" 8806 }, 8807 "fieldConfig": { 8808 "defaults": { 8809 "color": { 8810 "mode": "palette-classic" 8811 }, 8812 "custom": { 8813 "axisCenteredZero": false, 8814 "axisColorMode": "text", 8815 "axisLabel": "=", 8816 "axisPlacement": "auto", 8817 "barAlignment": 0, 8818 "drawStyle": "line", 8819 "fillOpacity": 20, 8820 "gradientMode": "none", 8821 "hideFrom": { 8822 "legend": false, 8823 "tooltip": false, 8824 "viz": false 8825 }, 8826 "lineInterpolation": "linear", 8827 "lineWidth": 1, 8828 "pointSize": 5, 8829 "scaleDistribution": { 8830 "type": "linear" 8831 }, 8832 "showPoints": "never", 8833 "spanNulls": false, 8834 "stacking": { 8835 "group": "A", 8836 "mode": "none" 8837 }, 8838 "thresholdsStyle": { 8839 "mode": "off" 8840 } 8841 }, 8842 "links": [], 8843 "mappings": [], 8844 "min": 0, 8845 "thresholds": { 8846 "mode": "absolute", 8847 "steps": [ 8848 { 8849 "color": "green" 8850 }, 8851 { 8852 "color": "red", 8853 "value": 80 8854 } 8855 ] 8856 }, 8857 "unit": "bytes" 8858 }, 8859 "overrides": [ 8860 { 8861 "matcher": { 8862 "id": "byName", 8863 "options": "Active" 8864 }, 8865 "properties": [ 8866 { 8867 "id": "color", 8868 "value": { 8869 "fixedColor": "#99440A", 8870 "mode": "fixed" 8871 } 8872 } 8873 ] 8874 }, 8875 { 8876 "matcher": { 8877 "id": "byName", 8878 "options": "Buffers" 8879 }, 8880 "properties": [ 8881 { 8882 "id": "color", 8883 "value": { 8884 "fixedColor": "#58140C", 8885 "mode": "fixed" 8886 } 8887 } 8888 ] 8889 }, 8890 { 8891 "matcher": { 8892 "id": "byName", 8893 "options": "Cache" 8894 }, 8895 "properties": [ 8896 { 8897 "id": "color", 8898 "value": { 8899 "fixedColor": "#6D1F62", 8900 "mode": "fixed" 8901 } 8902 } 8903 ] 8904 }, 8905 { 8906 "matcher": { 8907 "id": "byName", 8908 "options": "Cached" 8909 }, 8910 "properties": [ 8911 { 8912 "id": "color", 8913 "value": { 8914 "fixedColor": "#511749", 8915 "mode": "fixed" 8916 } 8917 } 8918 ] 8919 }, 8920 { 8921 "matcher": { 8922 "id": "byName", 8923 "options": "Committed" 8924 }, 8925 "properties": [ 8926 { 8927 "id": "color", 8928 "value": { 8929 "fixedColor": "#508642", 8930 "mode": "fixed" 8931 } 8932 } 8933 ] 8934 }, 8935 { 8936 "matcher": { 8937 "id": "byName", 8938 "options": "Dirty" 8939 }, 8940 "properties": [ 8941 { 8942 "id": "color", 8943 "value": { 8944 "fixedColor": "#6ED0E0", 8945 "mode": "fixed" 8946 } 8947 } 8948 ] 8949 }, 8950 { 8951 "matcher": { 8952 "id": "byName", 8953 "options": "Free" 8954 }, 8955 "properties": [ 8956 { 8957 "id": "color", 8958 "value": { 8959 "fixedColor": "#B7DBAB", 8960 "mode": "fixed" 8961 } 8962 } 8963 ] 8964 }, 8965 { 8966 "matcher": { 8967 "id": "byName", 8968 "options": "Inactive" 8969 }, 8970 "properties": [ 8971 { 8972 "id": "color", 8973 "value": { 8974 "fixedColor": "#EA6460", 8975 "mode": "fixed" 8976 } 8977 } 8978 ] 8979 }, 8980 { 8981 "matcher": { 8982 "id": "byName", 8983 "options": "Mapped" 8984 }, 8985 "properties": [ 8986 { 8987 "id": "color", 8988 "value": { 8989 "fixedColor": "#052B51", 8990 "mode": "fixed" 8991 } 8992 } 8993 ] 8994 }, 8995 { 8996 "matcher": { 8997 "id": "byName", 8998 "options": "PageTables" 8999 }, 9000 "properties": [ 9001 { 9002 "id": "color", 9003 "value": { 9004 "fixedColor": "#0A50A1", 9005 "mode": "fixed" 9006 } 9007 } 9008 ] 9009 }, 9010 { 9011 "matcher": { 9012 "id": "byName", 9013 "options": "Page_Tables" 9014 }, 9015 "properties": [ 9016 { 9017 "id": "color", 9018 "value": { 9019 "fixedColor": "#0A50A1", 9020 "mode": "fixed" 9021 } 9022 } 9023 ] 9024 }, 9025 { 9026 "matcher": { 9027 "id": "byName", 9028 "options": "Slab_Cache" 9029 }, 9030 "properties": [ 9031 { 9032 "id": "color", 9033 "value": { 9034 "fixedColor": "#EAB839", 9035 "mode": "fixed" 9036 } 9037 } 9038 ] 9039 }, 9040 { 9041 "matcher": { 9042 "id": "byName", 9043 "options": "Swap" 9044 }, 9045 "properties": [ 9046 { 9047 "id": "color", 9048 "value": { 9049 "fixedColor": "#BF1B00", 9050 "mode": "fixed" 9051 } 9052 } 9053 ] 9054 }, 9055 { 9056 "matcher": { 9057 "id": "byName", 9058 "options": "Swap_Cache" 9059 }, 9060 "properties": [ 9061 { 9062 "id": "color", 9063 "value": { 9064 "fixedColor": "#C15C17", 9065 "mode": "fixed" 9066 } 9067 } 9068 ] 9069 }, 9070 { 9071 "matcher": { 9072 "id": "byName", 9073 "options": "Total" 9074 }, 9075 "properties": [ 9076 { 9077 "id": "color", 9078 "value": { 9079 "fixedColor": "#511749", 9080 "mode": "fixed" 9081 } 9082 } 9083 ] 9084 }, 9085 { 9086 "matcher": { 9087 "id": "byName", 9088 "options": "Total RAM" 9089 }, 9090 "properties": [ 9091 { 9092 "id": "color", 9093 "value": { 9094 "fixedColor": "#052B51", 9095 "mode": "fixed" 9096 } 9097 } 9098 ] 9099 }, 9100 { 9101 "matcher": { 9102 "id": "byName", 9103 "options": "Total RAM + Swap" 9104 }, 9105 "properties": [ 9106 { 9107 "id": "color", 9108 "value": { 9109 "fixedColor": "#052B51", 9110 "mode": "fixed" 9111 } 9112 } 9113 ] 9114 }, 9115 { 9116 "matcher": { 9117 "id": "byName", 9118 "options": "VmallocUsed" 9119 }, 9120 "properties": [ 9121 { 9122 "id": "color", 9123 "value": { 9124 "fixedColor": "#EA6460", 9125 "mode": "fixed" 9126 } 9127 } 9128 ] 9129 }, 9130 { 9131 "matcher": { 9132 "id": "byRegexp", 9133 "options": "/.*Inactive *./" 9134 }, 9135 "properties": [ 9136 { 9137 "id": "custom.transform", 9138 "value": "negative-Y" 9139 } 9140 ] 9141 } 9142 ] 9143 }, 9144 "gridPos": { 9145 "h": 6, 9146 "w": 8, 9147 "x": 16, 9148 "y": 35 9149 }, 9150 "id": 129, 9151 "links": [], 9152 "options": { 9153 "legend": { 9154 "calcs": [ 9155 "mean", 9156 "lastNotNull", 9157 "max", 9158 "min" 9159 ], 9160 "displayMode": "table", 9161 "placement": "bottom", 9162 "showLegend": true 9163 }, 9164 "tooltip": { 9165 "mode": "multi", 9166 "sort": "none" 9167 } 9168 }, 9169 "pluginVersion": "9.2.0", 9170 "targets": [ 9171 { 9172 "datasource": { 9173 "type": "prometheus", 9174 "uid": "${datasource}" 9175 }, 9176 "expr": "node_memory_AnonHugePages_bytes{job=\"$job\",node=\"$node\"}", 9177 "format": "time_series", 9178 "intervalFactor": 1, 9179 "legendFormat": "AnonHugePages - Memory in anonymous huge pages", 9180 "refId": "A", 9181 "step": 240 9182 }, 9183 { 9184 "datasource": { 9185 "type": "prometheus", 9186 "uid": "${datasource}" 9187 }, 9188 "expr": "node_memory_AnonPages_bytes{job=\"$job\",node=\"$node\"}", 9189 "format": "time_series", 9190 "intervalFactor": 1, 9191 "legendFormat": "AnonPages - Memory in user pages not backed by files", 9192 "refId": "B", 9193 "step": 240 9194 } 9195 ], 9196 "title": "Memory Anonymous", 9197 "type": "timeseries" 9198 }, 9199 { 9200 "datasource": { 9201 "type": "prometheus", 9202 "uid": "${datasource}" 9203 }, 9204 "fieldConfig": { 9205 "defaults": { 9206 "color": { 9207 "mode": "palette-classic" 9208 }, 9209 "custom": { 9210 "axisCenteredZero": false, 9211 "axisColorMode": "text", 9212 "axisLabel": "", 9213 "axisPlacement": "auto", 9214 "barAlignment": 0, 9215 "drawStyle": "line", 9216 "fillOpacity": 20, 9217 "gradientMode": "none", 9218 "hideFrom": { 9219 "legend": false, 9220 "tooltip": false, 9221 "viz": false 9222 }, 9223 "lineInterpolation": "linear", 9224 "lineWidth": 1, 9225 "pointSize": 5, 9226 "scaleDistribution": { 9227 "type": "linear" 9228 }, 9229 "showPoints": "never", 9230 "spanNulls": false, 9231 "stacking": { 9232 "group": "A", 9233 "mode": "none" 9234 }, 9235 "thresholdsStyle": { 9236 "mode": "off" 9237 } 9238 }, 9239 "links": [], 9240 "mappings": [], 9241 "min": 0, 9242 "thresholds": { 9243 "mode": "absolute", 9244 "steps": [ 9245 { 9246 "color": "green" 9247 }, 9248 { 9249 "color": "red", 9250 "value": 80 9251 } 9252 ] 9253 }, 9254 "unit": "bytes" 9255 }, 9256 "overrides": [ 9257 { 9258 "matcher": { 9259 "id": "byName", 9260 "options": "Active" 9261 }, 9262 "properties": [ 9263 { 9264 "id": "color", 9265 "value": { 9266 "fixedColor": "#99440A", 9267 "mode": "fixed" 9268 } 9269 } 9270 ] 9271 }, 9272 { 9273 "matcher": { 9274 "id": "byName", 9275 "options": "Buffers" 9276 }, 9277 "properties": [ 9278 { 9279 "id": "color", 9280 "value": { 9281 "fixedColor": "#58140C", 9282 "mode": "fixed" 9283 } 9284 } 9285 ] 9286 }, 9287 { 9288 "matcher": { 9289 "id": "byName", 9290 "options": "Cache" 9291 }, 9292 "properties": [ 9293 { 9294 "id": "color", 9295 "value": { 9296 "fixedColor": "#6D1F62", 9297 "mode": "fixed" 9298 } 9299 } 9300 ] 9301 }, 9302 { 9303 "matcher": { 9304 "id": "byName", 9305 "options": "Cached" 9306 }, 9307 "properties": [ 9308 { 9309 "id": "color", 9310 "value": { 9311 "fixedColor": "#511749", 9312 "mode": "fixed" 9313 } 9314 } 9315 ] 9316 }, 9317 { 9318 "matcher": { 9319 "id": "byName", 9320 "options": "Committed" 9321 }, 9322 "properties": [ 9323 { 9324 "id": "color", 9325 "value": { 9326 "fixedColor": "#508642", 9327 "mode": "fixed" 9328 } 9329 } 9330 ] 9331 }, 9332 { 9333 "matcher": { 9334 "id": "byName", 9335 "options": "Dirty" 9336 }, 9337 "properties": [ 9338 { 9339 "id": "color", 9340 "value": { 9341 "fixedColor": "#6ED0E0", 9342 "mode": "fixed" 9343 } 9344 } 9345 ] 9346 }, 9347 { 9348 "matcher": { 9349 "id": "byName", 9350 "options": "Free" 9351 }, 9352 "properties": [ 9353 { 9354 "id": "color", 9355 "value": { 9356 "fixedColor": "#B7DBAB", 9357 "mode": "fixed" 9358 } 9359 } 9360 ] 9361 }, 9362 { 9363 "matcher": { 9364 "id": "byName", 9365 "options": "Inactive" 9366 }, 9367 "properties": [ 9368 { 9369 "id": "color", 9370 "value": { 9371 "fixedColor": "#EA6460", 9372 "mode": "fixed" 9373 } 9374 } 9375 ] 9376 }, 9377 { 9378 "matcher": { 9379 "id": "byName", 9380 "options": "Mapped" 9381 }, 9382 "properties": [ 9383 { 9384 "id": "color", 9385 "value": { 9386 "fixedColor": "#052B51", 9387 "mode": "fixed" 9388 } 9389 } 9390 ] 9391 }, 9392 { 9393 "matcher": { 9394 "id": "byName", 9395 "options": "PageTables" 9396 }, 9397 "properties": [ 9398 { 9399 "id": "color", 9400 "value": { 9401 "fixedColor": "#0A50A1", 9402 "mode": "fixed" 9403 } 9404 } 9405 ] 9406 }, 9407 { 9408 "matcher": { 9409 "id": "byName", 9410 "options": "Page_Tables" 9411 }, 9412 "properties": [ 9413 { 9414 "id": "color", 9415 "value": { 9416 "fixedColor": "#0A50A1", 9417 "mode": "fixed" 9418 } 9419 } 9420 ] 9421 }, 9422 { 9423 "matcher": { 9424 "id": "byName", 9425 "options": "Slab_Cache" 9426 }, 9427 "properties": [ 9428 { 9429 "id": "color", 9430 "value": { 9431 "fixedColor": "#EAB839", 9432 "mode": "fixed" 9433 } 9434 } 9435 ] 9436 }, 9437 { 9438 "matcher": { 9439 "id": "byName", 9440 "options": "Swap" 9441 }, 9442 "properties": [ 9443 { 9444 "id": "color", 9445 "value": { 9446 "fixedColor": "#BF1B00", 9447 "mode": "fixed" 9448 } 9449 } 9450 ] 9451 }, 9452 { 9453 "matcher": { 9454 "id": "byName", 9455 "options": "Swap_Cache" 9456 }, 9457 "properties": [ 9458 { 9459 "id": "color", 9460 "value": { 9461 "fixedColor": "#C15C17", 9462 "mode": "fixed" 9463 } 9464 } 9465 ] 9466 }, 9467 { 9468 "matcher": { 9469 "id": "byName", 9470 "options": "Total" 9471 }, 9472 "properties": [ 9473 { 9474 "id": "color", 9475 "value": { 9476 "fixedColor": "#511749", 9477 "mode": "fixed" 9478 } 9479 } 9480 ] 9481 }, 9482 { 9483 "matcher": { 9484 "id": "byName", 9485 "options": "Total RAM" 9486 }, 9487 "properties": [ 9488 { 9489 "id": "color", 9490 "value": { 9491 "fixedColor": "#806EB7", 9492 "mode": "fixed" 9493 } 9494 } 9495 ] 9496 }, 9497 { 9498 "matcher": { 9499 "id": "byName", 9500 "options": "Total RAM + Swap" 9501 }, 9502 "properties": [ 9503 { 9504 "id": "color", 9505 "value": { 9506 "fixedColor": "#806EB7", 9507 "mode": "fixed" 9508 } 9509 } 9510 ] 9511 }, 9512 { 9513 "matcher": { 9514 "id": "byName", 9515 "options": "VmallocUsed" 9516 }, 9517 "properties": [ 9518 { 9519 "id": "color", 9520 "value": { 9521 "fixedColor": "#EA6460", 9522 "mode": "fixed" 9523 } 9524 } 9525 ] 9526 } 9527 ] 9528 }, 9529 "gridPos": { 9530 "h": 6, 9531 "w": 8, 9532 "x": 0, 9533 "y": 41 9534 }, 9535 "id": 71, 9536 "links": [], 9537 "options": { 9538 "legend": { 9539 "calcs": [ 9540 "lastNotNull", 9541 "max", 9542 "min" 9543 ], 9544 "displayMode": "table", 9545 "placement": "bottom", 9546 "showLegend": true 9547 }, 9548 "tooltip": { 9549 "mode": "multi", 9550 "sort": "none" 9551 } 9552 }, 9553 "pluginVersion": "9.2.0", 9554 "targets": [ 9555 { 9556 "datasource": { 9557 "type": "prometheus", 9558 "uid": "${datasource}" 9559 }, 9560 "expr": "node_memory_HugePages_Total{job=\"$job\",node=\"$node\"}", 9561 "format": "time_series", 9562 "intervalFactor": 1, 9563 "legendFormat": "HugePages - Total size of the pool of huge pages", 9564 "refId": "A", 9565 "step": 240 9566 }, 9567 { 9568 "datasource": { 9569 "type": "prometheus", 9570 "uid": "${datasource}" 9571 }, 9572 "expr": "node_memory_Hugepagesize_bytes{job=\"$job\",node=\"$node\"}", 9573 "format": "time_series", 9574 "intervalFactor": 1, 9575 "legendFormat": "Hugepagesize - Huge Page size", 9576 "refId": "B", 9577 "step": 240 9578 } 9579 ], 9580 "title": "Memory HugePages Size", 9581 "type": "timeseries" 9582 }, 9583 { 9584 "datasource": { 9585 "type": "prometheus", 9586 "uid": "${datasource}" 9587 }, 9588 "description": "", 9589 "fieldConfig": { 9590 "defaults": { 9591 "color": { 9592 "mode": "palette-classic" 9593 }, 9594 "custom": { 9595 "axisCenteredZero": false, 9596 "axisColorMode": "text", 9597 "axisLabel": "", 9598 "axisPlacement": "auto", 9599 "barAlignment": 0, 9600 "drawStyle": "line", 9601 "fillOpacity": 20, 9602 "gradientMode": "none", 9603 "hideFrom": { 9604 "legend": false, 9605 "tooltip": false, 9606 "viz": false 9607 }, 9608 "lineInterpolation": "linear", 9609 "lineWidth": 1, 9610 "pointSize": 5, 9611 "scaleDistribution": { 9612 "type": "linear" 9613 }, 9614 "showPoints": "never", 9615 "spanNulls": false, 9616 "stacking": { 9617 "group": "A", 9618 "mode": "none" 9619 }, 9620 "thresholdsStyle": { 9621 "mode": "off" 9622 } 9623 }, 9624 "links": [], 9625 "mappings": [], 9626 "min": 0, 9627 "thresholds": { 9628 "mode": "absolute", 9629 "steps": [ 9630 { 9631 "color": "green" 9632 }, 9633 { 9634 "color": "red", 9635 "value": 80 9636 } 9637 ] 9638 }, 9639 "unit": "short" 9640 }, 9641 "overrides": [ 9642 { 9643 "matcher": { 9644 "id": "byName", 9645 "options": "Active" 9646 }, 9647 "properties": [ 9648 { 9649 "id": "color", 9650 "value": { 9651 "fixedColor": "#99440A", 9652 "mode": "fixed" 9653 } 9654 } 9655 ] 9656 }, 9657 { 9658 "matcher": { 9659 "id": "byName", 9660 "options": "Buffers" 9661 }, 9662 "properties": [ 9663 { 9664 "id": "color", 9665 "value": { 9666 "fixedColor": "#58140C", 9667 "mode": "fixed" 9668 } 9669 } 9670 ] 9671 }, 9672 { 9673 "matcher": { 9674 "id": "byName", 9675 "options": "Cache" 9676 }, 9677 "properties": [ 9678 { 9679 "id": "color", 9680 "value": { 9681 "fixedColor": "#6D1F62", 9682 "mode": "fixed" 9683 } 9684 } 9685 ] 9686 }, 9687 { 9688 "matcher": { 9689 "id": "byName", 9690 "options": "Cached" 9691 }, 9692 "properties": [ 9693 { 9694 "id": "color", 9695 "value": { 9696 "fixedColor": "#511749", 9697 "mode": "fixed" 9698 } 9699 } 9700 ] 9701 }, 9702 { 9703 "matcher": { 9704 "id": "byName", 9705 "options": "Committed" 9706 }, 9707 "properties": [ 9708 { 9709 "id": "color", 9710 "value": { 9711 "fixedColor": "#508642", 9712 "mode": "fixed" 9713 } 9714 } 9715 ] 9716 }, 9717 { 9718 "matcher": { 9719 "id": "byName", 9720 "options": "Dirty" 9721 }, 9722 "properties": [ 9723 { 9724 "id": "color", 9725 "value": { 9726 "fixedColor": "#6ED0E0", 9727 "mode": "fixed" 9728 } 9729 } 9730 ] 9731 }, 9732 { 9733 "matcher": { 9734 "id": "byName", 9735 "options": "Free" 9736 }, 9737 "properties": [ 9738 { 9739 "id": "color", 9740 "value": { 9741 "fixedColor": "#B7DBAB", 9742 "mode": "fixed" 9743 } 9744 } 9745 ] 9746 }, 9747 { 9748 "matcher": { 9749 "id": "byName", 9750 "options": "Inactive" 9751 }, 9752 "properties": [ 9753 { 9754 "id": "color", 9755 "value": { 9756 "fixedColor": "#EA6460", 9757 "mode": "fixed" 9758 } 9759 } 9760 ] 9761 }, 9762 { 9763 "matcher": { 9764 "id": "byName", 9765 "options": "Mapped" 9766 }, 9767 "properties": [ 9768 { 9769 "id": "color", 9770 "value": { 9771 "fixedColor": "#052B51", 9772 "mode": "fixed" 9773 } 9774 } 9775 ] 9776 }, 9777 { 9778 "matcher": { 9779 "id": "byName", 9780 "options": "PageTables" 9781 }, 9782 "properties": [ 9783 { 9784 "id": "color", 9785 "value": { 9786 "fixedColor": "#0A50A1", 9787 "mode": "fixed" 9788 } 9789 } 9790 ] 9791 }, 9792 { 9793 "matcher": { 9794 "id": "byName", 9795 "options": "Page_Tables" 9796 }, 9797 "properties": [ 9798 { 9799 "id": "color", 9800 "value": { 9801 "fixedColor": "#0A50A1", 9802 "mode": "fixed" 9803 } 9804 } 9805 ] 9806 }, 9807 { 9808 "matcher": { 9809 "id": "byName", 9810 "options": "Slab_Cache" 9811 }, 9812 "properties": [ 9813 { 9814 "id": "color", 9815 "value": { 9816 "fixedColor": "#EAB839", 9817 "mode": "fixed" 9818 } 9819 } 9820 ] 9821 }, 9822 { 9823 "matcher": { 9824 "id": "byName", 9825 "options": "Swap" 9826 }, 9827 "properties": [ 9828 { 9829 "id": "color", 9830 "value": { 9831 "fixedColor": "#BF1B00", 9832 "mode": "fixed" 9833 } 9834 } 9835 ] 9836 }, 9837 { 9838 "matcher": { 9839 "id": "byName", 9840 "options": "Swap_Cache" 9841 }, 9842 "properties": [ 9843 { 9844 "id": "color", 9845 "value": { 9846 "fixedColor": "#C15C17", 9847 "mode": "fixed" 9848 } 9849 } 9850 ] 9851 }, 9852 { 9853 "matcher": { 9854 "id": "byName", 9855 "options": "Total" 9856 }, 9857 "properties": [ 9858 { 9859 "id": "color", 9860 "value": { 9861 "fixedColor": "#511749", 9862 "mode": "fixed" 9863 } 9864 } 9865 ] 9866 }, 9867 { 9868 "matcher": { 9869 "id": "byName", 9870 "options": "Total RAM" 9871 }, 9872 "properties": [ 9873 { 9874 "id": "color", 9875 "value": { 9876 "fixedColor": "#806EB7", 9877 "mode": "fixed" 9878 } 9879 } 9880 ] 9881 }, 9882 { 9883 "matcher": { 9884 "id": "byName", 9885 "options": "Total RAM + Swap" 9886 }, 9887 "properties": [ 9888 { 9889 "id": "color", 9890 "value": { 9891 "fixedColor": "#806EB7", 9892 "mode": "fixed" 9893 } 9894 } 9895 ] 9896 }, 9897 { 9898 "matcher": { 9899 "id": "byName", 9900 "options": "VmallocUsed" 9901 }, 9902 "properties": [ 9903 { 9904 "id": "color", 9905 "value": { 9906 "fixedColor": "#EA6460", 9907 "mode": "fixed" 9908 } 9909 } 9910 ] 9911 }, 9912 { 9913 "__systemRef": "hideSeriesFrom", 9914 "matcher": { 9915 "id": "byNames", 9916 "options": { 9917 "mode": "exclude", 9918 "names": [ 9919 "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made" 9920 ], 9921 "prefix": "All except:", 9922 "readOnly": true 9923 } 9924 }, 9925 "properties": [ 9926 { 9927 "id": "custom.hideFrom", 9928 "value": { 9929 "legend": false, 9930 "tooltip": false, 9931 "viz": true 9932 } 9933 } 9934 ] 9935 } 9936 ] 9937 }, 9938 "gridPos": { 9939 "h": 6, 9940 "w": 8, 9941 "x": 8, 9942 "y": 41 9943 }, 9944 "id": 428, 9945 "links": [], 9946 "options": { 9947 "legend": { 9948 "calcs": [ 9949 "lastNotNull", 9950 "max", 9951 "min" 9952 ], 9953 "displayMode": "table", 9954 "placement": "bottom", 9955 "showLegend": true 9956 }, 9957 "tooltip": { 9958 "mode": "multi", 9959 "sort": "none" 9960 } 9961 }, 9962 "pluginVersion": "9.2.0", 9963 "targets": [ 9964 { 9965 "datasource": { 9966 "type": "prometheus", 9967 "uid": "${datasource}" 9968 }, 9969 "editorMode": "code", 9970 "expr": "node_memory_HugePages_Free{job=\"$job\",node=\"$node\"}", 9971 "format": "time_series", 9972 "intervalFactor": 1, 9973 "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated", 9974 "range": true, 9975 "refId": "A", 9976 "step": 240 9977 }, 9978 { 9979 "datasource": { 9980 "type": "prometheus", 9981 "uid": "${datasource}" 9982 }, 9983 "editorMode": "code", 9984 "expr": "node_memory_HugePages_Rsvd{job=\"$job\",node=\"$node\"}", 9985 "format": "time_series", 9986 "intervalFactor": 1, 9987 "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made", 9988 "range": true, 9989 "refId": "B", 9990 "step": 240 9991 }, 9992 { 9993 "datasource": { 9994 "type": "prometheus", 9995 "uid": "${datasource}" 9996 }, 9997 "editorMode": "code", 9998 "expr": "node_memory_HugePages_Surp{job=\"$job\",node=\"$node\"}", 9999 "format": "time_series", 10000 "intervalFactor": 1, 10001 "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages", 10002 "range": true, 10003 "refId": "C", 10004 "step": 240 10005 } 10006 ], 10007 "title": "Memory HugePages Counter", 10008 "type": "timeseries" 10009 }, 10010 { 10011 "datasource": { 10012 "type": "prometheus", 10013 "uid": "${datasource}" 10014 }, 10015 "description": "", 10016 "fieldConfig": { 10017 "defaults": { 10018 "color": { 10019 "mode": "palette-classic" 10020 }, 10021 "custom": { 10022 "axisCenteredZero": false, 10023 "axisColorMode": "text", 10024 "axisLabel": "", 10025 "axisPlacement": "auto", 10026 "barAlignment": 0, 10027 "drawStyle": "line", 10028 "fillOpacity": 20, 10029 "gradientMode": "none", 10030 "hideFrom": { 10031 "legend": false, 10032 "tooltip": false, 10033 "viz": false 10034 }, 10035 "lineInterpolation": "linear", 10036 "lineWidth": 1, 10037 "pointSize": 5, 10038 "scaleDistribution": { 10039 "type": "linear" 10040 }, 10041 "showPoints": "never", 10042 "spanNulls": false, 10043 "stacking": { 10044 "group": "A", 10045 "mode": "none" 10046 }, 10047 "thresholdsStyle": { 10048 "mode": "off" 10049 } 10050 }, 10051 "links": [], 10052 "mappings": [], 10053 "min": 0, 10054 "thresholds": { 10055 "mode": "absolute", 10056 "steps": [ 10057 { 10058 "color": "green" 10059 }, 10060 { 10061 "color": "red", 10062 "value": 80 10063 } 10064 ] 10065 }, 10066 "unit": "bytes" 10067 }, 10068 "overrides": [ 10069 { 10070 "matcher": { 10071 "id": "byName", 10072 "options": "Apps" 10073 }, 10074 "properties": [ 10075 { 10076 "id": "color", 10077 "value": { 10078 "fixedColor": "#629E51", 10079 "mode": "fixed" 10080 } 10081 } 10082 ] 10083 }, 10084 { 10085 "matcher": { 10086 "id": "byName", 10087 "options": "Buffers" 10088 }, 10089 "properties": [ 10090 { 10091 "id": "color", 10092 "value": { 10093 "fixedColor": "#614D93", 10094 "mode": "fixed" 10095 } 10096 } 10097 ] 10098 }, 10099 { 10100 "matcher": { 10101 "id": "byName", 10102 "options": "Cache" 10103 }, 10104 "properties": [ 10105 { 10106 "id": "color", 10107 "value": { 10108 "fixedColor": "#6D1F62", 10109 "mode": "fixed" 10110 } 10111 } 10112 ] 10113 }, 10114 { 10115 "matcher": { 10116 "id": "byName", 10117 "options": "Cached" 10118 }, 10119 "properties": [ 10120 { 10121 "id": "color", 10122 "value": { 10123 "fixedColor": "#511749", 10124 "mode": "fixed" 10125 } 10126 } 10127 ] 10128 }, 10129 { 10130 "matcher": { 10131 "id": "byName", 10132 "options": "Committed" 10133 }, 10134 "properties": [ 10135 { 10136 "id": "color", 10137 "value": { 10138 "fixedColor": "#508642", 10139 "mode": "fixed" 10140 } 10141 } 10142 ] 10143 }, 10144 { 10145 "matcher": { 10146 "id": "byName", 10147 "options": "Free" 10148 }, 10149 "properties": [ 10150 { 10151 "id": "color", 10152 "value": { 10153 "fixedColor": "#0A437C", 10154 "mode": "fixed" 10155 } 10156 } 10157 ] 10158 }, 10159 { 10160 "matcher": { 10161 "id": "byName", 10162 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 10163 }, 10164 "properties": [ 10165 { 10166 "id": "color", 10167 "value": { 10168 "fixedColor": "#CFFAFF", 10169 "mode": "fixed" 10170 } 10171 } 10172 ] 10173 }, 10174 { 10175 "matcher": { 10176 "id": "byName", 10177 "options": "Inactive" 10178 }, 10179 "properties": [ 10180 { 10181 "id": "color", 10182 "value": { 10183 "fixedColor": "#584477", 10184 "mode": "fixed" 10185 } 10186 } 10187 ] 10188 }, 10189 { 10190 "matcher": { 10191 "id": "byName", 10192 "options": "PageTables" 10193 }, 10194 "properties": [ 10195 { 10196 "id": "color", 10197 "value": { 10198 "fixedColor": "#0A50A1", 10199 "mode": "fixed" 10200 } 10201 } 10202 ] 10203 }, 10204 { 10205 "matcher": { 10206 "id": "byName", 10207 "options": "Page_Tables" 10208 }, 10209 "properties": [ 10210 { 10211 "id": "color", 10212 "value": { 10213 "fixedColor": "#0A50A1", 10214 "mode": "fixed" 10215 } 10216 } 10217 ] 10218 }, 10219 { 10220 "matcher": { 10221 "id": "byName", 10222 "options": "RAM_Free" 10223 }, 10224 "properties": [ 10225 { 10226 "id": "color", 10227 "value": { 10228 "fixedColor": "#E0F9D7", 10229 "mode": "fixed" 10230 } 10231 } 10232 ] 10233 }, 10234 { 10235 "matcher": { 10236 "id": "byName", 10237 "options": "Slab" 10238 }, 10239 "properties": [ 10240 { 10241 "id": "color", 10242 "value": { 10243 "fixedColor": "#806EB7", 10244 "mode": "fixed" 10245 } 10246 } 10247 ] 10248 }, 10249 { 10250 "matcher": { 10251 "id": "byName", 10252 "options": "Slab_Cache" 10253 }, 10254 "properties": [ 10255 { 10256 "id": "color", 10257 "value": { 10258 "fixedColor": "#E0752D", 10259 "mode": "fixed" 10260 } 10261 } 10262 ] 10263 }, 10264 { 10265 "matcher": { 10266 "id": "byName", 10267 "options": "Swap" 10268 }, 10269 "properties": [ 10270 { 10271 "id": "color", 10272 "value": { 10273 "fixedColor": "#BF1B00", 10274 "mode": "fixed" 10275 } 10276 } 10277 ] 10278 }, 10279 { 10280 "matcher": { 10281 "id": "byName", 10282 "options": "Swap_Cache" 10283 }, 10284 "properties": [ 10285 { 10286 "id": "color", 10287 "value": { 10288 "fixedColor": "#C15C17", 10289 "mode": "fixed" 10290 } 10291 } 10292 ] 10293 }, 10294 { 10295 "matcher": { 10296 "id": "byName", 10297 "options": "Swap_Free" 10298 }, 10299 "properties": [ 10300 { 10301 "id": "color", 10302 "value": { 10303 "fixedColor": "#2F575E", 10304 "mode": "fixed" 10305 } 10306 } 10307 ] 10308 }, 10309 { 10310 "matcher": { 10311 "id": "byName", 10312 "options": "Unused" 10313 }, 10314 "properties": [ 10315 { 10316 "id": "color", 10317 "value": { 10318 "fixedColor": "#EAB839", 10319 "mode": "fixed" 10320 } 10321 } 10322 ] 10323 } 10324 ] 10325 }, 10326 "gridPos": { 10327 "h": 6, 10328 "w": 8, 10329 "x": 16, 10330 "y": 41 10331 }, 10332 "id": 426, 10333 "links": [], 10334 "options": { 10335 "legend": { 10336 "calcs": [ 10337 "mean", 10338 "lastNotNull", 10339 "max", 10340 "min" 10341 ], 10342 "displayMode": "table", 10343 "placement": "bottom", 10344 "showLegend": true, 10345 "width": 350 10346 }, 10347 "tooltip": { 10348 "mode": "multi", 10349 "sort": "none" 10350 } 10351 }, 10352 "pluginVersion": "9.2.0", 10353 "targets": [ 10354 { 10355 "datasource": { 10356 "type": "prometheus", 10357 "uid": "${datasource}" 10358 }, 10359 "editorMode": "code", 10360 "expr": "node_memory_Bounce_bytes{job=\"$job\",node=\"$node\"}", 10361 "format": "time_series", 10362 "intervalFactor": 1, 10363 "legendFormat": "Bounce - Memory used for block device bounce buffers", 10364 "range": true, 10365 "refId": "A", 10366 "step": 240 10367 } 10368 ], 10369 "title": "Memory Bounce", 10370 "type": "timeseries" 10371 } 10372 ], 10373 "targets": [ 10374 { 10375 "datasource": { 10376 "type": "prometheus", 10377 "uid": "${datasource}" 10378 }, 10379 "refId": "A" 10380 } 10381 ], 10382 "title": "Memory Meminfo", 10383 "type": "row" 10384 }, 10385 { 10386 "collapsed": true, 10387 "gridPos": { 10388 "h": 1, 10389 "w": 24, 10390 "x": 0, 10391 "y": 17 10392 }, 10393 "id": 370, 10394 "panels": [ 10395 { 10396 "datasource": { 10397 "type": "prometheus", 10398 "uid": "${datasource}" 10399 }, 10400 "fieldConfig": { 10401 "defaults": { 10402 "color": { 10403 "mode": "palette-classic" 10404 }, 10405 "custom": { 10406 "axisCenteredZero": false, 10407 "axisColorMode": "text", 10408 "axisLabel": "", 10409 "axisPlacement": "auto", 10410 "barAlignment": 0, 10411 "drawStyle": "line", 10412 "fillOpacity": 20, 10413 "gradientMode": "none", 10414 "hideFrom": { 10415 "legend": false, 10416 "tooltip": false, 10417 "viz": false 10418 }, 10419 "lineInterpolation": "linear", 10420 "lineWidth": 1, 10421 "pointSize": 5, 10422 "scaleDistribution": { 10423 "type": "linear" 10424 }, 10425 "showPoints": "never", 10426 "spanNulls": false, 10427 "stacking": { 10428 "group": "A", 10429 "mode": "none" 10430 }, 10431 "thresholdsStyle": { 10432 "mode": "off" 10433 } 10434 }, 10435 "links": [], 10436 "mappings": [], 10437 "thresholds": { 10438 "mode": "absolute", 10439 "steps": [ 10440 { 10441 "color": "green" 10442 }, 10443 { 10444 "color": "red", 10445 "value": 80 10446 } 10447 ] 10448 }, 10449 "unit": "short" 10450 }, 10451 "overrides": [ 10452 { 10453 "matcher": { 10454 "id": "byRegexp", 10455 "options": "/.*out/" 10456 }, 10457 "properties": [ 10458 { 10459 "id": "custom.transform", 10460 "value": "negative-Y" 10461 } 10462 ] 10463 } 10464 ] 10465 }, 10466 "gridPos": { 10467 "h": 6, 10468 "w": 8, 10469 "x": 0, 10470 "y": 18 10471 }, 10472 "id": 176, 10473 "links": [], 10474 "options": { 10475 "legend": { 10476 "calcs": [ 10477 "mean", 10478 "lastNotNull", 10479 "max", 10480 "min" 10481 ], 10482 "displayMode": "table", 10483 "placement": "bottom", 10484 "showLegend": true 10485 }, 10486 "tooltip": { 10487 "mode": "multi", 10488 "sort": "none" 10489 } 10490 }, 10491 "pluginVersion": "9.2.0", 10492 "targets": [ 10493 { 10494 "datasource": { 10495 "type": "prometheus", 10496 "uid": "${datasource}" 10497 }, 10498 "expr": "irate(node_vmstat_pgpgin_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 10499 "format": "time_series", 10500 "intervalFactor": 1, 10501 "legendFormat": "Pagesin - Page in operations", 10502 "refId": "A", 10503 "step": 240 10504 }, 10505 { 10506 "datasource": { 10507 "type": "prometheus", 10508 "uid": "${datasource}" 10509 }, 10510 "expr": "irate(node_vmstat_pgpgout_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 10511 "format": "time_series", 10512 "intervalFactor": 1, 10513 "legendFormat": "Pagesout - Page out operations", 10514 "refId": "B", 10515 "step": 240 10516 } 10517 ], 10518 "title": "Memory Pages In / Out", 10519 "type": "timeseries" 10520 }, 10521 { 10522 "datasource": { 10523 "type": "prometheus", 10524 "uid": "${datasource}" 10525 }, 10526 "fieldConfig": { 10527 "defaults": { 10528 "color": { 10529 "mode": "palette-classic" 10530 }, 10531 "custom": { 10532 "axisCenteredZero": false, 10533 "axisColorMode": "text", 10534 "axisLabel": "", 10535 "axisPlacement": "auto", 10536 "barAlignment": 0, 10537 "drawStyle": "line", 10538 "fillOpacity": 20, 10539 "gradientMode": "none", 10540 "hideFrom": { 10541 "legend": false, 10542 "tooltip": false, 10543 "viz": false 10544 }, 10545 "lineInterpolation": "linear", 10546 "lineWidth": 1, 10547 "pointSize": 5, 10548 "scaleDistribution": { 10549 "type": "linear" 10550 }, 10551 "showPoints": "never", 10552 "spanNulls": false, 10553 "stacking": { 10554 "group": "A", 10555 "mode": "none" 10556 }, 10557 "thresholdsStyle": { 10558 "mode": "off" 10559 } 10560 }, 10561 "links": [], 10562 "mappings": [], 10563 "thresholds": { 10564 "mode": "absolute", 10565 "steps": [ 10566 { 10567 "color": "green" 10568 }, 10569 { 10570 "color": "red", 10571 "value": 80 10572 } 10573 ] 10574 }, 10575 "unit": "short" 10576 }, 10577 "overrides": [ 10578 { 10579 "matcher": { 10580 "id": "byRegexp", 10581 "options": "/.*out/" 10582 }, 10583 "properties": [ 10584 { 10585 "id": "custom.transform", 10586 "value": "negative-Y" 10587 } 10588 ] 10589 } 10590 ] 10591 }, 10592 "gridPos": { 10593 "h": 6, 10594 "w": 8, 10595 "x": 8, 10596 "y": 18 10597 }, 10598 "id": 22, 10599 "links": [], 10600 "options": { 10601 "legend": { 10602 "calcs": [ 10603 "mean", 10604 "lastNotNull", 10605 "max", 10606 "min" 10607 ], 10608 "displayMode": "table", 10609 "placement": "bottom", 10610 "showLegend": true 10611 }, 10612 "tooltip": { 10613 "mode": "multi", 10614 "sort": "none" 10615 } 10616 }, 10617 "pluginVersion": "9.2.0", 10618 "targets": [ 10619 { 10620 "datasource": { 10621 "type": "prometheus", 10622 "uid": "${datasource}" 10623 }, 10624 "expr": "irate(node_vmstat_pswpin_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 10625 "format": "time_series", 10626 "intervalFactor": 1, 10627 "legendFormat": "Pswpin - Pages swapped in", 10628 "refId": "A", 10629 "step": 240 10630 }, 10631 { 10632 "datasource": { 10633 "type": "prometheus", 10634 "uid": "${datasource}" 10635 }, 10636 "expr": "irate(node_vmstat_pswpout_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 10637 "format": "time_series", 10638 "intervalFactor": 1, 10639 "legendFormat": "Pswpout - Pages swapped out", 10640 "refId": "B", 10641 "step": 240 10642 } 10643 ], 10644 "title": "Memory Pages Swap In / Out", 10645 "type": "timeseries" 10646 }, 10647 { 10648 "datasource": { 10649 "type": "prometheus", 10650 "uid": "${datasource}" 10651 }, 10652 "fieldConfig": { 10653 "defaults": { 10654 "color": { 10655 "mode": "palette-classic" 10656 }, 10657 "custom": { 10658 "axisCenteredZero": false, 10659 "axisColorMode": "text", 10660 "axisLabel": "", 10661 "axisPlacement": "auto", 10662 "barAlignment": 0, 10663 "drawStyle": "line", 10664 "fillOpacity": 20, 10665 "gradientMode": "none", 10666 "hideFrom": { 10667 "legend": false, 10668 "tooltip": false, 10669 "viz": false 10670 }, 10671 "lineInterpolation": "linear", 10672 "lineWidth": 1, 10673 "pointSize": 5, 10674 "scaleDistribution": { 10675 "type": "linear" 10676 }, 10677 "showPoints": "never", 10678 "spanNulls": false, 10679 "stacking": { 10680 "group": "A", 10681 "mode": "normal" 10682 }, 10683 "thresholdsStyle": { 10684 "mode": "off" 10685 } 10686 }, 10687 "links": [], 10688 "mappings": [], 10689 "min": 0, 10690 "thresholds": { 10691 "mode": "absolute", 10692 "steps": [ 10693 { 10694 "color": "green" 10695 }, 10696 { 10697 "color": "red", 10698 "value": 80 10699 } 10700 ] 10701 }, 10702 "unit": "short" 10703 }, 10704 "overrides": [ 10705 { 10706 "matcher": { 10707 "id": "byName", 10708 "options": "Apps" 10709 }, 10710 "properties": [ 10711 { 10712 "id": "color", 10713 "value": { 10714 "fixedColor": "#629E51", 10715 "mode": "fixed" 10716 } 10717 } 10718 ] 10719 }, 10720 { 10721 "matcher": { 10722 "id": "byName", 10723 "options": "Buffers" 10724 }, 10725 "properties": [ 10726 { 10727 "id": "color", 10728 "value": { 10729 "fixedColor": "#614D93", 10730 "mode": "fixed" 10731 } 10732 } 10733 ] 10734 }, 10735 { 10736 "matcher": { 10737 "id": "byName", 10738 "options": "Cache" 10739 }, 10740 "properties": [ 10741 { 10742 "id": "color", 10743 "value": { 10744 "fixedColor": "#6D1F62", 10745 "mode": "fixed" 10746 } 10747 } 10748 ] 10749 }, 10750 { 10751 "matcher": { 10752 "id": "byName", 10753 "options": "Cached" 10754 }, 10755 "properties": [ 10756 { 10757 "id": "color", 10758 "value": { 10759 "fixedColor": "#511749", 10760 "mode": "fixed" 10761 } 10762 } 10763 ] 10764 }, 10765 { 10766 "matcher": { 10767 "id": "byName", 10768 "options": "Committed" 10769 }, 10770 "properties": [ 10771 { 10772 "id": "color", 10773 "value": { 10774 "fixedColor": "#508642", 10775 "mode": "fixed" 10776 } 10777 } 10778 ] 10779 }, 10780 { 10781 "matcher": { 10782 "id": "byName", 10783 "options": "Free" 10784 }, 10785 "properties": [ 10786 { 10787 "id": "color", 10788 "value": { 10789 "fixedColor": "#0A437C", 10790 "mode": "fixed" 10791 } 10792 } 10793 ] 10794 }, 10795 { 10796 "matcher": { 10797 "id": "byName", 10798 "options": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working" 10799 }, 10800 "properties": [ 10801 { 10802 "id": "color", 10803 "value": { 10804 "fixedColor": "#CFFAFF", 10805 "mode": "fixed" 10806 } 10807 } 10808 ] 10809 }, 10810 { 10811 "matcher": { 10812 "id": "byName", 10813 "options": "Inactive" 10814 }, 10815 "properties": [ 10816 { 10817 "id": "color", 10818 "value": { 10819 "fixedColor": "#584477", 10820 "mode": "fixed" 10821 } 10822 } 10823 ] 10824 }, 10825 { 10826 "matcher": { 10827 "id": "byName", 10828 "options": "PageTables" 10829 }, 10830 "properties": [ 10831 { 10832 "id": "color", 10833 "value": { 10834 "fixedColor": "#0A50A1", 10835 "mode": "fixed" 10836 } 10837 } 10838 ] 10839 }, 10840 { 10841 "matcher": { 10842 "id": "byName", 10843 "options": "Page_Tables" 10844 }, 10845 "properties": [ 10846 { 10847 "id": "color", 10848 "value": { 10849 "fixedColor": "#0A50A1", 10850 "mode": "fixed" 10851 } 10852 } 10853 ] 10854 }, 10855 { 10856 "matcher": { 10857 "id": "byName", 10858 "options": "RAM_Free" 10859 }, 10860 "properties": [ 10861 { 10862 "id": "color", 10863 "value": { 10864 "fixedColor": "#E0F9D7", 10865 "mode": "fixed" 10866 } 10867 } 10868 ] 10869 }, 10870 { 10871 "matcher": { 10872 "id": "byName", 10873 "options": "Slab" 10874 }, 10875 "properties": [ 10876 { 10877 "id": "color", 10878 "value": { 10879 "fixedColor": "#806EB7", 10880 "mode": "fixed" 10881 } 10882 } 10883 ] 10884 }, 10885 { 10886 "matcher": { 10887 "id": "byName", 10888 "options": "Slab_Cache" 10889 }, 10890 "properties": [ 10891 { 10892 "id": "color", 10893 "value": { 10894 "fixedColor": "#E0752D", 10895 "mode": "fixed" 10896 } 10897 } 10898 ] 10899 }, 10900 { 10901 "matcher": { 10902 "id": "byName", 10903 "options": "Swap" 10904 }, 10905 "properties": [ 10906 { 10907 "id": "color", 10908 "value": { 10909 "fixedColor": "#BF1B00", 10910 "mode": "fixed" 10911 } 10912 } 10913 ] 10914 }, 10915 { 10916 "matcher": { 10917 "id": "byName", 10918 "options": "Swap_Cache" 10919 }, 10920 "properties": [ 10921 { 10922 "id": "color", 10923 "value": { 10924 "fixedColor": "#C15C17", 10925 "mode": "fixed" 10926 } 10927 } 10928 ] 10929 }, 10930 { 10931 "matcher": { 10932 "id": "byName", 10933 "options": "Swap_Free" 10934 }, 10935 "properties": [ 10936 { 10937 "id": "color", 10938 "value": { 10939 "fixedColor": "#2F575E", 10940 "mode": "fixed" 10941 } 10942 } 10943 ] 10944 }, 10945 { 10946 "matcher": { 10947 "id": "byName", 10948 "options": "Unused" 10949 }, 10950 "properties": [ 10951 { 10952 "id": "color", 10953 "value": { 10954 "fixedColor": "#EAB839", 10955 "mode": "fixed" 10956 } 10957 } 10958 ] 10959 }, 10960 { 10961 "matcher": { 10962 "id": "byName", 10963 "options": "Pgfault - Page major and minor fault operations" 10964 }, 10965 "properties": [ 10966 { 10967 "id": "custom.fillOpacity", 10968 "value": 0 10969 }, 10970 { 10971 "id": "custom.stacking", 10972 "value": { 10973 "group": false, 10974 "mode": "normal" 10975 } 10976 } 10977 ] 10978 } 10979 ] 10980 }, 10981 "gridPos": { 10982 "h": 6, 10983 "w": 8, 10984 "x": 16, 10985 "y": 18 10986 }, 10987 "id": 175, 10988 "links": [], 10989 "options": { 10990 "legend": { 10991 "calcs": [ 10992 "mean", 10993 "lastNotNull", 10994 "max", 10995 "min" 10996 ], 10997 "displayMode": "table", 10998 "placement": "bottom", 10999 "showLegend": true, 11000 "width": 350 11001 }, 11002 "tooltip": { 11003 "mode": "multi", 11004 "sort": "none" 11005 } 11006 }, 11007 "pluginVersion": "9.2.0", 11008 "targets": [ 11009 { 11010 "datasource": { 11011 "type": "prometheus", 11012 "uid": "${datasource}" 11013 }, 11014 "expr": "irate(node_vmstat_pgfault_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 11015 "format": "time_series", 11016 "intervalFactor": 1, 11017 "legendFormat": "Pgfault - Page major and minor fault operations", 11018 "refId": "A", 11019 "step": 240 11020 }, 11021 { 11022 "datasource": { 11023 "type": "prometheus", 11024 "uid": "${datasource}" 11025 }, 11026 "expr": "irate(node_vmstat_pgmajfault_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 11027 "format": "time_series", 11028 "intervalFactor": 1, 11029 "legendFormat": "Pgmajfault - Major page fault operations", 11030 "refId": "B", 11031 "step": 240 11032 }, 11033 { 11034 "datasource": { 11035 "type": "prometheus", 11036 "uid": "${datasource}" 11037 }, 11038 "expr": "irate(node_vmstat_pgfault_total{job=\"$job\",node=\"$node\"}[$__rate_interval]) - irate(node_vmstat_pgmajfault_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 11039 "format": "time_series", 11040 "intervalFactor": 1, 11041 "legendFormat": "Pgminfault - Minor page fault operations", 11042 "refId": "C", 11043 "step": 240 11044 } 11045 ], 11046 "title": "Memory Page Faults", 11047 "type": "timeseries" 11048 }, 11049 { 11050 "datasource": { 11051 "type": "prometheus", 11052 "uid": "${datasource}" 11053 }, 11054 "fieldConfig": { 11055 "defaults": { 11056 "color": { 11057 "mode": "palette-classic" 11058 }, 11059 "custom": { 11060 "axisCenteredZero": false, 11061 "axisColorMode": "text", 11062 "axisLabel": "", 11063 "axisPlacement": "auto", 11064 "barAlignment": 0, 11065 "drawStyle": "line", 11066 "fillOpacity": 20, 11067 "gradientMode": "none", 11068 "hideFrom": { 11069 "legend": false, 11070 "tooltip": false, 11071 "viz": false 11072 }, 11073 "lineInterpolation": "linear", 11074 "lineWidth": 1, 11075 "pointSize": 5, 11076 "scaleDistribution": { 11077 "type": "linear" 11078 }, 11079 "showPoints": "never", 11080 "spanNulls": false, 11081 "stacking": { 11082 "group": "A", 11083 "mode": "none" 11084 }, 11085 "thresholdsStyle": { 11086 "mode": "off" 11087 } 11088 }, 11089 "links": [], 11090 "mappings": [], 11091 "min": 0, 11092 "thresholds": { 11093 "mode": "absolute", 11094 "steps": [ 11095 { 11096 "color": "green" 11097 }, 11098 { 11099 "color": "red", 11100 "value": 80 11101 } 11102 ] 11103 }, 11104 "unit": "short" 11105 }, 11106 "overrides": [ 11107 { 11108 "matcher": { 11109 "id": "byName", 11110 "options": "Active" 11111 }, 11112 "properties": [ 11113 { 11114 "id": "color", 11115 "value": { 11116 "fixedColor": "#99440A", 11117 "mode": "fixed" 11118 } 11119 } 11120 ] 11121 }, 11122 { 11123 "matcher": { 11124 "id": "byName", 11125 "options": "Buffers" 11126 }, 11127 "properties": [ 11128 { 11129 "id": "color", 11130 "value": { 11131 "fixedColor": "#58140C", 11132 "mode": "fixed" 11133 } 11134 } 11135 ] 11136 }, 11137 { 11138 "matcher": { 11139 "id": "byName", 11140 "options": "Cache" 11141 }, 11142 "properties": [ 11143 { 11144 "id": "color", 11145 "value": { 11146 "fixedColor": "#6D1F62", 11147 "mode": "fixed" 11148 } 11149 } 11150 ] 11151 }, 11152 { 11153 "matcher": { 11154 "id": "byName", 11155 "options": "Cached" 11156 }, 11157 "properties": [ 11158 { 11159 "id": "color", 11160 "value": { 11161 "fixedColor": "#511749", 11162 "mode": "fixed" 11163 } 11164 } 11165 ] 11166 }, 11167 { 11168 "matcher": { 11169 "id": "byName", 11170 "options": "Committed" 11171 }, 11172 "properties": [ 11173 { 11174 "id": "color", 11175 "value": { 11176 "fixedColor": "#508642", 11177 "mode": "fixed" 11178 } 11179 } 11180 ] 11181 }, 11182 { 11183 "matcher": { 11184 "id": "byName", 11185 "options": "Dirty" 11186 }, 11187 "properties": [ 11188 { 11189 "id": "color", 11190 "value": { 11191 "fixedColor": "#6ED0E0", 11192 "mode": "fixed" 11193 } 11194 } 11195 ] 11196 }, 11197 { 11198 "matcher": { 11199 "id": "byName", 11200 "options": "Free" 11201 }, 11202 "properties": [ 11203 { 11204 "id": "color", 11205 "value": { 11206 "fixedColor": "#B7DBAB", 11207 "mode": "fixed" 11208 } 11209 } 11210 ] 11211 }, 11212 { 11213 "matcher": { 11214 "id": "byName", 11215 "options": "Inactive" 11216 }, 11217 "properties": [ 11218 { 11219 "id": "color", 11220 "value": { 11221 "fixedColor": "#EA6460", 11222 "mode": "fixed" 11223 } 11224 } 11225 ] 11226 }, 11227 { 11228 "matcher": { 11229 "id": "byName", 11230 "options": "Mapped" 11231 }, 11232 "properties": [ 11233 { 11234 "id": "color", 11235 "value": { 11236 "fixedColor": "#052B51", 11237 "mode": "fixed" 11238 } 11239 } 11240 ] 11241 }, 11242 { 11243 "matcher": { 11244 "id": "byName", 11245 "options": "PageTables" 11246 }, 11247 "properties": [ 11248 { 11249 "id": "color", 11250 "value": { 11251 "fixedColor": "#0A50A1", 11252 "mode": "fixed" 11253 } 11254 } 11255 ] 11256 }, 11257 { 11258 "matcher": { 11259 "id": "byName", 11260 "options": "Page_Tables" 11261 }, 11262 "properties": [ 11263 { 11264 "id": "color", 11265 "value": { 11266 "fixedColor": "#0A50A1", 11267 "mode": "fixed" 11268 } 11269 } 11270 ] 11271 }, 11272 { 11273 "matcher": { 11274 "id": "byName", 11275 "options": "Slab_Cache" 11276 }, 11277 "properties": [ 11278 { 11279 "id": "color", 11280 "value": { 11281 "fixedColor": "#EAB839", 11282 "mode": "fixed" 11283 } 11284 } 11285 ] 11286 }, 11287 { 11288 "matcher": { 11289 "id": "byName", 11290 "options": "Swap" 11291 }, 11292 "properties": [ 11293 { 11294 "id": "color", 11295 "value": { 11296 "fixedColor": "#BF1B00", 11297 "mode": "fixed" 11298 } 11299 } 11300 ] 11301 }, 11302 { 11303 "matcher": { 11304 "id": "byName", 11305 "options": "Swap_Cache" 11306 }, 11307 "properties": [ 11308 { 11309 "id": "color", 11310 "value": { 11311 "fixedColor": "#C15C17", 11312 "mode": "fixed" 11313 } 11314 } 11315 ] 11316 }, 11317 { 11318 "matcher": { 11319 "id": "byName", 11320 "options": "Total" 11321 }, 11322 "properties": [ 11323 { 11324 "id": "color", 11325 "value": { 11326 "fixedColor": "#511749", 11327 "mode": "fixed" 11328 } 11329 } 11330 ] 11331 }, 11332 { 11333 "matcher": { 11334 "id": "byName", 11335 "options": "Total RAM" 11336 }, 11337 "properties": [ 11338 { 11339 "id": "color", 11340 "value": { 11341 "fixedColor": "#052B51", 11342 "mode": "fixed" 11343 } 11344 } 11345 ] 11346 }, 11347 { 11348 "matcher": { 11349 "id": "byName", 11350 "options": "Total RAM + Swap" 11351 }, 11352 "properties": [ 11353 { 11354 "id": "color", 11355 "value": { 11356 "fixedColor": "#052B51", 11357 "mode": "fixed" 11358 } 11359 } 11360 ] 11361 }, 11362 { 11363 "matcher": { 11364 "id": "byName", 11365 "options": "Total Swap" 11366 }, 11367 "properties": [ 11368 { 11369 "id": "color", 11370 "value": { 11371 "fixedColor": "#614D93", 11372 "mode": "fixed" 11373 } 11374 } 11375 ] 11376 }, 11377 { 11378 "matcher": { 11379 "id": "byName", 11380 "options": "VmallocUsed" 11381 }, 11382 "properties": [ 11383 { 11384 "id": "color", 11385 "value": { 11386 "fixedColor": "#EA6460", 11387 "mode": "fixed" 11388 } 11389 } 11390 ] 11391 } 11392 ] 11393 }, 11394 "gridPos": { 11395 "h": 6, 11396 "w": 8, 11397 "x": 0, 11398 "y": 24 11399 }, 11400 "id": 307, 11401 "links": [], 11402 "options": { 11403 "legend": { 11404 "calcs": [ 11405 "mean", 11406 "lastNotNull", 11407 "max", 11408 "min" 11409 ], 11410 "displayMode": "table", 11411 "placement": "bottom", 11412 "showLegend": true 11413 }, 11414 "tooltip": { 11415 "mode": "multi", 11416 "sort": "none" 11417 } 11418 }, 11419 "pluginVersion": "9.2.0", 11420 "targets": [ 11421 { 11422 "datasource": { 11423 "type": "prometheus", 11424 "uid": "${datasource}" 11425 }, 11426 "expr": "irate(node_vmstat_oom_kill_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 11427 "format": "time_series", 11428 "interval": "", 11429 "intervalFactor": 1, 11430 "legendFormat": "oom killer invocations ", 11431 "refId": "A", 11432 "step": 240 11433 } 11434 ], 11435 "title": "OOM Killer", 11436 "type": "timeseries" 11437 } 11438 ], 11439 "title": "Memory Vmstat", 11440 "type": "row" 11441 }, 11442 { 11443 "collapsed": true, 11444 "gridPos": { 11445 "h": 1, 11446 "w": 24, 11447 "x": 0, 11448 "y": 18 11449 }, 11450 "id": 386, 11451 "panels": [ 11452 { 11453 "datasource": { 11454 "type": "prometheus", 11455 "uid": "${datasource}" 11456 }, 11457 "description": "", 11458 "fieldConfig": { 11459 "defaults": { 11460 "color": { 11461 "mode": "palette-classic" 11462 }, 11463 "custom": { 11464 "axisCenteredZero": false, 11465 "axisColorMode": "text", 11466 "axisLabel": "", 11467 "axisPlacement": "auto", 11468 "barAlignment": 0, 11469 "drawStyle": "line", 11470 "fillOpacity": 20, 11471 "gradientMode": "none", 11472 "hideFrom": { 11473 "legend": false, 11474 "tooltip": false, 11475 "viz": false 11476 }, 11477 "lineInterpolation": "linear", 11478 "lineWidth": 1, 11479 "pointSize": 5, 11480 "scaleDistribution": { 11481 "type": "linear" 11482 }, 11483 "showPoints": "never", 11484 "spanNulls": false, 11485 "stacking": { 11486 "group": "A", 11487 "mode": "none" 11488 }, 11489 "thresholdsStyle": { 11490 "mode": "off" 11491 } 11492 }, 11493 "links": [], 11494 "mappings": [], 11495 "thresholds": { 11496 "mode": "absolute", 11497 "steps": [ 11498 { 11499 "color": "green" 11500 }, 11501 { 11502 "color": "red", 11503 "value": 80 11504 } 11505 ] 11506 }, 11507 "unit": "s" 11508 }, 11509 "overrides": [ 11510 { 11511 "matcher": { 11512 "id": "byRegexp", 11513 "options": "/.*Variation*./" 11514 }, 11515 "properties": [ 11516 { 11517 "id": "color", 11518 "value": { 11519 "fixedColor": "#890F02", 11520 "mode": "fixed" 11521 } 11522 } 11523 ] 11524 } 11525 ] 11526 }, 11527 "gridPos": { 11528 "h": 6, 11529 "w": 8, 11530 "x": 0, 11531 "y": 19 11532 }, 11533 "id": 260, 11534 "links": [], 11535 "options": { 11536 "legend": { 11537 "calcs": [ 11538 "mean", 11539 "lastNotNull", 11540 "max", 11541 "min" 11542 ], 11543 "displayMode": "table", 11544 "placement": "bottom", 11545 "showLegend": true 11546 }, 11547 "tooltip": { 11548 "mode": "multi", 11549 "sort": "none" 11550 } 11551 }, 11552 "pluginVersion": "9.2.0", 11553 "targets": [ 11554 { 11555 "datasource": { 11556 "type": "prometheus", 11557 "uid": "${datasource}" 11558 }, 11559 "editorMode": "code", 11560 "expr": "node_timex_estimated_error_seconds{job=\"$job\",node=\"$node\"}", 11561 "format": "time_series", 11562 "hide": false, 11563 "interval": "", 11564 "intervalFactor": 1, 11565 "legendFormat": "Estimated error in seconds", 11566 "range": true, 11567 "refId": "A", 11568 "step": 240 11569 }, 11570 { 11571 "datasource": { 11572 "type": "prometheus", 11573 "uid": "${datasource}" 11574 }, 11575 "expr": "node_timex_offset_seconds{job=\"$job\",node=\"$node\"}", 11576 "format": "time_series", 11577 "hide": false, 11578 "interval": "", 11579 "intervalFactor": 1, 11580 "legendFormat": "Time offset in between local system and reference clock", 11581 "refId": "B", 11582 "step": 240 11583 }, 11584 { 11585 "datasource": { 11586 "type": "prometheus", 11587 "uid": "${datasource}" 11588 }, 11589 "expr": "node_timex_maxerror_seconds{job=\"$job\",node=\"$node\"}", 11590 "format": "time_series", 11591 "hide": false, 11592 "interval": "", 11593 "intervalFactor": 1, 11594 "legendFormat": "Maximum error in seconds", 11595 "refId": "C", 11596 "step": 240 11597 } 11598 ], 11599 "title": "Time Synchronized Drift", 11600 "type": "timeseries" 11601 }, 11602 { 11603 "datasource": { 11604 "type": "prometheus", 11605 "uid": "${datasource}" 11606 }, 11607 "description": "", 11608 "fieldConfig": { 11609 "defaults": { 11610 "color": { 11611 "mode": "palette-classic" 11612 }, 11613 "custom": { 11614 "axisCenteredZero": false, 11615 "axisColorMode": "text", 11616 "axisLabel": "", 11617 "axisPlacement": "auto", 11618 "barAlignment": 0, 11619 "drawStyle": "line", 11620 "fillOpacity": 20, 11621 "gradientMode": "none", 11622 "hideFrom": { 11623 "legend": false, 11624 "tooltip": false, 11625 "viz": false 11626 }, 11627 "lineInterpolation": "linear", 11628 "lineWidth": 1, 11629 "pointSize": 5, 11630 "scaleDistribution": { 11631 "type": "linear" 11632 }, 11633 "showPoints": "never", 11634 "spanNulls": false, 11635 "stacking": { 11636 "group": "A", 11637 "mode": "none" 11638 }, 11639 "thresholdsStyle": { 11640 "mode": "off" 11641 } 11642 }, 11643 "links": [], 11644 "mappings": [], 11645 "thresholds": { 11646 "mode": "absolute", 11647 "steps": [ 11648 { 11649 "color": "green" 11650 }, 11651 { 11652 "color": "red", 11653 "value": 80 11654 } 11655 ] 11656 }, 11657 "unit": "short" 11658 }, 11659 "overrides": [] 11660 }, 11661 "gridPos": { 11662 "h": 6, 11663 "w": 8, 11664 "x": 8, 11665 "y": 19 11666 }, 11667 "id": 291, 11668 "links": [], 11669 "options": { 11670 "legend": { 11671 "calcs": [ 11672 "mean", 11673 "lastNotNull", 11674 "max", 11675 "min" 11676 ], 11677 "displayMode": "table", 11678 "placement": "bottom", 11679 "showLegend": true 11680 }, 11681 "tooltip": { 11682 "mode": "multi", 11683 "sort": "none" 11684 } 11685 }, 11686 "pluginVersion": "9.2.0", 11687 "targets": [ 11688 { 11689 "datasource": { 11690 "type": "prometheus", 11691 "uid": "${datasource}" 11692 }, 11693 "expr": "node_timex_loop_time_constant{job=\"$job\",node=\"$node\"}", 11694 "format": "time_series", 11695 "interval": "", 11696 "intervalFactor": 1, 11697 "legendFormat": "Phase-locked loop time adjust", 11698 "refId": "A", 11699 "step": 240 11700 } 11701 ], 11702 "title": "Time PLL Adjust", 11703 "type": "timeseries" 11704 }, 11705 { 11706 "datasource": { 11707 "type": "prometheus", 11708 "uid": "${datasource}" 11709 }, 11710 "description": "", 11711 "fieldConfig": { 11712 "defaults": { 11713 "color": { 11714 "mode": "palette-classic" 11715 }, 11716 "custom": { 11717 "axisCenteredZero": false, 11718 "axisColorMode": "text", 11719 "axisLabel": "", 11720 "axisPlacement": "auto", 11721 "barAlignment": 0, 11722 "drawStyle": "line", 11723 "fillOpacity": 20, 11724 "gradientMode": "none", 11725 "hideFrom": { 11726 "legend": false, 11727 "tooltip": false, 11728 "viz": false 11729 }, 11730 "lineInterpolation": "linear", 11731 "lineWidth": 1, 11732 "pointSize": 5, 11733 "scaleDistribution": { 11734 "type": "linear" 11735 }, 11736 "showPoints": "never", 11737 "spanNulls": false, 11738 "stacking": { 11739 "group": "A", 11740 "mode": "none" 11741 }, 11742 "thresholdsStyle": { 11743 "mode": "off" 11744 } 11745 }, 11746 "links": [], 11747 "mappings": [], 11748 "thresholds": { 11749 "mode": "absolute", 11750 "steps": [ 11751 { 11752 "color": "green" 11753 }, 11754 { 11755 "color": "red", 11756 "value": 80 11757 } 11758 ] 11759 }, 11760 "unit": "short" 11761 }, 11762 "overrides": [ 11763 { 11764 "matcher": { 11765 "id": "byRegexp", 11766 "options": "/.*Variation*./" 11767 }, 11768 "properties": [ 11769 { 11770 "id": "color", 11771 "value": { 11772 "fixedColor": "#890F02", 11773 "mode": "fixed" 11774 } 11775 } 11776 ] 11777 } 11778 ] 11779 }, 11780 "gridPos": { 11781 "h": 6, 11782 "w": 8, 11783 "x": 16, 11784 "y": 19 11785 }, 11786 "id": 168, 11787 "links": [], 11788 "options": { 11789 "legend": { 11790 "calcs": [ 11791 "mean", 11792 "lastNotNull", 11793 "max", 11794 "min" 11795 ], 11796 "displayMode": "table", 11797 "placement": "bottom", 11798 "showLegend": true 11799 }, 11800 "tooltip": { 11801 "mode": "multi", 11802 "sort": "none" 11803 } 11804 }, 11805 "pluginVersion": "9.2.0", 11806 "targets": [ 11807 { 11808 "datasource": { 11809 "type": "prometheus", 11810 "uid": "${datasource}" 11811 }, 11812 "expr": "node_timex_sync_status{job=\"$job\",node=\"$node\"}", 11813 "format": "time_series", 11814 "interval": "", 11815 "intervalFactor": 1, 11816 "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)", 11817 "refId": "A", 11818 "step": 240 11819 }, 11820 { 11821 "datasource": { 11822 "type": "prometheus", 11823 "uid": "${datasource}" 11824 }, 11825 "expr": "node_timex_frequency_adjustment_ratio{job=\"$job\",node=\"$node\"}", 11826 "format": "time_series", 11827 "interval": "", 11828 "intervalFactor": 1, 11829 "legendFormat": "Local clock frequency adjustment", 11830 "refId": "B", 11831 "step": 240 11832 } 11833 ], 11834 "title": "Time Synchronized Status", 11835 "type": "timeseries" 11836 }, 11837 { 11838 "datasource": { 11839 "type": "prometheus", 11840 "uid": "${datasource}" 11841 }, 11842 "description": "", 11843 "fieldConfig": { 11844 "defaults": { 11845 "color": { 11846 "mode": "palette-classic" 11847 }, 11848 "custom": { 11849 "axisCenteredZero": false, 11850 "axisColorMode": "text", 11851 "axisLabel": "", 11852 "axisPlacement": "auto", 11853 "barAlignment": 0, 11854 "drawStyle": "line", 11855 "fillOpacity": 20, 11856 "gradientMode": "none", 11857 "hideFrom": { 11858 "legend": false, 11859 "tooltip": false, 11860 "viz": false 11861 }, 11862 "lineInterpolation": "linear", 11863 "lineWidth": 1, 11864 "pointSize": 5, 11865 "scaleDistribution": { 11866 "type": "linear" 11867 }, 11868 "showPoints": "never", 11869 "spanNulls": false, 11870 "stacking": { 11871 "group": "A", 11872 "mode": "none" 11873 }, 11874 "thresholdsStyle": { 11875 "mode": "off" 11876 } 11877 }, 11878 "links": [], 11879 "mappings": [], 11880 "thresholds": { 11881 "mode": "absolute", 11882 "steps": [ 11883 { 11884 "color": "green" 11885 }, 11886 { 11887 "color": "red", 11888 "value": 80 11889 } 11890 ] 11891 }, 11892 "unit": "s" 11893 }, 11894 "overrides": [] 11895 }, 11896 "gridPos": { 11897 "h": 6, 11898 "w": 8, 11899 "x": 0, 11900 "y": 25 11901 }, 11902 "id": 294, 11903 "links": [], 11904 "options": { 11905 "legend": { 11906 "calcs": [ 11907 "mean", 11908 "lastNotNull", 11909 "max", 11910 "min" 11911 ], 11912 "displayMode": "table", 11913 "placement": "bottom", 11914 "showLegend": true 11915 }, 11916 "tooltip": { 11917 "mode": "multi", 11918 "sort": "none" 11919 } 11920 }, 11921 "pluginVersion": "9.2.0", 11922 "targets": [ 11923 { 11924 "datasource": { 11925 "type": "prometheus", 11926 "uid": "${datasource}" 11927 }, 11928 "expr": "node_timex_tick_seconds{job=\"$job\",node=\"$node\"}", 11929 "format": "time_series", 11930 "interval": "", 11931 "intervalFactor": 1, 11932 "legendFormat": "Seconds between clock ticks", 11933 "refId": "A", 11934 "step": 240 11935 }, 11936 { 11937 "datasource": { 11938 "type": "prometheus", 11939 "uid": "${datasource}" 11940 }, 11941 "expr": "node_timex_tai_offset_seconds{job=\"$job\",node=\"$node\"}", 11942 "format": "time_series", 11943 "interval": "", 11944 "intervalFactor": 1, 11945 "legendFormat": "International Atomic Time (TAI) offset", 11946 "refId": "B", 11947 "step": 240 11948 } 11949 ], 11950 "title": "Time Misc", 11951 "type": "timeseries" 11952 } 11953 ], 11954 "title": "System Time Synchronize", 11955 "type": "row" 11956 }, 11957 { 11958 "collapsed": true, 11959 "gridPos": { 11960 "h": 1, 11961 "w": 24, 11962 "x": 0, 11963 "y": 19 11964 }, 11965 "id": 376, 11966 "panels": [ 11967 { 11968 "datasource": { 11969 "type": "prometheus", 11970 "uid": "${datasource}" 11971 }, 11972 "fieldConfig": { 11973 "defaults": { 11974 "color": { 11975 "mode": "palette-classic" 11976 }, 11977 "custom": { 11978 "axisCenteredZero": false, 11979 "axisColorMode": "text", 11980 "axisLabel": "", 11981 "axisPlacement": "auto", 11982 "barAlignment": 0, 11983 "drawStyle": "line", 11984 "fillOpacity": 20, 11985 "gradientMode": "none", 11986 "hideFrom": { 11987 "legend": false, 11988 "tooltip": false, 11989 "viz": false 11990 }, 11991 "lineInterpolation": "linear", 11992 "lineWidth": 1, 11993 "pointSize": 5, 11994 "scaleDistribution": { 11995 "type": "linear" 11996 }, 11997 "showPoints": "never", 11998 "spanNulls": false, 11999 "stacking": { 12000 "group": "A", 12001 "mode": "none" 12002 }, 12003 "thresholdsStyle": { 12004 "mode": "off" 12005 } 12006 }, 12007 "links": [], 12008 "mappings": [], 12009 "min": 0, 12010 "thresholds": { 12011 "mode": "absolute", 12012 "steps": [ 12013 { 12014 "color": "green" 12015 }, 12016 { 12017 "color": "red", 12018 "value": 80 12019 } 12020 ] 12021 }, 12022 "unit": "short" 12023 }, 12024 "overrides": [] 12025 }, 12026 "gridPos": { 12027 "h": 6, 12028 "w": 8, 12029 "x": 0, 12030 "y": 20 12031 }, 12032 "id": 62, 12033 "links": [], 12034 "options": { 12035 "legend": { 12036 "calcs": [ 12037 "mean", 12038 "lastNotNull", 12039 "max", 12040 "min" 12041 ], 12042 "displayMode": "table", 12043 "placement": "bottom", 12044 "showLegend": true 12045 }, 12046 "tooltip": { 12047 "mode": "multi", 12048 "sort": "none" 12049 } 12050 }, 12051 "pluginVersion": "9.2.0", 12052 "targets": [ 12053 { 12054 "datasource": { 12055 "type": "prometheus", 12056 "uid": "${datasource}" 12057 }, 12058 "expr": "node_procs_running{job=\"$job\",node=\"$node\"}", 12059 "format": "time_series", 12060 "intervalFactor": 1, 12061 "legendFormat": "Processes in runnable state", 12062 "refId": "B", 12063 "step": 240 12064 }, 12065 { 12066 "datasource": { 12067 "type": "prometheus", 12068 "uid": "${datasource}" 12069 }, 12070 "editorMode": "code", 12071 "expr": "node_procs_blocked{job=\"$job\",node=\"$node\"}", 12072 "format": "time_series", 12073 "hide": false, 12074 "intervalFactor": 1, 12075 "legendFormat": "Processes blocked waiting for I/O to complete", 12076 "range": true, 12077 "refId": "C", 12078 "step": 240 12079 } 12080 ], 12081 "title": "Processes Status", 12082 "type": "timeseries" 12083 }, 12084 { 12085 "datasource": { 12086 "type": "prometheus", 12087 "uid": "${datasource}" 12088 }, 12089 "fieldConfig": { 12090 "defaults": { 12091 "color": { 12092 "mode": "palette-classic" 12093 }, 12094 "custom": { 12095 "axisCenteredZero": false, 12096 "axisColorMode": "text", 12097 "axisLabel": "", 12098 "axisPlacement": "auto", 12099 "barAlignment": 0, 12100 "drawStyle": "line", 12101 "fillOpacity": 20, 12102 "gradientMode": "none", 12103 "hideFrom": { 12104 "legend": false, 12105 "tooltip": false, 12106 "viz": false 12107 }, 12108 "lineInterpolation": "linear", 12109 "lineWidth": 1, 12110 "pointSize": 5, 12111 "scaleDistribution": { 12112 "type": "linear" 12113 }, 12114 "showPoints": "never", 12115 "spanNulls": false, 12116 "stacking": { 12117 "group": "A", 12118 "mode": "none" 12119 }, 12120 "thresholdsStyle": { 12121 "mode": "off" 12122 } 12123 }, 12124 "links": [], 12125 "mappings": [], 12126 "min": 0, 12127 "thresholds": { 12128 "mode": "absolute", 12129 "steps": [ 12130 { 12131 "color": "green" 12132 }, 12133 { 12134 "color": "red", 12135 "value": 80 12136 } 12137 ] 12138 }, 12139 "unit": "short" 12140 }, 12141 "overrides": [] 12142 }, 12143 "gridPos": { 12144 "h": 6, 12145 "w": 8, 12146 "x": 8, 12147 "y": 20 12148 }, 12149 "id": 148, 12150 "links": [], 12151 "options": { 12152 "legend": { 12153 "calcs": [ 12154 "mean", 12155 "lastNotNull", 12156 "max", 12157 "min" 12158 ], 12159 "displayMode": "table", 12160 "placement": "bottom", 12161 "showLegend": true 12162 }, 12163 "tooltip": { 12164 "mode": "multi", 12165 "sort": "none" 12166 } 12167 }, 12168 "pluginVersion": "9.2.0", 12169 "targets": [ 12170 { 12171 "datasource": { 12172 "type": "prometheus", 12173 "uid": "${datasource}" 12174 }, 12175 "editorMode": "code", 12176 "expr": "irate(node_forks_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 12177 "format": "time_series", 12178 "hide": false, 12179 "intervalFactor": 1, 12180 "legendFormat": "Processes forks second", 12181 "range": true, 12182 "refId": "A", 12183 "step": 240 12184 } 12185 ], 12186 "title": "Processes Forks", 12187 "type": "timeseries" 12188 }, 12189 { 12190 "datasource": { 12191 "type": "prometheus", 12192 "uid": "${datasource}" 12193 }, 12194 "fieldConfig": { 12195 "defaults": { 12196 "color": { 12197 "mode": "palette-classic" 12198 }, 12199 "custom": { 12200 "axisCenteredZero": false, 12201 "axisColorMode": "text", 12202 "axisLabel": "", 12203 "axisPlacement": "auto", 12204 "barAlignment": 0, 12205 "drawStyle": "line", 12206 "fillOpacity": 20, 12207 "gradientMode": "none", 12208 "hideFrom": { 12209 "legend": false, 12210 "tooltip": false, 12211 "viz": false 12212 }, 12213 "lineInterpolation": "linear", 12214 "lineWidth": 1, 12215 "pointSize": 5, 12216 "scaleDistribution": { 12217 "type": "linear" 12218 }, 12219 "showPoints": "never", 12220 "spanNulls": false, 12221 "stacking": { 12222 "group": "A", 12223 "mode": "none" 12224 }, 12225 "thresholdsStyle": { 12226 "mode": "off" 12227 } 12228 }, 12229 "links": [], 12230 "mappings": [], 12231 "thresholds": { 12232 "mode": "absolute", 12233 "steps": [ 12234 { 12235 "color": "green" 12236 }, 12237 { 12238 "color": "red", 12239 "value": 80 12240 } 12241 ] 12242 }, 12243 "unit": "short" 12244 }, 12245 "overrides": [] 12246 }, 12247 "gridPos": { 12248 "h": 6, 12249 "w": 8, 12250 "x": 16, 12251 "y": 20 12252 }, 12253 "id": 306, 12254 "links": [], 12255 "options": { 12256 "legend": { 12257 "calcs": [ 12258 "mean", 12259 "lastNotNull", 12260 "max", 12261 "min" 12262 ], 12263 "displayMode": "table", 12264 "placement": "bottom", 12265 "showLegend": true 12266 }, 12267 "tooltip": { 12268 "mode": "multi", 12269 "sort": "none" 12270 } 12271 }, 12272 "pluginVersion": "9.2.0", 12273 "targets": [ 12274 { 12275 "datasource": { 12276 "type": "prometheus", 12277 "uid": "${datasource}" 12278 }, 12279 "editorMode": "code", 12280 "expr": "irate(node_schedstat_timeslices_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 12281 "format": "time_series", 12282 "interval": "", 12283 "intervalFactor": 1, 12284 "legendFormat": "CPU {{ cpu }}", 12285 "range": true, 12286 "refId": "A", 12287 "step": 240 12288 } 12289 ], 12290 "title": "Schedule Timeslices Executed by each cpu", 12291 "type": "timeseries" 12292 }, 12293 { 12294 "datasource": { 12295 "type": "prometheus", 12296 "uid": "${datasource}" 12297 }, 12298 "description": "", 12299 "fieldConfig": { 12300 "defaults": { 12301 "color": { 12302 "mode": "palette-classic" 12303 }, 12304 "custom": { 12305 "axisCenteredZero": false, 12306 "axisColorMode": "text", 12307 "axisLabel": "seconds", 12308 "axisPlacement": "auto", 12309 "barAlignment": 0, 12310 "drawStyle": "line", 12311 "fillOpacity": 20, 12312 "gradientMode": "none", 12313 "hideFrom": { 12314 "legend": false, 12315 "tooltip": false, 12316 "viz": false 12317 }, 12318 "lineInterpolation": "linear", 12319 "lineWidth": 1, 12320 "pointSize": 5, 12321 "scaleDistribution": { 12322 "type": "linear" 12323 }, 12324 "showPoints": "never", 12325 "spanNulls": false, 12326 "stacking": { 12327 "group": "A", 12328 "mode": "none" 12329 }, 12330 "thresholdsStyle": { 12331 "mode": "off" 12332 } 12333 }, 12334 "links": [], 12335 "mappings": [], 12336 "thresholds": { 12337 "mode": "absolute", 12338 "steps": [ 12339 { 12340 "color": "green" 12341 }, 12342 { 12343 "color": "red", 12344 "value": 80 12345 } 12346 ] 12347 }, 12348 "unit": "s" 12349 }, 12350 "overrides": [ 12351 { 12352 "matcher": { 12353 "id": "byRegexp", 12354 "options": "/.*waiting.*/" 12355 }, 12356 "properties": [ 12357 { 12358 "id": "custom.transform", 12359 "value": "negative-Y" 12360 } 12361 ] 12362 } 12363 ] 12364 }, 12365 "gridPos": { 12366 "h": 6, 12367 "w": 8, 12368 "x": 0, 12369 "y": 26 12370 }, 12371 "id": 388, 12372 "links": [], 12373 "options": { 12374 "legend": { 12375 "calcs": [ 12376 "mean", 12377 "lastNotNull", 12378 "max", 12379 "min" 12380 ], 12381 "displayMode": "table", 12382 "placement": "bottom", 12383 "showLegend": true 12384 }, 12385 "tooltip": { 12386 "mode": "multi", 12387 "sort": "none" 12388 } 12389 }, 12390 "pluginVersion": "9.2.0", 12391 "targets": [ 12392 { 12393 "datasource": { 12394 "type": "prometheus", 12395 "uid": "${datasource}" 12396 }, 12397 "editorMode": "code", 12398 "expr": "irate(node_schedstat_running_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 12399 "format": "time_series", 12400 "interval": "", 12401 "intervalFactor": 1, 12402 "legendFormat": "CPU {{ cpu }} - seconds spent running a process", 12403 "range": true, 12404 "refId": "A", 12405 "step": 240 12406 }, 12407 { 12408 "datasource": { 12409 "type": "prometheus", 12410 "uid": "${datasource}" 12411 }, 12412 "editorMode": "code", 12413 "expr": "irate(node_schedstat_waiting_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 12414 "format": "time_series", 12415 "interval": "", 12416 "intervalFactor": 1, 12417 "legendFormat": "CPU {{ cpu }} - seconds spent by processing waiting for this CPU", 12418 "range": true, 12419 "refId": "B", 12420 "step": 240 12421 } 12422 ], 12423 "title": "Process Schedule Stats Running / Waiting", 12424 "type": "timeseries" 12425 } 12426 ], 12427 "title": "System Processes", 12428 "type": "row" 12429 }, 12430 { 12431 "collapsed": true, 12432 "gridPos": { 12433 "h": 1, 12434 "w": 24, 12435 "x": 0, 12436 "y": 20 12437 }, 12438 "id": 333, 12439 "panels": [ 12440 { 12441 "datasource": { 12442 "type": "prometheus", 12443 "uid": "${datasource}" 12444 }, 12445 "fieldConfig": { 12446 "defaults": { 12447 "color": { 12448 "mode": "palette-classic" 12449 }, 12450 "custom": { 12451 "axisCenteredZero": false, 12452 "axisColorMode": "text", 12453 "axisLabel": "", 12454 "axisPlacement": "auto", 12455 "barAlignment": 0, 12456 "drawStyle": "line", 12457 "fillOpacity": 20, 12458 "gradientMode": "none", 12459 "hideFrom": { 12460 "legend": false, 12461 "tooltip": false, 12462 "viz": false 12463 }, 12464 "lineInterpolation": "linear", 12465 "lineWidth": 1, 12466 "pointSize": 5, 12467 "scaleDistribution": { 12468 "type": "linear" 12469 }, 12470 "showPoints": "never", 12471 "spanNulls": false, 12472 "stacking": { 12473 "group": "A", 12474 "mode": "none" 12475 }, 12476 "thresholdsStyle": { 12477 "mode": "off" 12478 } 12479 }, 12480 "links": [], 12481 "mappings": [], 12482 "min": 0, 12483 "thresholds": { 12484 "mode": "absolute", 12485 "steps": [ 12486 { 12487 "color": "green" 12488 }, 12489 { 12490 "color": "red", 12491 "value": 80 12492 } 12493 ] 12494 }, 12495 "unit": "short" 12496 }, 12497 "overrides": [] 12498 }, 12499 "gridPos": { 12500 "h": 6, 12501 "w": 8, 12502 "x": 0, 12503 "y": 33 12504 }, 12505 "id": 7, 12506 "links": [], 12507 "options": { 12508 "legend": { 12509 "calcs": [ 12510 "mean", 12511 "lastNotNull", 12512 "max", 12513 "min" 12514 ], 12515 "displayMode": "table", 12516 "placement": "bottom", 12517 "showLegend": true 12518 }, 12519 "tooltip": { 12520 "mode": "multi", 12521 "sort": "none" 12522 } 12523 }, 12524 "pluginVersion": "9.2.0", 12525 "targets": [ 12526 { 12527 "datasource": { 12528 "type": "prometheus", 12529 "uid": "${datasource}" 12530 }, 12531 "expr": "node_load1{job=\"$job\",node=\"$node\"}", 12532 "format": "time_series", 12533 "intervalFactor": 4, 12534 "legendFormat": "Load 1m", 12535 "refId": "A", 12536 "step": 240 12537 }, 12538 { 12539 "datasource": { 12540 "type": "prometheus", 12541 "uid": "${datasource}" 12542 }, 12543 "expr": "node_load5{job=\"$job\",node=\"$node\"}", 12544 "format": "time_series", 12545 "intervalFactor": 4, 12546 "legendFormat": "Load 5m", 12547 "refId": "B", 12548 "step": 240 12549 }, 12550 { 12551 "datasource": { 12552 "type": "prometheus", 12553 "uid": "${datasource}" 12554 }, 12555 "expr": "node_load15{job=\"$job\",node=\"$node\"}", 12556 "format": "time_series", 12557 "intervalFactor": 4, 12558 "legendFormat": "Load 15m", 12559 "refId": "C", 12560 "step": 240 12561 } 12562 ], 12563 "title": "System Load", 12564 "type": "timeseries" 12565 }, 12566 { 12567 "datasource": { 12568 "type": "prometheus", 12569 "uid": "${datasource}" 12570 }, 12571 "fieldConfig": { 12572 "defaults": { 12573 "color": { 12574 "mode": "palette-classic" 12575 }, 12576 "custom": { 12577 "axisCenteredZero": false, 12578 "axisColorMode": "text", 12579 "axisLabel": "", 12580 "axisPlacement": "auto", 12581 "barAlignment": 0, 12582 "drawStyle": "line", 12583 "fillOpacity": 20, 12584 "gradientMode": "none", 12585 "hideFrom": { 12586 "legend": false, 12587 "tooltip": false, 12588 "viz": false 12589 }, 12590 "lineInterpolation": "linear", 12591 "lineWidth": 1, 12592 "pointSize": 5, 12593 "scaleDistribution": { 12594 "type": "linear" 12595 }, 12596 "showPoints": "never", 12597 "spanNulls": false, 12598 "stacking": { 12599 "group": "A", 12600 "mode": "none" 12601 }, 12602 "thresholdsStyle": { 12603 "mode": "off" 12604 } 12605 }, 12606 "links": [], 12607 "mappings": [], 12608 "min": 0, 12609 "thresholds": { 12610 "mode": "absolute", 12611 "steps": [ 12612 { 12613 "color": "green" 12614 }, 12615 { 12616 "color": "red", 12617 "value": 80 12618 } 12619 ] 12620 }, 12621 "unit": "short" 12622 }, 12623 "overrides": [] 12624 }, 12625 "gridPos": { 12626 "h": 6, 12627 "w": 8, 12628 "x": 8, 12629 "y": 33 12630 }, 12631 "id": 8, 12632 "links": [], 12633 "options": { 12634 "legend": { 12635 "calcs": [ 12636 "mean", 12637 "lastNotNull", 12638 "max", 12639 "min" 12640 ], 12641 "displayMode": "table", 12642 "placement": "bottom", 12643 "showLegend": true 12644 }, 12645 "tooltip": { 12646 "mode": "multi", 12647 "sort": "none" 12648 } 12649 }, 12650 "pluginVersion": "9.2.0", 12651 "targets": [ 12652 { 12653 "datasource": { 12654 "type": "prometheus", 12655 "uid": "${datasource}" 12656 }, 12657 "expr": "irate(node_context_switches_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 12658 "format": "time_series", 12659 "intervalFactor": 1, 12660 "legendFormat": "Context switches", 12661 "refId": "A", 12662 "step": 240 12663 }, 12664 { 12665 "datasource": { 12666 "type": "prometheus", 12667 "uid": "${datasource}" 12668 }, 12669 "expr": "irate(node_intr_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 12670 "format": "time_series", 12671 "hide": false, 12672 "intervalFactor": 1, 12673 "legendFormat": "Interrupts", 12674 "refId": "B", 12675 "step": 240 12676 } 12677 ], 12678 "title": "Context Switches / Interrupts", 12679 "type": "timeseries" 12680 }, 12681 { 12682 "datasource": { 12683 "type": "prometheus", 12684 "uid": "${datasource}" 12685 }, 12686 "fieldConfig": { 12687 "defaults": { 12688 "color": { 12689 "mode": "palette-classic" 12690 }, 12691 "custom": { 12692 "axisCenteredZero": false, 12693 "axisColorMode": "text", 12694 "axisLabel": "", 12695 "axisPlacement": "auto", 12696 "barAlignment": 0, 12697 "drawStyle": "line", 12698 "fillOpacity": 20, 12699 "gradientMode": "none", 12700 "hideFrom": { 12701 "legend": false, 12702 "tooltip": false, 12703 "viz": false 12704 }, 12705 "lineInterpolation": "linear", 12706 "lineWidth": 1, 12707 "pointSize": 5, 12708 "scaleDistribution": { 12709 "type": "linear" 12710 }, 12711 "showPoints": "never", 12712 "spanNulls": false, 12713 "stacking": { 12714 "group": "A", 12715 "mode": "none" 12716 }, 12717 "thresholdsStyle": { 12718 "mode": "off" 12719 } 12720 }, 12721 "links": [], 12722 "mappings": [], 12723 "min": 0, 12724 "thresholds": { 12725 "mode": "absolute", 12726 "steps": [ 12727 { 12728 "color": "green" 12729 }, 12730 { 12731 "color": "red", 12732 "value": 80 12733 } 12734 ] 12735 }, 12736 "unit": "short" 12737 }, 12738 "overrides": [] 12739 }, 12740 "gridPos": { 12741 "h": 6, 12742 "w": 8, 12743 "x": 16, 12744 "y": 33 12745 }, 12746 "id": 151, 12747 "links": [], 12748 "options": { 12749 "legend": { 12750 "calcs": [ 12751 "mean", 12752 "lastNotNull", 12753 "max", 12754 "min" 12755 ], 12756 "displayMode": "table", 12757 "placement": "bottom", 12758 "showLegend": true 12759 }, 12760 "tooltip": { 12761 "mode": "multi", 12762 "sort": "none" 12763 } 12764 }, 12765 "pluginVersion": "9.2.0", 12766 "targets": [ 12767 { 12768 "datasource": { 12769 "type": "prometheus", 12770 "uid": "${datasource}" 12771 }, 12772 "expr": "node_entropy_available_bits{job=\"$job\",node=\"$node\"}", 12773 "format": "time_series", 12774 "intervalFactor": 1, 12775 "legendFormat": "Entropy available to random number generators", 12776 "refId": "A", 12777 "step": 240 12778 } 12779 ], 12780 "title": "Entropy", 12781 "type": "timeseries" 12782 } 12783 ], 12784 "title": "System Misc", 12785 "type": "row" 12786 }, 12787 { 12788 "collapsed": true, 12789 "gridPos": { 12790 "h": 1, 12791 "w": 24, 12792 "x": 0, 12793 "y": 21 12794 }, 12795 "id": 329, 12796 "panels": [ 12797 { 12798 "datasource": { 12799 "type": "prometheus", 12800 "uid": "${datasource}" 12801 }, 12802 "description": "The number (after merges) of I/O requests completed per second for the device", 12803 "fieldConfig": { 12804 "defaults": { 12805 "color": { 12806 "mode": "palette-classic" 12807 }, 12808 "custom": { 12809 "axisCenteredZero": false, 12810 "axisColorMode": "text", 12811 "axisLabel": "", 12812 "axisPlacement": "auto", 12813 "barAlignment": 0, 12814 "drawStyle": "line", 12815 "fillOpacity": 20, 12816 "gradientMode": "none", 12817 "hideFrom": { 12818 "legend": false, 12819 "tooltip": false, 12820 "viz": false 12821 }, 12822 "lineInterpolation": "linear", 12823 "lineWidth": 1, 12824 "pointSize": 5, 12825 "scaleDistribution": { 12826 "type": "linear" 12827 }, 12828 "showPoints": "never", 12829 "spanNulls": false, 12830 "stacking": { 12831 "group": "A", 12832 "mode": "none" 12833 }, 12834 "thresholdsStyle": { 12835 "mode": "off" 12836 } 12837 }, 12838 "links": [], 12839 "mappings": [], 12840 "thresholds": { 12841 "mode": "absolute", 12842 "steps": [ 12843 { 12844 "color": "green" 12845 }, 12846 { 12847 "color": "red", 12848 "value": 80 12849 } 12850 ] 12851 }, 12852 "unit": "iops" 12853 }, 12854 "overrides": [ 12855 { 12856 "matcher": { 12857 "id": "byRegexp", 12858 "options": "/.*Read.*/" 12859 }, 12860 "properties": [ 12861 { 12862 "id": "custom.transform", 12863 "value": "negative-Y" 12864 } 12865 ] 12866 }, 12867 { 12868 "matcher": { 12869 "id": "byRegexp", 12870 "options": "/.*sda_.*/" 12871 }, 12872 "properties": [ 12873 { 12874 "id": "color", 12875 "value": { 12876 "fixedColor": "#7EB26D", 12877 "mode": "fixed" 12878 } 12879 } 12880 ] 12881 }, 12882 { 12883 "matcher": { 12884 "id": "byRegexp", 12885 "options": "/.*sdb_.*/" 12886 }, 12887 "properties": [ 12888 { 12889 "id": "color", 12890 "value": { 12891 "fixedColor": "#EAB839", 12892 "mode": "fixed" 12893 } 12894 } 12895 ] 12896 }, 12897 { 12898 "matcher": { 12899 "id": "byRegexp", 12900 "options": "/.*sdc_.*/" 12901 }, 12902 "properties": [ 12903 { 12904 "id": "color", 12905 "value": { 12906 "fixedColor": "#6ED0E0", 12907 "mode": "fixed" 12908 } 12909 } 12910 ] 12911 }, 12912 { 12913 "matcher": { 12914 "id": "byRegexp", 12915 "options": "/.*sdd_.*/" 12916 }, 12917 "properties": [ 12918 { 12919 "id": "color", 12920 "value": { 12921 "fixedColor": "#EF843C", 12922 "mode": "fixed" 12923 } 12924 } 12925 ] 12926 }, 12927 { 12928 "matcher": { 12929 "id": "byRegexp", 12930 "options": "/.*sde_.*/" 12931 }, 12932 "properties": [ 12933 { 12934 "id": "color", 12935 "value": { 12936 "fixedColor": "#E24D42", 12937 "mode": "fixed" 12938 } 12939 } 12940 ] 12941 }, 12942 { 12943 "matcher": { 12944 "id": "byRegexp", 12945 "options": "/.*sda1.*/" 12946 }, 12947 "properties": [ 12948 { 12949 "id": "color", 12950 "value": { 12951 "fixedColor": "#584477", 12952 "mode": "fixed" 12953 } 12954 } 12955 ] 12956 }, 12957 { 12958 "matcher": { 12959 "id": "byRegexp", 12960 "options": "/.*sda2_.*/" 12961 }, 12962 "properties": [ 12963 { 12964 "id": "color", 12965 "value": { 12966 "fixedColor": "#BA43A9", 12967 "mode": "fixed" 12968 } 12969 } 12970 ] 12971 }, 12972 { 12973 "matcher": { 12974 "id": "byRegexp", 12975 "options": "/.*sda3_.*/" 12976 }, 12977 "properties": [ 12978 { 12979 "id": "color", 12980 "value": { 12981 "fixedColor": "#F4D598", 12982 "mode": "fixed" 12983 } 12984 } 12985 ] 12986 }, 12987 { 12988 "matcher": { 12989 "id": "byRegexp", 12990 "options": "/.*sdb1.*/" 12991 }, 12992 "properties": [ 12993 { 12994 "id": "color", 12995 "value": { 12996 "fixedColor": "#0A50A1", 12997 "mode": "fixed" 12998 } 12999 } 13000 ] 13001 }, 13002 { 13003 "matcher": { 13004 "id": "byRegexp", 13005 "options": "/.*sdb2.*/" 13006 }, 13007 "properties": [ 13008 { 13009 "id": "color", 13010 "value": { 13011 "fixedColor": "#BF1B00", 13012 "mode": "fixed" 13013 } 13014 } 13015 ] 13016 }, 13017 { 13018 "matcher": { 13019 "id": "byRegexp", 13020 "options": "/.*sdb3.*/" 13021 }, 13022 "properties": [ 13023 { 13024 "id": "color", 13025 "value": { 13026 "fixedColor": "#E0752D", 13027 "mode": "fixed" 13028 } 13029 } 13030 ] 13031 }, 13032 { 13033 "matcher": { 13034 "id": "byRegexp", 13035 "options": "/.*sdc1.*/" 13036 }, 13037 "properties": [ 13038 { 13039 "id": "color", 13040 "value": { 13041 "fixedColor": "#962D82", 13042 "mode": "fixed" 13043 } 13044 } 13045 ] 13046 }, 13047 { 13048 "matcher": { 13049 "id": "byRegexp", 13050 "options": "/.*sdc2.*/" 13051 }, 13052 "properties": [ 13053 { 13054 "id": "color", 13055 "value": { 13056 "fixedColor": "#614D93", 13057 "mode": "fixed" 13058 } 13059 } 13060 ] 13061 }, 13062 { 13063 "matcher": { 13064 "id": "byRegexp", 13065 "options": "/.*sdc3.*/" 13066 }, 13067 "properties": [ 13068 { 13069 "id": "color", 13070 "value": { 13071 "fixedColor": "#9AC48A", 13072 "mode": "fixed" 13073 } 13074 } 13075 ] 13076 }, 13077 { 13078 "matcher": { 13079 "id": "byRegexp", 13080 "options": "/.*sdd1.*/" 13081 }, 13082 "properties": [ 13083 { 13084 "id": "color", 13085 "value": { 13086 "fixedColor": "#65C5DB", 13087 "mode": "fixed" 13088 } 13089 } 13090 ] 13091 }, 13092 { 13093 "matcher": { 13094 "id": "byRegexp", 13095 "options": "/.*sdd2.*/" 13096 }, 13097 "properties": [ 13098 { 13099 "id": "color", 13100 "value": { 13101 "fixedColor": "#F9934E", 13102 "mode": "fixed" 13103 } 13104 } 13105 ] 13106 }, 13107 { 13108 "matcher": { 13109 "id": "byRegexp", 13110 "options": "/.*sdd3.*/" 13111 }, 13112 "properties": [ 13113 { 13114 "id": "color", 13115 "value": { 13116 "fixedColor": "#EA6460", 13117 "mode": "fixed" 13118 } 13119 } 13120 ] 13121 }, 13122 { 13123 "matcher": { 13124 "id": "byRegexp", 13125 "options": "/.*sde1.*/" 13126 }, 13127 "properties": [ 13128 { 13129 "id": "color", 13130 "value": { 13131 "fixedColor": "#E0F9D7", 13132 "mode": "fixed" 13133 } 13134 } 13135 ] 13136 }, 13137 { 13138 "matcher": { 13139 "id": "byRegexp", 13140 "options": "/.*sdd2.*/" 13141 }, 13142 "properties": [ 13143 { 13144 "id": "color", 13145 "value": { 13146 "fixedColor": "#FCEACA", 13147 "mode": "fixed" 13148 } 13149 } 13150 ] 13151 }, 13152 { 13153 "matcher": { 13154 "id": "byRegexp", 13155 "options": "/.*sde3.*/" 13156 }, 13157 "properties": [ 13158 { 13159 "id": "color", 13160 "value": { 13161 "fixedColor": "#F9E2D2", 13162 "mode": "fixed" 13163 } 13164 } 13165 ] 13166 } 13167 ] 13168 }, 13169 "gridPos": { 13170 "h": 6, 13171 "w": 8, 13172 "x": 0, 13173 "y": 52 13174 }, 13175 "id": 9, 13176 "links": [], 13177 "options": { 13178 "legend": { 13179 "calcs": [ 13180 "mean", 13181 "lastNotNull", 13182 "max", 13183 "min" 13184 ], 13185 "displayMode": "table", 13186 "placement": "bottom", 13187 "showLegend": true 13188 }, 13189 "tooltip": { 13190 "mode": "single", 13191 "sort": "none" 13192 } 13193 }, 13194 "pluginVersion": "9.2.0", 13195 "targets": [ 13196 { 13197 "datasource": { 13198 "type": "prometheus", 13199 "uid": "${datasource}" 13200 }, 13201 "editorMode": "code", 13202 "expr": "irate(node_disk_reads_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 13203 "intervalFactor": 4, 13204 "legendFormat": "{{device}} - Reads completed", 13205 "range": true, 13206 "refId": "A", 13207 "step": 240 13208 }, 13209 { 13210 "datasource": { 13211 "type": "prometheus", 13212 "uid": "${datasource}" 13213 }, 13214 "expr": "irate(node_disk_writes_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 13215 "intervalFactor": 1, 13216 "legendFormat": "{{device}} - Writes completed", 13217 "refId": "B", 13218 "step": 240 13219 } 13220 ], 13221 "title": "Disk IOps Completed", 13222 "type": "timeseries" 13223 }, 13224 { 13225 "datasource": { 13226 "type": "prometheus", 13227 "uid": "${datasource}" 13228 }, 13229 "description": "The number of bytes read from or written to the device per second", 13230 "fieldConfig": { 13231 "defaults": { 13232 "color": { 13233 "mode": "palette-classic" 13234 }, 13235 "custom": { 13236 "axisCenteredZero": false, 13237 "axisColorMode": "text", 13238 "axisLabel": "", 13239 "axisPlacement": "auto", 13240 "barAlignment": 0, 13241 "drawStyle": "line", 13242 "fillOpacity": 20, 13243 "gradientMode": "none", 13244 "hideFrom": { 13245 "legend": false, 13246 "tooltip": false, 13247 "viz": false 13248 }, 13249 "lineInterpolation": "linear", 13250 "lineWidth": 1, 13251 "pointSize": 5, 13252 "scaleDistribution": { 13253 "type": "linear" 13254 }, 13255 "showPoints": "never", 13256 "spanNulls": false, 13257 "stacking": { 13258 "group": "A", 13259 "mode": "none" 13260 }, 13261 "thresholdsStyle": { 13262 "mode": "off" 13263 } 13264 }, 13265 "links": [], 13266 "mappings": [], 13267 "thresholds": { 13268 "mode": "absolute", 13269 "steps": [ 13270 { 13271 "color": "green" 13272 }, 13273 { 13274 "color": "red", 13275 "value": 80 13276 } 13277 ] 13278 }, 13279 "unit": "Bps" 13280 }, 13281 "overrides": [ 13282 { 13283 "matcher": { 13284 "id": "byRegexp", 13285 "options": "/.*Read.*/" 13286 }, 13287 "properties": [ 13288 { 13289 "id": "custom.transform", 13290 "value": "negative-Y" 13291 } 13292 ] 13293 }, 13294 { 13295 "matcher": { 13296 "id": "byRegexp", 13297 "options": "/.*sda_.*/" 13298 }, 13299 "properties": [ 13300 { 13301 "id": "color", 13302 "value": { 13303 "fixedColor": "#7EB26D", 13304 "mode": "fixed" 13305 } 13306 } 13307 ] 13308 }, 13309 { 13310 "matcher": { 13311 "id": "byRegexp", 13312 "options": "/.*sdb_.*/" 13313 }, 13314 "properties": [ 13315 { 13316 "id": "color", 13317 "value": { 13318 "fixedColor": "#EAB839", 13319 "mode": "fixed" 13320 } 13321 } 13322 ] 13323 }, 13324 { 13325 "matcher": { 13326 "id": "byRegexp", 13327 "options": "/.*sdc_.*/" 13328 }, 13329 "properties": [ 13330 { 13331 "id": "color", 13332 "value": { 13333 "fixedColor": "#6ED0E0", 13334 "mode": "fixed" 13335 } 13336 } 13337 ] 13338 }, 13339 { 13340 "matcher": { 13341 "id": "byRegexp", 13342 "options": "/.*sdd_.*/" 13343 }, 13344 "properties": [ 13345 { 13346 "id": "color", 13347 "value": { 13348 "fixedColor": "#EF843C", 13349 "mode": "fixed" 13350 } 13351 } 13352 ] 13353 }, 13354 { 13355 "matcher": { 13356 "id": "byRegexp", 13357 "options": "/.*sde_.*/" 13358 }, 13359 "properties": [ 13360 { 13361 "id": "color", 13362 "value": { 13363 "fixedColor": "#E24D42", 13364 "mode": "fixed" 13365 } 13366 } 13367 ] 13368 }, 13369 { 13370 "matcher": { 13371 "id": "byRegexp", 13372 "options": "/.*sda1.*/" 13373 }, 13374 "properties": [ 13375 { 13376 "id": "color", 13377 "value": { 13378 "fixedColor": "#584477", 13379 "mode": "fixed" 13380 } 13381 } 13382 ] 13383 }, 13384 { 13385 "matcher": { 13386 "id": "byRegexp", 13387 "options": "/.*sda2_.*/" 13388 }, 13389 "properties": [ 13390 { 13391 "id": "color", 13392 "value": { 13393 "fixedColor": "#BA43A9", 13394 "mode": "fixed" 13395 } 13396 } 13397 ] 13398 }, 13399 { 13400 "matcher": { 13401 "id": "byRegexp", 13402 "options": "/.*sda3_.*/" 13403 }, 13404 "properties": [ 13405 { 13406 "id": "color", 13407 "value": { 13408 "fixedColor": "#F4D598", 13409 "mode": "fixed" 13410 } 13411 } 13412 ] 13413 }, 13414 { 13415 "matcher": { 13416 "id": "byRegexp", 13417 "options": "/.*sdb1.*/" 13418 }, 13419 "properties": [ 13420 { 13421 "id": "color", 13422 "value": { 13423 "fixedColor": "#0A50A1", 13424 "mode": "fixed" 13425 } 13426 } 13427 ] 13428 }, 13429 { 13430 "matcher": { 13431 "id": "byRegexp", 13432 "options": "/.*sdb2.*/" 13433 }, 13434 "properties": [ 13435 { 13436 "id": "color", 13437 "value": { 13438 "fixedColor": "#BF1B00", 13439 "mode": "fixed" 13440 } 13441 } 13442 ] 13443 }, 13444 { 13445 "matcher": { 13446 "id": "byRegexp", 13447 "options": "/.*sdb3.*/" 13448 }, 13449 "properties": [ 13450 { 13451 "id": "color", 13452 "value": { 13453 "fixedColor": "#E0752D", 13454 "mode": "fixed" 13455 } 13456 } 13457 ] 13458 }, 13459 { 13460 "matcher": { 13461 "id": "byRegexp", 13462 "options": "/.*sdc1.*/" 13463 }, 13464 "properties": [ 13465 { 13466 "id": "color", 13467 "value": { 13468 "fixedColor": "#962D82", 13469 "mode": "fixed" 13470 } 13471 } 13472 ] 13473 }, 13474 { 13475 "matcher": { 13476 "id": "byRegexp", 13477 "options": "/.*sdc2.*/" 13478 }, 13479 "properties": [ 13480 { 13481 "id": "color", 13482 "value": { 13483 "fixedColor": "#614D93", 13484 "mode": "fixed" 13485 } 13486 } 13487 ] 13488 }, 13489 { 13490 "matcher": { 13491 "id": "byRegexp", 13492 "options": "/.*sdc3.*/" 13493 }, 13494 "properties": [ 13495 { 13496 "id": "color", 13497 "value": { 13498 "fixedColor": "#9AC48A", 13499 "mode": "fixed" 13500 } 13501 } 13502 ] 13503 }, 13504 { 13505 "matcher": { 13506 "id": "byRegexp", 13507 "options": "/.*sdd1.*/" 13508 }, 13509 "properties": [ 13510 { 13511 "id": "color", 13512 "value": { 13513 "fixedColor": "#65C5DB", 13514 "mode": "fixed" 13515 } 13516 } 13517 ] 13518 }, 13519 { 13520 "matcher": { 13521 "id": "byRegexp", 13522 "options": "/.*sdd2.*/" 13523 }, 13524 "properties": [ 13525 { 13526 "id": "color", 13527 "value": { 13528 "fixedColor": "#F9934E", 13529 "mode": "fixed" 13530 } 13531 } 13532 ] 13533 }, 13534 { 13535 "matcher": { 13536 "id": "byRegexp", 13537 "options": "/.*sdd3.*/" 13538 }, 13539 "properties": [ 13540 { 13541 "id": "color", 13542 "value": { 13543 "fixedColor": "#EA6460", 13544 "mode": "fixed" 13545 } 13546 } 13547 ] 13548 }, 13549 { 13550 "matcher": { 13551 "id": "byRegexp", 13552 "options": "/.*sde1.*/" 13553 }, 13554 "properties": [ 13555 { 13556 "id": "color", 13557 "value": { 13558 "fixedColor": "#E0F9D7", 13559 "mode": "fixed" 13560 } 13561 } 13562 ] 13563 }, 13564 { 13565 "matcher": { 13566 "id": "byRegexp", 13567 "options": "/.*sdd2.*/" 13568 }, 13569 "properties": [ 13570 { 13571 "id": "color", 13572 "value": { 13573 "fixedColor": "#FCEACA", 13574 "mode": "fixed" 13575 } 13576 } 13577 ] 13578 }, 13579 { 13580 "matcher": { 13581 "id": "byRegexp", 13582 "options": "/.*sde3.*/" 13583 }, 13584 "properties": [ 13585 { 13586 "id": "color", 13587 "value": { 13588 "fixedColor": "#F9E2D2", 13589 "mode": "fixed" 13590 } 13591 } 13592 ] 13593 } 13594 ] 13595 }, 13596 "gridPos": { 13597 "h": 6, 13598 "w": 8, 13599 "x": 8, 13600 "y": 52 13601 }, 13602 "id": 433, 13603 "links": [], 13604 "options": { 13605 "legend": { 13606 "calcs": [ 13607 "mean", 13608 "lastNotNull", 13609 "max", 13610 "min" 13611 ], 13612 "displayMode": "table", 13613 "placement": "bottom", 13614 "showLegend": true 13615 }, 13616 "tooltip": { 13617 "mode": "single", 13618 "sort": "none" 13619 } 13620 }, 13621 "pluginVersion": "9.2.0", 13622 "targets": [ 13623 { 13624 "datasource": { 13625 "type": "prometheus", 13626 "uid": "${datasource}" 13627 }, 13628 "editorMode": "code", 13629 "expr": "irate(node_disk_read_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 13630 "format": "time_series", 13631 "intervalFactor": 4, 13632 "legendFormat": "{{device}} - Read bytes", 13633 "range": true, 13634 "refId": "A", 13635 "step": 240 13636 }, 13637 { 13638 "datasource": { 13639 "type": "prometheus", 13640 "uid": "${datasource}" 13641 }, 13642 "expr": "irate(node_disk_written_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 13643 "format": "time_series", 13644 "intervalFactor": 1, 13645 "legendFormat": "{{device}} - Written bytes", 13646 "refId": "B", 13647 "step": 240 13648 } 13649 ], 13650 "title": "Disk R/W Size", 13651 "type": "timeseries" 13652 }, 13653 { 13654 "datasource": { 13655 "type": "prometheus", 13656 "uid": "${datasource}" 13657 }, 13658 "description": "The number of bytes read from or written to the device per IO", 13659 "fieldConfig": { 13660 "defaults": { 13661 "color": { 13662 "mode": "palette-classic" 13663 }, 13664 "custom": { 13665 "axisCenteredZero": false, 13666 "axisColorMode": "text", 13667 "axisLabel": "", 13668 "axisPlacement": "auto", 13669 "barAlignment": 0, 13670 "drawStyle": "line", 13671 "fillOpacity": 20, 13672 "gradientMode": "none", 13673 "hideFrom": { 13674 "legend": false, 13675 "tooltip": false, 13676 "viz": false 13677 }, 13678 "lineInterpolation": "linear", 13679 "lineWidth": 1, 13680 "pointSize": 5, 13681 "scaleDistribution": { 13682 "type": "linear" 13683 }, 13684 "showPoints": "never", 13685 "spanNulls": false, 13686 "stacking": { 13687 "group": "A", 13688 "mode": "none" 13689 }, 13690 "thresholdsStyle": { 13691 "mode": "off" 13692 } 13693 }, 13694 "links": [], 13695 "mappings": [], 13696 "thresholds": { 13697 "mode": "absolute", 13698 "steps": [ 13699 { 13700 "color": "green" 13701 }, 13702 { 13703 "color": "red", 13704 "value": 80 13705 } 13706 ] 13707 }, 13708 "unit": "bytes" 13709 }, 13710 "overrides": [ 13711 { 13712 "matcher": { 13713 "id": "byRegexp", 13714 "options": "/.*Read.*/" 13715 }, 13716 "properties": [ 13717 { 13718 "id": "custom.transform", 13719 "value": "negative-Y" 13720 } 13721 ] 13722 }, 13723 { 13724 "matcher": { 13725 "id": "byRegexp", 13726 "options": "/.*sda_.*/" 13727 }, 13728 "properties": [ 13729 { 13730 "id": "color", 13731 "value": { 13732 "fixedColor": "#7EB26D", 13733 "mode": "fixed" 13734 } 13735 } 13736 ] 13737 }, 13738 { 13739 "matcher": { 13740 "id": "byRegexp", 13741 "options": "/.*sdb_.*/" 13742 }, 13743 "properties": [ 13744 { 13745 "id": "color", 13746 "value": { 13747 "fixedColor": "#EAB839", 13748 "mode": "fixed" 13749 } 13750 } 13751 ] 13752 }, 13753 { 13754 "matcher": { 13755 "id": "byRegexp", 13756 "options": "/.*sdc_.*/" 13757 }, 13758 "properties": [ 13759 { 13760 "id": "color", 13761 "value": { 13762 "fixedColor": "#6ED0E0", 13763 "mode": "fixed" 13764 } 13765 } 13766 ] 13767 }, 13768 { 13769 "matcher": { 13770 "id": "byRegexp", 13771 "options": "/.*sdd_.*/" 13772 }, 13773 "properties": [ 13774 { 13775 "id": "color", 13776 "value": { 13777 "fixedColor": "#EF843C", 13778 "mode": "fixed" 13779 } 13780 } 13781 ] 13782 }, 13783 { 13784 "matcher": { 13785 "id": "byRegexp", 13786 "options": "/.*sde_.*/" 13787 }, 13788 "properties": [ 13789 { 13790 "id": "color", 13791 "value": { 13792 "fixedColor": "#E24D42", 13793 "mode": "fixed" 13794 } 13795 } 13796 ] 13797 }, 13798 { 13799 "matcher": { 13800 "id": "byRegexp", 13801 "options": "/.*sda1.*/" 13802 }, 13803 "properties": [ 13804 { 13805 "id": "color", 13806 "value": { 13807 "fixedColor": "#584477", 13808 "mode": "fixed" 13809 } 13810 } 13811 ] 13812 }, 13813 { 13814 "matcher": { 13815 "id": "byRegexp", 13816 "options": "/.*sda2_.*/" 13817 }, 13818 "properties": [ 13819 { 13820 "id": "color", 13821 "value": { 13822 "fixedColor": "#BA43A9", 13823 "mode": "fixed" 13824 } 13825 } 13826 ] 13827 }, 13828 { 13829 "matcher": { 13830 "id": "byRegexp", 13831 "options": "/.*sda3_.*/" 13832 }, 13833 "properties": [ 13834 { 13835 "id": "color", 13836 "value": { 13837 "fixedColor": "#F4D598", 13838 "mode": "fixed" 13839 } 13840 } 13841 ] 13842 }, 13843 { 13844 "matcher": { 13845 "id": "byRegexp", 13846 "options": "/.*sdb1.*/" 13847 }, 13848 "properties": [ 13849 { 13850 "id": "color", 13851 "value": { 13852 "fixedColor": "#0A50A1", 13853 "mode": "fixed" 13854 } 13855 } 13856 ] 13857 }, 13858 { 13859 "matcher": { 13860 "id": "byRegexp", 13861 "options": "/.*sdb2.*/" 13862 }, 13863 "properties": [ 13864 { 13865 "id": "color", 13866 "value": { 13867 "fixedColor": "#BF1B00", 13868 "mode": "fixed" 13869 } 13870 } 13871 ] 13872 }, 13873 { 13874 "matcher": { 13875 "id": "byRegexp", 13876 "options": "/.*sdb3.*/" 13877 }, 13878 "properties": [ 13879 { 13880 "id": "color", 13881 "value": { 13882 "fixedColor": "#E0752D", 13883 "mode": "fixed" 13884 } 13885 } 13886 ] 13887 }, 13888 { 13889 "matcher": { 13890 "id": "byRegexp", 13891 "options": "/.*sdc1.*/" 13892 }, 13893 "properties": [ 13894 { 13895 "id": "color", 13896 "value": { 13897 "fixedColor": "#962D82", 13898 "mode": "fixed" 13899 } 13900 } 13901 ] 13902 }, 13903 { 13904 "matcher": { 13905 "id": "byRegexp", 13906 "options": "/.*sdc2.*/" 13907 }, 13908 "properties": [ 13909 { 13910 "id": "color", 13911 "value": { 13912 "fixedColor": "#614D93", 13913 "mode": "fixed" 13914 } 13915 } 13916 ] 13917 }, 13918 { 13919 "matcher": { 13920 "id": "byRegexp", 13921 "options": "/.*sdc3.*/" 13922 }, 13923 "properties": [ 13924 { 13925 "id": "color", 13926 "value": { 13927 "fixedColor": "#9AC48A", 13928 "mode": "fixed" 13929 } 13930 } 13931 ] 13932 }, 13933 { 13934 "matcher": { 13935 "id": "byRegexp", 13936 "options": "/.*sdd1.*/" 13937 }, 13938 "properties": [ 13939 { 13940 "id": "color", 13941 "value": { 13942 "fixedColor": "#65C5DB", 13943 "mode": "fixed" 13944 } 13945 } 13946 ] 13947 }, 13948 { 13949 "matcher": { 13950 "id": "byRegexp", 13951 "options": "/.*sdd2.*/" 13952 }, 13953 "properties": [ 13954 { 13955 "id": "color", 13956 "value": { 13957 "fixedColor": "#F9934E", 13958 "mode": "fixed" 13959 } 13960 } 13961 ] 13962 }, 13963 { 13964 "matcher": { 13965 "id": "byRegexp", 13966 "options": "/.*sdd3.*/" 13967 }, 13968 "properties": [ 13969 { 13970 "id": "color", 13971 "value": { 13972 "fixedColor": "#EA6460", 13973 "mode": "fixed" 13974 } 13975 } 13976 ] 13977 }, 13978 { 13979 "matcher": { 13980 "id": "byRegexp", 13981 "options": "/.*sde1.*/" 13982 }, 13983 "properties": [ 13984 { 13985 "id": "color", 13986 "value": { 13987 "fixedColor": "#E0F9D7", 13988 "mode": "fixed" 13989 } 13990 } 13991 ] 13992 }, 13993 { 13994 "matcher": { 13995 "id": "byRegexp", 13996 "options": "/.*sdd2.*/" 13997 }, 13998 "properties": [ 13999 { 14000 "id": "color", 14001 "value": { 14002 "fixedColor": "#FCEACA", 14003 "mode": "fixed" 14004 } 14005 } 14006 ] 14007 }, 14008 { 14009 "matcher": { 14010 "id": "byRegexp", 14011 "options": "/.*sde3.*/" 14012 }, 14013 "properties": [ 14014 { 14015 "id": "color", 14016 "value": { 14017 "fixedColor": "#F9E2D2", 14018 "mode": "fixed" 14019 } 14020 } 14021 ] 14022 } 14023 ] 14024 }, 14025 "gridPos": { 14026 "h": 6, 14027 "w": 8, 14028 "x": 16, 14029 "y": 52 14030 }, 14031 "id": 33, 14032 "links": [], 14033 "options": { 14034 "legend": { 14035 "calcs": [ 14036 "mean", 14037 "lastNotNull", 14038 "max", 14039 "min" 14040 ], 14041 "displayMode": "table", 14042 "placement": "bottom", 14043 "showLegend": true 14044 }, 14045 "tooltip": { 14046 "mode": "single", 14047 "sort": "none" 14048 } 14049 }, 14050 "pluginVersion": "9.2.0", 14051 "targets": [ 14052 { 14053 "datasource": { 14054 "type": "prometheus", 14055 "uid": "${datasource}" 14056 }, 14057 "editorMode": "code", 14058 "expr": "irate(node_disk_read_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])/ irate(node_disk_reads_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 14059 "format": "time_series", 14060 "intervalFactor": 4, 14061 "legendFormat": "{{device}} - Read bytes", 14062 "range": true, 14063 "refId": "A", 14064 "step": 240 14065 }, 14066 { 14067 "datasource": { 14068 "type": "prometheus", 14069 "uid": "${datasource}" 14070 }, 14071 "editorMode": "code", 14072 "expr": "irate(node_disk_written_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])/ irate(node_disk_writes_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 14073 "format": "time_series", 14074 "intervalFactor": 1, 14075 "legendFormat": "{{device}} - Written bytes", 14076 "range": true, 14077 "refId": "B", 14078 "step": 240 14079 } 14080 ], 14081 "title": "Disk Average R/W Size", 14082 "type": "timeseries" 14083 }, 14084 { 14085 "datasource": { 14086 "type": "prometheus", 14087 "uid": "${datasource}" 14088 }, 14089 "description": "The average time for requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.", 14090 "fieldConfig": { 14091 "defaults": { 14092 "color": { 14093 "mode": "palette-classic" 14094 }, 14095 "custom": { 14096 "axisCenteredZero": false, 14097 "axisColorMode": "text", 14098 "axisLabel": "", 14099 "axisPlacement": "auto", 14100 "barAlignment": 0, 14101 "drawStyle": "line", 14102 "fillOpacity": 30, 14103 "gradientMode": "none", 14104 "hideFrom": { 14105 "legend": false, 14106 "tooltip": false, 14107 "viz": false 14108 }, 14109 "lineInterpolation": "linear", 14110 "lineWidth": 1, 14111 "pointSize": 5, 14112 "scaleDistribution": { 14113 "type": "linear" 14114 }, 14115 "showPoints": "never", 14116 "spanNulls": false, 14117 "stacking": { 14118 "group": "A", 14119 "mode": "none" 14120 }, 14121 "thresholdsStyle": { 14122 "mode": "off" 14123 } 14124 }, 14125 "links": [], 14126 "mappings": [], 14127 "thresholds": { 14128 "mode": "absolute", 14129 "steps": [ 14130 { 14131 "color": "green" 14132 }, 14133 { 14134 "color": "red", 14135 "value": 80 14136 } 14137 ] 14138 }, 14139 "unit": "s" 14140 }, 14141 "overrides": [ 14142 { 14143 "matcher": { 14144 "id": "byRegexp", 14145 "options": "/.*Read.*/" 14146 }, 14147 "properties": [ 14148 { 14149 "id": "custom.transform", 14150 "value": "negative-Y" 14151 } 14152 ] 14153 }, 14154 { 14155 "matcher": { 14156 "id": "byRegexp", 14157 "options": "/.*sda_.*/" 14158 }, 14159 "properties": [ 14160 { 14161 "id": "color", 14162 "value": { 14163 "fixedColor": "#7EB26D", 14164 "mode": "fixed" 14165 } 14166 } 14167 ] 14168 }, 14169 { 14170 "matcher": { 14171 "id": "byRegexp", 14172 "options": "/.*sdb_.*/" 14173 }, 14174 "properties": [ 14175 { 14176 "id": "color", 14177 "value": { 14178 "fixedColor": "#EAB839", 14179 "mode": "fixed" 14180 } 14181 } 14182 ] 14183 }, 14184 { 14185 "matcher": { 14186 "id": "byRegexp", 14187 "options": "/.*sdc_.*/" 14188 }, 14189 "properties": [ 14190 { 14191 "id": "color", 14192 "value": { 14193 "fixedColor": "#6ED0E0", 14194 "mode": "fixed" 14195 } 14196 } 14197 ] 14198 }, 14199 { 14200 "matcher": { 14201 "id": "byRegexp", 14202 "options": "/.*sdd_.*/" 14203 }, 14204 "properties": [ 14205 { 14206 "id": "color", 14207 "value": { 14208 "fixedColor": "#EF843C", 14209 "mode": "fixed" 14210 } 14211 } 14212 ] 14213 }, 14214 { 14215 "matcher": { 14216 "id": "byRegexp", 14217 "options": "/.*sde_.*/" 14218 }, 14219 "properties": [ 14220 { 14221 "id": "color", 14222 "value": { 14223 "fixedColor": "#E24D42", 14224 "mode": "fixed" 14225 } 14226 } 14227 ] 14228 }, 14229 { 14230 "matcher": { 14231 "id": "byRegexp", 14232 "options": "/.*sda1.*/" 14233 }, 14234 "properties": [ 14235 { 14236 "id": "color", 14237 "value": { 14238 "fixedColor": "#584477", 14239 "mode": "fixed" 14240 } 14241 } 14242 ] 14243 }, 14244 { 14245 "matcher": { 14246 "id": "byRegexp", 14247 "options": "/.*sda2_.*/" 14248 }, 14249 "properties": [ 14250 { 14251 "id": "color", 14252 "value": { 14253 "fixedColor": "#BA43A9", 14254 "mode": "fixed" 14255 } 14256 } 14257 ] 14258 }, 14259 { 14260 "matcher": { 14261 "id": "byRegexp", 14262 "options": "/.*sda3_.*/" 14263 }, 14264 "properties": [ 14265 { 14266 "id": "color", 14267 "value": { 14268 "fixedColor": "#F4D598", 14269 "mode": "fixed" 14270 } 14271 } 14272 ] 14273 }, 14274 { 14275 "matcher": { 14276 "id": "byRegexp", 14277 "options": "/.*sdb1.*/" 14278 }, 14279 "properties": [ 14280 { 14281 "id": "color", 14282 "value": { 14283 "fixedColor": "#0A50A1", 14284 "mode": "fixed" 14285 } 14286 } 14287 ] 14288 }, 14289 { 14290 "matcher": { 14291 "id": "byRegexp", 14292 "options": "/.*sdb2.*/" 14293 }, 14294 "properties": [ 14295 { 14296 "id": "color", 14297 "value": { 14298 "fixedColor": "#BF1B00", 14299 "mode": "fixed" 14300 } 14301 } 14302 ] 14303 }, 14304 { 14305 "matcher": { 14306 "id": "byRegexp", 14307 "options": "/.*sdb3.*/" 14308 }, 14309 "properties": [ 14310 { 14311 "id": "color", 14312 "value": { 14313 "fixedColor": "#E0752D", 14314 "mode": "fixed" 14315 } 14316 } 14317 ] 14318 }, 14319 { 14320 "matcher": { 14321 "id": "byRegexp", 14322 "options": "/.*sdc1.*/" 14323 }, 14324 "properties": [ 14325 { 14326 "id": "color", 14327 "value": { 14328 "fixedColor": "#962D82", 14329 "mode": "fixed" 14330 } 14331 } 14332 ] 14333 }, 14334 { 14335 "matcher": { 14336 "id": "byRegexp", 14337 "options": "/.*sdc2.*/" 14338 }, 14339 "properties": [ 14340 { 14341 "id": "color", 14342 "value": { 14343 "fixedColor": "#614D93", 14344 "mode": "fixed" 14345 } 14346 } 14347 ] 14348 }, 14349 { 14350 "matcher": { 14351 "id": "byRegexp", 14352 "options": "/.*sdc3.*/" 14353 }, 14354 "properties": [ 14355 { 14356 "id": "color", 14357 "value": { 14358 "fixedColor": "#9AC48A", 14359 "mode": "fixed" 14360 } 14361 } 14362 ] 14363 }, 14364 { 14365 "matcher": { 14366 "id": "byRegexp", 14367 "options": "/.*sdd1.*/" 14368 }, 14369 "properties": [ 14370 { 14371 "id": "color", 14372 "value": { 14373 "fixedColor": "#65C5DB", 14374 "mode": "fixed" 14375 } 14376 } 14377 ] 14378 }, 14379 { 14380 "matcher": { 14381 "id": "byRegexp", 14382 "options": "/.*sdd2.*/" 14383 }, 14384 "properties": [ 14385 { 14386 "id": "color", 14387 "value": { 14388 "fixedColor": "#F9934E", 14389 "mode": "fixed" 14390 } 14391 } 14392 ] 14393 }, 14394 { 14395 "matcher": { 14396 "id": "byRegexp", 14397 "options": "/.*sdd3.*/" 14398 }, 14399 "properties": [ 14400 { 14401 "id": "color", 14402 "value": { 14403 "fixedColor": "#EA6460", 14404 "mode": "fixed" 14405 } 14406 } 14407 ] 14408 }, 14409 { 14410 "matcher": { 14411 "id": "byRegexp", 14412 "options": "/.*sde1.*/" 14413 }, 14414 "properties": [ 14415 { 14416 "id": "color", 14417 "value": { 14418 "fixedColor": "#E0F9D7", 14419 "mode": "fixed" 14420 } 14421 } 14422 ] 14423 }, 14424 { 14425 "matcher": { 14426 "id": "byRegexp", 14427 "options": "/.*sdd2.*/" 14428 }, 14429 "properties": [ 14430 { 14431 "id": "color", 14432 "value": { 14433 "fixedColor": "#FCEACA", 14434 "mode": "fixed" 14435 } 14436 } 14437 ] 14438 }, 14439 { 14440 "matcher": { 14441 "id": "byRegexp", 14442 "options": "/.*sde3.*/" 14443 }, 14444 "properties": [ 14445 { 14446 "id": "color", 14447 "value": { 14448 "fixedColor": "#F9E2D2", 14449 "mode": "fixed" 14450 } 14451 } 14452 ] 14453 } 14454 ] 14455 }, 14456 "gridPos": { 14457 "h": 6, 14458 "w": 8, 14459 "x": 0, 14460 "y": 58 14461 }, 14462 "id": 37, 14463 "links": [], 14464 "options": { 14465 "legend": { 14466 "calcs": [ 14467 "mean", 14468 "lastNotNull", 14469 "max", 14470 "min" 14471 ], 14472 "displayMode": "table", 14473 "placement": "bottom", 14474 "showLegend": true 14475 }, 14476 "tooltip": { 14477 "mode": "single", 14478 "sort": "none" 14479 } 14480 }, 14481 "pluginVersion": "9.2.0", 14482 "targets": [ 14483 { 14484 "datasource": { 14485 "type": "prometheus", 14486 "uid": "${datasource}" 14487 }, 14488 "editorMode": "code", 14489 "expr": "irate(node_disk_read_time_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval]) / irate(node_disk_reads_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 14490 "hide": false, 14491 "interval": "", 14492 "intervalFactor": 4, 14493 "legendFormat": "{{device}} - Read wait time avg", 14494 "range": true, 14495 "refId": "A", 14496 "step": 240 14497 }, 14498 { 14499 "datasource": { 14500 "type": "prometheus", 14501 "uid": "${datasource}" 14502 }, 14503 "editorMode": "code", 14504 "expr": "irate(node_disk_write_time_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval]) / irate(node_disk_writes_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 14505 "hide": false, 14506 "interval": "", 14507 "intervalFactor": 1, 14508 "legendFormat": "{{device}} - Write wait time avg", 14509 "range": true, 14510 "refId": "B", 14511 "step": 240 14512 } 14513 ], 14514 "title": "Disk Average Wait Time", 14515 "type": "timeseries" 14516 }, 14517 { 14518 "datasource": { 14519 "type": "prometheus", 14520 "uid": "${datasource}" 14521 }, 14522 "description": "The number of read and write requests merged per second that were queued to the device", 14523 "fieldConfig": { 14524 "defaults": { 14525 "color": { 14526 "mode": "palette-classic" 14527 }, 14528 "custom": { 14529 "axisCenteredZero": false, 14530 "axisColorMode": "text", 14531 "axisLabel": "", 14532 "axisPlacement": "auto", 14533 "barAlignment": 0, 14534 "drawStyle": "line", 14535 "fillOpacity": 20, 14536 "gradientMode": "none", 14537 "hideFrom": { 14538 "legend": false, 14539 "tooltip": false, 14540 "viz": false 14541 }, 14542 "lineInterpolation": "linear", 14543 "lineWidth": 1, 14544 "pointSize": 5, 14545 "scaleDistribution": { 14546 "type": "linear" 14547 }, 14548 "showPoints": "never", 14549 "spanNulls": false, 14550 "stacking": { 14551 "group": "A", 14552 "mode": "none" 14553 }, 14554 "thresholdsStyle": { 14555 "mode": "off" 14556 } 14557 }, 14558 "links": [], 14559 "mappings": [], 14560 "thresholds": { 14561 "mode": "absolute", 14562 "steps": [ 14563 { 14564 "color": "green" 14565 }, 14566 { 14567 "color": "red", 14568 "value": 80 14569 } 14570 ] 14571 }, 14572 "unit": "iops" 14573 }, 14574 "overrides": [ 14575 { 14576 "matcher": { 14577 "id": "byRegexp", 14578 "options": "/.*Read.*/" 14579 }, 14580 "properties": [ 14581 { 14582 "id": "custom.transform", 14583 "value": "negative-Y" 14584 } 14585 ] 14586 }, 14587 { 14588 "matcher": { 14589 "id": "byRegexp", 14590 "options": "/.*sda_.*/" 14591 }, 14592 "properties": [ 14593 { 14594 "id": "color", 14595 "value": { 14596 "fixedColor": "#7EB26D", 14597 "mode": "fixed" 14598 } 14599 } 14600 ] 14601 }, 14602 { 14603 "matcher": { 14604 "id": "byRegexp", 14605 "options": "/.*sdb_.*/" 14606 }, 14607 "properties": [ 14608 { 14609 "id": "color", 14610 "value": { 14611 "fixedColor": "#EAB839", 14612 "mode": "fixed" 14613 } 14614 } 14615 ] 14616 }, 14617 { 14618 "matcher": { 14619 "id": "byRegexp", 14620 "options": "/.*sdc_.*/" 14621 }, 14622 "properties": [ 14623 { 14624 "id": "color", 14625 "value": { 14626 "fixedColor": "#6ED0E0", 14627 "mode": "fixed" 14628 } 14629 } 14630 ] 14631 }, 14632 { 14633 "matcher": { 14634 "id": "byRegexp", 14635 "options": "/.*sdd_.*/" 14636 }, 14637 "properties": [ 14638 { 14639 "id": "color", 14640 "value": { 14641 "fixedColor": "#EF843C", 14642 "mode": "fixed" 14643 } 14644 } 14645 ] 14646 }, 14647 { 14648 "matcher": { 14649 "id": "byRegexp", 14650 "options": "/.*sde_.*/" 14651 }, 14652 "properties": [ 14653 { 14654 "id": "color", 14655 "value": { 14656 "fixedColor": "#E24D42", 14657 "mode": "fixed" 14658 } 14659 } 14660 ] 14661 }, 14662 { 14663 "matcher": { 14664 "id": "byRegexp", 14665 "options": "/.*sda1.*/" 14666 }, 14667 "properties": [ 14668 { 14669 "id": "color", 14670 "value": { 14671 "fixedColor": "#584477", 14672 "mode": "fixed" 14673 } 14674 } 14675 ] 14676 }, 14677 { 14678 "matcher": { 14679 "id": "byRegexp", 14680 "options": "/.*sda2_.*/" 14681 }, 14682 "properties": [ 14683 { 14684 "id": "color", 14685 "value": { 14686 "fixedColor": "#BA43A9", 14687 "mode": "fixed" 14688 } 14689 } 14690 ] 14691 }, 14692 { 14693 "matcher": { 14694 "id": "byRegexp", 14695 "options": "/.*sda3_.*/" 14696 }, 14697 "properties": [ 14698 { 14699 "id": "color", 14700 "value": { 14701 "fixedColor": "#F4D598", 14702 "mode": "fixed" 14703 } 14704 } 14705 ] 14706 }, 14707 { 14708 "matcher": { 14709 "id": "byRegexp", 14710 "options": "/.*sdb1.*/" 14711 }, 14712 "properties": [ 14713 { 14714 "id": "color", 14715 "value": { 14716 "fixedColor": "#0A50A1", 14717 "mode": "fixed" 14718 } 14719 } 14720 ] 14721 }, 14722 { 14723 "matcher": { 14724 "id": "byRegexp", 14725 "options": "/.*sdb2.*/" 14726 }, 14727 "properties": [ 14728 { 14729 "id": "color", 14730 "value": { 14731 "fixedColor": "#BF1B00", 14732 "mode": "fixed" 14733 } 14734 } 14735 ] 14736 }, 14737 { 14738 "matcher": { 14739 "id": "byRegexp", 14740 "options": "/.*sdb3.*/" 14741 }, 14742 "properties": [ 14743 { 14744 "id": "color", 14745 "value": { 14746 "fixedColor": "#E0752D", 14747 "mode": "fixed" 14748 } 14749 } 14750 ] 14751 }, 14752 { 14753 "matcher": { 14754 "id": "byRegexp", 14755 "options": "/.*sdc1.*/" 14756 }, 14757 "properties": [ 14758 { 14759 "id": "color", 14760 "value": { 14761 "fixedColor": "#962D82", 14762 "mode": "fixed" 14763 } 14764 } 14765 ] 14766 }, 14767 { 14768 "matcher": { 14769 "id": "byRegexp", 14770 "options": "/.*sdc2.*/" 14771 }, 14772 "properties": [ 14773 { 14774 "id": "color", 14775 "value": { 14776 "fixedColor": "#614D93", 14777 "mode": "fixed" 14778 } 14779 } 14780 ] 14781 }, 14782 { 14783 "matcher": { 14784 "id": "byRegexp", 14785 "options": "/.*sdc3.*/" 14786 }, 14787 "properties": [ 14788 { 14789 "id": "color", 14790 "value": { 14791 "fixedColor": "#9AC48A", 14792 "mode": "fixed" 14793 } 14794 } 14795 ] 14796 }, 14797 { 14798 "matcher": { 14799 "id": "byRegexp", 14800 "options": "/.*sdd1.*/" 14801 }, 14802 "properties": [ 14803 { 14804 "id": "color", 14805 "value": { 14806 "fixedColor": "#65C5DB", 14807 "mode": "fixed" 14808 } 14809 } 14810 ] 14811 }, 14812 { 14813 "matcher": { 14814 "id": "byRegexp", 14815 "options": "/.*sdd2.*/" 14816 }, 14817 "properties": [ 14818 { 14819 "id": "color", 14820 "value": { 14821 "fixedColor": "#F9934E", 14822 "mode": "fixed" 14823 } 14824 } 14825 ] 14826 }, 14827 { 14828 "matcher": { 14829 "id": "byRegexp", 14830 "options": "/.*sdd3.*/" 14831 }, 14832 "properties": [ 14833 { 14834 "id": "color", 14835 "value": { 14836 "fixedColor": "#EA6460", 14837 "mode": "fixed" 14838 } 14839 } 14840 ] 14841 }, 14842 { 14843 "matcher": { 14844 "id": "byRegexp", 14845 "options": "/.*sde1.*/" 14846 }, 14847 "properties": [ 14848 { 14849 "id": "color", 14850 "value": { 14851 "fixedColor": "#E0F9D7", 14852 "mode": "fixed" 14853 } 14854 } 14855 ] 14856 }, 14857 { 14858 "matcher": { 14859 "id": "byRegexp", 14860 "options": "/.*sdd2.*/" 14861 }, 14862 "properties": [ 14863 { 14864 "id": "color", 14865 "value": { 14866 "fixedColor": "#FCEACA", 14867 "mode": "fixed" 14868 } 14869 } 14870 ] 14871 }, 14872 { 14873 "matcher": { 14874 "id": "byRegexp", 14875 "options": "/.*sde3.*/" 14876 }, 14877 "properties": [ 14878 { 14879 "id": "color", 14880 "value": { 14881 "fixedColor": "#F9E2D2", 14882 "mode": "fixed" 14883 } 14884 } 14885 ] 14886 } 14887 ] 14888 }, 14889 "gridPos": { 14890 "h": 6, 14891 "w": 8, 14892 "x": 8, 14893 "y": 58 14894 }, 14895 "id": 133, 14896 "links": [], 14897 "options": { 14898 "legend": { 14899 "calcs": [ 14900 "mean", 14901 "lastNotNull", 14902 "max", 14903 "min" 14904 ], 14905 "displayMode": "table", 14906 "placement": "bottom", 14907 "showLegend": true 14908 }, 14909 "tooltip": { 14910 "mode": "single", 14911 "sort": "none" 14912 } 14913 }, 14914 "pluginVersion": "9.2.0", 14915 "targets": [ 14916 { 14917 "datasource": { 14918 "type": "prometheus", 14919 "uid": "${datasource}" 14920 }, 14921 "expr": "irate(node_disk_reads_merged_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 14922 "intervalFactor": 1, 14923 "legendFormat": "{{device}} - Read merged", 14924 "refId": "A", 14925 "step": 240 14926 }, 14927 { 14928 "datasource": { 14929 "type": "prometheus", 14930 "uid": "${datasource}" 14931 }, 14932 "expr": "irate(node_disk_writes_merged_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 14933 "intervalFactor": 1, 14934 "legendFormat": "{{device}} - Write merged", 14935 "refId": "B", 14936 "step": 240 14937 } 14938 ], 14939 "title": "Disk R/W Merged", 14940 "type": "timeseries" 14941 }, 14942 { 14943 "datasource": { 14944 "type": "prometheus", 14945 "uid": "${datasource}" 14946 }, 14947 "description": "", 14948 "fieldConfig": { 14949 "defaults": { 14950 "color": { 14951 "mode": "palette-classic" 14952 }, 14953 "custom": { 14954 "axisCenteredZero": false, 14955 "axisColorMode": "text", 14956 "axisLabel": "", 14957 "axisPlacement": "auto", 14958 "barAlignment": 0, 14959 "drawStyle": "line", 14960 "fillOpacity": 20, 14961 "gradientMode": "none", 14962 "hideFrom": { 14963 "legend": false, 14964 "tooltip": false, 14965 "viz": false 14966 }, 14967 "lineInterpolation": "linear", 14968 "lineWidth": 1, 14969 "pointSize": 5, 14970 "scaleDistribution": { 14971 "type": "linear" 14972 }, 14973 "showPoints": "never", 14974 "spanNulls": false, 14975 "stacking": { 14976 "group": "A", 14977 "mode": "none" 14978 }, 14979 "thresholdsStyle": { 14980 "mode": "off" 14981 } 14982 }, 14983 "links": [], 14984 "mappings": [], 14985 "thresholds": { 14986 "mode": "absolute", 14987 "steps": [ 14988 { 14989 "color": "green" 14990 }, 14991 { 14992 "color": "red", 14993 "value": 80 14994 } 14995 ] 14996 }, 14997 "unit": "iops" 14998 }, 14999 "overrides": [ 15000 { 15001 "matcher": { 15002 "id": "byRegexp", 15003 "options": "/.*sda_.*/" 15004 }, 15005 "properties": [ 15006 { 15007 "id": "color", 15008 "value": { 15009 "fixedColor": "#7EB26D", 15010 "mode": "fixed" 15011 } 15012 } 15013 ] 15014 }, 15015 { 15016 "matcher": { 15017 "id": "byRegexp", 15018 "options": "/.*sdb_.*/" 15019 }, 15020 "properties": [ 15021 { 15022 "id": "color", 15023 "value": { 15024 "fixedColor": "#EAB839", 15025 "mode": "fixed" 15026 } 15027 } 15028 ] 15029 }, 15030 { 15031 "matcher": { 15032 "id": "byRegexp", 15033 "options": "/.*sdc_.*/" 15034 }, 15035 "properties": [ 15036 { 15037 "id": "color", 15038 "value": { 15039 "fixedColor": "#6ED0E0", 15040 "mode": "fixed" 15041 } 15042 } 15043 ] 15044 }, 15045 { 15046 "matcher": { 15047 "id": "byRegexp", 15048 "options": "/.*sdd_.*/" 15049 }, 15050 "properties": [ 15051 { 15052 "id": "color", 15053 "value": { 15054 "fixedColor": "#EF843C", 15055 "mode": "fixed" 15056 } 15057 } 15058 ] 15059 }, 15060 { 15061 "matcher": { 15062 "id": "byRegexp", 15063 "options": "/.*sde_.*/" 15064 }, 15065 "properties": [ 15066 { 15067 "id": "color", 15068 "value": { 15069 "fixedColor": "#E24D42", 15070 "mode": "fixed" 15071 } 15072 } 15073 ] 15074 }, 15075 { 15076 "matcher": { 15077 "id": "byRegexp", 15078 "options": "/.*sda1.*/" 15079 }, 15080 "properties": [ 15081 { 15082 "id": "color", 15083 "value": { 15084 "fixedColor": "#584477", 15085 "mode": "fixed" 15086 } 15087 } 15088 ] 15089 }, 15090 { 15091 "matcher": { 15092 "id": "byRegexp", 15093 "options": "/.*sda2_.*/" 15094 }, 15095 "properties": [ 15096 { 15097 "id": "color", 15098 "value": { 15099 "fixedColor": "#BA43A9", 15100 "mode": "fixed" 15101 } 15102 } 15103 ] 15104 }, 15105 { 15106 "matcher": { 15107 "id": "byRegexp", 15108 "options": "/.*sda3_.*/" 15109 }, 15110 "properties": [ 15111 { 15112 "id": "color", 15113 "value": { 15114 "fixedColor": "#F4D598", 15115 "mode": "fixed" 15116 } 15117 } 15118 ] 15119 }, 15120 { 15121 "matcher": { 15122 "id": "byRegexp", 15123 "options": "/.*sdb1.*/" 15124 }, 15125 "properties": [ 15126 { 15127 "id": "color", 15128 "value": { 15129 "fixedColor": "#0A50A1", 15130 "mode": "fixed" 15131 } 15132 } 15133 ] 15134 }, 15135 { 15136 "matcher": { 15137 "id": "byRegexp", 15138 "options": "/.*sdb2.*/" 15139 }, 15140 "properties": [ 15141 { 15142 "id": "color", 15143 "value": { 15144 "fixedColor": "#BF1B00", 15145 "mode": "fixed" 15146 } 15147 } 15148 ] 15149 }, 15150 { 15151 "matcher": { 15152 "id": "byRegexp", 15153 "options": "/.*sdb3.*/" 15154 }, 15155 "properties": [ 15156 { 15157 "id": "color", 15158 "value": { 15159 "fixedColor": "#E0752D", 15160 "mode": "fixed" 15161 } 15162 } 15163 ] 15164 }, 15165 { 15166 "matcher": { 15167 "id": "byRegexp", 15168 "options": "/.*sdc1.*/" 15169 }, 15170 "properties": [ 15171 { 15172 "id": "color", 15173 "value": { 15174 "fixedColor": "#962D82", 15175 "mode": "fixed" 15176 } 15177 } 15178 ] 15179 }, 15180 { 15181 "matcher": { 15182 "id": "byRegexp", 15183 "options": "/.*sdc2.*/" 15184 }, 15185 "properties": [ 15186 { 15187 "id": "color", 15188 "value": { 15189 "fixedColor": "#614D93", 15190 "mode": "fixed" 15191 } 15192 } 15193 ] 15194 }, 15195 { 15196 "matcher": { 15197 "id": "byRegexp", 15198 "options": "/.*sdc3.*/" 15199 }, 15200 "properties": [ 15201 { 15202 "id": "color", 15203 "value": { 15204 "fixedColor": "#9AC48A", 15205 "mode": "fixed" 15206 } 15207 } 15208 ] 15209 }, 15210 { 15211 "matcher": { 15212 "id": "byRegexp", 15213 "options": "/.*sdd1.*/" 15214 }, 15215 "properties": [ 15216 { 15217 "id": "color", 15218 "value": { 15219 "fixedColor": "#65C5DB", 15220 "mode": "fixed" 15221 } 15222 } 15223 ] 15224 }, 15225 { 15226 "matcher": { 15227 "id": "byRegexp", 15228 "options": "/.*sdd2.*/" 15229 }, 15230 "properties": [ 15231 { 15232 "id": "color", 15233 "value": { 15234 "fixedColor": "#F9934E", 15235 "mode": "fixed" 15236 } 15237 } 15238 ] 15239 }, 15240 { 15241 "matcher": { 15242 "id": "byRegexp", 15243 "options": "/.*sdd3.*/" 15244 }, 15245 "properties": [ 15246 { 15247 "id": "color", 15248 "value": { 15249 "fixedColor": "#EA6460", 15250 "mode": "fixed" 15251 } 15252 } 15253 ] 15254 }, 15255 { 15256 "matcher": { 15257 "id": "byRegexp", 15258 "options": "/.*sde1.*/" 15259 }, 15260 "properties": [ 15261 { 15262 "id": "color", 15263 "value": { 15264 "fixedColor": "#E0F9D7", 15265 "mode": "fixed" 15266 } 15267 } 15268 ] 15269 }, 15270 { 15271 "matcher": { 15272 "id": "byRegexp", 15273 "options": "/.*sdd2.*/" 15274 }, 15275 "properties": [ 15276 { 15277 "id": "color", 15278 "value": { 15279 "fixedColor": "#FCEACA", 15280 "mode": "fixed" 15281 } 15282 } 15283 ] 15284 }, 15285 { 15286 "matcher": { 15287 "id": "byRegexp", 15288 "options": "/.*sde3.*/" 15289 }, 15290 "properties": [ 15291 { 15292 "id": "color", 15293 "value": { 15294 "fixedColor": "#F9E2D2", 15295 "mode": "fixed" 15296 } 15297 } 15298 ] 15299 } 15300 ] 15301 }, 15302 "gridPos": { 15303 "h": 6, 15304 "w": 8, 15305 "x": 16, 15306 "y": 58 15307 }, 15308 "id": 301, 15309 "links": [], 15310 "options": { 15311 "legend": { 15312 "calcs": [ 15313 "mean", 15314 "lastNotNull", 15315 "max", 15316 "min" 15317 ], 15318 "displayMode": "table", 15319 "placement": "bottom", 15320 "showLegend": true 15321 }, 15322 "tooltip": { 15323 "mode": "single", 15324 "sort": "none" 15325 } 15326 }, 15327 "pluginVersion": "9.2.0", 15328 "targets": [ 15329 { 15330 "datasource": { 15331 "type": "prometheus", 15332 "uid": "${datasource}" 15333 }, 15334 "expr": "irate(node_disk_discards_completed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 15335 "interval": "", 15336 "intervalFactor": 4, 15337 "legendFormat": "{{device}} - Discards completed", 15338 "refId": "A", 15339 "step": 240 15340 }, 15341 { 15342 "datasource": { 15343 "type": "prometheus", 15344 "uid": "${datasource}" 15345 }, 15346 "expr": "irate(node_disk_discards_merged_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 15347 "interval": "", 15348 "intervalFactor": 1, 15349 "legendFormat": "{{device}} - Discards merged", 15350 "refId": "B", 15351 "step": 240 15352 } 15353 ], 15354 "title": "Disk IOps Discards completed / merged", 15355 "type": "timeseries" 15356 }, 15357 { 15358 "datasource": { 15359 "type": "prometheus", 15360 "uid": "${datasource}" 15361 }, 15362 "description": "Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for devices serving requests serially. But for devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.", 15363 "fieldConfig": { 15364 "defaults": { 15365 "color": { 15366 "mode": "palette-classic" 15367 }, 15368 "custom": { 15369 "axisCenteredZero": false, 15370 "axisColorMode": "text", 15371 "axisLabel": "", 15372 "axisPlacement": "auto", 15373 "barAlignment": 0, 15374 "drawStyle": "line", 15375 "fillOpacity": 30, 15376 "gradientMode": "none", 15377 "hideFrom": { 15378 "legend": false, 15379 "tooltip": false, 15380 "viz": false 15381 }, 15382 "lineInterpolation": "linear", 15383 "lineWidth": 1, 15384 "pointSize": 5, 15385 "scaleDistribution": { 15386 "type": "linear" 15387 }, 15388 "showPoints": "never", 15389 "spanNulls": false, 15390 "stacking": { 15391 "group": "A", 15392 "mode": "none" 15393 }, 15394 "thresholdsStyle": { 15395 "mode": "off" 15396 } 15397 }, 15398 "links": [], 15399 "mappings": [], 15400 "min": 0, 15401 "thresholds": { 15402 "mode": "absolute", 15403 "steps": [ 15404 { 15405 "color": "green" 15406 }, 15407 { 15408 "color": "red", 15409 "value": 80 15410 } 15411 ] 15412 }, 15413 "unit": "percentunit" 15414 }, 15415 "overrides": [ 15416 { 15417 "matcher": { 15418 "id": "byRegexp", 15419 "options": "/.*sda_.*/" 15420 }, 15421 "properties": [ 15422 { 15423 "id": "color", 15424 "value": { 15425 "fixedColor": "#7EB26D", 15426 "mode": "fixed" 15427 } 15428 } 15429 ] 15430 }, 15431 { 15432 "matcher": { 15433 "id": "byRegexp", 15434 "options": "/.*sdb_.*/" 15435 }, 15436 "properties": [ 15437 { 15438 "id": "color", 15439 "value": { 15440 "fixedColor": "#EAB839", 15441 "mode": "fixed" 15442 } 15443 } 15444 ] 15445 }, 15446 { 15447 "matcher": { 15448 "id": "byRegexp", 15449 "options": "/.*sdc_.*/" 15450 }, 15451 "properties": [ 15452 { 15453 "id": "color", 15454 "value": { 15455 "fixedColor": "#6ED0E0", 15456 "mode": "fixed" 15457 } 15458 } 15459 ] 15460 }, 15461 { 15462 "matcher": { 15463 "id": "byRegexp", 15464 "options": "/.*sdd_.*/" 15465 }, 15466 "properties": [ 15467 { 15468 "id": "color", 15469 "value": { 15470 "fixedColor": "#EF843C", 15471 "mode": "fixed" 15472 } 15473 } 15474 ] 15475 }, 15476 { 15477 "matcher": { 15478 "id": "byRegexp", 15479 "options": "/.*sde_.*/" 15480 }, 15481 "properties": [ 15482 { 15483 "id": "color", 15484 "value": { 15485 "fixedColor": "#E24D42", 15486 "mode": "fixed" 15487 } 15488 } 15489 ] 15490 }, 15491 { 15492 "matcher": { 15493 "id": "byRegexp", 15494 "options": "/.*sda1.*/" 15495 }, 15496 "properties": [ 15497 { 15498 "id": "color", 15499 "value": { 15500 "fixedColor": "#584477", 15501 "mode": "fixed" 15502 } 15503 } 15504 ] 15505 }, 15506 { 15507 "matcher": { 15508 "id": "byRegexp", 15509 "options": "/.*sda2_.*/" 15510 }, 15511 "properties": [ 15512 { 15513 "id": "color", 15514 "value": { 15515 "fixedColor": "#BA43A9", 15516 "mode": "fixed" 15517 } 15518 } 15519 ] 15520 }, 15521 { 15522 "matcher": { 15523 "id": "byRegexp", 15524 "options": "/.*sda3_.*/" 15525 }, 15526 "properties": [ 15527 { 15528 "id": "color", 15529 "value": { 15530 "fixedColor": "#F4D598", 15531 "mode": "fixed" 15532 } 15533 } 15534 ] 15535 }, 15536 { 15537 "matcher": { 15538 "id": "byRegexp", 15539 "options": "/.*sdb1.*/" 15540 }, 15541 "properties": [ 15542 { 15543 "id": "color", 15544 "value": { 15545 "fixedColor": "#0A50A1", 15546 "mode": "fixed" 15547 } 15548 } 15549 ] 15550 }, 15551 { 15552 "matcher": { 15553 "id": "byRegexp", 15554 "options": "/.*sdb2.*/" 15555 }, 15556 "properties": [ 15557 { 15558 "id": "color", 15559 "value": { 15560 "fixedColor": "#BF1B00", 15561 "mode": "fixed" 15562 } 15563 } 15564 ] 15565 }, 15566 { 15567 "matcher": { 15568 "id": "byRegexp", 15569 "options": "/.*sdb3.*/" 15570 }, 15571 "properties": [ 15572 { 15573 "id": "color", 15574 "value": { 15575 "fixedColor": "#E0752D", 15576 "mode": "fixed" 15577 } 15578 } 15579 ] 15580 }, 15581 { 15582 "matcher": { 15583 "id": "byRegexp", 15584 "options": "/.*sdc1.*/" 15585 }, 15586 "properties": [ 15587 { 15588 "id": "color", 15589 "value": { 15590 "fixedColor": "#962D82", 15591 "mode": "fixed" 15592 } 15593 } 15594 ] 15595 }, 15596 { 15597 "matcher": { 15598 "id": "byRegexp", 15599 "options": "/.*sdc2.*/" 15600 }, 15601 "properties": [ 15602 { 15603 "id": "color", 15604 "value": { 15605 "fixedColor": "#614D93", 15606 "mode": "fixed" 15607 } 15608 } 15609 ] 15610 }, 15611 { 15612 "matcher": { 15613 "id": "byRegexp", 15614 "options": "/.*sdc3.*/" 15615 }, 15616 "properties": [ 15617 { 15618 "id": "color", 15619 "value": { 15620 "fixedColor": "#9AC48A", 15621 "mode": "fixed" 15622 } 15623 } 15624 ] 15625 }, 15626 { 15627 "matcher": { 15628 "id": "byRegexp", 15629 "options": "/.*sdd1.*/" 15630 }, 15631 "properties": [ 15632 { 15633 "id": "color", 15634 "value": { 15635 "fixedColor": "#65C5DB", 15636 "mode": "fixed" 15637 } 15638 } 15639 ] 15640 }, 15641 { 15642 "matcher": { 15643 "id": "byRegexp", 15644 "options": "/.*sdd2.*/" 15645 }, 15646 "properties": [ 15647 { 15648 "id": "color", 15649 "value": { 15650 "fixedColor": "#F9934E", 15651 "mode": "fixed" 15652 } 15653 } 15654 ] 15655 }, 15656 { 15657 "matcher": { 15658 "id": "byRegexp", 15659 "options": "/.*sdd3.*/" 15660 }, 15661 "properties": [ 15662 { 15663 "id": "color", 15664 "value": { 15665 "fixedColor": "#EA6460", 15666 "mode": "fixed" 15667 } 15668 } 15669 ] 15670 }, 15671 { 15672 "matcher": { 15673 "id": "byRegexp", 15674 "options": "/.*sde1.*/" 15675 }, 15676 "properties": [ 15677 { 15678 "id": "color", 15679 "value": { 15680 "fixedColor": "#E0F9D7", 15681 "mode": "fixed" 15682 } 15683 } 15684 ] 15685 }, 15686 { 15687 "matcher": { 15688 "id": "byRegexp", 15689 "options": "/.*sdd2.*/" 15690 }, 15691 "properties": [ 15692 { 15693 "id": "color", 15694 "value": { 15695 "fixedColor": "#FCEACA", 15696 "mode": "fixed" 15697 } 15698 } 15699 ] 15700 }, 15701 { 15702 "matcher": { 15703 "id": "byRegexp", 15704 "options": "/.*sde3.*/" 15705 }, 15706 "properties": [ 15707 { 15708 "id": "color", 15709 "value": { 15710 "fixedColor": "#F9E2D2", 15711 "mode": "fixed" 15712 } 15713 } 15714 ] 15715 } 15716 ] 15717 }, 15718 "gridPos": { 15719 "h": 6, 15720 "w": 8, 15721 "x": 0, 15722 "y": 64 15723 }, 15724 "id": 36, 15725 "links": [], 15726 "options": { 15727 "legend": { 15728 "calcs": [ 15729 "mean", 15730 "lastNotNull", 15731 "max", 15732 "min" 15733 ], 15734 "displayMode": "table", 15735 "placement": "bottom", 15736 "showLegend": true 15737 }, 15738 "tooltip": { 15739 "mode": "single", 15740 "sort": "none" 15741 } 15742 }, 15743 "pluginVersion": "9.2.0", 15744 "targets": [ 15745 { 15746 "datasource": { 15747 "type": "prometheus", 15748 "uid": "${datasource}" 15749 }, 15750 "editorMode": "code", 15751 "expr": "irate(node_disk_io_time_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 15752 "interval": "", 15753 "intervalFactor": 4, 15754 "legendFormat": "{{device}} - IO", 15755 "range": true, 15756 "refId": "A", 15757 "step": 240 15758 }, 15759 { 15760 "datasource": { 15761 "type": "prometheus", 15762 "uid": "${datasource}" 15763 }, 15764 "expr": "irate(node_disk_discard_time_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 15765 "interval": "", 15766 "intervalFactor": 4, 15767 "legendFormat": "{{device}} - discard", 15768 "refId": "B", 15769 "step": 240 15770 } 15771 ], 15772 "title": "Time Spent Doing I/Os", 15773 "type": "timeseries" 15774 }, 15775 { 15776 "datasource": { 15777 "type": "prometheus", 15778 "uid": "${datasource}" 15779 }, 15780 "description": "The average queue length of the requests that were issued to the device", 15781 "fieldConfig": { 15782 "defaults": { 15783 "color": { 15784 "mode": "palette-classic" 15785 }, 15786 "custom": { 15787 "axisCenteredZero": false, 15788 "axisColorMode": "text", 15789 "axisLabel": "", 15790 "axisPlacement": "auto", 15791 "barAlignment": 0, 15792 "drawStyle": "line", 15793 "fillOpacity": 20, 15794 "gradientMode": "none", 15795 "hideFrom": { 15796 "legend": false, 15797 "tooltip": false, 15798 "viz": false 15799 }, 15800 "lineInterpolation": "linear", 15801 "lineWidth": 1, 15802 "pointSize": 5, 15803 "scaleDistribution": { 15804 "type": "linear" 15805 }, 15806 "showPoints": "never", 15807 "spanNulls": false, 15808 "stacking": { 15809 "group": "A", 15810 "mode": "none" 15811 }, 15812 "thresholdsStyle": { 15813 "mode": "off" 15814 } 15815 }, 15816 "links": [], 15817 "mappings": [], 15818 "min": 0, 15819 "thresholds": { 15820 "mode": "absolute", 15821 "steps": [ 15822 { 15823 "color": "green" 15824 }, 15825 { 15826 "color": "red", 15827 "value": 80 15828 } 15829 ] 15830 }, 15831 "unit": "none" 15832 }, 15833 "overrides": [ 15834 { 15835 "matcher": { 15836 "id": "byRegexp", 15837 "options": "/.*sda_.*/" 15838 }, 15839 "properties": [ 15840 { 15841 "id": "color", 15842 "value": { 15843 "fixedColor": "#7EB26D", 15844 "mode": "fixed" 15845 } 15846 } 15847 ] 15848 }, 15849 { 15850 "matcher": { 15851 "id": "byRegexp", 15852 "options": "/.*sdb_.*/" 15853 }, 15854 "properties": [ 15855 { 15856 "id": "color", 15857 "value": { 15858 "fixedColor": "#EAB839", 15859 "mode": "fixed" 15860 } 15861 } 15862 ] 15863 }, 15864 { 15865 "matcher": { 15866 "id": "byRegexp", 15867 "options": "/.*sdc_.*/" 15868 }, 15869 "properties": [ 15870 { 15871 "id": "color", 15872 "value": { 15873 "fixedColor": "#6ED0E0", 15874 "mode": "fixed" 15875 } 15876 } 15877 ] 15878 }, 15879 { 15880 "matcher": { 15881 "id": "byRegexp", 15882 "options": "/.*sdd_.*/" 15883 }, 15884 "properties": [ 15885 { 15886 "id": "color", 15887 "value": { 15888 "fixedColor": "#EF843C", 15889 "mode": "fixed" 15890 } 15891 } 15892 ] 15893 }, 15894 { 15895 "matcher": { 15896 "id": "byRegexp", 15897 "options": "/.*sde_.*/" 15898 }, 15899 "properties": [ 15900 { 15901 "id": "color", 15902 "value": { 15903 "fixedColor": "#E24D42", 15904 "mode": "fixed" 15905 } 15906 } 15907 ] 15908 }, 15909 { 15910 "matcher": { 15911 "id": "byRegexp", 15912 "options": "/.*sda1.*/" 15913 }, 15914 "properties": [ 15915 { 15916 "id": "color", 15917 "value": { 15918 "fixedColor": "#584477", 15919 "mode": "fixed" 15920 } 15921 } 15922 ] 15923 }, 15924 { 15925 "matcher": { 15926 "id": "byRegexp", 15927 "options": "/.*sda2_.*/" 15928 }, 15929 "properties": [ 15930 { 15931 "id": "color", 15932 "value": { 15933 "fixedColor": "#BA43A9", 15934 "mode": "fixed" 15935 } 15936 } 15937 ] 15938 }, 15939 { 15940 "matcher": { 15941 "id": "byRegexp", 15942 "options": "/.*sda3_.*/" 15943 }, 15944 "properties": [ 15945 { 15946 "id": "color", 15947 "value": { 15948 "fixedColor": "#F4D598", 15949 "mode": "fixed" 15950 } 15951 } 15952 ] 15953 }, 15954 { 15955 "matcher": { 15956 "id": "byRegexp", 15957 "options": "/.*sdb1.*/" 15958 }, 15959 "properties": [ 15960 { 15961 "id": "color", 15962 "value": { 15963 "fixedColor": "#0A50A1", 15964 "mode": "fixed" 15965 } 15966 } 15967 ] 15968 }, 15969 { 15970 "matcher": { 15971 "id": "byRegexp", 15972 "options": "/.*sdb2.*/" 15973 }, 15974 "properties": [ 15975 { 15976 "id": "color", 15977 "value": { 15978 "fixedColor": "#BF1B00", 15979 "mode": "fixed" 15980 } 15981 } 15982 ] 15983 }, 15984 { 15985 "matcher": { 15986 "id": "byRegexp", 15987 "options": "/.*sdb3.*/" 15988 }, 15989 "properties": [ 15990 { 15991 "id": "color", 15992 "value": { 15993 "fixedColor": "#E0752D", 15994 "mode": "fixed" 15995 } 15996 } 15997 ] 15998 }, 15999 { 16000 "matcher": { 16001 "id": "byRegexp", 16002 "options": "/.*sdc1.*/" 16003 }, 16004 "properties": [ 16005 { 16006 "id": "color", 16007 "value": { 16008 "fixedColor": "#962D82", 16009 "mode": "fixed" 16010 } 16011 } 16012 ] 16013 }, 16014 { 16015 "matcher": { 16016 "id": "byRegexp", 16017 "options": "/.*sdc2.*/" 16018 }, 16019 "properties": [ 16020 { 16021 "id": "color", 16022 "value": { 16023 "fixedColor": "#614D93", 16024 "mode": "fixed" 16025 } 16026 } 16027 ] 16028 }, 16029 { 16030 "matcher": { 16031 "id": "byRegexp", 16032 "options": "/.*sdc3.*/" 16033 }, 16034 "properties": [ 16035 { 16036 "id": "color", 16037 "value": { 16038 "fixedColor": "#9AC48A", 16039 "mode": "fixed" 16040 } 16041 } 16042 ] 16043 }, 16044 { 16045 "matcher": { 16046 "id": "byRegexp", 16047 "options": "/.*sdd1.*/" 16048 }, 16049 "properties": [ 16050 { 16051 "id": "color", 16052 "value": { 16053 "fixedColor": "#65C5DB", 16054 "mode": "fixed" 16055 } 16056 } 16057 ] 16058 }, 16059 { 16060 "matcher": { 16061 "id": "byRegexp", 16062 "options": "/.*sdd2.*/" 16063 }, 16064 "properties": [ 16065 { 16066 "id": "color", 16067 "value": { 16068 "fixedColor": "#F9934E", 16069 "mode": "fixed" 16070 } 16071 } 16072 ] 16073 }, 16074 { 16075 "matcher": { 16076 "id": "byRegexp", 16077 "options": "/.*sdd3.*/" 16078 }, 16079 "properties": [ 16080 { 16081 "id": "color", 16082 "value": { 16083 "fixedColor": "#EA6460", 16084 "mode": "fixed" 16085 } 16086 } 16087 ] 16088 }, 16089 { 16090 "matcher": { 16091 "id": "byRegexp", 16092 "options": "/.*sde1.*/" 16093 }, 16094 "properties": [ 16095 { 16096 "id": "color", 16097 "value": { 16098 "fixedColor": "#E0F9D7", 16099 "mode": "fixed" 16100 } 16101 } 16102 ] 16103 }, 16104 { 16105 "matcher": { 16106 "id": "byRegexp", 16107 "options": "/.*sdd2.*/" 16108 }, 16109 "properties": [ 16110 { 16111 "id": "color", 16112 "value": { 16113 "fixedColor": "#FCEACA", 16114 "mode": "fixed" 16115 } 16116 } 16117 ] 16118 }, 16119 { 16120 "matcher": { 16121 "id": "byRegexp", 16122 "options": "/.*sde3.*/" 16123 }, 16124 "properties": [ 16125 { 16126 "id": "color", 16127 "value": { 16128 "fixedColor": "#F9E2D2", 16129 "mode": "fixed" 16130 } 16131 } 16132 ] 16133 } 16134 ] 16135 }, 16136 "gridPos": { 16137 "h": 6, 16138 "w": 8, 16139 "x": 8, 16140 "y": 64 16141 }, 16142 "id": 35, 16143 "links": [], 16144 "options": { 16145 "legend": { 16146 "calcs": [ 16147 "mean", 16148 "lastNotNull", 16149 "max", 16150 "min" 16151 ], 16152 "displayMode": "table", 16153 "placement": "bottom", 16154 "showLegend": true 16155 }, 16156 "tooltip": { 16157 "mode": "single", 16158 "sort": "none" 16159 } 16160 }, 16161 "pluginVersion": "9.2.0", 16162 "targets": [ 16163 { 16164 "datasource": { 16165 "type": "prometheus", 16166 "uid": "${datasource}" 16167 }, 16168 "expr": "irate(node_disk_io_time_weighted_seconds_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 16169 "interval": "", 16170 "intervalFactor": 4, 16171 "legendFormat": "{{device}}", 16172 "refId": "A", 16173 "step": 240 16174 } 16175 ], 16176 "title": "Average Queue Size", 16177 "type": "timeseries" 16178 }, 16179 { 16180 "datasource": { 16181 "type": "prometheus", 16182 "uid": "${datasource}" 16183 }, 16184 "description": "The number of outstanding requests at the instant the sample was taken. Incremented as requests are given to appropriate struct request_queue and decremented as they finish.", 16185 "fieldConfig": { 16186 "defaults": { 16187 "color": { 16188 "mode": "palette-classic" 16189 }, 16190 "custom": { 16191 "axisCenteredZero": false, 16192 "axisColorMode": "text", 16193 "axisLabel": "", 16194 "axisPlacement": "auto", 16195 "barAlignment": 0, 16196 "drawStyle": "line", 16197 "fillOpacity": 20, 16198 "gradientMode": "none", 16199 "hideFrom": { 16200 "legend": false, 16201 "tooltip": false, 16202 "viz": false 16203 }, 16204 "lineInterpolation": "linear", 16205 "lineWidth": 1, 16206 "pointSize": 5, 16207 "scaleDistribution": { 16208 "type": "linear" 16209 }, 16210 "showPoints": "never", 16211 "spanNulls": false, 16212 "stacking": { 16213 "group": "A", 16214 "mode": "none" 16215 }, 16216 "thresholdsStyle": { 16217 "mode": "off" 16218 } 16219 }, 16220 "links": [], 16221 "mappings": [], 16222 "min": 0, 16223 "thresholds": { 16224 "mode": "absolute", 16225 "steps": [ 16226 { 16227 "color": "green" 16228 }, 16229 { 16230 "color": "red", 16231 "value": 80 16232 } 16233 ] 16234 }, 16235 "unit": "none" 16236 }, 16237 "overrides": [ 16238 { 16239 "matcher": { 16240 "id": "byRegexp", 16241 "options": "/.*sda_.*/" 16242 }, 16243 "properties": [ 16244 { 16245 "id": "color", 16246 "value": { 16247 "fixedColor": "#7EB26D", 16248 "mode": "fixed" 16249 } 16250 } 16251 ] 16252 }, 16253 { 16254 "matcher": { 16255 "id": "byRegexp", 16256 "options": "/.*sdb_.*/" 16257 }, 16258 "properties": [ 16259 { 16260 "id": "color", 16261 "value": { 16262 "fixedColor": "#EAB839", 16263 "mode": "fixed" 16264 } 16265 } 16266 ] 16267 }, 16268 { 16269 "matcher": { 16270 "id": "byRegexp", 16271 "options": "/.*sdc_.*/" 16272 }, 16273 "properties": [ 16274 { 16275 "id": "color", 16276 "value": { 16277 "fixedColor": "#6ED0E0", 16278 "mode": "fixed" 16279 } 16280 } 16281 ] 16282 }, 16283 { 16284 "matcher": { 16285 "id": "byRegexp", 16286 "options": "/.*sdd_.*/" 16287 }, 16288 "properties": [ 16289 { 16290 "id": "color", 16291 "value": { 16292 "fixedColor": "#EF843C", 16293 "mode": "fixed" 16294 } 16295 } 16296 ] 16297 }, 16298 { 16299 "matcher": { 16300 "id": "byRegexp", 16301 "options": "/.*sde_.*/" 16302 }, 16303 "properties": [ 16304 { 16305 "id": "color", 16306 "value": { 16307 "fixedColor": "#E24D42", 16308 "mode": "fixed" 16309 } 16310 } 16311 ] 16312 }, 16313 { 16314 "matcher": { 16315 "id": "byRegexp", 16316 "options": "/.*sda1.*/" 16317 }, 16318 "properties": [ 16319 { 16320 "id": "color", 16321 "value": { 16322 "fixedColor": "#584477", 16323 "mode": "fixed" 16324 } 16325 } 16326 ] 16327 }, 16328 { 16329 "matcher": { 16330 "id": "byRegexp", 16331 "options": "/.*sda2_.*/" 16332 }, 16333 "properties": [ 16334 { 16335 "id": "color", 16336 "value": { 16337 "fixedColor": "#BA43A9", 16338 "mode": "fixed" 16339 } 16340 } 16341 ] 16342 }, 16343 { 16344 "matcher": { 16345 "id": "byRegexp", 16346 "options": "/.*sda3_.*/" 16347 }, 16348 "properties": [ 16349 { 16350 "id": "color", 16351 "value": { 16352 "fixedColor": "#F4D598", 16353 "mode": "fixed" 16354 } 16355 } 16356 ] 16357 }, 16358 { 16359 "matcher": { 16360 "id": "byRegexp", 16361 "options": "/.*sdb1.*/" 16362 }, 16363 "properties": [ 16364 { 16365 "id": "color", 16366 "value": { 16367 "fixedColor": "#0A50A1", 16368 "mode": "fixed" 16369 } 16370 } 16371 ] 16372 }, 16373 { 16374 "matcher": { 16375 "id": "byRegexp", 16376 "options": "/.*sdb2.*/" 16377 }, 16378 "properties": [ 16379 { 16380 "id": "color", 16381 "value": { 16382 "fixedColor": "#BF1B00", 16383 "mode": "fixed" 16384 } 16385 } 16386 ] 16387 }, 16388 { 16389 "matcher": { 16390 "id": "byRegexp", 16391 "options": "/.*sdb3.*/" 16392 }, 16393 "properties": [ 16394 { 16395 "id": "color", 16396 "value": { 16397 "fixedColor": "#E0752D", 16398 "mode": "fixed" 16399 } 16400 } 16401 ] 16402 }, 16403 { 16404 "matcher": { 16405 "id": "byRegexp", 16406 "options": "/.*sdc1.*/" 16407 }, 16408 "properties": [ 16409 { 16410 "id": "color", 16411 "value": { 16412 "fixedColor": "#962D82", 16413 "mode": "fixed" 16414 } 16415 } 16416 ] 16417 }, 16418 { 16419 "matcher": { 16420 "id": "byRegexp", 16421 "options": "/.*sdc2.*/" 16422 }, 16423 "properties": [ 16424 { 16425 "id": "color", 16426 "value": { 16427 "fixedColor": "#614D93", 16428 "mode": "fixed" 16429 } 16430 } 16431 ] 16432 }, 16433 { 16434 "matcher": { 16435 "id": "byRegexp", 16436 "options": "/.*sdc3.*/" 16437 }, 16438 "properties": [ 16439 { 16440 "id": "color", 16441 "value": { 16442 "fixedColor": "#9AC48A", 16443 "mode": "fixed" 16444 } 16445 } 16446 ] 16447 }, 16448 { 16449 "matcher": { 16450 "id": "byRegexp", 16451 "options": "/.*sdd1.*/" 16452 }, 16453 "properties": [ 16454 { 16455 "id": "color", 16456 "value": { 16457 "fixedColor": "#65C5DB", 16458 "mode": "fixed" 16459 } 16460 } 16461 ] 16462 }, 16463 { 16464 "matcher": { 16465 "id": "byRegexp", 16466 "options": "/.*sdd2.*/" 16467 }, 16468 "properties": [ 16469 { 16470 "id": "color", 16471 "value": { 16472 "fixedColor": "#F9934E", 16473 "mode": "fixed" 16474 } 16475 } 16476 ] 16477 }, 16478 { 16479 "matcher": { 16480 "id": "byRegexp", 16481 "options": "/.*sdd3.*/" 16482 }, 16483 "properties": [ 16484 { 16485 "id": "color", 16486 "value": { 16487 "fixedColor": "#EA6460", 16488 "mode": "fixed" 16489 } 16490 } 16491 ] 16492 }, 16493 { 16494 "matcher": { 16495 "id": "byRegexp", 16496 "options": "/.*sde1.*/" 16497 }, 16498 "properties": [ 16499 { 16500 "id": "color", 16501 "value": { 16502 "fixedColor": "#E0F9D7", 16503 "mode": "fixed" 16504 } 16505 } 16506 ] 16507 }, 16508 { 16509 "matcher": { 16510 "id": "byRegexp", 16511 "options": "/.*sdd2.*/" 16512 }, 16513 "properties": [ 16514 { 16515 "id": "color", 16516 "value": { 16517 "fixedColor": "#FCEACA", 16518 "mode": "fixed" 16519 } 16520 } 16521 ] 16522 }, 16523 { 16524 "matcher": { 16525 "id": "byRegexp", 16526 "options": "/.*sde3.*/" 16527 }, 16528 "properties": [ 16529 { 16530 "id": "color", 16531 "value": { 16532 "fixedColor": "#F9E2D2", 16533 "mode": "fixed" 16534 } 16535 } 16536 ] 16537 } 16538 ] 16539 }, 16540 "gridPos": { 16541 "h": 6, 16542 "w": 8, 16543 "x": 16, 16544 "y": 64 16545 }, 16546 "id": 34, 16547 "links": [], 16548 "options": { 16549 "legend": { 16550 "calcs": [ 16551 "mean", 16552 "lastNotNull", 16553 "max", 16554 "min" 16555 ], 16556 "displayMode": "table", 16557 "placement": "bottom", 16558 "showLegend": true 16559 }, 16560 "tooltip": { 16561 "mode": "single", 16562 "sort": "none" 16563 } 16564 }, 16565 "pluginVersion": "9.2.0", 16566 "targets": [ 16567 { 16568 "datasource": { 16569 "type": "prometheus", 16570 "uid": "${datasource}" 16571 }, 16572 "expr": "node_disk_io_now{job=\"$job\",node=\"$node\"}", 16573 "interval": "", 16574 "intervalFactor": 4, 16575 "legendFormat": "{{device}} - IO now", 16576 "refId": "A", 16577 "step": 240 16578 } 16579 ], 16580 "title": "Instantaneous Queue Size", 16581 "type": "timeseries" 16582 } 16583 ], 16584 "title": "Disk", 16585 "type": "row" 16586 }, 16587 { 16588 "collapsed": true, 16589 "gridPos": { 16590 "h": 1, 16591 "w": 24, 16592 "x": 0, 16593 "y": 22 16594 }, 16595 "id": 372, 16596 "panels": [ 16597 { 16598 "datasource": { 16599 "type": "prometheus", 16600 "uid": "${datasource}" 16601 }, 16602 "description": "", 16603 "fieldConfig": { 16604 "defaults": { 16605 "color": { 16606 "mode": "palette-classic" 16607 }, 16608 "custom": { 16609 "axisCenteredZero": false, 16610 "axisColorMode": "text", 16611 "axisLabel": "", 16612 "axisPlacement": "auto", 16613 "barAlignment": 0, 16614 "drawStyle": "line", 16615 "fillOpacity": 40, 16616 "gradientMode": "none", 16617 "hideFrom": { 16618 "legend": false, 16619 "tooltip": false, 16620 "viz": false 16621 }, 16622 "lineInterpolation": "linear", 16623 "lineWidth": 1, 16624 "pointSize": 5, 16625 "scaleDistribution": { 16626 "type": "linear" 16627 }, 16628 "showPoints": "never", 16629 "spanNulls": false, 16630 "stacking": { 16631 "group": "A", 16632 "mode": "none" 16633 }, 16634 "thresholdsStyle": { 16635 "mode": "off" 16636 } 16637 }, 16638 "links": [], 16639 "mappings": [], 16640 "min": 0, 16641 "thresholds": { 16642 "mode": "absolute", 16643 "steps": [ 16644 { 16645 "color": "green" 16646 }, 16647 { 16648 "color": "red", 16649 "value": 80 16650 } 16651 ] 16652 }, 16653 "unit": "bytes" 16654 }, 16655 "overrides": [] 16656 }, 16657 "gridPos": { 16658 "h": 6, 16659 "w": 8, 16660 "x": 0, 16661 "y": 71 16662 }, 16663 "id": 156, 16664 "links": [], 16665 "options": { 16666 "legend": { 16667 "calcs": [ 16668 "mean", 16669 "lastNotNull", 16670 "max", 16671 "min" 16672 ], 16673 "displayMode": "table", 16674 "placement": "bottom", 16675 "showLegend": true 16676 }, 16677 "tooltip": { 16678 "mode": "multi", 16679 "sort": "none" 16680 } 16681 }, 16682 "pluginVersion": "9.2.0", 16683 "targets": [ 16684 { 16685 "datasource": { 16686 "type": "prometheus", 16687 "uid": "${datasource}" 16688 }, 16689 "expr": "node_filesystem_size_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'} - node_filesystem_avail_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'}", 16690 "format": "time_series", 16691 "intervalFactor": 1, 16692 "legendFormat": "{{mountpoint}}", 16693 "refId": "A", 16694 "step": 240 16695 } 16696 ], 16697 "title": "Filesystem Space Used", 16698 "type": "timeseries" 16699 }, 16700 { 16701 "datasource": { 16702 "type": "prometheus", 16703 "uid": "${datasource}" 16704 }, 16705 "description": "", 16706 "fieldConfig": { 16707 "defaults": { 16708 "color": { 16709 "mode": "palette-classic" 16710 }, 16711 "custom": { 16712 "axisCenteredZero": false, 16713 "axisColorMode": "text", 16714 "axisLabel": "", 16715 "axisPlacement": "auto", 16716 "barAlignment": 0, 16717 "drawStyle": "line", 16718 "fillOpacity": 20, 16719 "gradientMode": "none", 16720 "hideFrom": { 16721 "legend": false, 16722 "tooltip": false, 16723 "viz": false 16724 }, 16725 "lineInterpolation": "linear", 16726 "lineWidth": 1, 16727 "pointSize": 5, 16728 "scaleDistribution": { 16729 "type": "linear" 16730 }, 16731 "showPoints": "never", 16732 "spanNulls": false, 16733 "stacking": { 16734 "group": "A", 16735 "mode": "none" 16736 }, 16737 "thresholdsStyle": { 16738 "mode": "off" 16739 } 16740 }, 16741 "links": [], 16742 "mappings": [], 16743 "min": 0, 16744 "thresholds": { 16745 "mode": "absolute", 16746 "steps": [ 16747 { 16748 "color": "green" 16749 }, 16750 { 16751 "color": "red", 16752 "value": 80 16753 } 16754 ] 16755 }, 16756 "unit": "bytes" 16757 }, 16758 "overrides": [] 16759 }, 16760 "gridPos": { 16761 "h": 6, 16762 "w": 8, 16763 "x": 8, 16764 "y": 71 16765 }, 16766 "id": 43, 16767 "links": [], 16768 "options": { 16769 "legend": { 16770 "calcs": [ 16771 "mean", 16772 "lastNotNull", 16773 "max", 16774 "min" 16775 ], 16776 "displayMode": "table", 16777 "placement": "bottom", 16778 "showLegend": true 16779 }, 16780 "tooltip": { 16781 "mode": "multi", 16782 "sort": "none" 16783 } 16784 }, 16785 "pluginVersion": "9.2.0", 16786 "targets": [ 16787 { 16788 "datasource": { 16789 "type": "prometheus", 16790 "uid": "${datasource}" 16791 }, 16792 "expr": "node_filesystem_avail_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'}", 16793 "format": "time_series", 16794 "hide": false, 16795 "intervalFactor": 1, 16796 "legendFormat": "{{mountpoint}} - Available", 16797 "metric": "", 16798 "refId": "A", 16799 "step": 240 16800 }, 16801 { 16802 "datasource": { 16803 "type": "prometheus", 16804 "uid": "${datasource}" 16805 }, 16806 "expr": "node_filesystem_free_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'}", 16807 "format": "time_series", 16808 "hide": true, 16809 "intervalFactor": 1, 16810 "legendFormat": "{{mountpoint}} - Free", 16811 "refId": "B", 16812 "step": 240 16813 }, 16814 { 16815 "datasource": { 16816 "type": "prometheus", 16817 "uid": "${datasource}" 16818 }, 16819 "expr": "node_filesystem_size_bytes{job=\"$job\",node=\"$node\",device!~'rootfs'}", 16820 "format": "time_series", 16821 "hide": true, 16822 "intervalFactor": 1, 16823 "legendFormat": "{{mountpoint}} - Size", 16824 "refId": "C", 16825 "step": 240 16826 } 16827 ], 16828 "title": "Filesystem Space Available", 16829 "type": "timeseries" 16830 }, 16831 { 16832 "datasource": { 16833 "type": "prometheus", 16834 "uid": "${datasource}" 16835 }, 16836 "description": "", 16837 "fieldConfig": { 16838 "defaults": { 16839 "color": { 16840 "mode": "palette-classic" 16841 }, 16842 "custom": { 16843 "axisCenteredZero": false, 16844 "axisColorMode": "text", 16845 "axisLabel": "", 16846 "axisPlacement": "auto", 16847 "barAlignment": 0, 16848 "drawStyle": "line", 16849 "fillOpacity": 20, 16850 "gradientMode": "none", 16851 "hideFrom": { 16852 "legend": false, 16853 "tooltip": false, 16854 "viz": false 16855 }, 16856 "lineInterpolation": "linear", 16857 "lineWidth": 1, 16858 "pointSize": 5, 16859 "scaleDistribution": { 16860 "type": "linear" 16861 }, 16862 "showPoints": "never", 16863 "spanNulls": false, 16864 "stacking": { 16865 "group": "A", 16866 "mode": "none" 16867 }, 16868 "thresholdsStyle": { 16869 "mode": "off" 16870 } 16871 }, 16872 "links": [], 16873 "mappings": [], 16874 "min": 0, 16875 "thresholds": { 16876 "mode": "absolute", 16877 "steps": [ 16878 { 16879 "color": "green" 16880 }, 16881 { 16882 "color": "red", 16883 "value": 80 16884 } 16885 ] 16886 }, 16887 "unit": "short" 16888 }, 16889 "overrides": [] 16890 }, 16891 "gridPos": { 16892 "h": 6, 16893 "w": 8, 16894 "x": 16, 16895 "y": 71 16896 }, 16897 "id": 28, 16898 "links": [], 16899 "options": { 16900 "legend": { 16901 "calcs": [ 16902 "mean", 16903 "lastNotNull", 16904 "max", 16905 "min" 16906 ], 16907 "displayMode": "table", 16908 "placement": "bottom", 16909 "showLegend": true 16910 }, 16911 "tooltip": { 16912 "mode": "single", 16913 "sort": "none" 16914 } 16915 }, 16916 "pluginVersion": "9.2.0", 16917 "targets": [ 16918 { 16919 "datasource": { 16920 "type": "prometheus", 16921 "uid": "${datasource}" 16922 }, 16923 "expr": "node_filefd_maximum{job=\"$job\",node=\"$node\"}", 16924 "format": "time_series", 16925 "intervalFactor": 4, 16926 "legendFormat": "Max open files", 16927 "refId": "A", 16928 "step": 240 16929 }, 16930 { 16931 "datasource": { 16932 "type": "prometheus", 16933 "uid": "${datasource}" 16934 }, 16935 "expr": "node_filefd_allocated{job=\"$job\",node=\"$node\"}", 16936 "format": "time_series", 16937 "intervalFactor": 1, 16938 "legendFormat": "Open files", 16939 "refId": "B", 16940 "step": 240 16941 } 16942 ], 16943 "title": "File Descriptor", 16944 "type": "timeseries" 16945 }, 16946 { 16947 "datasource": { 16948 "type": "prometheus", 16949 "uid": "${datasource}" 16950 }, 16951 "description": "", 16952 "fieldConfig": { 16953 "defaults": { 16954 "color": { 16955 "mode": "palette-classic" 16956 }, 16957 "custom": { 16958 "axisCenteredZero": false, 16959 "axisColorMode": "text", 16960 "axisLabel": "", 16961 "axisPlacement": "auto", 16962 "barAlignment": 0, 16963 "drawStyle": "line", 16964 "fillOpacity": 20, 16965 "gradientMode": "none", 16966 "hideFrom": { 16967 "legend": false, 16968 "tooltip": false, 16969 "viz": false 16970 }, 16971 "lineInterpolation": "linear", 16972 "lineWidth": 1, 16973 "pointSize": 5, 16974 "scaleDistribution": { 16975 "type": "linear" 16976 }, 16977 "showPoints": "never", 16978 "spanNulls": false, 16979 "stacking": { 16980 "group": "A", 16981 "mode": "none" 16982 }, 16983 "thresholdsStyle": { 16984 "mode": "off" 16985 } 16986 }, 16987 "links": [], 16988 "mappings": [], 16989 "min": 0, 16990 "thresholds": { 16991 "mode": "absolute", 16992 "steps": [ 16993 { 16994 "color": "green" 16995 }, 16996 { 16997 "color": "red", 16998 "value": 80 16999 } 17000 ] 17001 }, 17002 "unit": "short" 17003 }, 17004 "overrides": [] 17005 }, 17006 "gridPos": { 17007 "h": 6, 17008 "w": 8, 17009 "x": 0, 17010 "y": 77 17011 }, 17012 "id": 219, 17013 "links": [], 17014 "options": { 17015 "legend": { 17016 "calcs": [ 17017 "mean", 17018 "lastNotNull", 17019 "max", 17020 "min" 17021 ], 17022 "displayMode": "table", 17023 "placement": "bottom", 17024 "showLegend": true 17025 }, 17026 "tooltip": { 17027 "mode": "multi", 17028 "sort": "none" 17029 } 17030 }, 17031 "pluginVersion": "9.2.0", 17032 "targets": [ 17033 { 17034 "datasource": { 17035 "type": "prometheus", 17036 "uid": "${datasource}" 17037 }, 17038 "editorMode": "code", 17039 "expr": "node_filesystem_files{job=\"$job\",node=\"$node\",device!~'rootfs'}", 17040 "format": "time_series", 17041 "hide": false, 17042 "intervalFactor": 1, 17043 "legendFormat": "{{mountpoint}} - File nodes total", 17044 "range": true, 17045 "refId": "A", 17046 "step": 240 17047 } 17048 ], 17049 "title": "Total Inodes", 17050 "type": "timeseries" 17051 }, 17052 { 17053 "datasource": { 17054 "type": "prometheus", 17055 "uid": "${datasource}" 17056 }, 17057 "description": "", 17058 "fieldConfig": { 17059 "defaults": { 17060 "color": { 17061 "mode": "palette-classic" 17062 }, 17063 "custom": { 17064 "axisCenteredZero": false, 17065 "axisColorMode": "text", 17066 "axisLabel": "", 17067 "axisPlacement": "auto", 17068 "barAlignment": 0, 17069 "drawStyle": "line", 17070 "fillOpacity": 20, 17071 "gradientMode": "none", 17072 "hideFrom": { 17073 "legend": false, 17074 "tooltip": false, 17075 "viz": false 17076 }, 17077 "lineInterpolation": "linear", 17078 "lineWidth": 1, 17079 "pointSize": 5, 17080 "scaleDistribution": { 17081 "type": "linear" 17082 }, 17083 "showPoints": "never", 17084 "spanNulls": false, 17085 "stacking": { 17086 "group": "A", 17087 "mode": "none" 17088 }, 17089 "thresholdsStyle": { 17090 "mode": "off" 17091 } 17092 }, 17093 "links": [], 17094 "mappings": [], 17095 "min": 0, 17096 "thresholds": { 17097 "mode": "absolute", 17098 "steps": [ 17099 { 17100 "color": "green" 17101 }, 17102 { 17103 "color": "red", 17104 "value": 80 17105 } 17106 ] 17107 }, 17108 "unit": "short" 17109 }, 17110 "overrides": [] 17111 }, 17112 "gridPos": { 17113 "h": 6, 17114 "w": 8, 17115 "x": 8, 17116 "y": 77 17117 }, 17118 "id": 41, 17119 "links": [], 17120 "options": { 17121 "legend": { 17122 "calcs": [ 17123 "mean", 17124 "lastNotNull", 17125 "max", 17126 "min" 17127 ], 17128 "displayMode": "table", 17129 "placement": "bottom", 17130 "showLegend": true 17131 }, 17132 "tooltip": { 17133 "mode": "multi", 17134 "sort": "none" 17135 } 17136 }, 17137 "pluginVersion": "9.2.0", 17138 "targets": [ 17139 { 17140 "datasource": { 17141 "type": "prometheus", 17142 "uid": "${datasource}" 17143 }, 17144 "editorMode": "code", 17145 "expr": "node_filesystem_files_free{job=\"$job\",node=\"$node\",device!~'rootfs'}", 17146 "format": "time_series", 17147 "hide": false, 17148 "intervalFactor": 1, 17149 "legendFormat": "{{mountpoint}} - Free file nodes", 17150 "range": true, 17151 "refId": "A", 17152 "step": 240 17153 } 17154 ], 17155 "title": "Free Inodes", 17156 "type": "timeseries" 17157 }, 17158 { 17159 "datasource": { 17160 "type": "prometheus", 17161 "uid": "${datasource}" 17162 }, 17163 "description": "", 17164 "fieldConfig": { 17165 "defaults": { 17166 "color": { 17167 "mode": "palette-classic" 17168 }, 17169 "custom": { 17170 "axisCenteredZero": false, 17171 "axisColorMode": "text", 17172 "axisLabel": "", 17173 "axisPlacement": "auto", 17174 "barAlignment": 0, 17175 "drawStyle": "line", 17176 "fillOpacity": 20, 17177 "gradientMode": "none", 17178 "hideFrom": { 17179 "legend": false, 17180 "tooltip": false, 17181 "viz": false 17182 }, 17183 "lineInterpolation": "linear", 17184 "lineWidth": 1, 17185 "pointSize": 5, 17186 "scaleDistribution": { 17187 "type": "linear" 17188 }, 17189 "showPoints": "never", 17190 "spanNulls": false, 17191 "stacking": { 17192 "group": "A", 17193 "mode": "normal" 17194 }, 17195 "thresholdsStyle": { 17196 "mode": "off" 17197 } 17198 }, 17199 "links": [], 17200 "mappings": [], 17201 "max": 1, 17202 "min": 0, 17203 "thresholds": { 17204 "mode": "absolute", 17205 "steps": [ 17206 { 17207 "color": "green" 17208 }, 17209 { 17210 "color": "red", 17211 "value": 80 17212 } 17213 ] 17214 }, 17215 "unit": "short" 17216 }, 17217 "overrides": [ 17218 { 17219 "matcher": { 17220 "id": "byName", 17221 "options": "/ ReadOnly" 17222 }, 17223 "properties": [ 17224 { 17225 "id": "color", 17226 "value": { 17227 "fixedColor": "#890F02", 17228 "mode": "fixed" 17229 } 17230 } 17231 ] 17232 } 17233 ] 17234 }, 17235 "gridPos": { 17236 "h": 6, 17237 "w": 8, 17238 "x": 16, 17239 "y": 77 17240 }, 17241 "id": 44, 17242 "links": [], 17243 "options": { 17244 "legend": { 17245 "calcs": [ 17246 "mean", 17247 "lastNotNull", 17248 "max", 17249 "min" 17250 ], 17251 "displayMode": "table", 17252 "placement": "bottom", 17253 "showLegend": true 17254 }, 17255 "tooltip": { 17256 "mode": "multi", 17257 "sort": "none" 17258 } 17259 }, 17260 "pluginVersion": "9.2.0", 17261 "targets": [ 17262 { 17263 "datasource": { 17264 "type": "prometheus", 17265 "uid": "${datasource}" 17266 }, 17267 "expr": "node_filesystem_readonly{job=\"$job\",node=\"$node\",device!~'rootfs'}", 17268 "format": "time_series", 17269 "intervalFactor": 1, 17270 "legendFormat": "{{mountpoint}} - ReadOnly", 17271 "refId": "A", 17272 "step": 240 17273 }, 17274 { 17275 "datasource": { 17276 "type": "prometheus", 17277 "uid": "${datasource}" 17278 }, 17279 "expr": "node_filesystem_device_error{job=\"$job\",node=\"$node\",device!~'rootfs',fstype!~'tmpfs'}", 17280 "format": "time_series", 17281 "interval": "", 17282 "intervalFactor": 1, 17283 "legendFormat": "{{mountpoint}} - Device error", 17284 "refId": "B", 17285 "step": 240 17286 } 17287 ], 17288 "title": "Filesystem in ReadOnly / Error", 17289 "type": "timeseries" 17290 } 17291 ], 17292 "title": "File System", 17293 "type": "row" 17294 }, 17295 { 17296 "collapsed": true, 17297 "datasource": { 17298 "type": "prometheus", 17299 "uid": "${datasource}" 17300 }, 17301 "gridPos": { 17302 "h": 1, 17303 "w": 24, 17304 "x": 0, 17305 "y": 23 17306 }, 17307 "id": 272, 17308 "panels": [ 17309 { 17310 "datasource": { 17311 "type": "prometheus", 17312 "uid": "${datasource}" 17313 }, 17314 "fieldConfig": { 17315 "defaults": { 17316 "color": { 17317 "mode": "palette-classic" 17318 }, 17319 "custom": { 17320 "axisCenteredZero": false, 17321 "axisColorMode": "text", 17322 "axisLabel": "", 17323 "axisPlacement": "auto", 17324 "barAlignment": 0, 17325 "drawStyle": "line", 17326 "fillOpacity": 20, 17327 "gradientMode": "none", 17328 "hideFrom": { 17329 "legend": false, 17330 "tooltip": false, 17331 "viz": false 17332 }, 17333 "lineInterpolation": "linear", 17334 "lineWidth": 1, 17335 "pointSize": 5, 17336 "scaleDistribution": { 17337 "type": "linear" 17338 }, 17339 "showPoints": "never", 17340 "spanNulls": false, 17341 "stacking": { 17342 "group": "A", 17343 "mode": "none" 17344 }, 17345 "thresholdsStyle": { 17346 "mode": "off" 17347 } 17348 }, 17349 "links": [], 17350 "mappings": [], 17351 "thresholds": { 17352 "mode": "absolute", 17353 "steps": [ 17354 { 17355 "color": "green" 17356 }, 17357 { 17358 "color": "red", 17359 "value": 80 17360 } 17361 ] 17362 }, 17363 "unit": "binBps" 17364 }, 17365 "overrides": [ 17366 { 17367 "matcher": { 17368 "id": "byName", 17369 "options": "receive_packets_eth0" 17370 }, 17371 "properties": [ 17372 { 17373 "id": "color", 17374 "value": { 17375 "fixedColor": "#7EB26D", 17376 "mode": "fixed" 17377 } 17378 } 17379 ] 17380 }, 17381 { 17382 "matcher": { 17383 "id": "byName", 17384 "options": "receive_packets_lo" 17385 }, 17386 "properties": [ 17387 { 17388 "id": "color", 17389 "value": { 17390 "fixedColor": "#E24D42", 17391 "mode": "fixed" 17392 } 17393 } 17394 ] 17395 }, 17396 { 17397 "matcher": { 17398 "id": "byName", 17399 "options": "transmit_packets_eth0" 17400 }, 17401 "properties": [ 17402 { 17403 "id": "color", 17404 "value": { 17405 "fixedColor": "#7EB26D", 17406 "mode": "fixed" 17407 } 17408 } 17409 ] 17410 }, 17411 { 17412 "matcher": { 17413 "id": "byName", 17414 "options": "transmit_packets_lo" 17415 }, 17416 "properties": [ 17417 { 17418 "id": "color", 17419 "value": { 17420 "fixedColor": "#E24D42", 17421 "mode": "fixed" 17422 } 17423 } 17424 ] 17425 }, 17426 { 17427 "matcher": { 17428 "id": "byRegexp", 17429 "options": "/.*Trans.*/" 17430 }, 17431 "properties": [ 17432 { 17433 "id": "custom.transform", 17434 "value": "negative-Y" 17435 } 17436 ] 17437 } 17438 ] 17439 }, 17440 "gridPos": { 17441 "h": 6, 17442 "w": 8, 17443 "x": 0, 17444 "y": 24 17445 }, 17446 "id": 438, 17447 "links": [], 17448 "options": { 17449 "legend": { 17450 "calcs": [ 17451 "mean", 17452 "lastNotNull", 17453 "max", 17454 "min" 17455 ], 17456 "displayMode": "table", 17457 "placement": "bottom", 17458 "showLegend": true, 17459 "width": 300 17460 }, 17461 "tooltip": { 17462 "mode": "multi", 17463 "sort": "none" 17464 } 17465 }, 17466 "pluginVersion": "9.2.0", 17467 "targets": [ 17468 { 17469 "datasource": { 17470 "type": "prometheus", 17471 "uid": "${datasource}" 17472 }, 17473 "editorMode": "code", 17474 "expr": "irate(node_network_receive_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17475 "format": "time_series", 17476 "interval": "", 17477 "intervalFactor": 1, 17478 "legendFormat": "{{device}} - Receive", 17479 "range": true, 17480 "refId": "A", 17481 "step": 240 17482 }, 17483 { 17484 "datasource": { 17485 "type": "prometheus", 17486 "uid": "${datasource}" 17487 }, 17488 "editorMode": "code", 17489 "expr": "irate(node_network_transmit_bytes_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17490 "format": "time_series", 17491 "interval": "", 17492 "intervalFactor": 1, 17493 "legendFormat": "{{device}} - Transmit", 17494 "range": true, 17495 "refId": "B", 17496 "step": 240 17497 } 17498 ], 17499 "title": "Network Traffic", 17500 "type": "timeseries" 17501 }, 17502 { 17503 "datasource": { 17504 "type": "prometheus", 17505 "uid": "${datasource}" 17506 }, 17507 "fieldConfig": { 17508 "defaults": { 17509 "color": { 17510 "mode": "palette-classic" 17511 }, 17512 "custom": { 17513 "axisCenteredZero": false, 17514 "axisColorMode": "text", 17515 "axisLabel": "", 17516 "axisPlacement": "auto", 17517 "barAlignment": 0, 17518 "drawStyle": "line", 17519 "fillOpacity": 20, 17520 "gradientMode": "none", 17521 "hideFrom": { 17522 "legend": false, 17523 "tooltip": false, 17524 "viz": false 17525 }, 17526 "lineInterpolation": "linear", 17527 "lineWidth": 1, 17528 "pointSize": 5, 17529 "scaleDistribution": { 17530 "type": "linear" 17531 }, 17532 "showPoints": "never", 17533 "spanNulls": false, 17534 "stacking": { 17535 "group": "A", 17536 "mode": "none" 17537 }, 17538 "thresholdsStyle": { 17539 "mode": "off" 17540 } 17541 }, 17542 "links": [], 17543 "mappings": [], 17544 "thresholds": { 17545 "mode": "absolute", 17546 "steps": [ 17547 { 17548 "color": "green" 17549 }, 17550 { 17551 "color": "red", 17552 "value": 80 17553 } 17554 ] 17555 }, 17556 "unit": "pps" 17557 }, 17558 "overrides": [ 17559 { 17560 "matcher": { 17561 "id": "byName", 17562 "options": "receive_packets_eth0" 17563 }, 17564 "properties": [ 17565 { 17566 "id": "color", 17567 "value": { 17568 "fixedColor": "#7EB26D", 17569 "mode": "fixed" 17570 } 17571 } 17572 ] 17573 }, 17574 { 17575 "matcher": { 17576 "id": "byName", 17577 "options": "receive_packets_lo" 17578 }, 17579 "properties": [ 17580 { 17581 "id": "color", 17582 "value": { 17583 "fixedColor": "#E24D42", 17584 "mode": "fixed" 17585 } 17586 } 17587 ] 17588 }, 17589 { 17590 "matcher": { 17591 "id": "byName", 17592 "options": "transmit_packets_eth0" 17593 }, 17594 "properties": [ 17595 { 17596 "id": "color", 17597 "value": { 17598 "fixedColor": "#7EB26D", 17599 "mode": "fixed" 17600 } 17601 } 17602 ] 17603 }, 17604 { 17605 "matcher": { 17606 "id": "byName", 17607 "options": "transmit_packets_lo" 17608 }, 17609 "properties": [ 17610 { 17611 "id": "color", 17612 "value": { 17613 "fixedColor": "#E24D42", 17614 "mode": "fixed" 17615 } 17616 } 17617 ] 17618 }, 17619 { 17620 "matcher": { 17621 "id": "byRegexp", 17622 "options": "/.*Trans.*/" 17623 }, 17624 "properties": [ 17625 { 17626 "id": "custom.transform", 17627 "value": "negative-Y" 17628 } 17629 ] 17630 } 17631 ] 17632 }, 17633 "gridPos": { 17634 "h": 6, 17635 "w": 8, 17636 "x": 8, 17637 "y": 24 17638 }, 17639 "id": 60, 17640 "links": [], 17641 "options": { 17642 "legend": { 17643 "calcs": [ 17644 "mean", 17645 "lastNotNull", 17646 "max", 17647 "min" 17648 ], 17649 "displayMode": "table", 17650 "placement": "bottom", 17651 "showLegend": true, 17652 "width": 300 17653 }, 17654 "tooltip": { 17655 "mode": "multi", 17656 "sort": "none" 17657 } 17658 }, 17659 "pluginVersion": "9.2.0", 17660 "targets": [ 17661 { 17662 "datasource": { 17663 "type": "prometheus", 17664 "uid": "${datasource}" 17665 }, 17666 "expr": "irate(node_network_receive_packets_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17667 "format": "time_series", 17668 "interval": "", 17669 "intervalFactor": 1, 17670 "legendFormat": "{{device}} - Receive", 17671 "refId": "A", 17672 "step": 240 17673 }, 17674 { 17675 "datasource": { 17676 "type": "prometheus", 17677 "uid": "${datasource}" 17678 }, 17679 "editorMode": "code", 17680 "expr": "irate(node_network_transmit_packets_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17681 "format": "time_series", 17682 "interval": "", 17683 "intervalFactor": 1, 17684 "legendFormat": "{{device}} - Transmit", 17685 "range": true, 17686 "refId": "B", 17687 "step": 240 17688 } 17689 ], 17690 "title": "Network Traffic by Packets", 17691 "type": "timeseries" 17692 }, 17693 { 17694 "datasource": { 17695 "type": "prometheus", 17696 "uid": "${datasource}" 17697 }, 17698 "fieldConfig": { 17699 "defaults": { 17700 "color": { 17701 "mode": "palette-classic" 17702 }, 17703 "custom": { 17704 "axisCenteredZero": false, 17705 "axisColorMode": "text", 17706 "axisLabel": "", 17707 "axisPlacement": "auto", 17708 "barAlignment": 0, 17709 "drawStyle": "line", 17710 "fillOpacity": 20, 17711 "gradientMode": "none", 17712 "hideFrom": { 17713 "legend": false, 17714 "tooltip": false, 17715 "viz": false 17716 }, 17717 "lineInterpolation": "linear", 17718 "lineWidth": 1, 17719 "pointSize": 5, 17720 "scaleDistribution": { 17721 "type": "linear" 17722 }, 17723 "showPoints": "never", 17724 "spanNulls": false, 17725 "stacking": { 17726 "group": "A", 17727 "mode": "none" 17728 }, 17729 "thresholdsStyle": { 17730 "mode": "off" 17731 } 17732 }, 17733 "links": [], 17734 "mappings": [], 17735 "thresholds": { 17736 "mode": "absolute", 17737 "steps": [ 17738 { 17739 "color": "green" 17740 }, 17741 { 17742 "color": "red", 17743 "value": 80 17744 } 17745 ] 17746 }, 17747 "unit": "short" 17748 }, 17749 "overrides": [ 17750 { 17751 "matcher": { 17752 "id": "byRegexp", 17753 "options": "/.*Dropped.*/" 17754 }, 17755 "properties": [ 17756 { 17757 "id": "custom.transform", 17758 "value": "negative-Y" 17759 } 17760 ] 17761 } 17762 ] 17763 }, 17764 "gridPos": { 17765 "h": 6, 17766 "w": 8, 17767 "x": 16, 17768 "y": 24 17769 }, 17770 "id": 290, 17771 "links": [], 17772 "options": { 17773 "legend": { 17774 "calcs": [ 17775 "mean", 17776 "lastNotNull", 17777 "max", 17778 "min" 17779 ], 17780 "displayMode": "table", 17781 "placement": "bottom", 17782 "showLegend": true, 17783 "width": 300 17784 }, 17785 "tooltip": { 17786 "mode": "multi", 17787 "sort": "none" 17788 } 17789 }, 17790 "pluginVersion": "9.2.0", 17791 "targets": [ 17792 { 17793 "datasource": { 17794 "type": "prometheus", 17795 "uid": "${datasource}" 17796 }, 17797 "expr": "irate(node_softnet_processed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17798 "format": "time_series", 17799 "interval": "", 17800 "intervalFactor": 1, 17801 "legendFormat": "CPU {{cpu}} - Processed", 17802 "refId": "A", 17803 "step": 240 17804 }, 17805 { 17806 "datasource": { 17807 "type": "prometheus", 17808 "uid": "${datasource}" 17809 }, 17810 "expr": "irate(node_softnet_dropped_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17811 "format": "time_series", 17812 "interval": "", 17813 "intervalFactor": 1, 17814 "legendFormat": "CPU {{cpu}} - Dropped", 17815 "refId": "B", 17816 "step": 240 17817 } 17818 ], 17819 "title": "Softnet Packets", 17820 "type": "timeseries" 17821 }, 17822 { 17823 "datasource": { 17824 "type": "prometheus", 17825 "uid": "${datasource}" 17826 }, 17827 "fieldConfig": { 17828 "defaults": { 17829 "color": { 17830 "mode": "palette-classic" 17831 }, 17832 "custom": { 17833 "axisCenteredZero": false, 17834 "axisColorMode": "text", 17835 "axisLabel": "", 17836 "axisPlacement": "auto", 17837 "barAlignment": 0, 17838 "drawStyle": "line", 17839 "fillOpacity": 20, 17840 "gradientMode": "none", 17841 "hideFrom": { 17842 "legend": false, 17843 "tooltip": false, 17844 "viz": false 17845 }, 17846 "lineInterpolation": "linear", 17847 "lineWidth": 1, 17848 "pointSize": 5, 17849 "scaleDistribution": { 17850 "type": "linear" 17851 }, 17852 "showPoints": "never", 17853 "spanNulls": false, 17854 "stacking": { 17855 "group": "A", 17856 "mode": "none" 17857 }, 17858 "thresholdsStyle": { 17859 "mode": "off" 17860 } 17861 }, 17862 "links": [], 17863 "mappings": [], 17864 "thresholds": { 17865 "mode": "absolute", 17866 "steps": [ 17867 { 17868 "color": "green" 17869 }, 17870 { 17871 "color": "red", 17872 "value": 80 17873 } 17874 ] 17875 }, 17876 "unit": "short" 17877 }, 17878 "overrides": [ 17879 { 17880 "matcher": { 17881 "id": "byRegexp", 17882 "options": "/.*Trans.*/" 17883 }, 17884 "properties": [ 17885 { 17886 "id": "custom.transform", 17887 "value": "negative-Y" 17888 } 17889 ] 17890 } 17891 ] 17892 }, 17893 "gridPos": { 17894 "h": 6, 17895 "w": 8, 17896 "x": 0, 17897 "y": 30 17898 }, 17899 "id": 232, 17900 "links": [], 17901 "options": { 17902 "legend": { 17903 "calcs": [ 17904 "mean", 17905 "lastNotNull", 17906 "max", 17907 "min" 17908 ], 17909 "displayMode": "table", 17910 "placement": "bottom", 17911 "showLegend": true, 17912 "width": 300 17913 }, 17914 "tooltip": { 17915 "mode": "multi", 17916 "sort": "none" 17917 } 17918 }, 17919 "pluginVersion": "9.2.0", 17920 "targets": [ 17921 { 17922 "datasource": { 17923 "type": "prometheus", 17924 "uid": "${datasource}" 17925 }, 17926 "expr": "irate(node_network_transmit_colls_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 17927 "format": "time_series", 17928 "intervalFactor": 1, 17929 "legendFormat": "{{device}} - Transmit colls", 17930 "refId": "A", 17931 "step": 240 17932 } 17933 ], 17934 "title": "Network Traffic Colls", 17935 "type": "timeseries" 17936 }, 17937 { 17938 "datasource": { 17939 "type": "prometheus", 17940 "uid": "${datasource}" 17941 }, 17942 "fieldConfig": { 17943 "defaults": { 17944 "color": { 17945 "mode": "palette-classic" 17946 }, 17947 "custom": { 17948 "axisCenteredZero": false, 17949 "axisColorMode": "text", 17950 "axisLabel": "", 17951 "axisPlacement": "auto", 17952 "barAlignment": 0, 17953 "drawStyle": "line", 17954 "fillOpacity": 20, 17955 "gradientMode": "none", 17956 "hideFrom": { 17957 "legend": false, 17958 "tooltip": false, 17959 "viz": false 17960 }, 17961 "lineInterpolation": "linear", 17962 "lineWidth": 1, 17963 "pointSize": 5, 17964 "scaleDistribution": { 17965 "type": "linear" 17966 }, 17967 "showPoints": "never", 17968 "spanNulls": false, 17969 "stacking": { 17970 "group": "A", 17971 "mode": "none" 17972 }, 17973 "thresholdsStyle": { 17974 "mode": "off" 17975 } 17976 }, 17977 "links": [], 17978 "mappings": [], 17979 "thresholds": { 17980 "mode": "absolute", 17981 "steps": [ 17982 { 17983 "color": "green" 17984 }, 17985 { 17986 "color": "red", 17987 "value": 80 17988 } 17989 ] 17990 }, 17991 "unit": "pps" 17992 }, 17993 "overrides": [ 17994 { 17995 "matcher": { 17996 "id": "byRegexp", 17997 "options": "/.*Trans.*/" 17998 }, 17999 "properties": [ 18000 { 18001 "id": "custom.transform", 18002 "value": "negative-Y" 18003 } 18004 ] 18005 } 18006 ] 18007 }, 18008 "gridPos": { 18009 "h": 6, 18010 "w": 8, 18011 "x": 8, 18012 "y": 30 18013 }, 18014 "id": 144, 18015 "links": [], 18016 "options": { 18017 "legend": { 18018 "calcs": [ 18019 "mean", 18020 "lastNotNull", 18021 "max", 18022 "min" 18023 ], 18024 "displayMode": "table", 18025 "placement": "bottom", 18026 "showLegend": true, 18027 "width": 300 18028 }, 18029 "tooltip": { 18030 "mode": "multi", 18031 "sort": "none" 18032 } 18033 }, 18034 "pluginVersion": "9.2.0", 18035 "targets": [ 18036 { 18037 "datasource": { 18038 "type": "prometheus", 18039 "uid": "${datasource}" 18040 }, 18041 "expr": "irate(node_network_receive_fifo_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18042 "format": "time_series", 18043 "intervalFactor": 1, 18044 "legendFormat": "{{device}} - Receive fifo", 18045 "refId": "A", 18046 "step": 240 18047 }, 18048 { 18049 "datasource": { 18050 "type": "prometheus", 18051 "uid": "${datasource}" 18052 }, 18053 "expr": "irate(node_network_transmit_fifo_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18054 "format": "time_series", 18055 "intervalFactor": 1, 18056 "legendFormat": "{{device}} - Transmit fifo", 18057 "refId": "B", 18058 "step": 240 18059 } 18060 ], 18061 "title": "Network Traffic FIFO", 18062 "type": "timeseries" 18063 }, 18064 { 18065 "datasource": { 18066 "type": "prometheus", 18067 "uid": "${datasource}" 18068 }, 18069 "fieldConfig": { 18070 "defaults": { 18071 "color": { 18072 "mode": "palette-classic" 18073 }, 18074 "custom": { 18075 "axisCenteredZero": false, 18076 "axisColorMode": "text", 18077 "axisLabel": "", 18078 "axisPlacement": "auto", 18079 "barAlignment": 0, 18080 "drawStyle": "line", 18081 "fillOpacity": 20, 18082 "gradientMode": "none", 18083 "hideFrom": { 18084 "legend": false, 18085 "tooltip": false, 18086 "viz": false 18087 }, 18088 "lineInterpolation": "linear", 18089 "lineWidth": 1, 18090 "pointSize": 5, 18091 "scaleDistribution": { 18092 "type": "linear" 18093 }, 18094 "showPoints": "never", 18095 "spanNulls": false, 18096 "stacking": { 18097 "group": "A", 18098 "mode": "none" 18099 }, 18100 "thresholdsStyle": { 18101 "mode": "off" 18102 } 18103 }, 18104 "links": [], 18105 "mappings": [], 18106 "thresholds": { 18107 "mode": "absolute", 18108 "steps": [ 18109 { 18110 "color": "green" 18111 }, 18112 { 18113 "color": "red", 18114 "value": 80 18115 } 18116 ] 18117 }, 18118 "unit": "pps" 18119 }, 18120 "overrides": [ 18121 { 18122 "matcher": { 18123 "id": "byRegexp", 18124 "options": "/.*Trans.*/" 18125 }, 18126 "properties": [ 18127 { 18128 "id": "custom.transform", 18129 "value": "negative-Y" 18130 } 18131 ] 18132 } 18133 ] 18134 }, 18135 "gridPos": { 18136 "h": 6, 18137 "w": 8, 18138 "x": 16, 18139 "y": 30 18140 }, 18141 "id": 142, 18142 "links": [], 18143 "options": { 18144 "legend": { 18145 "calcs": [ 18146 "mean", 18147 "lastNotNull", 18148 "max", 18149 "min" 18150 ], 18151 "displayMode": "table", 18152 "placement": "bottom", 18153 "showLegend": true, 18154 "width": 300 18155 }, 18156 "tooltip": { 18157 "mode": "multi", 18158 "sort": "none" 18159 } 18160 }, 18161 "pluginVersion": "9.2.0", 18162 "targets": [ 18163 { 18164 "datasource": { 18165 "type": "prometheus", 18166 "uid": "${datasource}" 18167 }, 18168 "expr": "irate(node_network_receive_errs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18169 "format": "time_series", 18170 "intervalFactor": 1, 18171 "legendFormat": "{{device}} - Receive errors", 18172 "refId": "A", 18173 "step": 240 18174 }, 18175 { 18176 "datasource": { 18177 "type": "prometheus", 18178 "uid": "${datasource}" 18179 }, 18180 "editorMode": "code", 18181 "expr": "irate(node_network_transmit_errs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18182 "format": "time_series", 18183 "intervalFactor": 1, 18184 "legendFormat": "{{device}} - Transmit errors", 18185 "range": true, 18186 "refId": "B", 18187 "step": 240 18188 } 18189 ], 18190 "title": "Network Traffic Errors", 18191 "type": "timeseries" 18192 }, 18193 { 18194 "datasource": { 18195 "type": "prometheus", 18196 "uid": "${datasource}" 18197 }, 18198 "fieldConfig": { 18199 "defaults": { 18200 "color": { 18201 "mode": "palette-classic" 18202 }, 18203 "custom": { 18204 "axisCenteredZero": false, 18205 "axisColorMode": "text", 18206 "axisLabel": "", 18207 "axisPlacement": "auto", 18208 "barAlignment": 0, 18209 "drawStyle": "line", 18210 "fillOpacity": 20, 18211 "gradientMode": "none", 18212 "hideFrom": { 18213 "legend": false, 18214 "tooltip": false, 18215 "viz": false 18216 }, 18217 "lineInterpolation": "linear", 18218 "lineWidth": 1, 18219 "pointSize": 5, 18220 "scaleDistribution": { 18221 "type": "linear" 18222 }, 18223 "showPoints": "never", 18224 "spanNulls": false, 18225 "stacking": { 18226 "group": "A", 18227 "mode": "none" 18228 }, 18229 "thresholdsStyle": { 18230 "mode": "off" 18231 } 18232 }, 18233 "links": [], 18234 "mappings": [], 18235 "thresholds": { 18236 "mode": "absolute", 18237 "steps": [ 18238 { 18239 "color": "green" 18240 }, 18241 { 18242 "color": "red", 18243 "value": 80 18244 } 18245 ] 18246 }, 18247 "unit": "pps" 18248 }, 18249 "overrides": [ 18250 { 18251 "matcher": { 18252 "id": "byRegexp", 18253 "options": "/.*Trans.*/" 18254 }, 18255 "properties": [ 18256 { 18257 "id": "custom.transform", 18258 "value": "negative-Y" 18259 } 18260 ] 18261 } 18262 ] 18263 }, 18264 "gridPos": { 18265 "h": 6, 18266 "w": 8, 18267 "x": 0, 18268 "y": 36 18269 }, 18270 "id": 141, 18271 "links": [], 18272 "options": { 18273 "legend": { 18274 "calcs": [ 18275 "mean", 18276 "lastNotNull", 18277 "max", 18278 "min" 18279 ], 18280 "displayMode": "table", 18281 "placement": "bottom", 18282 "showLegend": true, 18283 "width": 300 18284 }, 18285 "tooltip": { 18286 "mode": "multi", 18287 "sort": "none" 18288 } 18289 }, 18290 "pluginVersion": "9.2.0", 18291 "targets": [ 18292 { 18293 "datasource": { 18294 "type": "prometheus", 18295 "uid": "${datasource}" 18296 }, 18297 "expr": "irate(node_network_receive_compressed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18298 "format": "time_series", 18299 "intervalFactor": 1, 18300 "legendFormat": "{{device}} - Receive compressed", 18301 "refId": "A", 18302 "step": 240 18303 }, 18304 { 18305 "datasource": { 18306 "type": "prometheus", 18307 "uid": "${datasource}" 18308 }, 18309 "expr": "irate(node_network_transmit_compressed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18310 "format": "time_series", 18311 "intervalFactor": 1, 18312 "legendFormat": "{{device}} - Transmit compressed", 18313 "refId": "B", 18314 "step": 240 18315 } 18316 ], 18317 "title": "Network Traffic Compressed", 18318 "type": "timeseries" 18319 }, 18320 { 18321 "datasource": { 18322 "type": "prometheus", 18323 "uid": "${datasource}" 18324 }, 18325 "fieldConfig": { 18326 "defaults": { 18327 "color": { 18328 "mode": "palette-classic" 18329 }, 18330 "custom": { 18331 "axisCenteredZero": false, 18332 "axisColorMode": "text", 18333 "axisLabel": "", 18334 "axisPlacement": "auto", 18335 "barAlignment": 0, 18336 "drawStyle": "line", 18337 "fillOpacity": 20, 18338 "gradientMode": "none", 18339 "hideFrom": { 18340 "legend": false, 18341 "tooltip": false, 18342 "viz": false 18343 }, 18344 "lineInterpolation": "linear", 18345 "lineWidth": 1, 18346 "pointSize": 5, 18347 "scaleDistribution": { 18348 "type": "linear" 18349 }, 18350 "showPoints": "never", 18351 "spanNulls": false, 18352 "stacking": { 18353 "group": "A", 18354 "mode": "none" 18355 }, 18356 "thresholdsStyle": { 18357 "mode": "off" 18358 } 18359 }, 18360 "links": [], 18361 "mappings": [], 18362 "thresholds": { 18363 "mode": "absolute", 18364 "steps": [ 18365 { 18366 "color": "green" 18367 }, 18368 { 18369 "color": "red", 18370 "value": 80 18371 } 18372 ] 18373 }, 18374 "unit": "pps" 18375 }, 18376 "overrides": [ 18377 { 18378 "matcher": { 18379 "id": "byRegexp", 18380 "options": "/.*Trans.*/" 18381 }, 18382 "properties": [ 18383 { 18384 "id": "custom.transform", 18385 "value": "negative-Y" 18386 } 18387 ] 18388 } 18389 ] 18390 }, 18391 "gridPos": { 18392 "h": 6, 18393 "w": 8, 18394 "x": 8, 18395 "y": 36 18396 }, 18397 "id": 145, 18398 "links": [], 18399 "options": { 18400 "legend": { 18401 "calcs": [ 18402 "mean", 18403 "lastNotNull", 18404 "max", 18405 "min" 18406 ], 18407 "displayMode": "table", 18408 "placement": "bottom", 18409 "showLegend": true, 18410 "width": 300 18411 }, 18412 "tooltip": { 18413 "mode": "multi", 18414 "sort": "none" 18415 } 18416 }, 18417 "pluginVersion": "9.2.0", 18418 "targets": [ 18419 { 18420 "datasource": { 18421 "type": "prometheus", 18422 "uid": "${datasource}" 18423 }, 18424 "expr": "irate(node_network_receive_frame_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18425 "format": "time_series", 18426 "hide": false, 18427 "intervalFactor": 1, 18428 "legendFormat": "{{device}} - Receive frame", 18429 "refId": "A", 18430 "step": 240 18431 } 18432 ], 18433 "title": "Network Traffic Frame", 18434 "type": "timeseries" 18435 }, 18436 { 18437 "datasource": { 18438 "type": "prometheus", 18439 "uid": "${datasource}" 18440 }, 18441 "fieldConfig": { 18442 "defaults": { 18443 "color": { 18444 "mode": "palette-classic" 18445 }, 18446 "custom": { 18447 "axisCenteredZero": false, 18448 "axisColorMode": "text", 18449 "axisLabel": "", 18450 "axisPlacement": "auto", 18451 "barAlignment": 0, 18452 "drawStyle": "line", 18453 "fillOpacity": 20, 18454 "gradientMode": "none", 18455 "hideFrom": { 18456 "legend": false, 18457 "tooltip": false, 18458 "viz": false 18459 }, 18460 "lineInterpolation": "linear", 18461 "lineWidth": 1, 18462 "pointSize": 5, 18463 "scaleDistribution": { 18464 "type": "linear" 18465 }, 18466 "showPoints": "never", 18467 "spanNulls": false, 18468 "stacking": { 18469 "group": "A", 18470 "mode": "none" 18471 }, 18472 "thresholdsStyle": { 18473 "mode": "off" 18474 } 18475 }, 18476 "links": [], 18477 "mappings": [], 18478 "thresholds": { 18479 "mode": "absolute", 18480 "steps": [ 18481 { 18482 "color": "green" 18483 }, 18484 { 18485 "color": "red", 18486 "value": 80 18487 } 18488 ] 18489 }, 18490 "unit": "pps" 18491 }, 18492 "overrides": [ 18493 { 18494 "matcher": { 18495 "id": "byRegexp", 18496 "options": "/.*Trans.*/" 18497 }, 18498 "properties": [ 18499 { 18500 "id": "custom.transform", 18501 "value": "negative-Y" 18502 } 18503 ] 18504 } 18505 ] 18506 }, 18507 "gridPos": { 18508 "h": 6, 18509 "w": 8, 18510 "x": 16, 18511 "y": 36 18512 }, 18513 "id": 143, 18514 "links": [], 18515 "options": { 18516 "legend": { 18517 "calcs": [ 18518 "mean", 18519 "lastNotNull", 18520 "max", 18521 "min" 18522 ], 18523 "displayMode": "table", 18524 "placement": "bottom", 18525 "showLegend": true, 18526 "width": 300 18527 }, 18528 "tooltip": { 18529 "mode": "multi", 18530 "sort": "none" 18531 } 18532 }, 18533 "pluginVersion": "9.2.0", 18534 "targets": [ 18535 { 18536 "datasource": { 18537 "type": "prometheus", 18538 "uid": "${datasource}" 18539 }, 18540 "expr": "irate(node_network_receive_drop_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18541 "format": "time_series", 18542 "intervalFactor": 1, 18543 "legendFormat": "{{device}} - Receive drop", 18544 "refId": "A", 18545 "step": 240 18546 }, 18547 { 18548 "datasource": { 18549 "type": "prometheus", 18550 "uid": "${datasource}" 18551 }, 18552 "expr": "irate(node_network_transmit_drop_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18553 "format": "time_series", 18554 "intervalFactor": 1, 18555 "legendFormat": "{{device}} - Transmit drop", 18556 "refId": "B", 18557 "step": 240 18558 } 18559 ], 18560 "title": "Network Traffic Drop", 18561 "type": "timeseries" 18562 }, 18563 { 18564 "datasource": { 18565 "type": "prometheus", 18566 "uid": "${datasource}" 18567 }, 18568 "fieldConfig": { 18569 "defaults": { 18570 "color": { 18571 "mode": "palette-classic" 18572 }, 18573 "custom": { 18574 "axisCenteredZero": false, 18575 "axisColorMode": "text", 18576 "axisLabel": "", 18577 "axisPlacement": "auto", 18578 "barAlignment": 0, 18579 "drawStyle": "line", 18580 "fillOpacity": 20, 18581 "gradientMode": "none", 18582 "hideFrom": { 18583 "legend": false, 18584 "tooltip": false, 18585 "viz": false 18586 }, 18587 "lineInterpolation": "linear", 18588 "lineWidth": 1, 18589 "pointSize": 5, 18590 "scaleDistribution": { 18591 "type": "linear" 18592 }, 18593 "showPoints": "never", 18594 "spanNulls": false, 18595 "stacking": { 18596 "group": "A", 18597 "mode": "none" 18598 }, 18599 "thresholdsStyle": { 18600 "mode": "off" 18601 } 18602 }, 18603 "links": [], 18604 "mappings": [], 18605 "thresholds": { 18606 "mode": "absolute", 18607 "steps": [ 18608 { 18609 "color": "green" 18610 }, 18611 { 18612 "color": "red", 18613 "value": 80 18614 } 18615 ] 18616 }, 18617 "unit": "pps" 18618 }, 18619 "overrides": [ 18620 { 18621 "matcher": { 18622 "id": "byRegexp", 18623 "options": "/.*Trans.*/" 18624 }, 18625 "properties": [ 18626 { 18627 "id": "custom.transform", 18628 "value": "negative-Y" 18629 } 18630 ] 18631 } 18632 ] 18633 }, 18634 "gridPos": { 18635 "h": 6, 18636 "w": 8, 18637 "x": 0, 18638 "y": 42 18639 }, 18640 "id": 146, 18641 "links": [], 18642 "options": { 18643 "legend": { 18644 "calcs": [ 18645 "mean", 18646 "lastNotNull", 18647 "max", 18648 "min" 18649 ], 18650 "displayMode": "table", 18651 "placement": "bottom", 18652 "showLegend": true, 18653 "width": 300 18654 }, 18655 "tooltip": { 18656 "mode": "multi", 18657 "sort": "none" 18658 } 18659 }, 18660 "pluginVersion": "9.2.0", 18661 "targets": [ 18662 { 18663 "datasource": { 18664 "type": "prometheus", 18665 "uid": "${datasource}" 18666 }, 18667 "expr": "irate(node_network_receive_multicast_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18668 "format": "time_series", 18669 "intervalFactor": 1, 18670 "legendFormat": "{{device}} - Receive multicast", 18671 "refId": "A", 18672 "step": 240 18673 } 18674 ], 18675 "title": "Network Traffic Multicast", 18676 "type": "timeseries" 18677 }, 18678 { 18679 "datasource": { 18680 "type": "prometheus", 18681 "uid": "${datasource}" 18682 }, 18683 "fieldConfig": { 18684 "defaults": { 18685 "color": { 18686 "mode": "palette-classic" 18687 }, 18688 "custom": { 18689 "axisCenteredZero": false, 18690 "axisColorMode": "text", 18691 "axisLabel": "", 18692 "axisPlacement": "auto", 18693 "barAlignment": 0, 18694 "drawStyle": "line", 18695 "fillOpacity": 20, 18696 "gradientMode": "none", 18697 "hideFrom": { 18698 "legend": false, 18699 "tooltip": false, 18700 "viz": false 18701 }, 18702 "lineInterpolation": "linear", 18703 "lineWidth": 1, 18704 "pointSize": 5, 18705 "scaleDistribution": { 18706 "type": "linear" 18707 }, 18708 "showPoints": "never", 18709 "spanNulls": false, 18710 "stacking": { 18711 "group": "A", 18712 "mode": "none" 18713 }, 18714 "thresholdsStyle": { 18715 "mode": "off" 18716 } 18717 }, 18718 "links": [], 18719 "mappings": [], 18720 "thresholds": { 18721 "mode": "absolute", 18722 "steps": [ 18723 { 18724 "color": "green" 18725 }, 18726 { 18727 "color": "red", 18728 "value": 80 18729 } 18730 ] 18731 }, 18732 "unit": "short" 18733 }, 18734 "overrides": [] 18735 }, 18736 "gridPos": { 18737 "h": 6, 18738 "w": 8, 18739 "x": 8, 18740 "y": 42 18741 }, 18742 "id": 231, 18743 "links": [], 18744 "options": { 18745 "legend": { 18746 "calcs": [ 18747 "mean", 18748 "lastNotNull", 18749 "max", 18750 "min" 18751 ], 18752 "displayMode": "table", 18753 "placement": "bottom", 18754 "showLegend": true, 18755 "width": 300 18756 }, 18757 "tooltip": { 18758 "mode": "multi", 18759 "sort": "none" 18760 } 18761 }, 18762 "pluginVersion": "9.2.0", 18763 "targets": [ 18764 { 18765 "datasource": { 18766 "type": "prometheus", 18767 "uid": "${datasource}" 18768 }, 18769 "expr": "irate(node_network_transmit_carrier_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18770 "format": "time_series", 18771 "intervalFactor": 1, 18772 "legendFormat": "{{device}} - Statistic transmit_carrier", 18773 "refId": "A", 18774 "step": 240 18775 } 18776 ], 18777 "title": "Network Traffic Carrier", 18778 "type": "timeseries" 18779 }, 18780 { 18781 "datasource": { 18782 "type": "prometheus", 18783 "uid": "${datasource}" 18784 }, 18785 "fieldConfig": { 18786 "defaults": { 18787 "color": { 18788 "mode": "palette-classic" 18789 }, 18790 "custom": { 18791 "axisCenteredZero": false, 18792 "axisColorMode": "text", 18793 "axisLabel": "", 18794 "axisPlacement": "auto", 18795 "barAlignment": 0, 18796 "drawStyle": "line", 18797 "fillOpacity": 20, 18798 "gradientMode": "none", 18799 "hideFrom": { 18800 "legend": false, 18801 "tooltip": false, 18802 "viz": false 18803 }, 18804 "lineInterpolation": "linear", 18805 "lineWidth": 1, 18806 "pointSize": 5, 18807 "scaleDistribution": { 18808 "type": "linear" 18809 }, 18810 "showPoints": "never", 18811 "spanNulls": false, 18812 "stacking": { 18813 "group": "A", 18814 "mode": "none" 18815 }, 18816 "thresholdsStyle": { 18817 "mode": "off" 18818 } 18819 }, 18820 "links": [], 18821 "mappings": [], 18822 "thresholds": { 18823 "mode": "absolute", 18824 "steps": [ 18825 { 18826 "color": "green" 18827 }, 18828 { 18829 "color": "red", 18830 "value": 80 18831 } 18832 ] 18833 }, 18834 "unit": "short" 18835 }, 18836 "overrides": [] 18837 }, 18838 "gridPos": { 18839 "h": 6, 18840 "w": 8, 18841 "x": 16, 18842 "y": 42 18843 }, 18844 "id": 310, 18845 "links": [], 18846 "options": { 18847 "legend": { 18848 "calcs": [ 18849 "mean", 18850 "lastNotNull", 18851 "max", 18852 "min" 18853 ], 18854 "displayMode": "table", 18855 "placement": "bottom", 18856 "showLegend": true, 18857 "width": 300 18858 }, 18859 "tooltip": { 18860 "mode": "multi", 18861 "sort": "none" 18862 } 18863 }, 18864 "pluginVersion": "9.2.0", 18865 "targets": [ 18866 { 18867 "datasource": { 18868 "type": "prometheus", 18869 "uid": "${datasource}" 18870 }, 18871 "expr": "irate(node_softnet_times_squeezed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 18872 "format": "time_series", 18873 "interval": "", 18874 "intervalFactor": 1, 18875 "legendFormat": "CPU {{cpu}} - Squeezed", 18876 "refId": "A", 18877 "step": 240 18878 } 18879 ], 18880 "title": "Softnet Out of Quota", 18881 "type": "timeseries" 18882 }, 18883 { 18884 "datasource": { 18885 "type": "prometheus", 18886 "uid": "${datasource}" 18887 }, 18888 "fieldConfig": { 18889 "defaults": { 18890 "color": { 18891 "mode": "palette-classic" 18892 }, 18893 "custom": { 18894 "axisCenteredZero": false, 18895 "axisColorMode": "text", 18896 "axisLabel": "", 18897 "axisPlacement": "auto", 18898 "barAlignment": 0, 18899 "drawStyle": "line", 18900 "fillOpacity": 20, 18901 "gradientMode": "none", 18902 "hideFrom": { 18903 "legend": false, 18904 "tooltip": false, 18905 "viz": false 18906 }, 18907 "lineInterpolation": "linear", 18908 "lineWidth": 1, 18909 "pointSize": 5, 18910 "scaleDistribution": { 18911 "type": "linear" 18912 }, 18913 "showPoints": "never", 18914 "spanNulls": false, 18915 "stacking": { 18916 "group": "A", 18917 "mode": "none" 18918 }, 18919 "thresholdsStyle": { 18920 "mode": "off" 18921 } 18922 }, 18923 "links": [], 18924 "mappings": [], 18925 "thresholds": { 18926 "mode": "absolute", 18927 "steps": [ 18928 { 18929 "color": "green" 18930 }, 18931 { 18932 "color": "red", 18933 "value": 80 18934 } 18935 ] 18936 }, 18937 "unit": "short" 18938 }, 18939 "overrides": [] 18940 }, 18941 "gridPos": { 18942 "h": 6, 18943 "w": 8, 18944 "x": 0, 18945 "y": 48 18946 }, 18947 "id": 309, 18948 "links": [], 18949 "options": { 18950 "legend": { 18951 "calcs": [ 18952 "mean", 18953 "lastNotNull", 18954 "max", 18955 "min" 18956 ], 18957 "displayMode": "table", 18958 "placement": "bottom", 18959 "showLegend": true, 18960 "width": 300 18961 }, 18962 "tooltip": { 18963 "mode": "multi", 18964 "sort": "none" 18965 } 18966 }, 18967 "pluginVersion": "9.2.0", 18968 "targets": [ 18969 { 18970 "datasource": { 18971 "type": "prometheus", 18972 "uid": "${datasource}" 18973 }, 18974 "expr": "node_network_up{operstate=\"up\",job=\"$job\",node=\"$node\"}", 18975 "format": "time_series", 18976 "intervalFactor": 1, 18977 "legendFormat": "{{interface}} - Operational state UP", 18978 "refId": "A", 18979 "step": 240 18980 }, 18981 { 18982 "datasource": { 18983 "type": "prometheus", 18984 "uid": "${datasource}" 18985 }, 18986 "expr": "node_network_carrier{job=\"$job\",node=\"$node\"}", 18987 "format": "time_series", 18988 "instant": false, 18989 "legendFormat": "{{device}} - Physical link state", 18990 "refId": "B" 18991 } 18992 ], 18993 "title": "Network Operational Status", 18994 "type": "timeseries" 18995 }, 18996 { 18997 "datasource": { 18998 "type": "prometheus", 18999 "uid": "${datasource}" 19000 }, 19001 "fieldConfig": { 19002 "defaults": { 19003 "color": { 19004 "mode": "palette-classic" 19005 }, 19006 "custom": { 19007 "axisCenteredZero": false, 19008 "axisColorMode": "text", 19009 "axisLabel": "", 19010 "axisPlacement": "auto", 19011 "barAlignment": 0, 19012 "drawStyle": "line", 19013 "fillOpacity": 20, 19014 "gradientMode": "none", 19015 "hideFrom": { 19016 "legend": false, 19017 "tooltip": false, 19018 "viz": false 19019 }, 19020 "lineInterpolation": "linear", 19021 "lineWidth": 1, 19022 "pointSize": 5, 19023 "scaleDistribution": { 19024 "type": "linear" 19025 }, 19026 "showPoints": "never", 19027 "spanNulls": false, 19028 "stacking": { 19029 "group": "A", 19030 "mode": "none" 19031 }, 19032 "thresholdsStyle": { 19033 "mode": "off" 19034 } 19035 }, 19036 "links": [], 19037 "mappings": [], 19038 "min": 0, 19039 "thresholds": { 19040 "mode": "absolute", 19041 "steps": [ 19042 { 19043 "color": "green" 19044 }, 19045 { 19046 "color": "red", 19047 "value": 80 19048 } 19049 ] 19050 }, 19051 "unit": "short" 19052 }, 19053 "overrides": [ 19054 { 19055 "matcher": { 19056 "id": "byName", 19057 "options": "NF conntrack limit" 19058 }, 19059 "properties": [ 19060 { 19061 "id": "color", 19062 "value": { 19063 "fixedColor": "#890F02", 19064 "mode": "fixed" 19065 } 19066 }, 19067 { 19068 "id": "custom.fillOpacity", 19069 "value": 0 19070 } 19071 ] 19072 } 19073 ] 19074 }, 19075 "gridPos": { 19076 "h": 6, 19077 "w": 8, 19078 "x": 8, 19079 "y": 48 19080 }, 19081 "id": 61, 19082 "links": [], 19083 "options": { 19084 "legend": { 19085 "calcs": [ 19086 "mean", 19087 "lastNotNull", 19088 "max", 19089 "min" 19090 ], 19091 "displayMode": "table", 19092 "placement": "bottom", 19093 "showLegend": true 19094 }, 19095 "tooltip": { 19096 "mode": "multi", 19097 "sort": "none" 19098 } 19099 }, 19100 "pluginVersion": "9.2.0", 19101 "targets": [ 19102 { 19103 "datasource": { 19104 "type": "prometheus", 19105 "uid": "${datasource}" 19106 }, 19107 "editorMode": "code", 19108 "expr": "node_nf_conntrack_entries{job=\"$job\",node=\"$node\"}", 19109 "format": "time_series", 19110 "intervalFactor": 1, 19111 "legendFormat": "NF conntrack entries - Number of currently allocated flow entries for connection tracking", 19112 "range": true, 19113 "refId": "A", 19114 "step": 240 19115 }, 19116 { 19117 "datasource": { 19118 "type": "prometheus", 19119 "uid": "${datasource}" 19120 }, 19121 "editorMode": "code", 19122 "expr": "node_nf_conntrack_entries_limit{job=\"$job\",node=\"$node\"}", 19123 "format": "time_series", 19124 "intervalFactor": 1, 19125 "legendFormat": "NF conntrack limit - Maximum size of connection tracking table", 19126 "range": true, 19127 "refId": "B", 19128 "step": 240 19129 } 19130 ], 19131 "title": "NF Contrack", 19132 "type": "timeseries" 19133 }, 19134 { 19135 "datasource": { 19136 "type": "prometheus", 19137 "uid": "${datasource}" 19138 }, 19139 "description": "", 19140 "fieldConfig": { 19141 "defaults": { 19142 "color": { 19143 "mode": "palette-classic" 19144 }, 19145 "custom": { 19146 "axisCenteredZero": false, 19147 "axisColorMode": "text", 19148 "axisLabel": "", 19149 "axisPlacement": "auto", 19150 "barAlignment": 0, 19151 "drawStyle": "line", 19152 "fillOpacity": 20, 19153 "gradientMode": "none", 19154 "hideFrom": { 19155 "legend": false, 19156 "tooltip": false, 19157 "viz": false 19158 }, 19159 "lineInterpolation": "linear", 19160 "lineWidth": 1, 19161 "pointSize": 5, 19162 "scaleDistribution": { 19163 "type": "linear" 19164 }, 19165 "showPoints": "never", 19166 "spanNulls": false, 19167 "stacking": { 19168 "group": "A", 19169 "mode": "none" 19170 }, 19171 "thresholdsStyle": { 19172 "mode": "off" 19173 } 19174 }, 19175 "links": [], 19176 "mappings": [], 19177 "min": 0, 19178 "thresholds": { 19179 "mode": "absolute", 19180 "steps": [ 19181 { 19182 "color": "green" 19183 }, 19184 { 19185 "color": "red", 19186 "value": 80 19187 } 19188 ] 19189 }, 19190 "unit": "short" 19191 }, 19192 "overrides": [] 19193 }, 19194 "gridPos": { 19195 "h": 6, 19196 "w": 8, 19197 "x": 16, 19198 "y": 48 19199 }, 19200 "id": 424, 19201 "links": [], 19202 "options": { 19203 "legend": { 19204 "calcs": [ 19205 "mean", 19206 "lastNotNull", 19207 "max", 19208 "min" 19209 ], 19210 "displayMode": "table", 19211 "placement": "bottom", 19212 "showLegend": true 19213 }, 19214 "tooltip": { 19215 "mode": "multi", 19216 "sort": "none" 19217 } 19218 }, 19219 "pluginVersion": "9.2.0", 19220 "targets": [ 19221 { 19222 "datasource": { 19223 "type": "prometheus", 19224 "uid": "${datasource}" 19225 }, 19226 "editorMode": "code", 19227 "expr": "node_arp_entries{job=\"$job\",node=\"$node\"}", 19228 "format": "time_series", 19229 "intervalFactor": 1, 19230 "legendFormat": "{{ device }} - ARP entries", 19231 "range": true, 19232 "refId": "A", 19233 "step": 240 19234 } 19235 ], 19236 "title": "ARP Entries", 19237 "type": "timeseries" 19238 }, 19239 { 19240 "datasource": { 19241 "type": "prometheus", 19242 "uid": "${datasource}" 19243 }, 19244 "fieldConfig": { 19245 "defaults": { 19246 "color": { 19247 "mode": "palette-classic" 19248 }, 19249 "custom": { 19250 "axisCenteredZero": false, 19251 "axisColorMode": "text", 19252 "axisLabel": "", 19253 "axisPlacement": "auto", 19254 "barAlignment": 0, 19255 "drawStyle": "line", 19256 "fillOpacity": 20, 19257 "gradientMode": "none", 19258 "hideFrom": { 19259 "legend": false, 19260 "tooltip": false, 19261 "viz": false 19262 }, 19263 "lineInterpolation": "linear", 19264 "lineWidth": 1, 19265 "pointSize": 5, 19266 "scaleDistribution": { 19267 "type": "linear" 19268 }, 19269 "showPoints": "never", 19270 "spanNulls": false, 19271 "stacking": { 19272 "group": "A", 19273 "mode": "none" 19274 }, 19275 "thresholdsStyle": { 19276 "mode": "off" 19277 } 19278 }, 19279 "decimals": 0, 19280 "links": [], 19281 "mappings": [], 19282 "min": 0, 19283 "thresholds": { 19284 "mode": "absolute", 19285 "steps": [ 19286 { 19287 "color": "green" 19288 }, 19289 { 19290 "color": "red", 19291 "value": 80 19292 } 19293 ] 19294 }, 19295 "unit": "none" 19296 }, 19297 "overrides": [] 19298 }, 19299 "gridPos": { 19300 "h": 6, 19301 "w": 8, 19302 "x": 0, 19303 "y": 54 19304 }, 19305 "id": 289, 19306 "links": [], 19307 "options": { 19308 "legend": { 19309 "calcs": [ 19310 "mean", 19311 "lastNotNull", 19312 "max", 19313 "min" 19314 ], 19315 "displayMode": "table", 19316 "placement": "bottom", 19317 "showLegend": true 19318 }, 19319 "tooltip": { 19320 "mode": "multi", 19321 "sort": "none" 19322 } 19323 }, 19324 "pluginVersion": "9.2.0", 19325 "targets": [ 19326 { 19327 "datasource": { 19328 "type": "prometheus", 19329 "uid": "${datasource}" 19330 }, 19331 "expr": "node_network_transmit_queue_length{job=\"$job\",node=\"$node\"}", 19332 "format": "time_series", 19333 "intervalFactor": 1, 19334 "legendFormat": "{{ device }} - Interface transmit queue length", 19335 "refId": "A", 19336 "step": 240 19337 } 19338 ], 19339 "title": "Queue Length", 19340 "type": "timeseries" 19341 }, 19342 { 19343 "datasource": { 19344 "type": "prometheus", 19345 "uid": "${datasource}" 19346 }, 19347 "fieldConfig": { 19348 "defaults": { 19349 "color": { 19350 "mode": "palette-classic" 19351 }, 19352 "custom": { 19353 "axisCenteredZero": false, 19354 "axisColorMode": "text", 19355 "axisLabel": "", 19356 "axisPlacement": "auto", 19357 "barAlignment": 0, 19358 "drawStyle": "line", 19359 "fillOpacity": 20, 19360 "gradientMode": "none", 19361 "hideFrom": { 19362 "legend": false, 19363 "tooltip": false, 19364 "viz": false 19365 }, 19366 "lineInterpolation": "linear", 19367 "lineWidth": 1, 19368 "pointSize": 5, 19369 "scaleDistribution": { 19370 "type": "linear" 19371 }, 19372 "showPoints": "never", 19373 "spanNulls": false, 19374 "stacking": { 19375 "group": "A", 19376 "mode": "none" 19377 }, 19378 "thresholdsStyle": { 19379 "mode": "off" 19380 } 19381 }, 19382 "decimals": 0, 19383 "links": [], 19384 "mappings": [], 19385 "min": 0, 19386 "thresholds": { 19387 "mode": "absolute", 19388 "steps": [ 19389 { 19390 "color": "green" 19391 }, 19392 { 19393 "color": "red", 19394 "value": 80 19395 } 19396 ] 19397 }, 19398 "unit": "bytes" 19399 }, 19400 "overrides": [] 19401 }, 19402 "gridPos": { 19403 "h": 6, 19404 "w": 8, 19405 "x": 8, 19406 "y": 54 19407 }, 19408 "id": 280, 19409 "links": [], 19410 "options": { 19411 "legend": { 19412 "calcs": [ 19413 "mean", 19414 "lastNotNull", 19415 "max", 19416 "min" 19417 ], 19418 "displayMode": "table", 19419 "placement": "bottom", 19420 "showLegend": true 19421 }, 19422 "tooltip": { 19423 "mode": "multi", 19424 "sort": "none" 19425 } 19426 }, 19427 "pluginVersion": "9.2.0", 19428 "targets": [ 19429 { 19430 "datasource": { 19431 "type": "prometheus", 19432 "uid": "${datasource}" 19433 }, 19434 "expr": "node_network_speed_bytes{job=\"$job\",node=\"$node\"}", 19435 "format": "time_series", 19436 "intervalFactor": 1, 19437 "legendFormat": "{{ device }} - Speed", 19438 "refId": "A", 19439 "step": 240 19440 } 19441 ], 19442 "title": "Speed", 19443 "type": "timeseries" 19444 }, 19445 { 19446 "datasource": { 19447 "type": "prometheus", 19448 "uid": "${datasource}" 19449 }, 19450 "fieldConfig": { 19451 "defaults": { 19452 "color": { 19453 "mode": "palette-classic" 19454 }, 19455 "custom": { 19456 "axisCenteredZero": false, 19457 "axisColorMode": "text", 19458 "axisLabel": "", 19459 "axisPlacement": "auto", 19460 "barAlignment": 0, 19461 "drawStyle": "line", 19462 "fillOpacity": 20, 19463 "gradientMode": "none", 19464 "hideFrom": { 19465 "legend": false, 19466 "tooltip": false, 19467 "viz": false 19468 }, 19469 "lineInterpolation": "linear", 19470 "lineWidth": 1, 19471 "pointSize": 5, 19472 "scaleDistribution": { 19473 "type": "linear" 19474 }, 19475 "showPoints": "never", 19476 "spanNulls": false, 19477 "stacking": { 19478 "group": "A", 19479 "mode": "none" 19480 }, 19481 "thresholdsStyle": { 19482 "mode": "off" 19483 } 19484 }, 19485 "decimals": 0, 19486 "links": [], 19487 "mappings": [], 19488 "min": 0, 19489 "thresholds": { 19490 "mode": "absolute", 19491 "steps": [ 19492 { 19493 "color": "green" 19494 }, 19495 { 19496 "color": "red", 19497 "value": 80 19498 } 19499 ] 19500 }, 19501 "unit": "bytes" 19502 }, 19503 "overrides": [] 19504 }, 19505 "gridPos": { 19506 "h": 6, 19507 "w": 8, 19508 "x": 16, 19509 "y": 54 19510 }, 19511 "id": 288, 19512 "links": [], 19513 "options": { 19514 "legend": { 19515 "calcs": [ 19516 "mean", 19517 "lastNotNull", 19518 "max", 19519 "min" 19520 ], 19521 "displayMode": "table", 19522 "placement": "bottom", 19523 "showLegend": true 19524 }, 19525 "tooltip": { 19526 "mode": "multi", 19527 "sort": "none" 19528 } 19529 }, 19530 "pluginVersion": "9.2.0", 19531 "targets": [ 19532 { 19533 "datasource": { 19534 "type": "prometheus", 19535 "uid": "${datasource}" 19536 }, 19537 "expr": "node_network_mtu_bytes{job=\"$job\",node=\"$node\"}", 19538 "format": "time_series", 19539 "intervalFactor": 1, 19540 "legendFormat": "{{ device }} - Bytes", 19541 "refId": "A", 19542 "step": 240 19543 } 19544 ], 19545 "title": "MTU", 19546 "type": "timeseries" 19547 } 19548 ], 19549 "targets": [ 19550 { 19551 "datasource": { 19552 "type": "prometheus", 19553 "uid": "${datasource}" 19554 }, 19555 "refId": "A" 19556 } 19557 ], 19558 "title": "Network Traffic", 19559 "type": "row" 19560 }, 19561 { 19562 "collapsed": true, 19563 "gridPos": { 19564 "h": 1, 19565 "w": 24, 19566 "x": 0, 19567 "y": 24 19568 }, 19569 "id": 374, 19570 "panels": [ 19571 { 19572 "datasource": { 19573 "type": "prometheus", 19574 "uid": "${datasource}" 19575 }, 19576 "description": "", 19577 "fieldConfig": { 19578 "defaults": { 19579 "color": { 19580 "mode": "palette-classic" 19581 }, 19582 "custom": { 19583 "axisCenteredZero": false, 19584 "axisColorMode": "text", 19585 "axisLabel": "counter", 19586 "axisPlacement": "auto", 19587 "barAlignment": 0, 19588 "drawStyle": "line", 19589 "fillOpacity": 20, 19590 "gradientMode": "none", 19591 "hideFrom": { 19592 "legend": false, 19593 "tooltip": false, 19594 "viz": false 19595 }, 19596 "lineInterpolation": "linear", 19597 "lineWidth": 1, 19598 "pointSize": 5, 19599 "scaleDistribution": { 19600 "type": "linear" 19601 }, 19602 "showPoints": "never", 19603 "spanNulls": false, 19604 "stacking": { 19605 "group": "A", 19606 "mode": "none" 19607 }, 19608 "thresholdsStyle": { 19609 "mode": "off" 19610 } 19611 }, 19612 "links": [], 19613 "mappings": [], 19614 "min": 0, 19615 "thresholds": { 19616 "mode": "absolute", 19617 "steps": [ 19618 { 19619 "color": "green" 19620 }, 19621 { 19622 "color": "red", 19623 "value": 80 19624 } 19625 ] 19626 }, 19627 "unit": "short" 19628 }, 19629 "overrides": [] 19630 }, 19631 "gridPos": { 19632 "h": 6, 19633 "w": 8, 19634 "x": 0, 19635 "y": 25 19636 }, 19637 "id": 394, 19638 "links": [], 19639 "options": { 19640 "legend": { 19641 "calcs": [ 19642 "mean", 19643 "lastNotNull", 19644 "max", 19645 "min" 19646 ], 19647 "displayMode": "table", 19648 "placement": "bottom", 19649 "showLegend": true, 19650 "width": 300 19651 }, 19652 "tooltip": { 19653 "mode": "multi", 19654 "sort": "none" 19655 } 19656 }, 19657 "pluginVersion": "9.2.0", 19658 "targets": [ 19659 { 19660 "datasource": { 19661 "type": "prometheus", 19662 "uid": "${datasource}" 19663 }, 19664 "editorMode": "code", 19665 "expr": "node_sockstat_TCP_alloc{job=\"$job\",node=\"$node\"}", 19666 "format": "time_series", 19667 "interval": "", 19668 "intervalFactor": 1, 19669 "legendFormat": "TCP_alloc - Allocated sockets", 19670 "range": true, 19671 "refId": "A", 19672 "step": 240 19673 }, 19674 { 19675 "datasource": { 19676 "type": "prometheus", 19677 "uid": "${datasource}" 19678 }, 19679 "expr": "node_sockstat_TCP_inuse{job=\"$job\",node=\"$node\"}", 19680 "format": "time_series", 19681 "interval": "", 19682 "intervalFactor": 1, 19683 "legendFormat": "TCP_inuse - Tcp sockets currently in use", 19684 "refId": "B", 19685 "step": 240 19686 }, 19687 { 19688 "datasource": { 19689 "type": "prometheus", 19690 "uid": "${datasource}" 19691 }, 19692 "expr": "node_sockstat_TCP_mem{job=\"$job\",node=\"$node\"}", 19693 "format": "time_series", 19694 "hide": true, 19695 "interval": "", 19696 "intervalFactor": 1, 19697 "legendFormat": "TCP_mem - Used memory for tcp", 19698 "refId": "C", 19699 "step": 240 19700 }, 19701 { 19702 "datasource": { 19703 "type": "prometheus", 19704 "uid": "${datasource}" 19705 }, 19706 "expr": "node_sockstat_TCP_orphan{job=\"$job\",node=\"$node\"}", 19707 "format": "time_series", 19708 "interval": "", 19709 "intervalFactor": 1, 19710 "legendFormat": "TCP_orphan - Orphan sockets", 19711 "refId": "D", 19712 "step": 240 19713 }, 19714 { 19715 "datasource": { 19716 "type": "prometheus", 19717 "uid": "${datasource}" 19718 }, 19719 "expr": "node_sockstat_TCP_tw{job=\"$job\",node=\"$node\"}", 19720 "format": "time_series", 19721 "interval": "", 19722 "intervalFactor": 1, 19723 "legendFormat": "TCP_tw - Sockets waiting close", 19724 "refId": "E", 19725 "step": 240 19726 } 19727 ], 19728 "title": "Sockstat TCP", 19729 "type": "timeseries" 19730 }, 19731 { 19732 "datasource": { 19733 "type": "prometheus", 19734 "uid": "${datasource}" 19735 }, 19736 "description": "", 19737 "fieldConfig": { 19738 "defaults": { 19739 "color": { 19740 "mode": "palette-classic" 19741 }, 19742 "custom": { 19743 "axisCenteredZero": false, 19744 "axisColorMode": "text", 19745 "axisLabel": "counter", 19746 "axisPlacement": "auto", 19747 "barAlignment": 0, 19748 "drawStyle": "line", 19749 "fillOpacity": 20, 19750 "gradientMode": "none", 19751 "hideFrom": { 19752 "legend": false, 19753 "tooltip": false, 19754 "viz": false 19755 }, 19756 "lineInterpolation": "linear", 19757 "lineWidth": 1, 19758 "pointSize": 5, 19759 "scaleDistribution": { 19760 "type": "linear" 19761 }, 19762 "showPoints": "never", 19763 "spanNulls": false, 19764 "stacking": { 19765 "group": "A", 19766 "mode": "none" 19767 }, 19768 "thresholdsStyle": { 19769 "mode": "off" 19770 } 19771 }, 19772 "links": [], 19773 "mappings": [], 19774 "min": 0, 19775 "thresholds": { 19776 "mode": "absolute", 19777 "steps": [ 19778 { 19779 "color": "green" 19780 }, 19781 { 19782 "color": "red", 19783 "value": 80 19784 } 19785 ] 19786 }, 19787 "unit": "short" 19788 }, 19789 "overrides": [] 19790 }, 19791 "gridPos": { 19792 "h": 6, 19793 "w": 8, 19794 "x": 8, 19795 "y": 25 19796 }, 19797 "id": 396, 19798 "links": [], 19799 "options": { 19800 "legend": { 19801 "calcs": [ 19802 "mean", 19803 "lastNotNull", 19804 "max", 19805 "min" 19806 ], 19807 "displayMode": "table", 19808 "placement": "bottom", 19809 "showLegend": true, 19810 "width": 300 19811 }, 19812 "tooltip": { 19813 "mode": "multi", 19814 "sort": "none" 19815 } 19816 }, 19817 "pluginVersion": "9.2.0", 19818 "targets": [ 19819 { 19820 "datasource": { 19821 "type": "prometheus", 19822 "uid": "${datasource}" 19823 }, 19824 "editorMode": "code", 19825 "expr": "node_sockstat_UDPLITE_inuse{job=\"$job\",node=\"$node\"}", 19826 "format": "time_series", 19827 "interval": "", 19828 "intervalFactor": 1, 19829 "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use", 19830 "range": true, 19831 "refId": "A", 19832 "step": 240 19833 }, 19834 { 19835 "datasource": { 19836 "type": "prometheus", 19837 "uid": "${datasource}" 19838 }, 19839 "expr": "node_sockstat_UDP_inuse{job=\"$job\",node=\"$node\"}", 19840 "format": "time_series", 19841 "interval": "", 19842 "intervalFactor": 1, 19843 "legendFormat": "UDP_inuse - Udp sockets currently in use", 19844 "refId": "B", 19845 "step": 240 19846 }, 19847 { 19848 "datasource": { 19849 "type": "prometheus", 19850 "uid": "${datasource}" 19851 }, 19852 "expr": "node_sockstat_UDP_mem{job=\"$job\",node=\"$node\"}", 19853 "format": "time_series", 19854 "interval": "", 19855 "intervalFactor": 1, 19856 "legendFormat": "UDP_mem - Used memory for udp", 19857 "refId": "C", 19858 "step": 240 19859 } 19860 ], 19861 "title": "Sockstat UDP", 19862 "type": "timeseries" 19863 }, 19864 { 19865 "datasource": { 19866 "type": "prometheus", 19867 "uid": "${datasource}" 19868 }, 19869 "description": "", 19870 "fieldConfig": { 19871 "defaults": { 19872 "color": { 19873 "mode": "palette-classic" 19874 }, 19875 "custom": { 19876 "axisCenteredZero": false, 19877 "axisColorMode": "text", 19878 "axisLabel": "counter", 19879 "axisPlacement": "auto", 19880 "barAlignment": 0, 19881 "drawStyle": "line", 19882 "fillOpacity": 20, 19883 "gradientMode": "none", 19884 "hideFrom": { 19885 "legend": false, 19886 "tooltip": false, 19887 "viz": false 19888 }, 19889 "lineInterpolation": "linear", 19890 "lineWidth": 1, 19891 "pointSize": 5, 19892 "scaleDistribution": { 19893 "type": "linear" 19894 }, 19895 "showPoints": "never", 19896 "spanNulls": false, 19897 "stacking": { 19898 "group": "A", 19899 "mode": "none" 19900 }, 19901 "thresholdsStyle": { 19902 "mode": "off" 19903 } 19904 }, 19905 "links": [], 19906 "mappings": [], 19907 "min": 0, 19908 "thresholds": { 19909 "mode": "absolute", 19910 "steps": [ 19911 { 19912 "color": "green" 19913 }, 19914 { 19915 "color": "red", 19916 "value": 80 19917 } 19918 ] 19919 }, 19920 "unit": "short" 19921 }, 19922 "overrides": [] 19923 }, 19924 "gridPos": { 19925 "h": 6, 19926 "w": 8, 19927 "x": 16, 19928 "y": 25 19929 }, 19930 "id": 392, 19931 "links": [], 19932 "options": { 19933 "legend": { 19934 "calcs": [ 19935 "mean", 19936 "lastNotNull", 19937 "max", 19938 "min" 19939 ], 19940 "displayMode": "table", 19941 "placement": "bottom", 19942 "showLegend": true, 19943 "width": 300 19944 }, 19945 "tooltip": { 19946 "mode": "multi", 19947 "sort": "none" 19948 } 19949 }, 19950 "pluginVersion": "9.2.0", 19951 "targets": [ 19952 { 19953 "datasource": { 19954 "type": "prometheus", 19955 "uid": "${datasource}" 19956 }, 19957 "editorMode": "code", 19958 "expr": "node_sockstat_FRAG_inuse{job=\"$job\",node=\"$node\"}", 19959 "format": "time_series", 19960 "interval": "", 19961 "intervalFactor": 1, 19962 "legendFormat": "FRAG_inuse - Frag sockets currently in use", 19963 "range": true, 19964 "refId": "A", 19965 "step": 240 19966 }, 19967 { 19968 "datasource": { 19969 "type": "prometheus", 19970 "uid": "${datasource}" 19971 }, 19972 "expr": "node_sockstat_RAW_inuse{job=\"$job\",node=\"$node\"}", 19973 "format": "time_series", 19974 "interval": "", 19975 "intervalFactor": 1, 19976 "legendFormat": "RAW_inuse - Raw sockets currently in use", 19977 "refId": "C", 19978 "step": 240 19979 } 19980 ], 19981 "title": "Sockstat FRAG / RAW", 19982 "type": "timeseries" 19983 }, 19984 { 19985 "datasource": { 19986 "type": "prometheus", 19987 "uid": "${datasource}" 19988 }, 19989 "fieldConfig": { 19990 "defaults": { 19991 "color": { 19992 "mode": "palette-classic" 19993 }, 19994 "custom": { 19995 "axisCenteredZero": false, 19996 "axisColorMode": "text", 19997 "axisLabel": "", 19998 "axisPlacement": "auto", 19999 "barAlignment": 0, 20000 "drawStyle": "line", 20001 "fillOpacity": 20, 20002 "gradientMode": "none", 20003 "hideFrom": { 20004 "legend": false, 20005 "tooltip": false, 20006 "viz": false 20007 }, 20008 "lineInterpolation": "linear", 20009 "lineWidth": 1, 20010 "pointSize": 5, 20011 "scaleDistribution": { 20012 "type": "linear" 20013 }, 20014 "showPoints": "never", 20015 "spanNulls": false, 20016 "stacking": { 20017 "group": "A", 20018 "mode": "none" 20019 }, 20020 "thresholdsStyle": { 20021 "mode": "off" 20022 } 20023 }, 20024 "links": [], 20025 "mappings": [], 20026 "min": 0, 20027 "thresholds": { 20028 "mode": "absolute", 20029 "steps": [ 20030 { 20031 "color": "green" 20032 }, 20033 { 20034 "color": "red", 20035 "value": 80 20036 } 20037 ] 20038 }, 20039 "unit": "bytes" 20040 }, 20041 "overrides": [] 20042 }, 20043 "gridPos": { 20044 "h": 6, 20045 "w": 8, 20046 "x": 0, 20047 "y": 31 20048 }, 20049 "id": 220, 20050 "links": [], 20051 "options": { 20052 "legend": { 20053 "calcs": [ 20054 "mean", 20055 "lastNotNull", 20056 "max", 20057 "min" 20058 ], 20059 "displayMode": "table", 20060 "placement": "bottom", 20061 "showLegend": true, 20062 "width": 300 20063 }, 20064 "tooltip": { 20065 "mode": "multi", 20066 "sort": "none" 20067 } 20068 }, 20069 "pluginVersion": "9.2.0", 20070 "targets": [ 20071 { 20072 "datasource": { 20073 "type": "prometheus", 20074 "uid": "${datasource}" 20075 }, 20076 "expr": "node_sockstat_TCP_mem_bytes{job=\"$job\",node=\"$node\"}", 20077 "format": "time_series", 20078 "interval": "", 20079 "intervalFactor": 1, 20080 "legendFormat": "mem_bytes - TCP sockets in that state", 20081 "refId": "A", 20082 "step": 240 20083 }, 20084 { 20085 "datasource": { 20086 "type": "prometheus", 20087 "uid": "${datasource}" 20088 }, 20089 "expr": "node_sockstat_UDP_mem_bytes{job=\"$job\",node=\"$node\"}", 20090 "format": "time_series", 20091 "interval": "", 20092 "intervalFactor": 1, 20093 "legendFormat": "mem_bytes - UDP sockets in that state", 20094 "refId": "B", 20095 "step": 240 20096 }, 20097 { 20098 "datasource": { 20099 "type": "prometheus", 20100 "uid": "${datasource}" 20101 }, 20102 "expr": "node_sockstat_FRAG_memory{job=\"$job\",node=\"$node\"}", 20103 "interval": "", 20104 "intervalFactor": 1, 20105 "legendFormat": "FRAG_memory - Used memory for frag", 20106 "refId": "C" 20107 } 20108 ], 20109 "title": "Sockstat Memory Size", 20110 "type": "timeseries" 20111 }, 20112 { 20113 "datasource": { 20114 "type": "prometheus", 20115 "uid": "${datasource}" 20116 }, 20117 "fieldConfig": { 20118 "defaults": { 20119 "color": { 20120 "mode": "palette-classic" 20121 }, 20122 "custom": { 20123 "axisCenteredZero": false, 20124 "axisColorMode": "text", 20125 "axisLabel": "", 20126 "axisPlacement": "auto", 20127 "barAlignment": 0, 20128 "drawStyle": "line", 20129 "fillOpacity": 20, 20130 "gradientMode": "none", 20131 "hideFrom": { 20132 "legend": false, 20133 "tooltip": false, 20134 "viz": false 20135 }, 20136 "lineInterpolation": "linear", 20137 "lineWidth": 1, 20138 "pointSize": 5, 20139 "scaleDistribution": { 20140 "type": "linear" 20141 }, 20142 "showPoints": "never", 20143 "spanNulls": false, 20144 "stacking": { 20145 "group": "A", 20146 "mode": "none" 20147 }, 20148 "thresholdsStyle": { 20149 "mode": "off" 20150 } 20151 }, 20152 "links": [], 20153 "mappings": [], 20154 "min": 0, 20155 "thresholds": { 20156 "mode": "absolute", 20157 "steps": [ 20158 { 20159 "color": "green" 20160 }, 20161 { 20162 "color": "red", 20163 "value": 80 20164 } 20165 ] 20166 }, 20167 "unit": "short" 20168 }, 20169 "overrides": [] 20170 }, 20171 "gridPos": { 20172 "h": 6, 20173 "w": 8, 20174 "x": 8, 20175 "y": 31 20176 }, 20177 "id": 126, 20178 "links": [], 20179 "options": { 20180 "legend": { 20181 "calcs": [ 20182 "mean", 20183 "lastNotNull", 20184 "max", 20185 "min" 20186 ], 20187 "displayMode": "table", 20188 "placement": "bottom", 20189 "showLegend": true, 20190 "width": 300 20191 }, 20192 "tooltip": { 20193 "mode": "multi", 20194 "sort": "none" 20195 } 20196 }, 20197 "pluginVersion": "9.2.0", 20198 "targets": [ 20199 { 20200 "datasource": { 20201 "type": "prometheus", 20202 "uid": "${datasource}" 20203 }, 20204 "expr": "node_sockstat_sockets_used{job=\"$job\",node=\"$node\"}", 20205 "format": "time_series", 20206 "interval": "", 20207 "intervalFactor": 1, 20208 "legendFormat": "Sockets_used - Sockets currently in use", 20209 "refId": "A", 20210 "step": 240 20211 } 20212 ], 20213 "title": "Sockstat Used", 20214 "type": "timeseries" 20215 } 20216 ], 20217 "title": "Network Sockstat", 20218 "type": "row" 20219 }, 20220 { 20221 "collapsed": true, 20222 "gridPos": { 20223 "h": 1, 20224 "w": 24, 20225 "x": 0, 20226 "y": 25 20227 }, 20228 "id": 398, 20229 "panels": [ 20230 { 20231 "datasource": { 20232 "type": "prometheus", 20233 "uid": "${datasource}" 20234 }, 20235 "description": "", 20236 "fieldConfig": { 20237 "defaults": { 20238 "color": { 20239 "mode": "palette-classic" 20240 }, 20241 "custom": { 20242 "axisCenteredZero": false, 20243 "axisColorMode": "text", 20244 "axisLabel": "datagrams", 20245 "axisPlacement": "auto", 20246 "barAlignment": 0, 20247 "drawStyle": "line", 20248 "fillOpacity": 20, 20249 "gradientMode": "none", 20250 "hideFrom": { 20251 "legend": false, 20252 "tooltip": false, 20253 "viz": false 20254 }, 20255 "lineInterpolation": "linear", 20256 "lineWidth": 1, 20257 "pointSize": 5, 20258 "scaleDistribution": { 20259 "type": "linear" 20260 }, 20261 "showPoints": "never", 20262 "spanNulls": false, 20263 "stacking": { 20264 "group": "A", 20265 "mode": "none" 20266 }, 20267 "thresholdsStyle": { 20268 "mode": "off" 20269 } 20270 }, 20271 "links": [], 20272 "mappings": [], 20273 "min": 0, 20274 "thresholds": { 20275 "mode": "absolute", 20276 "steps": [ 20277 { 20278 "color": "green" 20279 }, 20280 { 20281 "color": "red", 20282 "value": 80 20283 } 20284 ] 20285 }, 20286 "unit": "short" 20287 }, 20288 "overrides": [] 20289 }, 20290 "gridPos": { 20291 "h": 6, 20292 "w": 8, 20293 "x": 0, 20294 "y": 26 20295 }, 20296 "id": 406, 20297 "links": [], 20298 "options": { 20299 "legend": { 20300 "calcs": [ 20301 "mean", 20302 "lastNotNull", 20303 "max", 20304 "min" 20305 ], 20306 "displayMode": "table", 20307 "placement": "bottom", 20308 "showLegend": true, 20309 "width": 300 20310 }, 20311 "tooltip": { 20312 "mode": "multi", 20313 "sort": "none" 20314 } 20315 }, 20316 "pluginVersion": "9.2.0", 20317 "targets": [ 20318 { 20319 "datasource": { 20320 "type": "prometheus", 20321 "uid": "${datasource}" 20322 }, 20323 "editorMode": "code", 20324 "expr": "irate(node_netstat_Ip_Forwarding_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20325 "format": "time_series", 20326 "interval": "", 20327 "intervalFactor": 1, 20328 "legendFormat": "Forwarding - IP forwarding", 20329 "range": true, 20330 "refId": "A", 20331 "step": 240 20332 } 20333 ], 20334 "title": "Netstat IP Forwarding", 20335 "type": "timeseries" 20336 }, 20337 { 20338 "datasource": { 20339 "type": "prometheus", 20340 "uid": "${datasource}" 20341 }, 20342 "description": "", 20343 "fieldConfig": { 20344 "defaults": { 20345 "color": { 20346 "mode": "palette-classic" 20347 }, 20348 "custom": { 20349 "axisCenteredZero": false, 20350 "axisColorMode": "text", 20351 "axisLabel": "connections", 20352 "axisPlacement": "auto", 20353 "barAlignment": 0, 20354 "drawStyle": "line", 20355 "fillOpacity": 20, 20356 "gradientMode": "none", 20357 "hideFrom": { 20358 "legend": false, 20359 "tooltip": false, 20360 "viz": false 20361 }, 20362 "lineInterpolation": "linear", 20363 "lineWidth": 1, 20364 "pointSize": 5, 20365 "scaleDistribution": { 20366 "type": "linear" 20367 }, 20368 "showPoints": "never", 20369 "spanNulls": false, 20370 "stacking": { 20371 "group": "A", 20372 "mode": "none" 20373 }, 20374 "thresholdsStyle": { 20375 "mode": "off" 20376 } 20377 }, 20378 "links": [], 20379 "mappings": [], 20380 "min": 0, 20381 "thresholds": { 20382 "mode": "absolute", 20383 "steps": [ 20384 { 20385 "color": "green" 20386 }, 20387 { 20388 "color": "red", 20389 "value": 80 20390 } 20391 ] 20392 }, 20393 "unit": "short" 20394 }, 20395 "overrides": [] 20396 }, 20397 "gridPos": { 20398 "h": 6, 20399 "w": 8, 20400 "x": 8, 20401 "y": 26 20402 }, 20403 "id": 412, 20404 "links": [], 20405 "options": { 20406 "legend": { 20407 "calcs": [ 20408 "mean", 20409 "lastNotNull", 20410 "max", 20411 "min" 20412 ], 20413 "displayMode": "table", 20414 "placement": "bottom", 20415 "showLegend": true 20416 }, 20417 "tooltip": { 20418 "mode": "multi", 20419 "sort": "none" 20420 } 20421 }, 20422 "pluginVersion": "9.2.0", 20423 "targets": [ 20424 { 20425 "datasource": { 20426 "type": "prometheus", 20427 "uid": "${datasource}" 20428 }, 20429 "editorMode": "code", 20430 "expr": "irate(node_netstat_Tcp_ActiveOpens_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20431 "format": "time_series", 20432 "interval": "", 20433 "intervalFactor": 1, 20434 "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state", 20435 "range": true, 20436 "refId": "A", 20437 "step": 240 20438 }, 20439 { 20440 "datasource": { 20441 "type": "prometheus", 20442 "uid": "${datasource}" 20443 }, 20444 "editorMode": "code", 20445 "expr": "irate(node_netstat_Tcp_PassiveOpens_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20446 "format": "time_series", 20447 "interval": "", 20448 "intervalFactor": 1, 20449 "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state", 20450 "range": true, 20451 "refId": "B", 20452 "step": 240 20453 } 20454 ], 20455 "title": "TCP Direct Transition", 20456 "type": "timeseries" 20457 }, 20458 { 20459 "datasource": { 20460 "type": "prometheus", 20461 "uid": "${datasource}" 20462 }, 20463 "description": "", 20464 "fieldConfig": { 20465 "defaults": { 20466 "color": { 20467 "mode": "palette-classic" 20468 }, 20469 "custom": { 20470 "axisCenteredZero": false, 20471 "axisColorMode": "text", 20472 "axisLabel": "connections", 20473 "axisPlacement": "auto", 20474 "barAlignment": 0, 20475 "drawStyle": "line", 20476 "fillOpacity": 20, 20477 "gradientMode": "none", 20478 "hideFrom": { 20479 "legend": false, 20480 "tooltip": false, 20481 "viz": false 20482 }, 20483 "lineInterpolation": "linear", 20484 "lineWidth": 1, 20485 "pointSize": 5, 20486 "scaleDistribution": { 20487 "type": "linear" 20488 }, 20489 "showPoints": "never", 20490 "spanNulls": false, 20491 "stacking": { 20492 "group": "A", 20493 "mode": "none" 20494 }, 20495 "thresholdsStyle": { 20496 "mode": "off" 20497 } 20498 }, 20499 "links": [], 20500 "mappings": [], 20501 "min": 0, 20502 "thresholds": { 20503 "mode": "absolute", 20504 "steps": [ 20505 { 20506 "color": "green" 20507 }, 20508 { 20509 "color": "red", 20510 "value": 80 20511 } 20512 ] 20513 }, 20514 "unit": "short" 20515 }, 20516 "overrides": [ 20517 { 20518 "matcher": { 20519 "id": "byRegexp", 20520 "options": "/.*MaxConn *./" 20521 }, 20522 "properties": [ 20523 { 20524 "id": "color", 20525 "value": { 20526 "fixedColor": "#890F02", 20527 "mode": "fixed" 20528 } 20529 }, 20530 { 20531 "id": "custom.fillOpacity", 20532 "value": 0 20533 } 20534 ] 20535 } 20536 ] 20537 }, 20538 "gridPos": { 20539 "h": 6, 20540 "w": 8, 20541 "x": 16, 20542 "y": 26 20543 }, 20544 "id": 410, 20545 "links": [], 20546 "options": { 20547 "legend": { 20548 "calcs": [ 20549 "mean", 20550 "lastNotNull", 20551 "max", 20552 "min" 20553 ], 20554 "displayMode": "table", 20555 "placement": "bottom", 20556 "showLegend": true 20557 }, 20558 "tooltip": { 20559 "mode": "multi", 20560 "sort": "none" 20561 } 20562 }, 20563 "pluginVersion": "9.2.0", 20564 "targets": [ 20565 { 20566 "datasource": { 20567 "type": "prometheus", 20568 "uid": "${datasource}" 20569 }, 20570 "editorMode": "code", 20571 "expr": "node_netstat_Tcp_CurrEstab{job=\"$job\",node=\"$node\"}", 20572 "format": "time_series", 20573 "hide": false, 20574 "interval": "", 20575 "intervalFactor": 1, 20576 "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT", 20577 "range": true, 20578 "refId": "A", 20579 "step": 240 20580 }, 20581 { 20582 "datasource": { 20583 "type": "prometheus", 20584 "uid": "${datasource}" 20585 }, 20586 "editorMode": "code", 20587 "expr": "node_netstat_Tcp_MaxConn{job=\"$job\",node=\"$node\"}", 20588 "format": "time_series", 20589 "hide": false, 20590 "interval": "", 20591 "intervalFactor": 1, 20592 "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dynamic is \"-1\")", 20593 "range": true, 20594 "refId": "B", 20595 "step": 240 20596 } 20597 ], 20598 "title": "TCP Connections", 20599 "type": "timeseries" 20600 }, 20601 { 20602 "datasource": { 20603 "type": "prometheus", 20604 "uid": "${datasource}" 20605 }, 20606 "description": "", 20607 "fieldConfig": { 20608 "defaults": { 20609 "color": { 20610 "mode": "palette-classic" 20611 }, 20612 "custom": { 20613 "axisCenteredZero": false, 20614 "axisColorMode": "text", 20615 "axisLabel": "datagrams out (-) / in (+)", 20616 "axisPlacement": "auto", 20617 "barAlignment": 0, 20618 "drawStyle": "line", 20619 "fillOpacity": 20, 20620 "gradientMode": "none", 20621 "hideFrom": { 20622 "legend": false, 20623 "tooltip": false, 20624 "viz": false 20625 }, 20626 "lineInterpolation": "linear", 20627 "lineWidth": 1, 20628 "pointSize": 5, 20629 "scaleDistribution": { 20630 "type": "linear" 20631 }, 20632 "showPoints": "never", 20633 "spanNulls": false, 20634 "stacking": { 20635 "group": "A", 20636 "mode": "none" 20637 }, 20638 "thresholdsStyle": { 20639 "mode": "off" 20640 } 20641 }, 20642 "links": [], 20643 "mappings": [], 20644 "thresholds": { 20645 "mode": "absolute", 20646 "steps": [ 20647 { 20648 "color": "green" 20649 }, 20650 { 20651 "color": "red", 20652 "value": 80 20653 } 20654 ] 20655 }, 20656 "unit": "short" 20657 }, 20658 "overrides": [ 20659 { 20660 "matcher": { 20661 "id": "byRegexp", 20662 "options": "/.*Out.*/" 20663 }, 20664 "properties": [ 20665 { 20666 "id": "custom.transform", 20667 "value": "negative-Y" 20668 } 20669 ] 20670 }, 20671 { 20672 "matcher": { 20673 "id": "byRegexp", 20674 "options": "/.*Snd.*/" 20675 }, 20676 "properties": [ 20677 { 20678 "id": "custom.transform", 20679 "value": "negative-Y" 20680 } 20681 ] 20682 } 20683 ] 20684 }, 20685 "gridPos": { 20686 "h": 6, 20687 "w": 8, 20688 "x": 0, 20689 "y": 32 20690 }, 20691 "id": 416, 20692 "links": [], 20693 "options": { 20694 "legend": { 20695 "calcs": [ 20696 "mean", 20697 "lastNotNull", 20698 "max", 20699 "min" 20700 ], 20701 "displayMode": "table", 20702 "placement": "bottom", 20703 "showLegend": true 20704 }, 20705 "tooltip": { 20706 "mode": "multi", 20707 "sort": "none" 20708 } 20709 }, 20710 "pluginVersion": "9.2.0", 20711 "targets": [ 20712 { 20713 "datasource": { 20714 "type": "prometheus", 20715 "uid": "${datasource}" 20716 }, 20717 "editorMode": "code", 20718 "expr": "irate(node_netstat_Tcp_InSegs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20719 "format": "time_series", 20720 "instant": false, 20721 "interval": "", 20722 "intervalFactor": 1, 20723 "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections", 20724 "refId": "A", 20725 "step": 240 20726 }, 20727 { 20728 "datasource": { 20729 "type": "prometheus", 20730 "uid": "${datasource}" 20731 }, 20732 "editorMode": "code", 20733 "expr": "irate(node_netstat_Tcp_OutSegs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20734 "format": "time_series", 20735 "interval": "", 20736 "intervalFactor": 1, 20737 "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets", 20738 "range": true, 20739 "refId": "B", 20740 "step": 240 20741 } 20742 ], 20743 "title": "TCP In / Out", 20744 "type": "timeseries" 20745 }, 20746 { 20747 "datasource": { 20748 "type": "prometheus", 20749 "uid": "${datasource}" 20750 }, 20751 "description": "", 20752 "fieldConfig": { 20753 "defaults": { 20754 "color": { 20755 "mode": "palette-classic" 20756 }, 20757 "custom": { 20758 "axisCenteredZero": false, 20759 "axisColorMode": "text", 20760 "axisLabel": "messages out (-) / in (+)", 20761 "axisPlacement": "auto", 20762 "barAlignment": 0, 20763 "drawStyle": "line", 20764 "fillOpacity": 20, 20765 "gradientMode": "none", 20766 "hideFrom": { 20767 "legend": false, 20768 "tooltip": false, 20769 "viz": false 20770 }, 20771 "lineInterpolation": "linear", 20772 "lineWidth": 1, 20773 "pointSize": 5, 20774 "scaleDistribution": { 20775 "type": "linear" 20776 }, 20777 "showPoints": "never", 20778 "spanNulls": false, 20779 "stacking": { 20780 "group": "A", 20781 "mode": "none" 20782 }, 20783 "thresholdsStyle": { 20784 "mode": "off" 20785 } 20786 }, 20787 "links": [], 20788 "mappings": [], 20789 "thresholds": { 20790 "mode": "absolute", 20791 "steps": [ 20792 { 20793 "color": "green" 20794 }, 20795 { 20796 "color": "red", 20797 "value": 80 20798 } 20799 ] 20800 }, 20801 "unit": "short" 20802 }, 20803 "overrides": [ 20804 { 20805 "matcher": { 20806 "id": "byRegexp", 20807 "options": "/.*Out.*/" 20808 }, 20809 "properties": [ 20810 { 20811 "id": "custom.transform", 20812 "value": "negative-Y" 20813 } 20814 ] 20815 } 20816 ] 20817 }, 20818 "gridPos": { 20819 "h": 6, 20820 "w": 8, 20821 "x": 8, 20822 "y": 32 20823 }, 20824 "id": 402, 20825 "links": [], 20826 "options": { 20827 "legend": { 20828 "calcs": [ 20829 "mean", 20830 "lastNotNull", 20831 "max", 20832 "min" 20833 ], 20834 "displayMode": "table", 20835 "placement": "bottom", 20836 "showLegend": true 20837 }, 20838 "tooltip": { 20839 "mode": "multi", 20840 "sort": "none" 20841 } 20842 }, 20843 "pluginVersion": "9.2.0", 20844 "targets": [ 20845 { 20846 "datasource": { 20847 "type": "prometheus", 20848 "uid": "${datasource}" 20849 }, 20850 "editorMode": "code", 20851 "expr": "irate(node_netstat_Icmp_InMsgs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20852 "format": "time_series", 20853 "interval": "", 20854 "intervalFactor": 1, 20855 "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors", 20856 "range": true, 20857 "refId": "A", 20858 "step": 240 20859 }, 20860 { 20861 "datasource": { 20862 "type": "prometheus", 20863 "uid": "${datasource}" 20864 }, 20865 "expr": "irate(node_netstat_Icmp_OutMsgs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20866 "format": "time_series", 20867 "interval": "", 20868 "intervalFactor": 1, 20869 "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors", 20870 "refId": "B", 20871 "step": 240 20872 } 20873 ], 20874 "title": "ICMP In / Out", 20875 "type": "timeseries" 20876 }, 20877 { 20878 "datasource": { 20879 "type": "prometheus", 20880 "uid": "${datasource}" 20881 }, 20882 "description": "", 20883 "fieldConfig": { 20884 "defaults": { 20885 "color": { 20886 "mode": "palette-classic" 20887 }, 20888 "custom": { 20889 "axisCenteredZero": false, 20890 "axisColorMode": "text", 20891 "axisLabel": "datagrams out (-) / in (+)", 20892 "axisPlacement": "auto", 20893 "barAlignment": 0, 20894 "drawStyle": "line", 20895 "fillOpacity": 20, 20896 "gradientMode": "none", 20897 "hideFrom": { 20898 "legend": false, 20899 "tooltip": false, 20900 "viz": false 20901 }, 20902 "lineInterpolation": "linear", 20903 "lineWidth": 1, 20904 "pointSize": 5, 20905 "scaleDistribution": { 20906 "type": "linear" 20907 }, 20908 "showPoints": "never", 20909 "spanNulls": false, 20910 "stacking": { 20911 "group": "A", 20912 "mode": "none" 20913 }, 20914 "thresholdsStyle": { 20915 "mode": "off" 20916 } 20917 }, 20918 "links": [], 20919 "mappings": [], 20920 "thresholds": { 20921 "mode": "absolute", 20922 "steps": [ 20923 { 20924 "color": "green" 20925 }, 20926 { 20927 "color": "red", 20928 "value": 80 20929 } 20930 ] 20931 }, 20932 "unit": "short" 20933 }, 20934 "overrides": [ 20935 { 20936 "matcher": { 20937 "id": "byRegexp", 20938 "options": "/.*Out.*/" 20939 }, 20940 "properties": [ 20941 { 20942 "id": "custom.transform", 20943 "value": "negative-Y" 20944 } 20945 ] 20946 }, 20947 { 20948 "matcher": { 20949 "id": "byRegexp", 20950 "options": "/.*Snd.*/" 20951 }, 20952 "properties": [ 20953 { 20954 "id": "custom.transform", 20955 "value": "negative-Y" 20956 } 20957 ] 20958 } 20959 ] 20960 }, 20961 "gridPos": { 20962 "h": 6, 20963 "w": 8, 20964 "x": 16, 20965 "y": 32 20966 }, 20967 "id": 422, 20968 "links": [], 20969 "options": { 20970 "legend": { 20971 "calcs": [ 20972 "mean", 20973 "lastNotNull", 20974 "max", 20975 "min" 20976 ], 20977 "displayMode": "table", 20978 "placement": "bottom", 20979 "showLegend": true 20980 }, 20981 "tooltip": { 20982 "mode": "multi", 20983 "sort": "none" 20984 } 20985 }, 20986 "pluginVersion": "9.2.0", 20987 "targets": [ 20988 { 20989 "datasource": { 20990 "type": "prometheus", 20991 "uid": "${datasource}" 20992 }, 20993 "editorMode": "code", 20994 "expr": "irate(node_netstat_Udp_InDatagrams_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 20995 "format": "time_series", 20996 "interval": "", 20997 "intervalFactor": 1, 20998 "legendFormat": "InDatagrams - Datagrams received", 20999 "range": true, 21000 "refId": "A", 21001 "step": 240 21002 }, 21003 { 21004 "datasource": { 21005 "type": "prometheus", 21006 "uid": "${datasource}" 21007 }, 21008 "editorMode": "code", 21009 "expr": "irate(node_netstat_Udp_OutDatagrams_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21010 "format": "time_series", 21011 "interval": "", 21012 "intervalFactor": 1, 21013 "legendFormat": "OutDatagrams - Datagrams sent", 21014 "range": true, 21015 "refId": "B", 21016 "step": 240 21017 } 21018 ], 21019 "title": "UDP In / Out", 21020 "type": "timeseries" 21021 }, 21022 { 21023 "datasource": { 21024 "type": "prometheus", 21025 "uid": "${datasource}" 21026 }, 21027 "description": "", 21028 "fieldConfig": { 21029 "defaults": { 21030 "color": { 21031 "mode": "palette-classic" 21032 }, 21033 "custom": { 21034 "axisCenteredZero": false, 21035 "axisColorMode": "text", 21036 "axisLabel": "octets out (-) / in (+)", 21037 "axisPlacement": "auto", 21038 "barAlignment": 0, 21039 "drawStyle": "line", 21040 "fillOpacity": 20, 21041 "gradientMode": "none", 21042 "hideFrom": { 21043 "legend": false, 21044 "tooltip": false, 21045 "viz": false 21046 }, 21047 "lineInterpolation": "linear", 21048 "lineWidth": 1, 21049 "pointSize": 5, 21050 "scaleDistribution": { 21051 "type": "linear" 21052 }, 21053 "showPoints": "never", 21054 "spanNulls": false, 21055 "stacking": { 21056 "group": "A", 21057 "mode": "none" 21058 }, 21059 "thresholdsStyle": { 21060 "mode": "off" 21061 } 21062 }, 21063 "links": [], 21064 "mappings": [], 21065 "thresholds": { 21066 "mode": "absolute", 21067 "steps": [ 21068 { 21069 "color": "green" 21070 }, 21071 { 21072 "color": "red", 21073 "value": 80 21074 } 21075 ] 21076 }, 21077 "unit": "short" 21078 }, 21079 "overrides": [ 21080 { 21081 "matcher": { 21082 "id": "byRegexp", 21083 "options": "/.*Out.*/" 21084 }, 21085 "properties": [ 21086 { 21087 "id": "custom.transform", 21088 "value": "negative-Y" 21089 } 21090 ] 21091 } 21092 ] 21093 }, 21094 "gridPos": { 21095 "h": 6, 21096 "w": 8, 21097 "x": 0, 21098 "y": 38 21099 }, 21100 "id": 408, 21101 "links": [], 21102 "options": { 21103 "legend": { 21104 "calcs": [ 21105 "mean", 21106 "lastNotNull", 21107 "max", 21108 "min" 21109 ], 21110 "displayMode": "table", 21111 "placement": "bottom", 21112 "showLegend": true, 21113 "width": 300 21114 }, 21115 "tooltip": { 21116 "mode": "multi", 21117 "sort": "none" 21118 } 21119 }, 21120 "pluginVersion": "9.2.0", 21121 "targets": [ 21122 { 21123 "datasource": { 21124 "type": "prometheus", 21125 "uid": "${datasource}" 21126 }, 21127 "editorMode": "code", 21128 "expr": "irate(node_netstat_IpExt_InOctets_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21129 "format": "time_series", 21130 "interval": "", 21131 "intervalFactor": 1, 21132 "legendFormat": "InOctets - Received octets", 21133 "range": true, 21134 "refId": "A", 21135 "step": 240 21136 }, 21137 { 21138 "datasource": { 21139 "type": "prometheus", 21140 "uid": "${datasource}" 21141 }, 21142 "editorMode": "code", 21143 "expr": "irate(node_netstat_IpExt_OutOctets_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21144 "format": "time_series", 21145 "intervalFactor": 1, 21146 "legendFormat": "OutOctets - Sent octets", 21147 "range": true, 21148 "refId": "B", 21149 "step": 240 21150 } 21151 ], 21152 "title": "Netstat IP In / Out Octets", 21153 "type": "timeseries" 21154 }, 21155 { 21156 "datasource": { 21157 "type": "prometheus", 21158 "uid": "${datasource}" 21159 }, 21160 "description": "", 21161 "fieldConfig": { 21162 "defaults": { 21163 "color": { 21164 "mode": "palette-classic" 21165 }, 21166 "custom": { 21167 "axisCenteredZero": false, 21168 "axisColorMode": "text", 21169 "axisLabel": "counter", 21170 "axisPlacement": "auto", 21171 "barAlignment": 0, 21172 "drawStyle": "line", 21173 "fillOpacity": 20, 21174 "gradientMode": "none", 21175 "hideFrom": { 21176 "legend": false, 21177 "tooltip": false, 21178 "viz": false 21179 }, 21180 "lineInterpolation": "linear", 21181 "lineWidth": 1, 21182 "pointSize": 5, 21183 "scaleDistribution": { 21184 "type": "linear" 21185 }, 21186 "showPoints": "never", 21187 "spanNulls": false, 21188 "stacking": { 21189 "group": "A", 21190 "mode": "none" 21191 }, 21192 "thresholdsStyle": { 21193 "mode": "off" 21194 } 21195 }, 21196 "links": [], 21197 "mappings": [], 21198 "min": 0, 21199 "thresholds": { 21200 "mode": "absolute", 21201 "steps": [ 21202 { 21203 "color": "green" 21204 }, 21205 { 21206 "color": "red", 21207 "value": 80 21208 } 21209 ] 21210 }, 21211 "unit": "short" 21212 }, 21213 "overrides": [] 21214 }, 21215 "gridPos": { 21216 "h": 6, 21217 "w": 8, 21218 "x": 8, 21219 "y": 38 21220 }, 21221 "id": 414, 21222 "links": [], 21223 "options": { 21224 "legend": { 21225 "calcs": [ 21226 "mean", 21227 "lastNotNull", 21228 "max", 21229 "min" 21230 ], 21231 "displayMode": "table", 21232 "placement": "bottom", 21233 "showLegend": true 21234 }, 21235 "tooltip": { 21236 "mode": "multi", 21237 "sort": "none" 21238 } 21239 }, 21240 "pluginVersion": "9.2.0", 21241 "targets": [ 21242 { 21243 "datasource": { 21244 "type": "prometheus", 21245 "uid": "${datasource}" 21246 }, 21247 "editorMode": "code", 21248 "expr": "irate(node_netstat_TcpExt_ListenOverflows_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21249 "format": "time_series", 21250 "hide": false, 21251 "interval": "", 21252 "intervalFactor": 1, 21253 "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed", 21254 "range": true, 21255 "refId": "A", 21256 "step": 240 21257 }, 21258 { 21259 "datasource": { 21260 "type": "prometheus", 21261 "uid": "${datasource}" 21262 }, 21263 "editorMode": "code", 21264 "expr": "irate(node_netstat_TcpExt_ListenDrops_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21265 "format": "time_series", 21266 "hide": false, 21267 "interval": "", 21268 "intervalFactor": 1, 21269 "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored", 21270 "range": true, 21271 "refId": "B", 21272 "step": 240 21273 }, 21274 { 21275 "datasource": { 21276 "type": "prometheus", 21277 "uid": "${datasource}" 21278 }, 21279 "editorMode": "code", 21280 "expr": "irate(node_netstat_TcpExt_TCPSynRetrans_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21281 "format": "time_series", 21282 "interval": "", 21283 "intervalFactor": 1, 21284 "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits", 21285 "range": true, 21286 "refId": "C", 21287 "step": 240 21288 }, 21289 { 21290 "datasource": { 21291 "type": "prometheus", 21292 "uid": "${datasource}" 21293 }, 21294 "editorMode": "code", 21295 "expr": "irate(node_netstat_Tcp_RetransSegs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21296 "interval": "", 21297 "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets", 21298 "range": true, 21299 "refId": "D" 21300 }, 21301 { 21302 "datasource": { 21303 "type": "prometheus", 21304 "uid": "${datasource}" 21305 }, 21306 "editorMode": "code", 21307 "expr": "irate(node_netstat_Tcp_InErrs_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21308 "interval": "", 21309 "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)", 21310 "range": true, 21311 "refId": "E" 21312 }, 21313 { 21314 "datasource": { 21315 "type": "prometheus", 21316 "uid": "${datasource}" 21317 }, 21318 "editorMode": "code", 21319 "expr": "irate(node_netstat_Tcp_OutRsts_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21320 "interval": "", 21321 "legendFormat": "OutRsts - Segments sent with RST flag", 21322 "range": true, 21323 "refId": "F" 21324 } 21325 ], 21326 "title": "TCP Errors", 21327 "type": "timeseries" 21328 }, 21329 { 21330 "datasource": { 21331 "type": "prometheus", 21332 "uid": "${datasource}" 21333 }, 21334 "description": "", 21335 "fieldConfig": { 21336 "defaults": { 21337 "color": { 21338 "mode": "palette-classic" 21339 }, 21340 "custom": { 21341 "axisCenteredZero": false, 21342 "axisColorMode": "text", 21343 "axisLabel": "messages out (-) / in (+)", 21344 "axisPlacement": "auto", 21345 "barAlignment": 0, 21346 "drawStyle": "line", 21347 "fillOpacity": 20, 21348 "gradientMode": "none", 21349 "hideFrom": { 21350 "legend": false, 21351 "tooltip": false, 21352 "viz": false 21353 }, 21354 "lineInterpolation": "linear", 21355 "lineWidth": 1, 21356 "pointSize": 5, 21357 "scaleDistribution": { 21358 "type": "linear" 21359 }, 21360 "showPoints": "never", 21361 "spanNulls": false, 21362 "stacking": { 21363 "group": "A", 21364 "mode": "none" 21365 }, 21366 "thresholdsStyle": { 21367 "mode": "off" 21368 } 21369 }, 21370 "links": [], 21371 "mappings": [], 21372 "thresholds": { 21373 "mode": "absolute", 21374 "steps": [ 21375 { 21376 "color": "green" 21377 }, 21378 { 21379 "color": "red", 21380 "value": 80 21381 } 21382 ] 21383 }, 21384 "unit": "short" 21385 }, 21386 "overrides": [ 21387 { 21388 "matcher": { 21389 "id": "byRegexp", 21390 "options": "/.*Out.*/" 21391 }, 21392 "properties": [ 21393 { 21394 "id": "custom.transform", 21395 "value": "negative-Y" 21396 } 21397 ] 21398 } 21399 ] 21400 }, 21401 "gridPos": { 21402 "h": 6, 21403 "w": 8, 21404 "x": 16, 21405 "y": 38 21406 }, 21407 "id": 400, 21408 "links": [], 21409 "options": { 21410 "legend": { 21411 "calcs": [ 21412 "mean", 21413 "lastNotNull", 21414 "max", 21415 "min" 21416 ], 21417 "displayMode": "table", 21418 "placement": "bottom", 21419 "showLegend": true 21420 }, 21421 "tooltip": { 21422 "mode": "multi", 21423 "sort": "none" 21424 } 21425 }, 21426 "pluginVersion": "9.2.0", 21427 "targets": [ 21428 { 21429 "datasource": { 21430 "type": "prometheus", 21431 "uid": "${datasource}" 21432 }, 21433 "editorMode": "code", 21434 "expr": "irate(node_netstat_Icmp_InErrors_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21435 "format": "time_series", 21436 "interval": "", 21437 "intervalFactor": 1, 21438 "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)", 21439 "range": true, 21440 "refId": "A", 21441 "step": 240 21442 } 21443 ], 21444 "title": "ICMP Errors", 21445 "type": "timeseries" 21446 }, 21447 { 21448 "datasource": { 21449 "type": "prometheus", 21450 "uid": "${datasource}" 21451 }, 21452 "description": "", 21453 "fieldConfig": { 21454 "defaults": { 21455 "color": { 21456 "mode": "palette-classic" 21457 }, 21458 "custom": { 21459 "axisCenteredZero": false, 21460 "axisColorMode": "text", 21461 "axisLabel": "datagrams", 21462 "axisPlacement": "auto", 21463 "barAlignment": 0, 21464 "drawStyle": "line", 21465 "fillOpacity": 20, 21466 "gradientMode": "none", 21467 "hideFrom": { 21468 "legend": false, 21469 "tooltip": false, 21470 "viz": false 21471 }, 21472 "lineInterpolation": "linear", 21473 "lineWidth": 1, 21474 "pointSize": 5, 21475 "scaleDistribution": { 21476 "type": "linear" 21477 }, 21478 "showPoints": "never", 21479 "spanNulls": false, 21480 "stacking": { 21481 "group": "A", 21482 "mode": "none" 21483 }, 21484 "thresholdsStyle": { 21485 "mode": "off" 21486 } 21487 }, 21488 "links": [], 21489 "mappings": [], 21490 "thresholds": { 21491 "mode": "absolute", 21492 "steps": [ 21493 { 21494 "color": "green" 21495 }, 21496 { 21497 "color": "red", 21498 "value": 80 21499 } 21500 ] 21501 }, 21502 "unit": "short" 21503 }, 21504 "overrides": [] 21505 }, 21506 "gridPos": { 21507 "h": 6, 21508 "w": 8, 21509 "x": 0, 21510 "y": 44 21511 }, 21512 "id": 420, 21513 "links": [], 21514 "options": { 21515 "legend": { 21516 "calcs": [ 21517 "mean", 21518 "lastNotNull", 21519 "max", 21520 "min" 21521 ], 21522 "displayMode": "table", 21523 "placement": "bottom", 21524 "showLegend": true 21525 }, 21526 "tooltip": { 21527 "mode": "multi", 21528 "sort": "none" 21529 } 21530 }, 21531 "pluginVersion": "9.2.0", 21532 "targets": [ 21533 { 21534 "datasource": { 21535 "type": "prometheus", 21536 "uid": "${datasource}" 21537 }, 21538 "editorMode": "code", 21539 "expr": "irate(node_netstat_Udp_InErrors_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21540 "format": "time_series", 21541 "interval": "", 21542 "intervalFactor": 1, 21543 "legendFormat": "InErrors - UDP Datagrams that could not be delivered to an application", 21544 "range": true, 21545 "refId": "A", 21546 "step": 240 21547 }, 21548 { 21549 "datasource": { 21550 "type": "prometheus", 21551 "uid": "${datasource}" 21552 }, 21553 "editorMode": "code", 21554 "expr": "irate(node_netstat_Udp_NoPorts_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21555 "format": "time_series", 21556 "interval": "", 21557 "intervalFactor": 1, 21558 "legendFormat": "NoPorts - UDP Datagrams received on a port with no listener", 21559 "range": true, 21560 "refId": "B", 21561 "step": 240 21562 }, 21563 { 21564 "datasource": { 21565 "type": "prometheus", 21566 "uid": "${datasource}" 21567 }, 21568 "editorMode": "code", 21569 "expr": "irate(node_netstat_UdpLite_InErrors_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21570 "interval": "", 21571 "legendFormat": "InErrors Lite - UDPLite Datagrams that could not be delivered to an application", 21572 "range": true, 21573 "refId": "C" 21574 }, 21575 { 21576 "datasource": { 21577 "type": "prometheus", 21578 "uid": "${datasource}" 21579 }, 21580 "editorMode": "code", 21581 "expr": "irate(node_netstat_Udp_RcvbufErrors_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21582 "format": "time_series", 21583 "interval": "", 21584 "intervalFactor": 1, 21585 "legendFormat": "RcvbufErrors - UDP buffer errors received", 21586 "range": true, 21587 "refId": "D", 21588 "step": 240 21589 }, 21590 { 21591 "datasource": { 21592 "type": "prometheus", 21593 "uid": "${datasource}" 21594 }, 21595 "editorMode": "code", 21596 "expr": "irate(node_netstat_Udp_SndbufErrors_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21597 "format": "time_series", 21598 "interval": "", 21599 "intervalFactor": 1, 21600 "legendFormat": "SndbufErrors - UDP buffer errors send", 21601 "range": true, 21602 "refId": "E", 21603 "step": 240 21604 } 21605 ], 21606 "title": "UDP Errors", 21607 "type": "timeseries" 21608 }, 21609 { 21610 "datasource": { 21611 "type": "prometheus", 21612 "uid": "${datasource}" 21613 }, 21614 "description": "", 21615 "fieldConfig": { 21616 "defaults": { 21617 "color": { 21618 "mode": "palette-classic" 21619 }, 21620 "custom": { 21621 "axisCenteredZero": false, 21622 "axisColorMode": "text", 21623 "axisLabel": "counter out (-) / in (+)", 21624 "axisPlacement": "auto", 21625 "barAlignment": 0, 21626 "drawStyle": "line", 21627 "fillOpacity": 20, 21628 "gradientMode": "none", 21629 "hideFrom": { 21630 "legend": false, 21631 "tooltip": false, 21632 "viz": false 21633 }, 21634 "lineInterpolation": "linear", 21635 "lineWidth": 1, 21636 "pointSize": 5, 21637 "scaleDistribution": { 21638 "type": "linear" 21639 }, 21640 "showPoints": "never", 21641 "spanNulls": false, 21642 "stacking": { 21643 "group": "A", 21644 "mode": "none" 21645 }, 21646 "thresholdsStyle": { 21647 "mode": "off" 21648 } 21649 }, 21650 "links": [], 21651 "mappings": [], 21652 "thresholds": { 21653 "mode": "absolute", 21654 "steps": [ 21655 { 21656 "color": "green" 21657 }, 21658 { 21659 "color": "red", 21660 "value": 80 21661 } 21662 ] 21663 }, 21664 "unit": "short" 21665 }, 21666 "overrides": [ 21667 { 21668 "matcher": { 21669 "id": "byRegexp", 21670 "options": "/.*Sent.*/" 21671 }, 21672 "properties": [ 21673 { 21674 "id": "custom.transform", 21675 "value": "negative-Y" 21676 } 21677 ] 21678 } 21679 ] 21680 }, 21681 "gridPos": { 21682 "h": 6, 21683 "w": 8, 21684 "x": 8, 21685 "y": 44 21686 }, 21687 "id": 418, 21688 "links": [], 21689 "options": { 21690 "legend": { 21691 "calcs": [ 21692 "mean", 21693 "lastNotNull", 21694 "max", 21695 "min" 21696 ], 21697 "displayMode": "table", 21698 "placement": "bottom", 21699 "showLegend": true 21700 }, 21701 "tooltip": { 21702 "mode": "multi", 21703 "sort": "none" 21704 } 21705 }, 21706 "pluginVersion": "9.2.0", 21707 "targets": [ 21708 { 21709 "datasource": { 21710 "type": "prometheus", 21711 "uid": "${datasource}" 21712 }, 21713 "editorMode": "code", 21714 "expr": "irate(node_netstat_TcpExt_SyncookiesFailed_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21715 "format": "time_series", 21716 "hide": false, 21717 "interval": "", 21718 "intervalFactor": 1, 21719 "legendFormat": "SyncookiesFailed - Invalid SYN cookies received", 21720 "range": true, 21721 "refId": "A", 21722 "step": 240 21723 }, 21724 { 21725 "datasource": { 21726 "type": "prometheus", 21727 "uid": "${datasource}" 21728 }, 21729 "editorMode": "code", 21730 "expr": "irate(node_netstat_TcpExt_SyncookiesRecv_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21731 "format": "time_series", 21732 "hide": false, 21733 "interval": "", 21734 "intervalFactor": 1, 21735 "legendFormat": "SyncookiesRecv - SYN cookies received", 21736 "range": true, 21737 "refId": "B", 21738 "step": 240 21739 }, 21740 { 21741 "datasource": { 21742 "type": "prometheus", 21743 "uid": "${datasource}" 21744 }, 21745 "editorMode": "code", 21746 "expr": "irate(node_netstat_TcpExt_SyncookiesSent_total{job=\"$job\",node=\"$node\"}[$__rate_interval])", 21747 "format": "time_series", 21748 "hide": false, 21749 "interval": "", 21750 "intervalFactor": 1, 21751 "legendFormat": "SyncookiesSent - SYN cookies sent", 21752 "range": true, 21753 "refId": "C", 21754 "step": 240 21755 } 21756 ], 21757 "title": "TCP SynCookie", 21758 "type": "timeseries" 21759 } 21760 ], 21761 "title": "Network Netstat", 21762 "type": "row" 21763 }, 21764 { 21765 "collapsed": true, 21766 "gridPos": { 21767 "h": 1, 21768 "w": 24, 21769 "x": 0, 21770 "y": 26 21771 }, 21772 "id": 363, 21773 "panels": [ 21774 { 21775 "datasource": { 21776 "type": "prometheus", 21777 "uid": "${datasource}" 21778 }, 21779 "description": "", 21780 "fieldConfig": { 21781 "defaults": { 21782 "color": { 21783 "mode": "palette-classic" 21784 }, 21785 "custom": { 21786 "axisCenteredZero": false, 21787 "axisColorMode": "text", 21788 "axisLabel": "", 21789 "axisPlacement": "auto", 21790 "barAlignment": 0, 21791 "drawStyle": "line", 21792 "fillOpacity": 20, 21793 "gradientMode": "none", 21794 "hideFrom": { 21795 "legend": false, 21796 "tooltip": false, 21797 "viz": false 21798 }, 21799 "lineInterpolation": "linear", 21800 "lineStyle": { 21801 "fill": "solid" 21802 }, 21803 "lineWidth": 1, 21804 "pointSize": 5, 21805 "scaleDistribution": { 21806 "type": "linear" 21807 }, 21808 "showPoints": "never", 21809 "spanNulls": false, 21810 "stacking": { 21811 "group": "A", 21812 "mode": "none" 21813 }, 21814 "thresholdsStyle": { 21815 "mode": "off" 21816 } 21817 }, 21818 "links": [], 21819 "mappings": [], 21820 "min": -8, 21821 "thresholds": { 21822 "mode": "absolute", 21823 "steps": [ 21824 { 21825 "color": "green" 21826 }, 21827 { 21828 "color": "red", 21829 "value": 80 21830 } 21831 ] 21832 }, 21833 "unit": "bool_yes_no" 21834 }, 21835 "overrides": [ 21836 { 21837 "matcher": { 21838 "id": "byRegexp", 21839 "options": "/.*error.*/" 21840 }, 21841 "properties": [ 21842 { 21843 "id": "color", 21844 "value": { 21845 "fixedColor": "#F2495C", 21846 "mode": "fixed" 21847 } 21848 }, 21849 { 21850 "id": "custom.transform", 21851 "value": "negative-Y" 21852 } 21853 ] 21854 } 21855 ] 21856 }, 21857 "gridPos": { 21858 "h": 6, 21859 "w": 8, 21860 "x": 0, 21861 "y": 45 21862 }, 21863 "id": 365, 21864 "links": [], 21865 "options": { 21866 "legend": { 21867 "calcs": [ 21868 "lastNotNull", 21869 "max", 21870 "min" 21871 ], 21872 "displayMode": "table", 21873 "placement": "bottom", 21874 "showLegend": true 21875 }, 21876 "tooltip": { 21877 "mode": "multi", 21878 "sort": "none" 21879 } 21880 }, 21881 "pluginVersion": "9.2.0", 21882 "targets": [ 21883 { 21884 "datasource": { 21885 "type": "prometheus", 21886 "uid": "${datasource}" 21887 }, 21888 "editorMode": "code", 21889 "expr": "node_scrape_collector_success{job=\"$job\",node=\"$node\"}", 21890 "format": "time_series", 21891 "hide": false, 21892 "interval": "", 21893 "intervalFactor": 1, 21894 "legendFormat": "{{collector}} - Scrape success", 21895 "range": true, 21896 "refId": "A", 21897 "step": 240 21898 }, 21899 { 21900 "datasource": { 21901 "type": "prometheus", 21902 "uid": "${datasource}" 21903 }, 21904 "expr": "node_textfile_scrape_error{job=\"$job\",node=\"$node\"}", 21905 "format": "time_series", 21906 "hide": false, 21907 "interval": "", 21908 "intervalFactor": 1, 21909 "legendFormat": "{{collector}} - Scrape textfile error (1 = true)", 21910 "refId": "B", 21911 "step": 240 21912 } 21913 ], 21914 "title": "Node Exporter Scrape", 21915 "type": "timeseries" 21916 }, 21917 { 21918 "datasource": { 21919 "type": "prometheus", 21920 "uid": "${datasource}" 21921 }, 21922 "description": "", 21923 "fieldConfig": { 21924 "defaults": { 21925 "color": { 21926 "mode": "palette-classic" 21927 }, 21928 "custom": { 21929 "axisCenteredZero": false, 21930 "axisColorMode": "text", 21931 "axisLabel": "", 21932 "axisPlacement": "auto", 21933 "barAlignment": 0, 21934 "drawStyle": "line", 21935 "fillOpacity": 20, 21936 "gradientMode": "none", 21937 "hideFrom": { 21938 "legend": false, 21939 "tooltip": false, 21940 "viz": false 21941 }, 21942 "lineInterpolation": "linear", 21943 "lineWidth": 1, 21944 "pointSize": 5, 21945 "scaleDistribution": { 21946 "type": "linear" 21947 }, 21948 "showPoints": "never", 21949 "spanNulls": false, 21950 "stacking": { 21951 "group": "A", 21952 "mode": "normal" 21953 }, 21954 "thresholdsStyle": { 21955 "mode": "off" 21956 } 21957 }, 21958 "links": [], 21959 "mappings": [], 21960 "thresholds": { 21961 "mode": "absolute", 21962 "steps": [ 21963 { 21964 "color": "green" 21965 }, 21966 { 21967 "color": "red", 21968 "value": 80 21969 } 21970 ] 21971 }, 21972 "unit": "s" 21973 }, 21974 "overrides": [] 21975 }, 21976 "gridPos": { 21977 "h": 6, 21978 "w": 8, 21979 "x": 8, 21980 "y": 45 21981 }, 21982 "id": 367, 21983 "links": [], 21984 "options": { 21985 "legend": { 21986 "calcs": [ 21987 "mean", 21988 "lastNotNull", 21989 "max", 21990 "min" 21991 ], 21992 "displayMode": "table", 21993 "placement": "bottom", 21994 "showLegend": true 21995 }, 21996 "tooltip": { 21997 "mode": "multi", 21998 "sort": "none" 21999 } 22000 }, 22001 "pluginVersion": "9.2.0", 22002 "targets": [ 22003 { 22004 "datasource": { 22005 "type": "prometheus", 22006 "uid": "${datasource}" 22007 }, 22008 "editorMode": "code", 22009 "expr": "node_scrape_collector_duration_seconds{job=\"$job\",node=\"$node\"}", 22010 "format": "time_series", 22011 "hide": false, 22012 "interval": "", 22013 "intervalFactor": 1, 22014 "legendFormat": "{{collector}} - Scrape duration", 22015 "range": true, 22016 "refId": "A", 22017 "step": 240 22018 } 22019 ], 22020 "title": "Node Exporter Scrape Time", 22021 "type": "timeseries" 22022 } 22023 ], 22024 "title": "Node Exporter", 22025 "type": "row" 22026 } 22027 ], 22028 "refresh": false, 22029 "revision": 1, 22030 "schemaVersion": 37, 22031 "style": "dark", 22032 "tags": [ 22033 "linux", 22034 "node" 22035 ], 22036 "templating": { 22037 "list": [ 22038 { 22039 "current": { 22040 "selected": false, 22041 "text": "default", 22042 "value": "default" 22043 }, 22044 "hide": 0, 22045 "includeAll": false, 22046 "label": "data source", 22047 "multi": false, 22048 "name": "datasource", 22049 "options": [], 22050 "query": "prometheus", 22051 "queryValue": "", 22052 "refresh": 1, 22053 "regex": "", 22054 "skipUrlSync": false, 22055 "type": "datasource" 22056 }, 22057 { 22058 "current": { 22059 "selected": false, 22060 "text": "k3d-test-server-0", 22061 "value": "k3d-test-server-0" 22062 }, 22063 "datasource": { 22064 "type": "prometheus", 22065 "uid": "${datasource}" 22066 }, 22067 "definition": "label_values(node_uname_info{job=\"$job\"}, node)", 22068 "hide": 0, 22069 "includeAll": false, 22070 "label": "node", 22071 "multi": false, 22072 "name": "node", 22073 "options": [], 22074 "query": { 22075 "query": "label_values(node_uname_info{job=\"$job\"}, node)", 22076 "refId": "StandardVariableQuery" 22077 }, 22078 "refresh": 1, 22079 "regex": "", 22080 "skipUrlSync": false, 22081 "sort": 5, 22082 "tagValuesQuery": "", 22083 "tagsQuery": "", 22084 "type": "query", 22085 "useTags": false 22086 }, 22087 { 22088 "current": { 22089 "selected": false, 22090 "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+", 22091 "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+" 22092 }, 22093 "hide": 2, 22094 "includeAll": false, 22095 "multi": false, 22096 "name": "diskdevices", 22097 "options": [ 22098 { 22099 "selected": true, 22100 "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+", 22101 "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+" 22102 } 22103 ], 22104 "query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+", 22105 "skipUrlSync": false, 22106 "type": "custom" 22107 }, 22108 { 22109 "current": { 22110 "selected": false, 22111 "text": "agamotto", 22112 "value": "agamotto" 22113 }, 22114 "hide": 0, 22115 "includeAll": false, 22116 "label": "job", 22117 "multi": false, 22118 "name": "job", 22119 "options": [ 22120 { 22121 "selected": true, 22122 "text": "agamotto", 22123 "value": "agamotto" 22124 } 22125 ], 22126 "query": "agamotto", 22127 "skipUrlSync": false, 22128 "type": "custom" 22129 }, 22130 { 22131 "current": { 22132 "selected": false, 22133 "text": "et.+|en.+", 22134 "value": "et.+|en.+" 22135 }, 22136 "hide": 2, 22137 "includeAll": false, 22138 "label": "netdevices", 22139 "multi": false, 22140 "name": "netdevices", 22141 "options": [ 22142 { 22143 "selected": true, 22144 "text": "et.+|en.+", 22145 "value": "et.+|en.+" 22146 } 22147 ], 22148 "query": "et.+|en.+", 22149 "skipUrlSync": false, 22150 "type": "custom" 22151 } 22152 ] 22153 }, 22154 "time": { 22155 "from": "now-30m", 22156 "to": "now" 22157 }, 22158 "timepicker": { 22159 "refresh_intervals": [ 22160 "5s", 22161 "10s", 22162 "30s", 22163 "1m", 22164 "5m", 22165 "15m", 22166 "30m", 22167 "1h", 22168 "2h", 22169 "1d" 22170 ], 22171 "time_options": [ 22172 "5m", 22173 "15m", 22174 "1h", 22175 "6h", 22176 "12h", 22177 "24h", 22178 "2d", 22179 "7d", 22180 "30d" 22181 ] 22182 }, 22183 "timezone": "", 22184 "title": "Node", 22185 "uid": "node", 22186 "version": 1, 22187 "weekStart": "" 22188 }