:
This module returns the percentage of the CPU occupied by user processes.
Module data
module_begin module_name CPU User module_type generic_data module_exec vmstat 1 2 | tail 1 | awk '{ print $17 }' | tr d “\n” module_max 100 module_min 0 module_description CPU (%) use by user module_end
(Visited 118 times, 1 visits today)