I want a new trigger for (linux) processes consuming more then 99% for a sustained time. Is this possible?
I know this can be done for a specific process (?) but what if one process suddenly starts eating up all CPU time?
Or: can I define a trigger when 1 CPU Core is under full load? This because the standard trigger won't issue a warning for a single-threaded application taking all CPU time of one cpu/core.
I know this can be done for a specific process (?) but what if one process suddenly starts eating up all CPU time?
Or: can I define a trigger when 1 CPU Core is under full load? This because the standard trigger won't issue a warning for a single-threaded application taking all CPU time of one cpu/core.
If there are many cpu cores, it will make the configuration-of-triggers-page look very ugly though.
Comment