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.
私のJavaアプリには100以上のスレッドがあり、各スレッドは同様のことをしています. jstack を使用すると、すべてのスレッドのスタックを出力できますが、情報が多すぎます。Java の特定のスレッドのスタックを出力することは可能ですか? たとえば、Java アプリの ID が 100 のスレッドのみを出力します。