Click or drag to resize

LogicalProcessorInfoPercentInterruptTime Property

Win32_PerfFormattedData_PerfOS_Processor: PercentInterruptTime: Percentage of time that the processor spent receiving and servicing hardware interrupts during the sample interval. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, mouse, disk drivers, data communication lines, network interface cards, and other peripheral devices.

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 PercentInterruptTime { get; set; }

Property Value

Type: Int64
The percent interrupt time.

Implements

ILogicalProcessorInfoPercentInterruptTime
See Also