A-A+ PHP-CGI进程统计命令 2012年06月15日 CentOS, Linux, 服务器 暂无评论 阅读 2,042 次 通过命令查看服务器上一共开了多少的 php-cgi 进程 ps -fe |grep "php"|grep -v "grep"|wc -l 查看已经有多少个php-cgi进程用来处理tcp请求 netstat -anop |grep"php"|grep -v "grep"|wc -l