Jconsole可以用来监控IBM JDK吗?
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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 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.