ps -aux|grep 进程名字
cat /proc/3664/status
返回结果:(其中VmRSS为进程所占用的内存)
linux 查看某个进程内存占用情况命令
原文:https://www.cnblogs.com/royfans/p/12031360.html