OS processes activity (Solaris extension) collection
(Pid)
| Name | Data Type | Description |
|---|---|---|
| Pid | long | Process ID |
| PPid | long | Parent process ID |
| MemSizeK | long | Virtual memory size, in kilobytes
Note: Currently, this value is ambiguously-defined, so it's best to compare this value relative to other processes or relative to historical values for this process. Using this value to exactly account for memory usage is not supported.
|
| CPUSecs | double | Number of CPU seconds for the process |
| User | string(64) | User name |
| Command | string(256) | Process command-line |
| ProcCnt | long | Internal-use number of processors on the machine; created by Surveillance |
| MemVirtK | double | Virtual memory size, in kilobytes |
| MemResK | double | Resident memory (private + shared) used, in kilobytes |
| MemSharedK | double | Resident shared memory used, in kilobytes |
| MemPrivK | double | Resident private memory used, in kilobytes |
| MinFaults | double | Number of minor faults |
| MajFaults | double | Number of major faults (reclaims) |
| Swaps | double | Number of swaps |
| BlocksIn | double | Number of input blocks |
| BlocksOut | double | Number of output blocks |
| MsgSent | double | Number of messages sent |
| MsgRcvd | double | Number of messages received |
| VolCtxSwitches | double | Number of voluntary context switches |
| InvCtxSwitches | double | Number of involuntary context switches |
| SystemCalls | double | Number of system calls |
| CharIO | double | Number of character I/Os |
| MERGESTATUS | long | Internal-use merge status; created by Surveillance |
| CPU_DELTA | double | Delta number of CPU seconds |
| CPU_RATE | double | CPU % used, in interval |
| CPU_RATE_AVG | double | Average CPU % used, since collection started |
| CPU_RATE_MAX | double | Maximum CPU % used, since collection started |
| MEMK_DELTA | double | Delta memory usage, in kilobytes
Note: See MemSizeK for special considerations.
|
| PRIVK_DELTA | double | Delta resident private memory used, in kilobytes |
| BLOCKIO_DELTA | double | Delta number of block I/Os (input + output) |
| MSG_DELTA | double | Delta number of messages (sent + received) |
| CHARIO_DELTA | double | Delta number of character I/Os |
| Attributes: | SOLARIS |
|---|---|
| Minimum OS version: | 2.0 |