Ncurses constantly updated process list with CPU and memory usage.
On Ubuntu 14.04 implemented on the procps package.
Flags:
h
: helpq
: quitf
: chose which fields to showF
: chose by which field to sortO
: move sort field left rightk
: kill process- arrow keys: move view
Output fields:
RES
: same asRSS
onps
.VIRT
: same asVSZ
onps
.SHR
: which subset ofVIRT
is shared.
First line of top:
uptime
Sample first header line:
23:00:13 up 12:00, 3 users, load average: 0.72, 0.66, 0.6
^^^^^^^^ ^^^^^, ^^^^^^^, ^^^^, ^^^^, ^^^
1 2 3 4 5 6
Legend:
- current time
- how long the system has been up for
- how many users are logged
- load average for past 1 minute
-
5 minutes
-
15 minutes