CPU System on Solaris
This module returns the percentage of CPU occupied by system processes. Module data module_begin module_name CPU System module_type generic_data module_cpuusage all module_max 100 module_min 0 module_description CPU (%) used by system ...Processes high CPU on Linux (%, PID, name)
It returns the consume percentage, pid and name of the process that is consume more than the 90% of the CPU Module data module_begin module_name Processes high CPU (%, PID, name) module_type generic_data_string module_exec core=$(nproc) && ps -eo pcpu,pid,comm...Processes high CPU
It returns the pid of the process that is consume more than the 90% of the CPU Module data module_begin module_name Processes high CPU module_type generic_data_string module_exec ps -eo pcpu,pid,comm | sort -n | grep -v CPU | tail -1 | awk '{if ($1>90) print $2;...CPU system on HP-UX
This module returns the percentage of the CPU occupied by the system processes. Module data module_begin module_name CPU System module_type generic_data module_cpuusage all module_max 100 module_min 0 module_description CPU (%) used by system ...
Page 1 of 11