Howdy,
At least on unix, it's a QUIT (not STOP) signal.
kill -s QUIT processId

Where processId, is, well, the process ID of your JVM ;)

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Christopher Schultz [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, November 05, 2003 8:27 AM
>To: Tomcat Users List
>Subject: [OT] How to get a thread dump (was: Severe notification ...)
>
>Mufaddal,
> > Is
>> there a facility in tomcat that would allow me to dump its threads
and
>> allow me to see where the threads are waiting and not moving on ?
>
>People need to stop asking this question and do "google java virtual
>machine thread dump". Sheesh...
>
>Send the process a STOP signal, and it will emit a thread dump to
>standard output. This is CTRL-\ on UNIX within the terminal that
started
>the Java process (if it's still in the foreground). You can go a
>CTRL-BREAK on win32 to get the same thing.
>
>I highly recommend redirecting stdout to a file, as you'll get LOTS of
>output from the thread dump.
>
>-chris
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to