java内存检测
Posted yaolunhui
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java内存检测相关的知识,希望对你有一定的参考价值。
第一步找到Pid
ps aux | grep java
导出hprof 文件
jmap -dump:live,format=b,file=heap.hprof <pid>
第二步用android studio打开hprof文件,在profiler下面。点击加号,load from file.. 必须是.hprof才可以看到
以上是关于java内存检测的主要内容,如果未能解决你的问题,请参考以下文章