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 are multi-byte characters used with weblogic jdriver?
What is the meaning of classformaterrors used with the applet?
Explain different parts available as part of jvm and describe them in few lines.
How many types of logs are there?
How many way to start and stop weblogic servers?
What is the Basic Components of Weblogic Server ?
What is a machine?
What is meant by cluster??
What are class paths? How can they be set?
tell me the permenent memory issues?
What is actually weblogic cache?
How do I handle request/response using jms? : BEA Weblogic
Explain The Methods For Providing User Credentials For Starting The Server ?
What are the different groups under web logic security?.
Tell me what can happen when stub can't to connect to web-logic server instances?