方法一:
1.通過 netstat -lnp | grep nginx 查看當前nginx端口
2.輸入命令 netstat -ano | grep :80 |wc -l 可以查看當前nginx80端口網頁連接數量
方法二:
網站訪問輸入 http://服務器IP/nginx_status 可查看