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 |
Why is there no polymorphic-type response from a create () or find () method?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
How do I use a third-party jdbc driver with jms? : BEA Weblogic
What is a domain template?
How to find out the listening ports?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
How does a server know when another server is unavailable ?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
When does high cpu usage occur?
How to configure a DB connection pool ?
What is nmenroll in wlst?
What are the toolbar elements.