Skip to content

Instantly share code, notes, and snippets.

@aragozin
Last active September 12, 2022 18:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aragozin/6ac622de6328a1b6ee58a1bf6f2e523d to your computer and use it in GitHub Desktop.
Save aragozin/6ac622de6328a1b6ee58a1bf6f2e523d to your computer and use it in GitHub Desktop.
Workshop JVM diagnostics tools
git clone -b hz_demo_step_1 https://github.com/aragozin/proflab.git hz_bench
git clone -b bench/deadlock/master https://github.com/aragozin/proflab.git deadlock
git clone -b demo https://github.com/aragozin/spring-petclinic.git petclinic
cd hz_bench
mvn -P bench test
jcmd 4252 ManagementAgent.start jmxremote.authenticate=false jmxremote.ssl=false jmxremote.port=5555 jmxremote.rmi.port=5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment