[root@localhost sbin]# ./nginx -s reload
[root@localhost sbin]# ps aux|grep nginx
root 30274 0.0 0.1 4320 1180 ? Ss 00:57 0:00 nginx: master process ./nginx
root 30757 0.0 0.0 5152 704 pts/1 R+ 01:35 0:00 grep nginx
跟配置文件nginx.conf的worker_processes 4;配置有关
是不是机器是单核,或者nginx配置了master模式,这样就只有一个进程