Idea+Jconsole实现线程监控

时间:2020-03-07 21:58:00   收藏:0   阅读:302

idea启动配置

技术分享图片
参数如下

-Djava.rmi.server.hostname=127.0.0.1
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=11911
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false

jdk目录下找到jconsole

技术分享图片
选择远程连接输入第一步中配置的 ip:port 点击连接即可
ps:需要安装JDK、监控的项目先启动

原文:https://www.cnblogs.com/jichi/p/12437353.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!