You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Prashanth.S" <su...@yahoo.com> on 2005/08/10 16:16:00 UTC

[OT]List of crrently running threads in JVM

Hello,
Sorry for this OT but had no other option..
Is there any way in java to list all the currently executing thread in a running JVM process??
 
Thanks IN Advance
Prashanth

Send instant messages to your online friends http://asia.messenger.yahoo.com 

Re: [OT]List of crrently running threads in JVM

Posted by Ed Griebel <ed...@gmail.com>.
Actually, I believe that you did have another option, Google for "dump
jvm thread site:sun.com" Your answer is even on the first page of
results.

http://www.google.com/search?q=dump+jvm+thread+site%3Asun.com


On 8/10/05, Prashanth.S <su...@yahoo.com> wrote:
> Hello,
> Sorry for this OT but had no other option..
> Is there any way in java to list all the currently executing thread in a running JVM process??
> 
> Thanks IN Advance
> Prashanth
> 
> Send instant messages to your online friends http://asia.messenger.yahoo.com
>

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


Re: [OT]List of crrently running threads in JVM

Posted by Gareth Evans <ga...@msoft.co.uk>.
if you using java5,

jps - will list the process id's of all java5 jvms
jstack <proccessid> - will list the threads within that jvm

http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html
http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstack.html

gareth

Prashanth.S wrote:

> Hello,
> Sorry for this OT but had no other option..
> Is there any way in java to list all the currently executing thread in a running JVM process??
>  
> Thanks IN Advance
> Prashanth
> 
> Send instant messages to your online friends http://asia.messenger.yahoo.com 

-- 
Gareth Evans

MSoft eSolutions Limited
Technology Centre
Inward Way
Rossmore Business Park
Ellesmere Port
Cheshire
CH65 3EN

-- 
Tel:    +44 (0)870 0100 704
Fax:    +44 (0)870 9010 705
E-Mail: gareth@msoft.co.uk
Web:    www.msoft.co.uk

----------------------------------------------
Terms:
Please note that any prices quoted within this e-mail are subject to VAT.
All program details and code described in this e-mail are subject to
copyright © of MSoft eSolutions Limited and remain the intellectual
property of MSoft eSolutions Limited.
Any proposal or pricing information contained within this e-mail are
subject to MSoft eSolutions' Terms and Conditions
----------------------------------------------
Disclaimer:
This message is intended only for use of the addressee. If this message
was sent to you in error, please notify the sender and delete this
message. MSoft eSolutions Limited cannot accept responsibility for viruses,
so please scan attachments. Views expressed in this message do not
necessarily reflect those of MSoft eSolutions Limited who will not
necessarily be bound by its contents.


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