nginx通过命令查看并发数 2018-05-26 | 0 评论 | 421 浏览 nginx通过命令查看并发数 netstat -n | awk ‘/^tcp/{++S[$NF]} END {for(a in S) print a, S[a]}’