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 does sorting on message priority work? : BEA Weblogic
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
What is nmenroll in wlst?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
What is the difference between creating a distributed application using rmi and using a ejb architecture?
Define the purpose of the serializedsystemini.dat file?
What is the difference between stage and no stage deployment?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
How is the logging implementation specified in web logic?
What is core server tuning?
What is thread stack size? What is the default thread stack size in windows?
Do you know how can third-party jdbc driver be used with jms?
We see an error like 404 and 500. What do they mean?
How do I call a servlet with parameters in the url? : BEA Weblogic