JVM 启动参数

 -Djava.rmi.server.hostname=IP地址 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=端口 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -XX:+UnlockCommercialFeatures -XX:+FlightRecorder

额外 JVM 参数

要想 JMC 的 method profiling 更加准确. 要加上以下参数

-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints

下载 JMC 7

https://www.oracle.com/technetwork/java/javaseproducts/downloads/jmc7-downloads-5868868.html

连接

image-20200501234450811

上面的 host 填写你的程序所在的 IP 地址及相应的端口即可