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 |
how ITIL process occurs in weblogic?
What does 'stub' mean in weblogic server?
How to debug my ant script?
What are the different weblogic installation types?
How to deploye the java application in web logic server please brief explain with screen shot please help me ?
How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic
where can we set classpath, which will reflect to whole domain
what is command for find out the ip add and port no. of the machine in UNIX?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
diff b/w managed server and non managed server? can u briefly explain?
What is the purpose of t3 in weblogic server?
What is the weblogic server?