Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mat-dev] How can i get more items with class Histogram?
  • From: Andrew Johnson <andrew_johnson@xxxxxxxxxx>
  • Date: Thu, 16 Mar 2023 10:05:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uk.ibm.com; dmarc=pass action=none header.from=uk.ibm.com; dkim=pass header.d=uk.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=7IJy9vIhTT5hPC0wR0SfD2BVziBDe1O/xyfPQI8ixs4=; b=KbI6bQH5HtYcZHMU32RFZE7UTt8aOh9qSoeGtBSdb9R4keCAXGw9B6YplLddVB1HvaPAKWxG76zEwrZEz7ZM1vgYs3H/dHthpXbUM9OmbeG963RgBBa8fBdrHVSRL1pDKeihZ6NzSzwCcX7yvcZzGRkDC6WsgxJ5vJxx6j904GBFibTm4DZIoGXqLpu2OchVkbxBOoVyez+SJ8AlpnwwpT2sBulJ1DQgSMEoYCxsyxQceQ1OQRT+ZdYXSKDGLIt9oXH6UP4C5i/pLZXrmJgZHFb7yv+G7EPSrho0gt2Vc4KPtetKkx6NX2lk4RJ4xl0DVerAkiU+9Q1X7BlkjS8USQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=he4dtRhGjYHLAvP3z1k7rZdZa7HN+g/RdF9qvY355Lq+v3hvL62G5MS6uLOoiyALT9A6nQ1H5wQsGiaEdUahww10kq0D96gRIaswCriFFxdnKHlGPh+gOmQxVBc6FlT2qJPsRiF97IM+Ia8VFKG/b38E4KSe0YWBHMP9wASnx1xAqfZLS+RjJ7GycMHUUAILbOG37h4g9A8gEZqpGUCZ0Pk6FuP+APDzOzNgDQwKbCziL5na3h9qPt3l19xNMzeMme3dscp5tRiOFqDrlj/5Vni1BhJVM/Thm6Yij/ndW6qmhir14MEJdNi7idSd0rQh8W4xI/K+oH3QczsKInQkbA==
  • Delivered-to: mat-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mat-dev/>
  • List-help: <mailto:mat-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mat-dev>, <mailto:mat-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mat-dev>, <mailto:mat-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZV+7Oh6SyGZoGF0+hQjdJc9t0ag==
  • Thread-topic: [mat-dev] How can i get more items with class Histogram?

See https://help.eclipse.org/latest/topic/org.eclipse.mat.ui.help/tasks/batch.html?cp=51_3_14

and

https://help.eclipse.org/latest/topic/org.eclipse.mat.ui.help/doc/org/eclipse/mat/report/Params.Rendering.html#LIMIT

for the limit parameter.

You can specify it on the command line as

./mat/ParseHeapDump.sh jmap.info -limit=1000 org.eclipse.mat.api:overview

If you had your own report XML then you can add to a <query> section:

    <param key="limit" value="1000" />

 

Andrew Johnson

 

From: mat-dev <mat-dev-bounces@xxxxxxxxxxx> On Behalf Of ???
Sent: 16 March 2023 08:08
To: mat-dev@xxxxxxxxxxx
Subject: [EXTERNAL] [mat-dev] How can i get more items with class Histogram?

ZjQcmQRYFpfptBannerEnd

hello, team 

 

I want to get Mem class Histogram.

So I use the tool "./mat/ParseHeapDump.sh jmap.info org.eclipse.mat.api:overview" , then get jmap_System_Overview.zip.

 

But there are only top25 item in Class Histogram? how can i get more items.

 

 

thank you very much.

Unless otherwise stated above:

IBM United Kingdom Limited
Registered in England and Wales with number 741598
Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU

Back to the top