Click or drag to resize

LogicalProcessorInfoPercentIdleTime Property

Win32_PerfFormattedData_PerfOS_Processor: PercentIdleTime: Percentage of time during the sample interval that the disk was idle.

Namespace:  Xcalibur.Models.Hardware.Processor
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long PercentIdleTime { get; set; }

Property Value

Type: Int64
The percent idle time.

Implements

ILogicalProcessorInfoPercentIdleTime
See Also