Thursday, March 5, 2020

Java: Dump heap and thread

./jmap -dump:format=b,file=/var/tmp/heap_dump.hprof 13005

./jstack -l 13005 > /var/tmp/thread_dump.txt

No comments:

Post a Comment