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 happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
What is meant by gc, prallel gc, full gc and explain it?
How do I use a temporary destination? : BEA Weblogic
What is web.xml ?
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
When can high usage of CPU occur?
How Administration Server And Managed Servers Will Interact ?
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic
Define the list of pre-configured queues?
What is t3??
Explain weblogic server?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
What is silent mode?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic