•Viewing the Application Load (page 40)
•Checking for Long Garbage Collection Pauses (page 40)
•Current Live Heap Objects (page 129)
Heap Usage NotificationIt can be useful to change the heap usage threshold in order to observe the heap structure at the selected usage point.
You can also set this threshold to notify you when heap usage exceeds your maximum or minimum expectations for the application.
By default, this notification is enabled in Session Preferences, but is turned off in the Alert Controller until you turn it on. Once turned on, this alert activates when heap usage reaches the default value of 10 MB or more .
For example, if you expect that your application should never consume more than 100 MB of heap for a target period of time, set the threshold fields for heap size and time sustained, and check that the alert is enabled. If the set values are exceeded, an alert is generated and recorded in the alert log. An alert notice is posted on the console.
See also:
•Viewing the Application Load (page 40)
•Checking for Long Garbage Collection Pauses (page 40)
•Current Live Heap Objects (page 129)
Java Collection Leak Locations AlertHPjmeter detects potential Java collection memory leaks and identifies the
The console main window displays a Java Collection Leak Locations Alert when a Java collection class memory leak is detected.
•Each detected Java collection leak object type
•The leak source location
•The leak duration
•The current size of the collection object
Mouse over the location entry to see an explanatory tool tip.
Using Alerts 111