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
Explain weblogic server?
What should you do in a passive method?
What does isidentical() method return in case of different type of beans?
What is jms and configuration details?
Define the list of pre-configured queues?
Explain the performance tuning in jvm?
What is a messaging bridge?
How does sorting on message priority work? : BEA Weblogic
What are class paths? How can they be set?
How do I restrict access to servlets and jsps? : BEA Weblogic
How to integrate sunone/netscape/iplanet with weblogic?
What Is Boot.proerties File In Weblogic Server ?
What all jvm analysis/profiling tools you are familiar with please write the names?
What is meant by gc, prallel gc, full gc and explain it?
What is the max amount of information that can be saved in a session object?