JConsole 如何决定使用 JMX 键渲染树的顺序?
当在 JConsole 中查看 JMX bean 时,它会将给定域部分下的所有 bean 呈现为层次结构。 (JVisualVM 与 JConsole MBeans 插件具有相同的行为。)
我意识到 JMX 对象名称不是分层的,但 JConsole 仍然按某种顺序选择键,以便可以分层呈现它们。
有人知道它使用什么规则来订购钥匙吗?它似乎不是从左到右或按字母顺序排列的。
谢谢。
When viewing JMX beans in JConsole it renders all the beans under a given domain part as a hierarchy. (JVisualVM has the same behaviour with the JConsole MBeans plugin.)
I realise that JMX object names are not hierarchical, but nevertheless JConsole is picking the keys in some order so that it can render them hierarchically.
Does anybody know what rules it uses to order the keys? It doesn't seem to be left-to-right or alphabetical.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能根据 JMX 最佳实践指南。
It probably lays it out according the JMX ObjectName conventions from the JMX Best Practices Guide.