• 方式一
    top -p pid
    RES :72296,使用的内存为72296kb
    %MEM:1.9,进程占用了总内存的1.9%
    在这里插入图片描述
  • 方式二
    ps -aux | grep pid
    显示其他用户启动的进程(a)
    查看系统中属于自己的进程(x)
    启动这个进程的用户和它启动的时间(u)
    在这里插入图片描述
  • 方式三
    cat /proc/pid/status
    在这里插入图片描述
GitHub 加速计划 / li / linux-dash
10
2
下载
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 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐