:
Free or occupied percentage of CPU utlization in Unix systems.
Module data
module_begin module_name CPU Utilization Unix module_type generic_data module_exec vmstat 1 2 | tail -1 | awk '{ print $15 }'(Free) module_exec echo $(( 100 - `vmstat 1 2 | tail -1 | awk '{ print $15 }'`))(Occupied) module_description Free percentage of CPU utlization in Unix systems.issued to the device to be module_end
(Visited 204 times, 1 visits today)