查看linux进程资源利用情况

1. top命令  可以安装htop更好的界面

shift+m可以根据内存使用情况  降序排序

Shift+p  cpu排序

 

 

 

2. 用ps aux | grep  nginx 这种方式查看,如果想实时查看请用top

posted @ 2016-10-13 12:24  创可贴231  阅读(85)  评论(0)    收藏  举报