Jump to Content
  Previous Next
Content starts here

Getting Familiar with the Heap Tab

The Heap tab depicts Java heap contents and free memory distribution (Figure 10-1).

Figure 10-1 The Heap tab

The Heap tab

The Heap tab is divided into the following sections:

  1. Heap Snapshot at the End of the Recording-this panel contains all the specifics about your heap at a glance.
  2. Heap Contents-this graph gives a visual overview of the distribution of different sizes of objects. The table below the graph gives the exact data for each category of memory.
  3. Free Memory Contribution-this graph gives a visual overview of the distribution of the different chunks of free memory that there is on the heap. The table below the graph gives the exact data for each category of memory.
  Previous Next