suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
Answer Posted / gobinath
Check for the running threads for a particular Managed
server or admin server in Unix box
Syntax: ps -ef|grep <managed servername>or(Admin Server)
the above command will show the running process for the
server
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the difference between url instance and urlconnection instance?
How do I handle request/response using jms? : BEA Weblogic
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
Arrange in order the various message severity levels?
What are the modes of operation for Weblogic server domains ?
What are the advantages and disadvantages of node manager?
Tell me what can happen when stub can't to connect to web-logic server instances?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
What Are The Various Types Of Weblogic Installations ?
What is the difference between stage and no stage deployment?
What is the no_acknowledge acknowledge mode used for? : BEA Weblogic
What are servers?
What are the capabilities of weblogic server?
Explain the diffrernces between 8.x and 9.x?
What is the msi mode in weblogic? How can you enable and disable this option?