渡人自渡 发表于 2017-3-31 09:28:38

查看当前的PHP FastCGI进程数是否够用

1、查看当前的PHP FastCGI进程数是否够用:
netstat -anpo | grep "php-cgi" | wc -l
如果实际使用的“FastCGI进程数”接近预设的“FastCGI进程数”,那么,说明“FastCGI进程数”不够用,需要增大。
    /usr/local/php/etc/php-fpm.conf
页: [1]
查看完整版本: 查看当前的PHP FastCGI进程数是否够用