*
Size: a a a
*
*
ps aux | grep nginx
root 961 0.0 0.1 131572 11944 ? Ss Dec14 0:00 nginx: master process /usr/sbin/nginx
nginx 262925 0.0 0.1 164592 14148 ? S Dec15 1:54 nginx: worker process
nginx 262926 0.0 0.1 163800 11764 ? S Dec15 0:00 nginx: worker process
nginx 262927 0.0 0.1 163800 11556 ? S Dec15 0:00 nginx: worker process
nginx 262928 0.0 0.1 163952 13112 ? S Dec15 0:00 nginx: worker process
B
B
*
*
*
B
*
B
B
B
B
*
[root@z nginx]# grep -R sock *
conf.d/php-fpm.conf:# network or unix domain socket configuration
conf.d/php-fpm.conf: server unix:/run/php-fpm/www.sock;
conf.d/zabbix.conf: fastcgi_pass unix:/run/php-fpm/zabbix.sock;
conf.d/zabbix.conf.rpmnew: fastcgi_pass unix:/run/php-fpm/zabbix.sock;
conf.d/git.conf: server unix:/var/opt/gitlab/gitlab-workhorse/socket fail_timeout=0;
default.d/php.conf:# See conf.d/php-fpm.conf for socket configuration
*
B
B
*
B