Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi EveryoneGot confused with the following terminology :Thread dump, core dump, heap dump, system coreCould you please explain, and what are the commands to take dumps?
you can use wsadmin Jython commands for heap dump-AdminControl.invoke(AdminControl.completeObjectName("type=JVM, process=,*"), "generateHeapDump")alsokill -3 JVM_PID is used for javacore fies .