IndividualProcessorStatus Properties |
The IndividualProcessorStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| CpuId |
Gets the identifier for this processor.
| |
| PercentIdleTime |
Gets the percentage of time the processor was idle.
| |
| PercentInterruptTime |
Gets the percentage of time spent processing hardware and software interrupts.
| |
| PercentIOWaitTime |
Gets the percentage of time spent waiting for I/O.
| |
| PercentSystemTime |
Gets the percentage of time spent executing system (kernel) code.
| |
| PercentUserTime |
Gets the percentage of time spent executing user code.
|