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

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c47 float threshold_loadavg1 = 1.0, threshold_loadavg5 = 2.0, threshold_loadavg15 = 3.0; variable
116 * Register for thresholds. When a token (say threshold_loadavg1) is
121 register_config_handler("demo_module_4", "threshold_loadavg1",
337 if (strcmp(token, "threshold_loadavg1") == 0) {
338 threshold_loadavg1 = atof(cptr);
551 if (currentLoad > threshold_loadavg1) {

Completed in 55 milliseconds