1. 服务端配置
java启动命令增加以下参数即可:
-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.local.only=false \
-Djava.rmi.server.hostname=test.xxx.com \
-Dcom.sun.management.jmxremote.port=18097 \
-Dcom.sun.management.jmxremote.rmi.port=18098 \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false \
-Xloggc:logs/gc.log \
参数说明:
不开启SSL-Dcom.sun.management.jmxremote.ssl=false
不开启密码验证-Dcom.sun.management.jmxremote.authenticate=false
2. 客户端配置
打开Java VisualVM
配置远程连接连接
注意项:
主机填-Djava.rmi.server.hostname
配置的主机
端口填-Dcom.sun.management.jmxremote.port
配置的端口
配置-Dcom.sun.management.jmxremote.rmi.port
不能省略
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。