ps aux
rss RSS resident set size, the non-swapped physical memory that a task has used (in kiloBytes). (alias rssize, rsz).
vsz VSZ virtual memory size of the process in KiB (1024-byte units). Device mappings are currently excluded; this is subject
to change. (alias vsize).
size SZ approximate amount of swap space that would be require…
rss 实际开销的物理内存,这些内存都是该进程现在正在使用的物理内存。
vsz 虚拟内存大小,也就是说,程序目前没有使用,但是可能会分配的内存大小。
rss RSS resident set size, the non-swapped physical memory that a task has used (in kiloBytes). (alias rssize, rsz).
vsz VSZ virtual memory size of the process in KiB (1024-byte units). Device mappings are currently excluded; this is subject
to change. (alias vsize).
size SZ approximate amount of swap space that would be require…
rss 实际开销的物理内存,这些内存都是该进程现在正在使用的物理内存。
vsz 虚拟内存大小,也就是说,程序目前没有使用,但是可能会分配的内存大小。
本文详细介绍了psauxrss和vsz的概念及其含义。psauxrss指任务使用的实际物理内存大小;vsz则表示进程的虚拟内存大小,涵盖了当前未被使用但可能分配的内存。
1843

被折叠的 条评论
为什么被折叠?



