Tuesday, April 6, 2010

Sending CTRL + BREAK to a java linux process

use "kill -QUIT pid" to send CTRL + BREAK to a running java linux process. This would print the threaddump

No comments:

Post a Comment