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
Better options to view JMX beans other than Jconsole
提问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 很好,我还没有尝试过它们):
- JRockit Mission Control(will be added as Java Mission Controlto some upcoming Oracle JDK)
- Argus JMX Browser
- MC4J JMX Console
- eclipse-jmx
- jManage
- JMiniX
- hawtioor something else based on Jolokia
- JMX Console Tools
- JRockit Mission Control(将作为Java Mission Control添加到一些即将推出的 Oracle JDK 中)
- 阿格斯 JMX 浏览器
- MC4J JMX 控制台
- 日食-jmx
- 管理
- JMiniX
- hawtio或其他基于Jolokia 的东西
- JMX 控制台工具
回答by Kimble
I like VisualVM. I especially like the its support for graphing jmx values over time.
我喜欢 VisualVM。我特别喜欢它对随时间推移绘制 jmx 值的支持。