1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
:

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 157 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X