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
How do clients handle dns requests to failed servers?
What is the boot?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
What is Horizontal and vertical clustering ?
We see an error like 404 and 500. What do they mean?
How do I provide user credentials for starting a server?
How do I bind string values in a preparedstatement? : BEA Weblogic
How can the nm be made to work with web logic? Explain?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
How do I provide user credentials for starting weblogic server?
How can the OUT OF MEMORY be solved?
What is unicast in weblogic?
Explain the performance tuning in jms?
When should I use multicast subscribers? : BEA Weblogic
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic