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 to update license?

0 Answers  


What is Connection Pool ?

6 Answers   HCL,


What is thread stack size?

0 Answers  


What is mulicast and unicast in weblogic?

0 Answers  


Write a program to call the store procedure of oracle that takes no parameter?

0 Answers  






Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic

0 Answers  


what is core dump? diff b/w core dump and c dump?

1 Answers   IBM, TCS,


What is the difference between url instance and urlconnection instance?

0 Answers  


What are tuning jvm parameters?

0 Answers  


How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic

0 Answers  


How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic

0 Answers  


How many admin consoles possible in a single domain?

0 Answers  


Categories