Searched refs:cpuload (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2886 float cpuload; local
2904 cpuload = runque / ncpus;
2911 if (cpuload < threshold_cpuload_info) {
2914 } else if (cpuload < threshold_cpuload_warning) {
2917 } else if (cpuload < threshold_cpuload_error) {

Completed in 15 milliseconds