What is thread dump? What is the UNIX command for taking
thread dump?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I avoid asynchronous message deadlocks? : BEA Weblogic

529


Can We Start A Managed Server If The Administration Server Is Unavailable ?

553


How do I increase weblogic server memory? : BEA Weblogic

516


Tell me about security in weblogic?

595


What is meant by prallel gc and explain it?

550






Can you explain what are the ways in which the dns request of failed servers handled?

520


What are the two important tcp socket classes?

597


What is bea weblogic? : BEA Weblogic

528


What are managed servers?

528


Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic

506


What are the steps required to modify config.xml file of web logic server?

498


What are the advantages node manager?

581


Are foreign destinations handled within foreign jms messages? : BEA Weblogic

520


What does isidentical() method return in case of different type of beans?

552


Difference between multicast and unicast?

547