Get a Java thread dump
If you want to see the threads executing in a JVM, dump it via this command:
# kill -QUIT
...where process-ID is the process number of the JVM.
# kill -QUIT
...where process-ID is the process number of the JVM.
<< Home