Click or drag to resize

ILogicalProcessorInfo Properties

The ILogicalProcessorInfo type exposes the following members.

Properties
  NameDescription
Public propertyName
Win32_PerfFormattedData_PerfOS_Processor: Name: Label by which the statistic or metric is known.
Public propertyPercentIdleTime
Win32_PerfFormattedData_PerfOS_Processor: PercentIdleTime: Percentage of time during the sample interval that the disk was idle.
Public propertyPercentInterruptTime
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.
Public propertyPercentPrivilegedTime
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.
Public propertyPercentProcessorTime
Win32_PerfFormattedData_PerfOS_Processor: PercentProcessorTime: Percentage of time that the processor is executing a non-idle thread.
Public propertyPercentUserTime
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.
Public propertyTimestampSys100Ns
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS: Timestamp value in 100 nanosecond units.
Top
See Also