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

What is the weblogic server?

528


What is the difference between multicast and unicast?

478


How do I provide user credentials for starting weblogic server?

551


How Work Manager works in wls 9.2 and above versions?

3033


What type of object is returned by resultset.getobject()?

500






Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic

489


Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic

541


When we can update the application? Is server up time or downtime?

979


How to change from default jvm to others?

511


How do I provide user credentials for starting a server?

498


Which lelvel of activites ur reponsiable l1 or l2 or l3?

536


How should I use sorted queues? : BEA Weblogic

564


How do I provide user credentials for starting the weblogic server?

507


How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic

481


What is the significance of boot?

549