LogicalProcessorInfo Class |
Namespace: Xcalibur.Models.Hardware.Processor
The LogicalProcessorInfo type exposes the following members.
Name | Description | |
---|---|---|
LogicalProcessorInfo | Initializes a new instance of the LogicalProcessorInfo class |
Name | Description | |
---|---|---|
Name |
Win32_PerfFormattedData_PerfOS_Processor: Name: Label by which the statistic or metric
is known.
| |
PercentIdleTime |
Win32_PerfFormattedData_PerfOS_Processor: PercentIdleTime: Percentage of time during
the sample interval that the disk was idle.
| |
PercentInterruptTime |
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.
| |
PercentPrivilegedTime |
Win32_PerfFormattedData_PerfOS_Processor: PercentPrivilegedTime: Percentage of non-idle
processor time spent in privileged mode. Privileged mode is a processing mode designed
for operating system components and hardware-manipulating drivers. It allows direct
access to hardware and all memory.
| |
PercentProcessorTime |
Win32_PerfFormattedData_PerfOS_Processor: PercentProcessorTime: Percentage of time that
the processor is executing a non-idle thread.
| |
PercentUserTime |
Win32_PerfFormattedData_PerfOS_Processor: PercentProcessorTime: Percentage of nonidle
processor time spent in user mode. User mode is a restricted processing mode designed
for applications, environment subsystems, and integral subsystems. The alternative,
privileged mode, is designed for operating system components and allows direct access
to hardware and all memory.
| |
TimestampSys100Ns |
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS: Timestamp value in 100
nanosecond units.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |