cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Monitoring JVM heap space more effectively

For monitoring the JVM heap space we have health rules for the overall used% of the memory. This system works well but we have a few applications in which when routine jobs are being executed the old gen stays almost full for days with little space reclaimed up after each major GC and the new-gen keeps on being completely used and freed up between frequent GC cycles. 

The heap space of such nodes gets used up to 97-98% at times before it is freed up and this creates a lot of unnecessary events on AppD. 

How do we configure health rule for JVM heap space of such nodes so that fake alerts are minimized and OOM errors are prevented from occurring?

 

 

1 REPLY 1

Allan.Schiebold
AppDynamics Team (Retired)

Hi Hari. 

 

You have three  options here. 

 

1.) You can modify the health rules to be whatever threshold you want: 

screenshot-demo1.saas.appdynamics.com-2020.03.17-12_12_34.png

2.) You can utilize Action Suppression during those periods (health rules will still trigger, but you won't get alerts):

screenshot-demo1.saas.appdynamics.com-2020.03.17-12_13_53.png

 

3.) An advanced move would be if you have any automation systems in place you could make an API call to modify the health rule for just those time ranges of the jobs.