netstat -atn | awk '/:80\>/{S[$NF]++}END {for(A in S) {print A,S[A]}}'

posted on 2016-10-23 15:17  浮沉一梦  阅读(156)  评论(0编辑  收藏  举报