# 重启
kill -USR2 `cat /usr/local/php/php-fpm.pid`

# 关闭
kill -INT `cat /usr/local/php/php-fpm.pid`

# 查看进程总数
ps aux | grep -c php-fpm