What is thread dump? What is the UNIX command for taking
thread dump?
Answers were Sorted based on User's Feedback
Answer / javed
Thread dump in weblogic is a mean to find out the task
performed by a weblogic managed server which hosts any
application. Thread dump is generally taken to identify
what task each thread is performing so that they can be
tracked and evaluated using an thread dump monitoring tool
like Samurai.
In Unix you can take the thread dump by using the command:
$ kill -3 <PID>
where PID is the process id of the corresponding weblogic
managed server.
| Is This Answer Correct ? | 20 Yes | 2 No |
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
Tell me about security in weblogic?
What is cluster in weblogic?
How many messages are sent across the network for processing topic messages? : BEA Weblogic
Do you require JDK/JRE for installing a WL Domain?
What is nmenroll in wlst?
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
What are crossdomainconnectors in reference to web logic servers?
what are configuration classes in weblogic
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
How to access the admin console?