Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extract thread dump from a heap dump

I have a huge heap dump (around 12GB) and it will take forever to open it with MAT or jvisualvm. I only want to get the thread dump out of it without indexing the objects. Is it possible with the above or any other tools?

like image 956
Vic Avatar asked Apr 20 '26 02:04

Vic


1 Answers

Had the same problem recently.

I just pushed the project doing it on GitHub. I know, it is way too late, but probably will save some time to someone in future.

https://github.com/aafomin/obadiah

like image 93
Average Joe Avatar answered Apr 21 '26 16:04

Average Joe