Field | Description |
PID | Process ID field |
TT | Controlling terminal |
STAT | Process status Runnability of the process: Runnable (r), Stopped (t), Disk or other short-term wait (d), Sleeping (s), or Idle (i) Swap status: Swapped out (w) or Loaded in core (blank) Process priority change: Reduced (n), Increased (>) or No change (blank) |
SL | Sleep time (seconds blocked) |
RE | Residency time (seconds in core) |
PAGEIN | Number of disk I/Os resulting from page references not in core |
SIZE | Virtual process size |
RSS | Resident set size |
LIM | Soft memory limit (setrlimit), else “xx” |
%CPU | CPU utilization (1 minute decaying average) |
%MEM | Memory utilization |
COMMAND | Process name |