2014年8月31日
摘要: 监控tcp连接情况netstat -an|awk '/^tcp/ {++s[$NF]} END {for( a in s) {print a,s[a]}}' 阅读全文
posted @ 2014-08-31 06:11 zitong 阅读(378) 评论(0) 推荐(0) 编辑