Java 查看除 Jconsole 以外的 JMX bean 的更好选择

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18399172/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 01:13:51  来源:igfitidea点击:

Better options to view JMX beans other than Jconsole

javajmxjconsolejvisualvm

提问by Basit Anwer

JConsole has quiet a buggy view to monitor JMX published counters. What are the other alternatives ?

JConsole 有一个安静的错误视图来监视 JMX 发布的计数器。其他选择是什么?

I am unable to find any, other than JVisualVM which in effect uses the same view

除了实际上使用相同视图的 JVisualVM 之外,我找不到任何其他内容

采纳答案by Heri

Some alternatives are (since I'm fine with JVisulaVM I haven't tried them yet):

一些替代方案是(因为我对 JVisulaVM 很好,我还没有尝试过它们):

回答by Kimble

I like VisualVM. I especially like the its support for graphing jmx values over time.

我喜欢 VisualVM。我特别喜欢它对随时间推移绘制 jmx 值的支持。

https://visualvm.github.io/

https://visualvm.github.io/