方法一:
1.通过 netstat -lnp | grep nginx 查看当前nginx端口
2.输入命令 netstat -ano | grep :80 |wc -l 可以查看当前nginx80端口网页连接数量
方法二:
网站访问输入 http://服务器IP/nginx_status 可查看