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

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 31, 2019 in Java by noah kapoor (5.3k points)

Browse Categories

...