Click or drag to resize

IndividualProcessorStatus Properties

The IndividualProcessorStatus type exposes the following members.

Properties
 NameDescription
Public propertyCpuId Gets the identifier for this processor.
Public propertyPercentIdleTime Gets the percentage of time the processor was idle.
Public propertyPercentInterruptTime Gets the percentage of time spent processing hardware and software interrupts.
Public propertyPercentIOWaitTime Gets the percentage of time spent waiting for I/O.
Public propertyPercentSystemTime Gets the percentage of time spent executing system (kernel) code.
Public propertyPercentUserTime Gets the percentage of time spent executing user code.
Top
See Also