What is the default location of a thread dump and what is the format ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

Madhu

  • Mar 20th, 2014
 

/was61.IBM/WebSphere.AppServer/profiles
format javacore15_02_14_19_45_01.tar.gz

  Was this answer useful?  Yes

Abhijeet

  • Aug 16th, 2015
 

The threds dumps are generated under profile path.
and generally those are .txt files.
used kill -3 process_id to genertae thread dump

  Was this answer useful?  Yes

Naveen Dammagoni

  • Aug 29th, 2016
 

only in unix boxes:
in any profile bin directory: # ps -ef | grep
# kill -3 process_id // to generating thread dump
# ls -ltr // to view the thred dump file in text format
out put: javacore..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions