3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MacでVisualVMを使う方法

Last updated at Posted at 2020-12-15

この記事は?

  • MacでVisualVMを使うのに情報があまりなかったので備忘です。

インストール方法

  • ダウンロードページからzipでダウンロードして解凍する
    • 'macOS Application Bundle' というリンクからもダウンロードしてアプリをインストールすることができるが残念ながら起動することができなかった(やり方が悪い可能性大)

実行方法

  • /bin/visualvm を実行する
  • 実行する際に--jdkhomeを指定する必要あり
# $JAVA_HOMEは/Users/user_name/.sdkman/candidates/java/currentとして設定している
./bin/visualvm --jdkhome $JAVA_HOME
  • コマンドを実行したらアプリが立ち上がるので、Local下に表示されるpidから確認したいものをクリックする
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?