Could JConsole 开发者_StackOverflow社区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.
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.
精彩评论