System:getCpuInfo
Method
Purpose
This method (on Solaris-SPARC) returns information on system CPU utilization.
Type
Synchronous, IMPACT_INFO.
Arguments
None.
Returns
Name |
Type |
Description |
Processor |
Integer |
Processor (slot) number. Table is indexed on Processor. |
% User Time |
Integer |
Time spent when in the user mode |
% System Time |
Integer |
Time spent when in the system |
% Time Idle |
Integer |
Time spent in idle mode |
% Time Wait |
Integer |
Time spent in wait mode |
% Time Wait I/O |
Integer |
Time spent in wait I/O state |
% Time Wait Swap |
Integer |
Time spent in wait swap state |
% Time Wait Physical I/O |
Integer |
Time spent in wait physical I/O state |
Physical Reads |
Integer |
Physical block reads |
Physical Writes |
Integer |
Physical block writes |
Logical Reads |
Integer |
Logical block reads |
Logical Writes |
Integer |
Logical block writes |
Raw Reads |
Integer |
Raw I/O reads |
Raw Writes |
Integer |
Raw I/O writes |
Context Switches |
Integer |
Context switches |
Device Interrupts |
Integer |
Device interrupts |