Jconsole可以用来监控IBM JDK吗?

发布于 2024-12-02 09:05:27 字数 69 浏览 8 评论 0原文

JConsole可以用来监控IBM JDK吗?我想知道Sun JDK和IBM JDK应用了哪个垃圾收集工具,并且它是免费的。

Could JConsole be used to monitor IBM JDK? I want to know which Garbage Collection tool is applied Sun JDK and IBM JDK, and it's free.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

江南烟雨〆相思醉 2024-12-09 09:05:27

是的,您可以使用 JConsole 来监视 JVM。但是,如果您处于 Websphere 环境中,您应该简单地使用管理控制台来查看各种计数器,例如 GC。如果使用 IBM JConsole 启用安全性,您将会遇到问题。

顺便说一下,Garbarde Collection 并不是一个单独的工具。它是 JVM 管理内存的一部分。 JConsole 和 GB 都随 JDK 免费提供。

谢谢。

Yes you can use JConsole to monitor the JVM. But if you are in a Websphere Environment, you should simply use the Administration console to view various counters like the G.C. With the IBM JConsole you will have problem if you enable security.

By the way, the Garbarde Collection is not a separate tool. It is part of the JVM to manage memory. JConsole and the G.B. all comes free with the JDK.

Thank you.

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