You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ben Ricker <br...@wellinx.com> on 2003/08/04 19:25:18 UTC

Causing a dump with a signal?

I remember reading where oen can send a kill signal with Unix that will
cause the JVM to do a thread dump before exiting. Does this sound
familiar to anyone?

Ben Ricker
Wellinx.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Causing a dump with a signal?

Posted by Tim Funk <fu...@joedog.org>.
kill -s 3 PID

(Or very similar)

-Tim

Ben Ricker wrote:
> I remember reading where oen can send a kill signal with Unix that will
> cause the JVM to do a thread dump before exiting. Does this sound
> familiar to anyone?
> 
> Ben Ricker
> Wellinx.com
> 


Re: Causing a dump with a signal?

Posted by Tim Funk <fu...@joedog.org>.
kill -s 3 PID

(Or very similar)

-Tim

Ben Ricker wrote:
> I remember reading where oen can send a kill signal with Unix that will
> cause the JVM to do a thread dump before exiting. Does this sound
> familiar to anyone?
> 
> Ben Ricker
> Wellinx.com
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org