How to Generate a Thread Dump For a Java Process
press Ctrl-Break in the terminal console you used to start the JVM
send the QUIT signal to the Java VM running the application
kill -QUIT process_id
process_id is the process number of the respective java process
No comments:
Post a Comment