Edit

Share via


IProcessorParkingConfiguration.OverUtilizationThreshold Property

Definition

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

public Microsoft.Windows.EventTracing.Percentage OverUtilizationThreshold { get; }
member this.OverUtilizationThreshold : Microsoft.Windows.EventTracing.Percentage
Public ReadOnly Property OverUtilizationThreshold As Percentage

Property Value

Remarks

A processor must be busier than the threshold in order to be considered over-utilized. The percentage of time a processor spends being active/utilized determines how busy it is. A parked processor can still be active due to affinitized work. An over-utilized parked processor is more likely to be moved to the unparked state. An over-utilized unparked processor is more likely to be kept unparked.

Applies to