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
What is thread dump?
In web logic how are new threads assigned?
What is meant by adminserver?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
How many messages are sent across the network for processing topic messages? : BEA Weblogic
How many types of weblogic installation ?
What are the enhancements in ejb 2.0 with respect to cmp?
Explain what is the procedure to configure jms security?
What Is A Weblogic Server Cluster ?
Explain the types of deployment modes and diffrernces between them?
What is meant by session replication?
What are the databases that are available to be used with the web logic j2ee connector architecture?
How do I create a producer pool? : BEA Weblogic
What are the prerequisites of starting a server?
How does a server find out server unavailability?