Linux查看进程实际占用内存的几种方式
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
- 方式一
top -p pid
RES :72296,使用的内存为72296kb
%MEM:1.9,进程占用了总内存的1.9% - 方式二
ps -aux | grep pid
显示其他用户启动的进程(a)
查看系统中属于自己的进程(x)
启动这个进程的用户和它启动的时间(u) - 方式三
cat /proc/pid/status




A beautiful web dashboard for Linux
最近提交(Master分支:16 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)