IProcessorParkingConfiguration Interface

Definition

public interface IProcessorParkingConfiguration
type IProcessorParkingConfiguration = interface
Public Interface IProcessorParkingConfiguration

Properties

ConcurrencyHeadroomThreshold

Gets a value that indicates how busy all unparked processors must be in order to unpark an additional processor.

ConcurrencyThreshold

Gets a value used for determining an ideal number of processors to keep unparked on the system, as a percentage of how busy all processors are.

MaxEfficiencyClass1UnparkedProcessor

Gets a value that indicates, on a per processor group basis, the maximum percentage of processors in the group that may be kept unparked for Processor Power Efficiency Class 1.

MaxUnparkedProcessor

Gets a value that indicates the maximum percentage of processors that may be kept unparked in each processor group.

MinEfficiencyClass1UnparkedProcessor

Gets a value that indicates, on a per processor group basis, the minimum percentage of processors in the group that must be kept unparked in Processor Power Efficiency Class 1.

MinParkedDuration

Gets a value that indicates the minimum amount of time a processor must have been parked before it may be unparked.

MinUnparkedDuration

Gets a value that indicates the minimum amount of time a processor must have been unparked before it may be parked.

MinUnparkedProcessor

Gets a value that indicates the minimum percentage of processors that must be kept unparked in each processor group.

OverUtilizationThreshold

Gets a value that indicates how busy a processor must be in order to be considered over-utilized.

ParkingPerformanceState

Gets a value that indicates the performance state that a processor should enter when it is parked.

ParkingPolicy

Gets a value that indicates how aggressive processor parking is when processors must be parked.

UnparkingPolicy

Gets a value that indicates how aggressive processor parking is when processors must be unparked.

UtilityDistributionEnabled

Gets a value that indicates whether the Utility Distribution feature is enabled.

UtilityDistributionThreshold

Gets a value that indicates the threshold used when utility distribution is enabled to determine how many processors to have unparked.

Applies to