jconsole使用 为了能用jconsole监控到应用程序的线程内存等情况,应用程序启动的时候加上如下参数-Dcom.sun.management.jmxremote.port=8999-Dcom.sun.management.jmxremote.authenticate=false-Dcom.sun.management.jmxremote.ssl=false纯属笔记。备忘