如何打开hprof文件

Posted 低级知识传播者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何打开hprof文件相关的知识,希望对你有一定的参考价值。

一、前言

最近学习深入java虚拟机的书,照着里面的例子跑了下。

下面是demo:

/**
 * VM Args:-Xms20m -Xmx20m -XX:+HeapDumpOnOutOfMemoryError
 * @author zzm
 */
public class HeapOOM {

    static class OOMObject {
    }

    public static void main(String[] args) {
        List<OOMObject> list = new ArrayList<OOMObject>();

        while (true) {
            list.add(new OOMObject());
        }
    }
}

程序执行效果:

 

 

我这边产生的hprof文件路径:

E:\\IdeaProjects\\java-virtual\\java_pid2432.hprof

 

打开这种文件的话,可以使用如下的软件:

Memory Analyzer

 

官网:http://www.eclipse.org/mat/downloads.php

 

双击打开,装载对应的 hprof 即可。

 

二、使用案例

实战分析Tomcat的类加载器结构(使用Eclipse MAT验证)

了不得,我可能发现了Jar 包冲突的秘密

以上是关于如何打开hprof文件的主要内容,如果未能解决你的问题,请参考以下文章

如何打开hprof文件

打开 HPROF 文件时出错:IOException: Unknown HPROF Version

Memory Analyzer(MAT)打开android eclipse Dump内存文件出现错误

IDEA中分析JVM堆导出文件heapdump-1591244153347.hprof文件

IDEA中分析JVM堆导出文件heapdump-1591244153347.hprof文件

Android.hprof 文件转换