一、添加远程IP地址
选择“远程”, 添加“远程主机“,填写IP地址,然后确定
二、
使用JMX技术,修改Catalina.sh
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.net.preferIPv4Stack=true -Djava.rmi.server.hostname=10.20.30.28"
在"远程"->IP地址->添加JMX连接-> 添加端口9004,然后确定
监控远程普通Java进程
nohup java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.net.preferIPv4Stack=true -Djava.rmi.server.hostname=10.110.3.62 -jar monitor_tuning.jar &
三、VisualVM文档
https://visualvm.github.io/documentation.html
标签:management,Java,sun,Dcom,Djava,JVisualVM,jmxremote,远程 From: https://www.cnblogs.com/linlf03/p/10165443.html