metadata.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. meta:
  2. plugin_name: python.d.plugin
  3. module_name: tomcat
  4. monitored_instance:
  5. name: Tomcat
  6. link: ''
  7. categories:
  8. - data-collection.web-servers-and-web-proxies
  9. icon_filename: 'tomcat.png'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords: []
  16. most_popular: false
  17. overview:
  18. data_collection:
  19. metrics_description: 'Monitor Tomcat performance with Netdata for optimal Java servlet container operations. Improve your web application performance with real-time Tomcat metrics.'
  20. method_description: ''
  21. supported_platforms:
  22. include: []
  23. exclude: []
  24. multi-instance: true
  25. additional_permissions:
  26. description: ''
  27. default_behavior:
  28. auto_detection:
  29. description: ''
  30. limits:
  31. description: ''
  32. performance_impact:
  33. description: ''
  34. setup:
  35. prerequisites:
  36. list: []
  37. configuration:
  38. file:
  39. name: ''
  40. description: ''
  41. options:
  42. description: ''
  43. folding:
  44. title: ''
  45. enabled: true
  46. list: []
  47. examples:
  48. folding:
  49. enabled: true
  50. title: ''
  51. list: []
  52. troubleshooting:
  53. problems:
  54. list: []
  55. alerts: []
  56. metrics:
  57. folding:
  58. title: Metrics
  59. enabled: false
  60. description: ""
  61. availability: []
  62. scopes:
  63. - name: global
  64. description: ""
  65. labels: []
  66. metrics:
  67. - name: tomcat.accesses
  68. description: Requests
  69. unit: "requests/s"
  70. chart_type: area
  71. dimensions:
  72. - name: accesses
  73. - name: errors
  74. - name: tomcat.bandwidth
  75. description: Bandwidth
  76. unit: "KiB/s"
  77. chart_type: area
  78. dimensions:
  79. - name: sent
  80. - name: received
  81. - name: tomcat.processing_time
  82. description: processing time
  83. unit: "seconds"
  84. chart_type: area
  85. dimensions:
  86. - name: processing time
  87. - name: tomcat.threads
  88. description: Threads
  89. unit: "current threads"
  90. chart_type: area
  91. dimensions:
  92. - name: current
  93. - name: busy
  94. - name: tomcat.jvm
  95. description: JVM Memory Pool Usage
  96. unit: "MiB"
  97. chart_type: stacked
  98. dimensions:
  99. - name: free
  100. - name: eden
  101. - name: survivor
  102. - name: tenured
  103. - name: code cache
  104. - name: compressed
  105. - name: metaspace
  106. - name: tomcat.jvm_eden
  107. description: Eden Memory Usage
  108. unit: "MiB"
  109. chart_type: area
  110. dimensions:
  111. - name: used
  112. - name: committed
  113. - name: max
  114. - name: tomcat.jvm_survivor
  115. description: Survivor Memory Usage
  116. unit: "MiB"
  117. chart_type: area
  118. dimensions:
  119. - name: used
  120. - name: committed
  121. - name: max
  122. - name: tomcat.jvm_tenured
  123. description: Tenured Memory Usage
  124. unit: "MiB"
  125. chart_type: area
  126. dimensions:
  127. - name: used
  128. - name: committed
  129. - name: max