Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
edited by
I am using the kill -3 command to see my JVM's thread dump in the UNIX. But where can I find the output of the kill command?

1 Answer

0 votes
by (36.8k points)
edited by

You could alternatively use the jstack to take a thread dump and write an output wherever you want. Is that not available in the UNIX environment?

jstack PID > outfile

 To know about Linux join the Linux training

Do check out the video below

Related questions

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...