Sending CTRL + BREAK to a java linux process April 06, 2010 use "kill -QUIT pid" to send CTRL + BREAK to a running java linux process. This would print the threaddump Read more