Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JConsole を使用して IBM JDK を監視できますか? Sun JDK と IBM JDK のどちらの Garbage Collection ツールが適用されていて、無料なのか知りたいです。
はい、JConsole を使用して JVM を監視できます。しかし、Websphere 環境にいる場合は、管理コンソールを使用して GC などのさまざまなカウンターを表示する必要があります。IBM JConsole では、セキュリティを有効にすると問題が発生します。
ちなみにガルバルデコレクションは単体のツールではありません。メモリを管理するのは JVM の一部です。JConsole と GB はすべて JDK で無料で提供されます。
ありがとうございました。