jvm调优:使用jconsole监控Jboss

使用jconsole监管Jboss,windows平台, 本地监控,需要在$jbosshome/bin/run.bat中增加下面的配置:

set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=9999

你可能感兴趣的:(JConsole)