当前位置:网站首页>JVM command - jmap: export memory image file & memory usage
JVM command - jmap: export memory image file & memory usage
2022-07-07 06:08:00 【Zhang Junjie 1994】
Study Silicon Valley Song Hongkang JVM From entry to mastery Learning notes of
summary
jmap Full name JVM Memory Map. One of its functions is to obtain dump file ( Heap dump snapshot file , Binary ), You can also get the target Java Process memory related information , Include Java The usage of each area of the reactor 、 Statistics of objects in the heap , Class loading information and so on .
dump file ( Heap dump snapshot file , Binary ) It is a record of the size of memory occupied by some objects and data in memory at the current time , Is a binary file , Special tools are needed to open .
Basic grammar
1. Using grammar can be done in DOS Use... In the window jmap/jmap -h/jmap -help see
2.<executable Represents executable code , For example, use > File name to specify the generated dump Where the file was generated
3.[[email protected]]<……> It is prepared for remote connection
Basic grammar
-dump
Generate Java Heap dump snapshot :dump file
Special :-dump:live Save only live objects in the heap
-heap
Output details of the entire heap space , Include GC Use 、 Heap configuration information , And memory usage information, etc
-histo
Output peer information of objects in the heap , Including class 、 Number of instances and total capacity
Special :-histo:live Count only the live objects in the heap
-permstat
With ClassLoader Output permanent memory state information for statistical aperture
only linux/solaris The platform works
-finalizerinfo
Displayed in the F-Queue Waiting in the Finalizer Threads execute finalize Object of method
only linux/solaris The platform works
-F
When a virtual machine process pair -dump When the option has no response , You can use this option to force a build dump file
-h | -help
jamp Help commands used by tools
-J
Pass parameters to jmap Starting up jvm
demonstration
Use 1: Export memory image file (dump file )
Be careful :
- For section 1 This is only done in automatic mode , Manual operation will not be in Full GC Then generate Dump
- Manually generate dump file , Generally, after the instruction is executed, it will generate , Don't wait for it to appear OOM When
- Use automatic method to generate dump file , When there is a OOM Before, Mr. Cheng dump file
- If manual mode is used , Generally, the second 2 Kind of , After all, the living objects in the pile dump The file is relatively small , Convenient for transmission and analysis
Manual way
jmap -dump:format=b,file=<filename.hprof> <pid>
jmap -dump:live,format=b,file=<filename.hprof> <pid>
production dump file
You will find the exported hprof The file will get bigger and bigger , Because with the implementation of the application , There will also be more and more relevant data , Of course, if your parameter configuration has -dump:live Parameter words , representative hprof Save only objects in the heap . , So you generated hprof The file may also become smaller .
In the actual production environment , You made hprof There may be hundreds of files mb size , So the file is a little big ,dump If the instruction has live after , such hprof The file may not be that big , On the ground oom Most of the reasons for the situation are gc It is caused by the survival of objects that cannot be recycled , So the actual production environment , Most of them use -dump:live Instructions
Automatic way
When the program happens oom When you quit the app , Some homeopathic information will disappear with the termination of the program , So reproduce oom The problem is more difficult , If it can happen oom When , Auto export dump Documents are better .
-XX:+HeapDumpOnOutOfMemoryError: When the program happens oom When , Export the current... Of the application dump file .
-XX:HeapDumpPath=<filename.hprof> Specify where to save the heap snapshot ..
such as :
-Xmx100m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=D:\m.hprof
The specific use is as follows :
Wait after starting the program
Happen when oom For a moment , Immediately, a hprof File out
Use 2: Display heap memory information
jmap -heap process id
jmap -heap process id It's just a heap of information at a point in time , and jstat You can add parameters later , You can specify time to dynamically observe data changes , And graphical interface tools , for example jvisualvm etc. , They can dynamically display relevant information in the form of charts , More intuitive
Examples are as follows :
The contents of the document :
The file contains configuration information of heap space , Occupation of new and old generations ,
jmap -histo process id
Output peer information of objects in the heap , Including class 、 Number of instances and total capacity , It is also the object information in memory at this moment
Examples are as follows :
边栏推荐
- jvm命令之 jcmd:多功能命令行
- Deep clustering: joint optimization of depth representation learning and clustering
- JVM命令之- jmap:导出内存映像文件&内存使用情况
- Value range of various datetimes in SQL Server 2008
- Understand the deserialization principle of fastjson for generics
- Sequential storage of stacks
- CMD permanently delete specified folders and files
- Chain storage of stack
- On the discrimination of "fake death" state of STC single chip microcomputer
- yarn入门(一篇就够了)
猜你喜欢
从“跑分神器”到数据平台,鲁大师开启演进之路
一名普通学生的大一总结【不知我等是愚是狂,唯知一路向前奔驰】
Go language learning notes - Gorm use - native SQL, named parameters, rows, tosql | web framework gin (IX)
Introduction to the extension implementation of SAP Spartacus checkout process
Interview skills of software testing
A freshman's summary of an ordinary student [I don't know whether we are stupid or crazy, but I know to run forward all the way]
Cf:c. column swapping [sort + simulate]
404 not found service cannot be reached in SAP WebService test
Introduction to yarn (one article is enough)
Nvisual network visualization
随机推荐
盘点国内有哪些EDA公司?
yarn入门(一篇就够了)
牙齿干细胞的存储问题(未完待续)
[daily training -- Tencent selected 50] 292 Nim games
Mysql-centos7 install MySQL through yum
360织语发布7.0新品 为党政军、央国企打造专属“统一数字工作空间”
Flask1.1.4 Werkzeug1.0.1 源码分析:启动流程
Ctfshow-- common posture
Mac version PHP installed Xdebug environment (M1 version)
【FPGA教程案例14】基于vivado核的FIR滤波器设计与实现
Explication contextuelle du langage Go
PowerPivot——DAX(函数)
数字IC面试总结(大厂面试经验分享)
Interview skills of software testing
一个简单的代数问题的求解
Things about data storage 2
数据中心为什么需要一套基础设施可视化管理系统
Win configuration PM2 boot auto start node project
改变ui组件原有样式
What EDA companies are there in China?