ways how to get heap dump from running tomcat 7

前端 未结 3 1724
夕颜
夕颜 2021-02-05 22:30

I\'ve tried this Get a heapdump on JVM from Tomcat 6 but it doesn\'t work for me, Is there other ways to get heap dump from tomcat server? Thanks in advance!

3条回答
  •  粉色の甜心
    2021-02-05 22:52

    I recommend visual VM http://visualvm.java.net/ It is a all in one tool which can connect to tomcat, create and read heap dump, creates thread dump, cpu and memory sampler.

    If you use new jdk 1.7, VisualVM is already packaged in your jdk folder.

提交回复
热议问题