Click or drag to resize

LogicalProcessorInfo Class

Logical Processor Information.

For more information see: Win32_PerfFormattedData_PerfOS_Processor class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.ProcessorLogicalProcessorInfo

Namespace:  Xcalibur.Models.Hardware.Processor
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class LogicalProcessorInfo : ILogicalProcessorInfo

The LogicalProcessorInfo type exposes the following members.

Constructors
  NameDescription
Public methodLogicalProcessorInfo
Initializes a new instance of the LogicalProcessorInfo class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also