metadata.yaml 2.7 KB

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