D:\tools\java\jdk\jdk1.8\bin\jvisualvm.exe
下载demo jar
curl -O https://arthas.aliyun.com/math-game.jar
nohup java -Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=18080 \
-Dcom.sun.management.jmxremote.local.only=false \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-Djava.rmi.server.hostname=10.0.0.241 \
-jar math-game.jar > math-game.log 2>&1 &
lsof -i:18080
本地虚拟机 测试 是可以的 10.0.0.24
这个时候连接不上的:
端口放开
# 1.查询进行号
jps -l
# 2.查询进程绑定的所有端口
lsof -i | grep 1194163
45083 也要放开
欢迎来撩 : 汇总all