kill -3 , typically have javacore ( called thread dump in Oracle/Sun jvm)
you may add -Xdump:java+snap:events=user, restart JVMs , then kill -3 will have snap
another way: wsadmin or WAS isc console
for wsadmin:
1 . jvm1 = AdminControl.completeObjectName('type=JVM,process=server_name,*')
2 .
AdminControl.invoke(jvm1, 'dumpThreads') # thread
AdminControl.invoke(jvm1, 'generateHeapDump') # Heap
AdminControl.invoke(JVM1,'generateSystemDump') # system core
I can't find snap trace generated by wsadmin from IBM wsadmin document , need other expert help
Thanks