JVM提供了丰富的工具帮助我们定位:常见的有:jps、jstat、jinfo、jmap、jhat、jstack
可视化工具中包括:jconsole、VisiualVM
内存分析和线程分析:

一、工具概述

JDK自带的工具存放在JDK安装目录的bin目录下:
image.png

二、常用工具

JConsole

官方文档:《Using JConsole》

主要了解 JConsole 对内存线程的监控。

VisualVM

下载地址:http://visualvm.github.io/index.html
插件地址:http://visualvm.github.io/pluginscenters.html
官方文档:《Java VisualVM》