Systems Management Empire MIB › Process Table
Process Table
Use the Process table to determine what processes are currently running on the system and process metrics.
Class: processEntry
Instance: value of processName attribute for the specific process
Each row in the table represents a process and contains columns that represent the following information:
- Process ID (processID)
- Name (processName)
- State (processState)
- Nice value (processNice)
- Flags (processFlags)
- Owner user ID and group ID (processUID, processGID)
- Process signalling attribute (processKill)
- Percentage of real memory in use and real memory size (processMEM, processRSS)
- Process size (processSize)
- CPU time (processTime)
- Parent process ID (processParentPID)
- Number of threads executing within (processNumThreads)
- Blocks of data input and output (processInBlks, processOutBlks)
- Number of messages sent and received (processMsgsSent, processMsgsRecv)
- Number of system calls (processSysCalls)
- Number of minor and page page faults incurred (processMinorPgFlts, processMajorPgFlts)
- Number of swaps (processNumSwaps)
- Number of voluntay and involuntary context switches (processVolCtx, processInvolCtx)
- Parameters applied (processArgs)
- Start time (processStartTime)
- State string and integer (processStateStr, processStateInt)
- Zone ID for Solaris Zone in which the process is running (processZoneID)
- Permillage of CPU utilization (processTimePermil)