Hi,
I am using the Java SNMP template. For the component "Memory Garbage Collection Time (ms)" the returned counter is the elapsed time since the JVM was started that has been spent in GC. If SAM polls for this value every 5 minutes I want to be able to compare the current value with the value from the last poll 5 minutes ago. If the value is greater then X send an alert. How would I do this?
Thanks,