1.top -p [pid],Mem对应的是占用百分比,按q退出

linux查看某一进程占用内存_服务器

2.cat /proc/[pid]/status,VmRSS对应的就是

linux查看某一进程占用内存_linux_02