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; }
<DataMemberAttribute>
Public Property PercentInterruptTime As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long PercentInterruptTime {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract PercentInterruptTime : int64 with get, set
[<DataMemberAttribute>]
override PercentInterruptTime : int64 with get, set
Property Value
Type:
Int64
The percent interrupt time.
Implements
ILogicalProcessorInfoPercentInterruptTimeSee Also