Skip to content

Instantly share code, notes, and snippets.

@pborissow
Created September 17, 2021 07:34
Show Gist options
  • Save pborissow/f67d930b207696243e998e9b300ede39 to your computer and use it in GitHub Desktop.
Save pborissow/f67d930b207696243e998e9b300ede39 to your computer and use it in GitHub Desktop.
JConsole Notes

JConsole is a free program that is part of the JDK distribution that you can use to debug performance issues. It is especailly useful with the topthreads plugin.

To launch JConsole with topthreads:

"C:\Program Files\Java\jdk-11.0.12\bin\jconsole.exe" -pluginpath C:\temp\topthreads-1.1.jar

https://bitbucket.org/pjtr/topthreads/downloads/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment