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

How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic

0 Answers  


How can I control on which weblogic server(s) my application will run? : BEA Weblogic

0 Answers  


What is trouble shoot in weblogic

5 Answers   HCL, IBM,


What is cluster in weblogic?

0 Answers  


What is an administration server?

0 Answers  






How can the admin console be disable before it is re-enable by WLST?

1 Answers   BEA,


What are managed servers?

0 Answers  


What signal tells the jvm to give a thread dump?

0 Answers  


What are the prerequisites of starting a server?

0 Answers  


Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic

0 Answers  


What steps it pass on when manage start

1 Answers   TCS,


What are the different weblogic installation types?

1 Answers  


Categories