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.
jmx が有効でポートが 0 に設定されている Java アプリケーションの場合、ポートは動的に割り当てられます。
-Dcom.sun.management.jmxremote.port=0
どのポートが割り当てられているかを知る最良の方法は何ですか? Solaris で ps と pfiles を使用してそれを見つけることができました。
また、動的jmxポートを同じボックス上のJavaアプリケーションに割り当てて追跡するより良い方法はありますか?