idea启动配置

Idea+Jconsole实现线程监控
参数如下

-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

Idea+Jconsole实现线程监控
选择远程连接输入第一步中配置的 ip:port 点击连接即可
ps:需要安装JDK、监控的项目先启动

相关文章:

  • 2021-09-03
  • 2022-12-23
  • 2021-07-04
  • 2021-05-27
  • 2022-01-11
  • 2021-05-19
猜你喜欢
  • 2021-05-26
  • 2022-12-23
  • 2021-04-03
  • 2021-12-01
  • 2021-10-05
  • 2021-08-03
  • 2022-01-06
相关资源
相似解决方案