Top, f, select nMin, nMaj
nMaj -- Major Page Fault Count
The number of major page faults that have occurred for a task. A
page fault occurs when a process attempts to read from or write to
a virtual page that is not currently present in its address space.
A major page fault is when auxiliary storage access is involved in
making that page available.
nMin -- Minor Page Fault count
The number of minor page faults that have occurred for a task. A
page fault occurs when a process attempts to read from or write to
a virtual page that is not currently present in its address space.
A minor page fault does not involve auxiliary storage access in
making that page available.
CODE: code size in KB
DATA: data + stack size in KB
RSS, RES : resident memory differetn measures in KB
SWAP: amount of memory written to swap space in KB