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
How to write a program of web logic server to get the connection pool attribute?
What are web logic servers?
How does a cluster relate to a domain?
What is SSL in weblogic ?
How does cluster communication happen?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
What are middleware servers?
What is t3 protocol?
What is the default port of weblogic admin server?
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
Write a program to bind string values in a preparedstatement?
What is Multicast?
Explain the performance tuning in jms?