Searched defs:currentLoad (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c546 float currentLoad = atof(loadavg1); local
551 if (currentLoad > threshold_loadavg1) {
595 double currentLoad = atof(loadavg5); local
598 if (currentLoad > threshold_loadavg5)
640 double currentLoad = atof(loadavg15); local
643 if (currentLoad > threshold_loadavg15)

Completed in 14 milliseconds