Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WAS 6.0.2.19 Dumping Threads?

Status
Not open for further replies.

aswolff

Programmer
Jul 31, 2006
100
0
0
US
Hi Folks.

We have a "hung thread" situation on our applications. I am using jython to dump threads per some instructions I read on the IBM Website:

Code:
jvm = AdminControl.completeObjectName('type=JVM,process=server1,*') 
AdminControl.invoke(jvm, 'dumpThreads')

I have no idea where the output is going? Can somebody shed some light on where it might be?

Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top