I'm looking for a trigger thta give me the utilization of a CPU in percent and I found this:
system.cpu.util[<cpu> <,type><,mode>]
Processor load in percents
cpu - CPU number (default is all CPUs)
type - one of idle, nice, user (default), system
mode - one of avg1 (default),avg5 (average within 5 minutes), avg15
Example: system.cpu.util[0,user ,avg5]
But how can this give me the CPU use once the Load Average -avg1,avg5, avg15 - is used to show the running processes in the job queue on average (that is different of CPU Load)?
http://stackoverflow.com/questions/2...e-vs-cpu-usage



system.cpu.util[<cpu> <,type><,mode>]
Processor load in percents
cpu - CPU number (default is all CPUs)
type - one of idle, nice, user (default), system
mode - one of avg1 (default),avg5 (average within 5 minutes), avg15
Example: system.cpu.util[0,user ,avg5]
But how can this give me the CPU use once the Load Average -avg1,avg5, avg15 - is used to show the running processes in the job queue on average (that is different of CPU Load)?
http://stackoverflow.com/questions/2...e-vs-cpu-usage



Comment