参考:http://www.cnblogs.com/iosdev/archive/2012/09/30/2709427.html

Linux/Mac OS 查看进程ps命令

输入下面的ps命令,显示所有运行中的进程:

# ps aux | less

 

其中,

-A:显示所有进程

a:显示终端中包括其它用户的所有进程

x:显示无控制终端的进程

 

如何查看系统中每个进程?

ps -A
ps -e

 如何查看非root运行的进程?

ps -U root -u root

 如何查看具体某个用户运行的进程

ps -u user1

 top 命令提供了运行中系统动态的视图。

top
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

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

更多推荐