惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
博客园_首页
WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
G
Google Developers Blog
Last Week in AI
Last Week in AI

博客园 - 5207

教你如何把openfire的muc聊天室改造为群 阿里云SLB出现502 Bad Gateway 错误排查解决方法 - 5207 Java中String做为synchronized同步锁使用详解 XMPP协议之消息回执解决方案 使用js在网页上记录鼠标划圈的小程序 博客目录及索引,欢迎指导交流 数据库SQL,NoSQL之小感悟 MongoDB安装与使用体验 缓存遇到的数据过滤与分页问题 谈谈敏捷开发 Tomcat shutdown执行后无法退出进程问题排查及解决 Apache Ignite之集群应用测试 Ignite性能测试以及对redis的对比 学习AOP之透过Spring的Ioc理解Advisor 学习AOP之深入一点Spring Aop - 5207 - 博客园 学习AOP之认识一下Spring AOP Apache Ignite高性能分布式网格框架-初探 记一次tomcat线程创建异常调优:unable to create new native thread 也聊聊房价
VisualVM通过jstatd方式远程监控远程主机
5207 · 2016-10-20 · via 博客园 - 5207

配置好权限文件

[root@test bin]# cd $JAVA_HOME/bin
[root@test bin]# vim jstatd.all.policy 

grant codebase "file:${java.home}/../lib/tools.jar" {
       permission java.security.AllPermission;
};

执行命令启动

jstatd -J-Djava.security.policy=jstatd.all.policy

查看1099端口是否启动:

netstat -an|grep 1099

还有一种方式

使用xshell直接通过jvisualvm来启动

注:此文章为原创,欢迎转载,请在文章页面明显位置给出此文链接! 若您觉得这篇文章还不错请点击下右下角的推荐,非常感谢!