Last active
September 12, 2022 18:55
-
-
Save aragozin/6ac622de6328a1b6ee58a1bf6f2e523d to your computer and use it in GitHub Desktop.
Workshop JVM diagnostics tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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