ps -C nginx --no-header |wc -l

 

[root@ok ok]# ps --help|grep C
-A all processes                      -C by command name
-V,V  show version      L  list format codes  f  ASCII art forest
-w,w  wide output       n  numeric WCHAN,UID  -H process hierarchy
#-C 命令的名子

 

[root@xxxx tools]# ps -C nginx --no-header
 1832 ?        00:00:00 nginx
11151 ?        00:00:02 nginx
11152 ?        00:00:01 nginx
11153 ?        00:00:01 nginx
11154 ?        00:00:02 nginx
[root@xxxx tools]# ps -C nginx 
  PID TTY          TIME CMD #--no-header 省去title
 1832 ?        00:00:00 nginx
11151 ?        00:00:02 nginx
11152 ?        00:00:01 nginx
11153 ?        00:00:01 nginx
11154 ?        00:00:02 nginx

 

posted @ 2016-10-27 21:13  bass  阅读(1989)  评论(0编辑  收藏  举报