ISSUE: The purpose of this parameter available in the reporting section of the VERDE Management Console is to provide information about the system load. The %Utilization value is calculated with this formula.
Utilization% = (L / (T * D)) * 100
Where:
L=1 minute load average (per /proc/loadavg).
T=number of CPU threads (including hyperthreads) as reported by /proc/cpuinfo.
D=2 (arbitrary divisor to better reflect the "real world").