In a multiprocessor system, the statistics for the additional processors are included for the following metrics:
A unique number distinguishing one processor from another.
The percentage of time that the CPU was idle.
The time a CPU spends waiting to acquire a spinlock in kernel mode. This metric is always 0 on a single processor system.
Percentage of CPU time spent executing on the interrupt stack.
Percentage of CPU time spent executing in kernel mode (for example, while in the OpenVMS executive) but not on the interrupt stack.
Percentage of time the CPU spent executing in executive mode. For example, RMS is usually executed in executive mode.
Percentage of time the CPU spent executing in supervisor mode. For example, DCL normally executes in supervisor mode.
Percentage of time the CPU spent executing in user mode.
Percentage of CPU time spent in (PDP-11) compatibility mode. Not all processors support compatibility mode; hence, in these cases this value is always zero.
Computed as the sum of the interrupt, busy wait, kernel, and executive CPU Busy percentages. This metric represents the amount of CPU time the system uses to keep itself running and can be thought of as overhead.
Computed as the sum of the supervisor, user, and compatibility mode busy percentages. This metric represents the amount of CPU time the system uses to perform work.
|
Copyright © 2008 CA.
All rights reserved.
|
|