metadata.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. plugin_name: slabinfo.plugin
  2. modules:
  3. - meta:
  4. plugin_name: slabinfo.plugin
  5. module_name: slabinfo.plugin
  6. monitored_instance:
  7. name: Linux kernel SLAB allocator statistics
  8. link: "https://kernel.org/"
  9. categories:
  10. - data-collection.linux-systems.kernel-metrics
  11. icon_filename: 'linuxserver.svg'
  12. related_resources:
  13. integrations:
  14. list: []
  15. info_provided_to_referring_integrations:
  16. description: ""
  17. keywords:
  18. - linux kernel
  19. - slab
  20. - slub
  21. - slob
  22. - slabinfo
  23. most_popular: false
  24. overview:
  25. data_collection:
  26. metrics_description: >
  27. Collects metrics on kernel SLAB cache utilization to monitor the low-level performance impact of workloads
  28. in the kernel.
  29. method_description: "The plugin parses `/proc/slabinfo`"
  30. supported_platforms:
  31. include:
  32. - Linux
  33. exclude: []
  34. multi_instance: false
  35. additional_permissions:
  36. description: >
  37. This integration requires read access to `/proc/slabinfo`, which is accessible only to the root user by
  38. default. Netdata uses Linux Capabilities to give the plugin access to this file. `CAP_DAC_READ_SEARCH`
  39. is added automatically during installation. This capability allows bypassing file read permission checks
  40. and directory read and execute permission checks. If file capabilities are not usable, then the plugin is
  41. instead installed with the SUID bit set in permissions sVko that it runs as root.
  42. default_behavior:
  43. auto_detection:
  44. description: >
  45. Due to the large number of metrics generated by this integration, it is disabled by default and must be
  46. manually enabled inside `/etc/netdata/netdata.conf`
  47. limits:
  48. description: ""
  49. performance_impact:
  50. description: ""
  51. setup:
  52. prerequisites:
  53. list: []
  54. configuration:
  55. file:
  56. name: "netdata.conf"
  57. section_name: "[plugins]"
  58. description: "The main configuration file."
  59. options:
  60. description: ""
  61. folding:
  62. title: "The main configuration file."
  63. enabled: true
  64. list:
  65. - name: Enable plugin
  66. description: As described above plugin is disabled by default, this option is used to enable plugin.
  67. default_value: no
  68. required: true
  69. examples:
  70. folding:
  71. enabled: true
  72. title: ""
  73. list: []
  74. troubleshooting:
  75. problems:
  76. list: []
  77. alerts: []
  78. metrics:
  79. folding:
  80. title: Metrics
  81. enabled: false
  82. description: "SLAB cache utilization metrics for the whole system."
  83. availability: []
  84. scopes:
  85. - name: global
  86. description: ""
  87. labels: []
  88. metrics:
  89. - name: mem.slabmemory
  90. description: Memory Usage
  91. unit: "B"
  92. chart_type: line
  93. dimensions:
  94. - name: a dimension per cache
  95. - name: mem.slabfilling
  96. description: Object Filling
  97. unit: "%"
  98. chart_type: line
  99. dimensions:
  100. - name: a dimension per cache
  101. - name: mem.slabwaste
  102. description: Memory waste
  103. unit: "B"
  104. chart_type: line
  105. dimensions:
  106. - name: a dimension per cache