Jconsole
Jconsole监控 window下tomcat的JVM【无认证方式】
使用jconsole监控tomcat性能情况
set JAVA_OPTS=-Djava.rmi.server.hostname=192.168.0.107 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremo
2.JProfiler
安装的时候,会提示下面的路径没有找到,原因是我们IDEA的路径和Jprofiler的默认插件路径不大一致,那么我们可以先把IDEA的路径改一下,如图: