LeakHunter output information
search cancel

LeakHunter output information

book

Article ID: 194730

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

We are currently experiencing a memory leak in our application and are using LeakHunter to help us find the issue. My engineers had questions about the size attribute that shows up. They want to know when we see the size of around 12,000 for that one leak, is that the running total leakage for that one, or is that the size of each individual leak of that type? 

Environment

Release : 10.7.0

Component : APM Agents

Resolution

LeakHunter does not measure size of collection in bytes.
The 'size' parameter shows the size of the Collection or Map e.g. ArrayList.size() -- not bytes.


Allocation method - The method in which the collection is instantiated; init() stands for constructor.
Tracked Collection Allocation Rate - The number of allocations being tracked per second.
Tracked Collection Count - The number of collections that have been tracked since LeakHunter is running.
Size - The size of the Collection or Map e.g. ArrayList.size() -- not bytes.