Memory Analyzer (MAT) Java内存Dump分析工具

Memory Analyzer (MAT) - Java内存Dump分析工具

The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.

Use the Memory Analyzer to analyze productive heap dumps with hundreds of millions of objects, quickly calculate the retained sizes of objects, see who is preventing the Garbage Collector from collecting objects, run a report to automatically extract leak suspects

 下载地址:

http://www.eclipse.org/mat/

由Preftest工作室出品的《性能测试与调优实战》视频教程中详细讲解了如何应用该工具进行Java内存泄漏问题的分析定位:

http://product.china-pub.com/3501147&ref=xiliegoumai

----------- 软件性能测试工作室:提供性能测试咨询、培训和项目指导 (QQ: 2225045276 E-Mail: Testing_is_believing@126.com)
原文地址:https://www.cnblogs.com/preftest/p/2056326.html