博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
用JvisualVM监视远程tomcat
阅读量:6643 次
发布时间:2019-06-25

本文共 592 字,大约阅读时间需要 1 分钟。

 

在tomcat的catcalina.sh 中java_opts 环境变量中添加以下参数:

-Dcom.sun.management.jmxremote

-Dcom.sun.management.jmxremote.port=[monitor_port]

-Dcom.sun.management.jmxremote.authenticate=false

-Dcom.sun.management.jmxremote.ssl=false

 

然后打开JvisualVM 连接远程[IP]:[monitor_port]就成了

 

references:

http://blog.csdn.net/arjick/article/details/6268376

http://blog.csdn.net/arkblue/article/details/6229637

http://stackoverflow.com/questions/13986762/jmx-service-url-cannot-connect-remote-jvm

http://stackoverflow.com/questions/14715970/jvm-remote-profiling-with-jvisualvm

 

转载于:https://www.cnblogs.com/foohack/p/5691030.html

你可能感兴趣的文章
python list查询及所需时间
查看>>
通过PXE自动安装FreeBSD
查看>>
定制linux自动化安装镜像
查看>>
我的友情链接
查看>>
cacti监控NginxStatus并发状态汇总
查看>>
Samba服务器相关配置及实验过程
查看>>
STL源码剖析读书笔记之vector
查看>>
[2005.07.11 18:29:03] The experience I got in last week
查看>>
php直接读取数据库信息
查看>>
分支 判断素数
查看>>
DetachedCriteria的简单使用
查看>>
JavaScript中的函数是数据
查看>>
增加有规律的用户账号脚本
查看>>
VMware嵌套虚拟化
查看>>
ciscoGRE-适合晋级者
查看>>
域和域控制器
查看>>
Apache2.4 + MySQL5.5 + PHP5.5 FCGI方式运行
查看>>
Mac 上安装python3
查看>>
走向DBA[MSSQL篇] 针对大表 设计高效的存储过程【原理篇】 附最差性能sql语句进化过程客串...
查看>>
Linux 内核配置选项
查看>>