top Flashcards
1
Q
top
A
snapshot of processes running in real time
2
Q
PID
A
process ID of the process
3
Q
USER
A
username of the owner of the process
4
Q
PR
A
priority of the process
5
Q
NI
A
nice value of the process
6
Q
VIRT
A
total amount of virtual memory used by the process
7
Q
RES
A
amount of physical memory the process is using
8
Q
SHR
A
amount of memory the process is sharing with other processes
9
Q
S
A
process status
10
Q
%CPU
A
the share of CPU time that the process is using
11
Q
%MEM
A
share of available physical memory the process is using
12
Q
TIME+:
A
the total CPU time that the process has used since starting
13
Q
COMMAND
A
the command line name of the process (program started)