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 |
What is the purpose of using multipools in web logic server?
Can the bean class implement the ejbobject class directly? If not why?
How do I configure weblogic to use a socks proxy? : BEA Weblogic
What is the default jvm used for weblogic?
How to change from default jvm to others?
In how many ways we can implementg session replication?
suppose you deployed a new application and the application is not reflecting to clent. what will be your steps of action
JNDI Usage for weblogic?
what is heart beat in weblogic
how to handle out of memory in weblogic? and if server is getting more requests then what we have to do in production environment?
What are Monitoring tools?
What is the significance of boot?