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

/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl97 sub goodness($);
339 # {"goodness"} cost function applied to this delta
370 syslog('debug', " goodness: %5.2f%%", $delta->{goodness} * 100)
371 if exists($delta->{goodness});
628 # goodness() and its helper goodness_cpu() return a heuristic which describe
630 # be between 0 and 1, with 0 representing maximum goodness, and 1 representing
633 # imbalanced() compares a current and historical value of goodness, and
641 # It is important that do_reconfig() be in alignment with goodness(). If
643 # goodness, w
674 sub goodness($) subroutine
[all...]

Completed in 58 milliseconds