标签 php-fpm 下的文章

1.查看当前php-fpm的进程数

ps -fe |grep "php-fpm"|grep "pool"|wc -l 

2.查看tcp处理数

netstat -anp|grep "php-fpm"|grep "tcp"|grep "pool"|wc -l