:
This module returns the free CPU percentage
Module data
module_begin
module_name CPU Free
module_type generic_data
module_exec echo $(( 100 `vmstat 1 2 | tail 1 | awk '{ print $15 }'`))
module_max 100
module_min 0
module_description Percentage CPU Free
module_end
(Visited 249 times, 1 visits today)


