JAVA性能查看工具

进程查看Jps

https://www.jianshu.com/p/d39b2e208e72

内存状态查看Jmap

jmap -J-d64 -heap pid
https://www.cnblogs.com/kongzhongqijing/articles/3621163.html

堆栈状态查看Jstack

D:\jdk1.7.0_80\bin>jstack -J-d64 -F 10820 > log.txt 会在该bin目录下产生堆栈信息

https://blog.csdn.net/hexin373/article/details/8846919/
https://www.cnblogs.com/jilodream/p/5107785.html
https://jingyan.baidu.com/article/219f4bf7eda1f8de442d38f2.html
http://doc.okbase.net/Tyrion/archive/220536.html

jsoncole

https://jingyan.baidu.com/article/fa4125ace675f128ac7092cd.html
https://blog.csdn.net/shamoshuizu/article/details/70598268

JProfiler

Java性能分析神器-JProfiler详解(一)
Intellij IDEA集成JProfiler性能分析神器
使用JProfiler进行内存分析
JProfiler 工具使用简介.ppt
JProfiler入门笔记
jprofiler 查看程序内存泄露
JProfiler 之如何分析.pdf
JProfiler 监控Tomcat
JProfiler远程监控Linux上Tomcat的安装过程细讲
JProfiler v11
JAVA性能分析

安装:
1.选择环境,选择安装平台,不用选择IDE,更新选never,后续默认安装即可

其他文章

https://blog.csdn.net/qq_28674045/article/details/51819607

Java性能优化指南系列(二):Java 性能分析工具

你可能感兴趣的:(#,Java相关)