2.2.2.34.1 LOADFACTORTYPE
The LOADFACTORTYPE enumeration specifies the most constrained resource affecting load balancing.
-
typedef enum _LOADFACTORTYPE { ErrorConstraint, PagedPoolConstraint, NonPagedPoolConstraint, AvailablePagesConstraint, SystemPtesConstraint, CPUConstraint } LOADFACTORTYPE;
ErrorConstraint: An error occurred while obtaining constraint data.
PagedPoolConstraint: The amount of paged pool is the constraint.
NonPagedPoolConstraint: The amount of non-paged pool is the constraint.
AvailablePagesConstraint: The amount of available pages is the constraint.
SystemPtesConstraint: The number of system page table entries (PTEs) is the constraint.
CPUConstraint: CPU usage is the constraint.