Search found 2 matches

by mat
Tue Jun 18, 2024 6:45 am
Forum: General
Topic: Heap analyze on IBM i
Replies: 2
Views: 15973

Re: Heap analyze on IBM i

We are using ILE C++. So tools like "IBM i Performance Data Investigator (PDI) charts named IBM Technology for Java Memory Overview" can not be used.
by mat
Mon Jun 17, 2024 11:39 am
Forum: General
Topic: Heap analyze on IBM i
Replies: 2
Views: 15973

Heap analyze on IBM i

Hello,
I have to analyze a memory leak in our software running on IBM i. For that I use the following PEX commands:
ADDPEXDFN DFN(HEAP) TYPE(*TRACE) JOB((123456/MAT/MAT0 *ALL)) TASK(*ALL) MAXSTG(4000000) TRCTYPE(*SLTEVT) SLTEVT(*YES) MCHINST(*NONE) STGEVT((*ACTGRPHEAP))

STRPEX SSNID(HEAP)

- Do ...