java内存检测

第一步找到Pid

ps aux | grep java

导出hprof  文件

jmap -dump:live,format=b,file=heap.hprof <pid>

第二步用android studio打开hprof文件,在profiler下面。点击加号,load from file.. 必须是.hprof才可以看到

 

posted on 2019-01-22 20:20  yaolunhui  阅读(193)  评论(0编辑  收藏  举报

导航