【发布时间】:2014-07-10 02:33:59
【问题描述】:
我试图使用 JVM MBean 为我的监控应用程序获取以下详细信息
thread-states.blocked
thread-states.waiting
gc.ConcurrentMarkSweep.runs
gc.ParNew.runs
thread_count
daemon_thread_count
memory.heap_usage
memory.non_heap_usage
除了
之外,我可以获取大部分 thread-states.blocked
thread-states.waiting
gc.ConcurrentMarkSweep.runs
gc.ParNew.runs
有人知道可以使用什么 MBean 和属性来收集这些值吗? PS:我在这里发布之前已经用谷歌搜索了这个
【问题讨论】: