What is thread dump? What is the UNIX command for taking
thread dump?

Answers were Sorted based on User's Feedback



What is thread dump? What is the UNIX command for taking thread dump?..

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

What is thread dump? What is the UNIX command for taking thread dump?..

Answer / ram

Thread dump is a to find out the server performance in
weblogic is called a thred dump.in unix we can take the
thread dump kill -3 pid

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Weblogic Interview Questions

In a web logic server what is the domain?

0 Answers  


You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?

0 Answers  


Explain about cluster heart beats?

0 Answers  


What are the different weblogic installation types?

1 Answers  


What is difference between weblogic connection pool and conection factory?

2 Answers   MAHINDRA,


Explain the use of http ?

0 Answers  


In what ways can a web logic servers performance be improved upon?

0 Answers  


How many messages are sent across the network for processing topic messages? : BEA Weblogic

0 Answers  


What is the difference in the web.xml and weblogic.xml ?

0 Answers  


What are managed servers?

0 Answers  


What can happen when stub can’t to connect to web-logic server instances?

0 Answers  


Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic

0 Answers  


Categories