Use the AdminControl object to dump the Java threads of a running server.
set jvm [$AdminControl completeObjectName type=JVM,process=server1,*] $AdminControl invoke $jvm dumpThreads
jvm = AdminControl.completeObjectName('type=JVM,process=server1,*') AdminControl.invoke(jvm, 'dumpThreads')
For information
about the environment variables that deal with dumping threads, refer to the Java Diagnostics guide.
In this information ...Related reference
| IBM Redbooks, demos, education, and more |