Hi guys
I have created trigger for ram utilization of 80% till 3m
if ram utilization for 3m is 80% then send email to user. but its working its trigger is triggering when ram touch 80% for 5 sec also.
i want to send email to user after 3m if ram remain constant till 80%.
I have created trigger for ram utilization of 80% till 3m
Code:
{testServer:vm.memory.size[pused].avg(3m)}>80
i want to send email to user after 3m if ram remain constant till 80%.
Comment