JAVA性能查看工具-Java性能测试工具

更多性能测试请访问www.itkc8.com

进程查看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

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

其他文章
https://blog.csdn.net/qq_28674045/article/details/51819607
更多性能测试请访问www.itkc8.com

猜你喜欢

转载自blog.csdn.net/HUXU981598436/article/details/88305695
今日推荐