metadata.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. plugin_name: idlejitter.plugin
  2. modules:
  3. - meta:
  4. plugin_name: idlejitter.plugin
  5. module_name: idlejitter.plugin
  6. monitored_instance:
  7. name: Idle OS Jitter
  8. link: ''
  9. categories:
  10. - data-collection.synthetic-checks
  11. icon_filename: 'syslog.png'
  12. related_resources:
  13. integrations:
  14. list: []
  15. info_provided_to_referring_integrations:
  16. description: ''
  17. keywords:
  18. - latency
  19. - jitter
  20. most_popular: false
  21. overview:
  22. data_collection:
  23. metrics_description: >
  24. Monitor delays in timing for user processes caused by scheduling limitations to optimize the system to run
  25. latency sensitive applications with minimal jitter, improving consistency and quality of service.
  26. method_description: >
  27. A thread is spawned that requests to sleep for fixed amount of time. When the system wakes it up, it
  28. measures how many microseconds have passed. The difference between the requested and the actual duration of
  29. the sleep, is the idle jitter. This is done dozens of times per second to ensure we have a representative sample.
  30. supported_platforms:
  31. include: []
  32. exclude: []
  33. multi_instance: false
  34. additional_permissions:
  35. description: ''
  36. default_behavior:
  37. auto_detection:
  38. description: 'This integration will run by default on all supported systems.'
  39. limits:
  40. description: ''
  41. performance_impact:
  42. description: ''
  43. setup:
  44. prerequisites:
  45. list: []
  46. configuration:
  47. file:
  48. name: 'netdata.conf'
  49. section: 'plugin:idlejitter'
  50. description: ''
  51. options:
  52. description: >
  53. This integration only supports a single configuration option, and most users will not need to change it.
  54. folding:
  55. title: ''
  56. enabled: false
  57. list:
  58. - name: loop time in ms
  59. description: >
  60. Specifies the target time for the data collection thread to sleep, measured in miliseconds.
  61. default_value: 20
  62. required: false
  63. examples:
  64. folding:
  65. enabled: true
  66. title: ''
  67. list: []
  68. troubleshooting:
  69. problems:
  70. list: []
  71. alerts: []
  72. metrics:
  73. folding:
  74. title: Metrics
  75. enabled: false
  76. description: ""
  77. availability: []
  78. scopes:
  79. - name: global
  80. description: ""
  81. labels: []
  82. metrics:
  83. - name: system.idlejitter
  84. description: CPU Idle Jitter
  85. unit: "microseconds lost/s"
  86. chart_type: line
  87. dimensions:
  88. - name: min
  89. - name: max
  90. - name: average