:
Average load on CPU (per 5min). This is the average number of process running at the same time in the CPU.
Module
module_begin
module_name AvgLoad_5min
module_exec uptime | awk '{ print $11 }' | tr -d ","
module_type generic_data
module_description Average process load (5min)
module_end
(Visited 380 times, 1 visits today)

