BackEnd/Etc.

[IntelliJ] VisualVM PlugIn 설치

chjs93 2021. 10. 15. 15:24

VisualVM 이란?

JVM을 실시간으로 모니터링 할 수 있는 오픈소스 기반 GUI툴.

 

1. VisualVM .zip Download

VisualVM 공식홈페이지

https://visualvm.github.io

 

VisualVM: Home

News: July 20, 2021: VisualVM 2.1 Released This release adds support for Java 17, introduces lock contention profiling, enables JFR dumps on demand and much more! See the Release Notes for all changes. The tool can be downloaded from the Download page, sou

visualvm.github.io

- 다운로드 탭에 들어가서 zip 압축파일을 다운 받는다.

- 원하는 경로에 압축을 해제한다.

 

2. IntelliJ PlugIn 설치

File > Settings... > Plugins > Marketplace

- apply OK!

 

2. IntelliJ PlugIn 설정

File > Settings > Other Settings > VisualVM Lancher

- apply OK!

 

 

설치를 완료하면 다음과 같이 아이콘이 생긴다.

- Run with VisualVM '프로젝트'

- Debug with VisualVM '프로젝트'

 

구동시 화면

VisualVM을 실행하고 가장 먼저 라이센스에 동의하자.

 

각 항목은 공식홈페이지 Documentation 을 확인하면 된다.

https://visualvm.github.io/documentation.html

 

VisualVM: Documentation

Documentation This page displays the VisualVM documentation originally available at Java.net - powered by https://htmlpreview.github.io. Meanwhile we're working on an up to date GitHub-friendly documentation. Open the Documentation in separate view

visualvm.github.io

한국어 버전도 지원한다.