jvisualvm监控远程jvm

2016-02-20  本文已影响106人  中國壹石頭

nohup java -XX:+PrintGC -XX:+PrintGCDetails -Xloggc:log/gc.log -Dcom.sun.management.jmxremote
-Djava.rmi.server.hostname=192.168.0.81 -Dcom.sun.management.jmxremote.port=2048
-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
-jar $snaphot_jar -i13 -h192.168.0.113 -p8080 > server.log &

jstatd启动服务器
jstatd -J-Djava.rmi.server.hostname=192.168.1.115 -J-Djava.security.policy=jstatd.all.policy -p 11099 &

启动jstatd监控服务
/usr/local/jdk1.8.0_45/bin/jstatd -J-Djava.rmi.server.hostname=192.168.0.81 -J-Djava.security.policy=jstatd.all.policy -p 11099 &

上一篇下一篇

猜你喜欢

热点阅读