RE: [EXTERNAL] Restart apps based on total system CPU usage

"Faine, Mark R. (MSFC-IS40)[NICS]" <[email protected]> Wed, 17 Feb 2021 21:51:00 +0000
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <PH0PR09MB874599263592FC485776F9C0E9869@PH0PR09MB8745.namprd09.prod.outlook.com>
Here's a script that kills the highest cpu process if the system resources are above a certain threshold.  You can probably adapt it to your needs.

https://gist.github.com/markfaine/d54667b78ffc81ba686894065e533fa5

Doing this in general is a little dangerous, I only use this on a local personal server, so tread carefully.

-Mark

From: monit-general <[email protected]> On Behalf Of Mike D
Sent: Wednesday, February 17, 2021 14:46
To: This is the general mailing list for monit <[email protected]>
Subject: [EXTERNAL] Restart apps based on total system CPU usage

Hello,

I'm trying to locate documentation on restarting a given application based on the CPU usage of the total system. I'm having trouble finding an example similar to that.

Is it possible? Does anyone have any ideas?

Thanks,
Mike