How To Read Linux Top Command Output and Uses
How To Read Linux Top Command Output and Uses
to
If you want to sort output on basis of any fields, you can use following key
combinations.
Press "SHIFT + F" and Select your choice below and press ENTER.
A ( PID = Process Id )
b ( PPID = Parent Process Pid )
d ( UID= User Id )
e ( USER = User Name )
f ( GROUP = Group Name )
g ( TTY= Controlling Tty )
h ( PR = Priority )
i ( NI = Nice value )
j ( P = Last used cpu (SMP) )
k ( %CPU = CPU usage )
l ( TIME = CPU Time )
n ( %MEM = Memory usage (RES) )
o ( VIRT = Virtual Image (kb) )
p ( SWAP = Swapped size (kb) )
q ( RES= Resident size (kb) )
r ( CODE = Code size (kb) )
s ( DATA = Data+Stack size (kb) )
t ( SHR= Shared Mem size (kb) )
w ( S = Process Status )
x ( COMMAND= Command name/line )
Thank you.