|
ASDNS Grouping Percent Difference,defines whether to enable or disable the grouping function and defines its value.
The value is an integer ranging from -1 to 5:
-1: Disables the grouping function.
0~5: Enables the grouping function. (The integer 1 is the recommended default value.)
The value is used to determine whether two nodes can be form a group.
If the difference of the percent value of two nodes is less than ASDNS_PERCENT_DIFF as formula below shown,
this means these two nodes have the same level of load, then they can be put into a group.
In a group, possibilities of the nodes will be set to the same value.
Percent_of_current_node – Percent_of_other_node <= ASDNS_PERCENT_DIFF
|