arthas常用命令(五)--heapdump 、jvm

heapdump

heapdump , 类似 jmap 命令的 heap dump 功能。

  • dump 到指定文件。

arthas-output 是arthas 生成到项目中的文件。

dump.hprof 是自定义的 dump 文件名称。

复制代码
[arthas@26028]$ heapdump arthas-output/dump.hprof
Dumping heap to arthas-output/dump.hprof ...
Heap dump file created

jvm

  • 查看当前 JVM 信息

    jvm

结果如下:

参考资料:

https://arthas.gitee.io/doc/dump.html

https://arthas.gitee.io/doc/heapdump.html

相关推荐
逸狼11 分钟前
【JavaEE进阶】MyBatis(5)-MyBatis-plus
java·开发语言
Aphelios38042 分钟前
Java全栈面试宝典:线程协作与Spring Bean管理深度解析
java·开发语言·jvm·spring·面试·职场和发展
努力学习的小廉1 小时前
【C++11(中)】—— 我与C++的不解之缘(三十一)
android·java·c++
佬乔1 小时前
xml中配置AOP织入
java·服务器·前端
Eugene__Chen1 小时前
JavaWeb开发基础知识-XML和JSON
java·开发语言·前端
努力学习的小廉1 小时前
【C++11(上)】—— 我与C++的不解之缘(三十)
java·开发语言·c++
五行星辰1 小时前
Fastjson 处理 JSON 生成与解析指南
java·json
nlog3n1 小时前
Java观察者模式详解
java·开发语言·观察者模式
hello_ejb31 小时前
聊聊Spring AI的MilvusVectorStore
java·人工智能·spring
M malloc2 小时前
【C++奇遇记】C++中的进阶知识(继承(一))
java·jvm·c++