Table 13.1. Process Data Details
| Name | Keyword | Description | Examples |
|---|---|---|---|
| Process ID | ProcID | The unique process ID. | 123 |
| Command with arguments | Cmd | Full command with arguments. | init -s |
| Command Name | CmdName | Command name without arguments. | init |
| User Name | UserName | The username the process is running as. | jsmith |
| Terminal TTY | Tty | The TTY device process is running from. | jsmith |
| CPU Runtime | CpuTime_IntegerLarge | CPU Runtime formated. | 30 |
| CPU Runtime | CpuTime_String | CPU Runtime formated. | 30 |
| Percent of CPU | CpuPercent | Percent of CPU | 5.1 |
| Total Resident Memory Used (KB) | ResMem_IntegerLarge | Total Resident (RSS) Memory Used (KBYTES). | |
| Total Resident Memory Used (KB) | ResMem_String | Total Resident (RSS) Memory Used (KBYTES). | |
| Total Virtual Memory Used (KB) | VirtMem_IntegerLarge | Total Virtual Memory Used. | |
| Total Virtual Memory Used (KB) | VirtMem_String | Total Virtual Memory Used. | |