Java Heap Dump: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


* [[java Memory#Operations|java Memory]]
* [[java Memory#Operations|Java Memory]]
* [[Java Memory Concepts]]


=Overview=
=Overview=


Java heap dump can be generated with [[jmap]].
Java heap dump can be generated with [[jmap]]. The content of a memory dump can be queried with [[jhat]].


=Organizatorium=
=Organizatorium=


  -XX:+PrintClassHistogram
  -XX:+PrintClassHistogram

Latest revision as of 01:06, 9 June 2018

Internal

Overview

Java heap dump can be generated with jmap. The content of a memory dump can be queried with jhat.

Organizatorium

-XX:+PrintClassHistogram