monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mike D
Subject: Re: [EXTERNAL] Restart apps based on total system CPU usage
Date: Wed, 17 Feb 2021 14:55:31 -0700

Thanks for the script Mark. I'm not sure it suits my needs. I essentially just want to know if Monit can do something like:

check system $HOST
    if cpu usage (system) > 20% for 2 cycles then $restart_a_given_app


On Wed, Feb 17, 2021 at 2:51 PM Faine, Mark R. (MSFC-IS40)[NICS] <mark.faine@nasa.gov> wrote:
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 <monit-general-bounces+mark.faine=nasa.gov@nongnu.org> On Behalf Of Mike D
Sent: Wednesday, February 17, 2021 14:46
To: This is the general mailing list for monit <monit-general@nongnu.org>
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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]