統計nginx進程

netstat -n | awk '/^tcp/ {++y[$NF]} END {for(w in y) print w, y[w]}'


netstat -n | grep 9000 | wc -l
相關文章
相關標籤/搜索