설치 필요 X / 10mb 파일 사이즈 제한 있음
Heap Hero
World-class heap Dump analysis - Java, Android memory dump analyzer
How much memory your application wastes? Due to inefficient programming, modern applications waste 30% to 70% of memory. HeapHero is the industry's first tool to detect the amount of wasted memory. It reports what lines of source code originating the memor
heaphero.io
- REST API도 있다! 사이즈 제한이 있는것이 좀 흠이긴 하지만, 이걸로 heap dump 분석 -> 애용하는 messenger로 바로 분석된 결과물을 볼 수 있도록 자동화 하는 방법도 좋을듯!
- https://blog.heaphero.io/2018/06/22/heap-dump-analysis-api/
HEAP DUMP ANALYSIS API
Android, JVM Heap dump analysis doesn’t have to be done manually (painfully) anymore. You can programmatically analyze Heap dumps through our REST API. Below are the few use cases where our heap du…
blog.heaphero.io
Fastthread
fastthread.io
Thread Dump Analysis REST API In this modern world, thread dumps are still analyzed in a tedious & manual mode. i.e., Operations engineer captures thread dumps from the production servers; then he transmits those files to developers. Developers use thread
fastthread.io
설치 필요 O
IntelliJ (유료버전)
https://www.jetbrains.com/help/idea/create-a-memory-snapshot.html
Create and open memory snapshots | IntelliJ IDEA
www.jetbrains.com
- 현재 사용하고있는 IDE 툴에서 바로 분석도 가능! 하지만 MAT에 익숙한 사용자라면, 뭔가 부족함을 느낄수도..
- 유료 버전만 지원
Memory Analyzer (MAT)
https://www.eclipse.org/mat/downloads.php
Eclipse Memory Analyzer Open Source Project | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.
www.eclipse.org
- mac도 지원함!
'DevOps > devops' 카테고리의 다른 글
Kafka vs RabbitMQ & MSA환경에 kafka를 적용한다면? (with 예제코드) (8) | 2024.10.26 |
---|---|
[ubuntu] python을 찾을 수 없다고 할때 (0) | 2021.03.18 |
서버에서 rm 커맨드가 없다고 할때 / rm command not found (0) | 2019.11.20 |