프로그래밍/JAVA&J2EE
Java VisualVM JMX 모니터링
kwo2002
2019. 9. 20. 15:04
어플리케이션 VM Options 에 추가후 실행
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=포트
-Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=서버IP