Is it possible to view threads from hprof dump / threads in heap dump

前端 未结 7 1688
粉色の甜心
粉色の甜心 2021-02-06 06:46

I have got a large (5GB) hprof dump, created by application when OutOfMemoryError occurred. (Using XX: HeapDumpOnOutOfMemoryError ).

Unfortunately there

7条回答
  •  天涯浪人
    2021-02-06 06:53

    MAT can show the threads directly now (perhaps this was added since the question was asked).

    Threads Overview

    To get an overview of all the threads in the heap dump use the "Thread Overview" button in the toolbar, as shown on the image below. Alternatively one could use the Query Browser > Thread Overview and Stacks query:

提交回复
热议问题