1.PID 확인
$ jps
29435 data-collector.jar
2.Heapdump 생성 (프로세스가 생성 -> PID확인 -> 명령어 입력)
jcmd 29435 GC.heap_dump /home/hwkang/heapdump_202003041021.hprof
링크 : https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr006.html
3.Eclipse Memory Analyzer(MAT)로 확인
1) Heampdump 파일 열기
2) Overview
Open 성공 후 Overvicw 확인. 문제로 의심되는 1건 확인
3) dominator_tree
dominator_tree에서 Class Name 검색 가능
4)MAT - Dominator Tree를 이용해 릭 찾기
5)cache에 저장된 값도 확인 가능
'성능과 튜닝 > JVM' 카테고리의 다른 글
JVM DNS cache TTL code 적용 (0) | 2020.01.30 |
---|