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?

thank you, i get it

Andrew Johnson <andrew_johnson@xxxxxxxxxx> 于2023年3月16日周四 18:05写道:

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
_______________________________________________
mat-dev mailing list
mat-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mat-dev

Back to the top