读书人

Linux下令-top

发布时间: 2013-03-22 09:49:50 作者: rapoo

Linux命令-top
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND14686 admin 25 0 5837m 4.7g 28m S 3.0 62.6 430:53.66 java1423 hubble 15 0 481m 53m 3492 S 1.0 0.7 70:59.63 python ?RES:进程实际使用的内存,如果这个值很大则表示使用了大量实际内存

VIRT:The total amount of virtual memory used by the task. It includes all code,data and shared libraries plus pages that have been swapped out,意思是VIRT表示进程所有使用过的代码,数据,共享库等等,这其中的许多数据或许已经从内存交换到硬盘上面,很少使用了。

读书人网 >UNIXLINUX

热点推荐