We need a script to monitor RAM utilization on our systems. The script should trigger when RAM utilization exceeds 95% for a duration of 5 minutes. Upon activation, it should collect comprehensive information to help diagnose the reasons behind the high RAM usage.
Requirements:
Trigger Condition: RAM Utilization > 95% for 5 minutes
Action: Collect all relevant data to identify the cause of high RAM utilization
Please let me know if you need any further information or clarification regarding this request.
Our script developer has updated that monitoring RAM usage with a script is not a good idea, as the script would need to run in a loop 24/7 in the background, which would use high system resources and is not very ideal and effective.