blob: 8fe77394368063955f4f8fe4c07d387d86f8ac25 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="reference" />
<meta name="DC.title" content="Top Consumers" />
<meta name="abstract" content="Find out which classes, class loaders and packages are using the most memory." />
<meta name="description" content="Find out which classes, class loaders and packages are using the most memory." />
<meta name="copyright" content="Copyright (c) 2008, 2021 SAP AG and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ " type="primary" />
<meta name="DC.rights.owner" content="Copyright (c) 2008, 2021 SAP AG and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ " type="primary" />
<meta name="DC.format" content="XHTML" />
<meta name="DC.identifier" content="ref_inspections_top_consumers" />
<meta name="DC.language" content="en-us" />
<link rel="stylesheet" type="text/css" href="../../styles/commonltr.css" />
<title>Top Consumers</title>
</head>
<body id="ref_inspections_top_consumers">
<h1 class="title topictitle1" id="ariaid-title1">Top Consumers</h1>
<div class="body refbody"><p class="shortdesc">Find out which classes, class loaders and packages are using the most memory.
</p>
<div class="section"><h2 class="title sectiontitle">Motivation</h2>
<p class="p">This shows the important components which are using the most memory.</p>
</div>
<div class="section"><h2 class="title sectiontitle">Arguments</h2>
<table cellpadding="4" cellspacing="0" summary="" border="1" class="simpletable"><col style="width:50%" /><col style="width:50%" /><thead><tr class="sthead">
<th style="vertical-align:bottom;text-align:left;" id="d5474e47" class="stentry">Argument</th>
<th style="vertical-align:bottom;text-align:left;" id="d5474e50" class="stentry">Description</th>
</tr>
</thead><tbody><tr class="strow">
<td style="vertical-align:top;" headers="d5474e47" class="stentry">objects</td>
<td style="vertical-align:top;" headers="d5474e50" class="stentry">Set of objects to include in the analysis.</td>
</tr>
<tr class="strow">
<td style="vertical-align:top;" headers="d5474e47" class="stentry">t</td>
<td style="vertical-align:top;" headers="d5474e50" class="stentry">Threshold (in percent of the total heap size) which objects have to exceed to be included in the analysis.</td>
</tr>
</tbody></table>
</div>
<div class="section" id="ref_inspections_top_consumers__result"><h2 class="title sectiontitle">Result</h2>
<img class="image" src="../../mimes/m3131b4b6.png" alt="The result of the query, showing a pie chart of the biggest objects and a tree view of the biggest objects, showing the shallow heap and retained size." />
<p class="p">See <a class="xref" href="../../tasks/listbiggestobjects.html">List Biggest Objects</a>
for more information.
See <a class="xref" href="../tipsandtricks.html#ref_tips__piechartlinks">Pie Chart Links</a>
for links from pie charts.</p>
</div>
</div>
</body>
</html>