JConsole 如何决定使用 JMX 键渲染树的顺序?

发布于 2024-09-26 18:33:15 字数 237 浏览 5 评论 0原文

当在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

°如果伤别离去 2024-10-03 18:33:15

它可能根据 JMX 最佳实践指南

It probably lays it out according the JMX ObjectName conventions from the JMX Best Practices Guide.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文