- 论坛徽章:
- 0
|
vsz不就是虚拟内存大小吗?再加个 -o pid将进程号显出来.一般就用个ps -ef,不显内存大小,用-o就一个个将要显的列出来吧.
pid
Process ID as a decimal value. (PID)
ppid
Parent process ID as a decimal value. (PPID)
pgid
Process group ID as a decimal value. (PGID)
uid
Real user ID of the process as a decimal value. (UID)
user
The effective user ID of the process. (USER)
ruser
Real user ID of the process. (RUSER)
comm
Command name; may contain spaces. (COMMAND)
args
Command name with its arguments; may contain spaces
and may be truncated to fit the width of the field.
(COMMAND)
group
Effective group ID of the process. (GROUP)
rgroup
Real group ID of the process. (RGROUP)
nice
nice value of the process; see nice(C) and renice(C).
(NI)
pri
Priority value of the process. (PRI)
pcpu
Percentage of CPU time recently used by the process.
(%CPU)
sess
Process session leader ID as a decimal value.
(SESSION)
size
Size of the swappable image of the process (data and
stack) in kilobytes. (SZ)
vsz
Virtual memory size of the process in kilobytes.
(VSZ)
addr
Virtual address of the process' entry in the process
table. (ADDR)
class
Scheduler class of the process. (CLASS)
time
Cumulative CPU time used by the process. (TIME)
stime
Time when the process started. (STIME)
etime
Time elapsed since the process started. (ELAPSED)
tty
Name of the controlling terminal for the process.
(TTY)
wchan
Address of an event for which a process is sleeping.
(WCHAN) |
|