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?
Release : 10.7.0
Component : APM Agents
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.