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:
I have no idea where the output is going? Can somebody shed some light on where it might be?
Thanks in advance!
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!