1 2 3 4 5 6 7 8
# 重启 kill -USR2 `cat /usr/local/php/php-fpm.pid` # 关闭 kill -INT `cat /usr/local/php/php-fpm.pid` # 查看进程总数 ps aux | grep -c php-fpm