按状态统计tcp连接数量& sort使用 2014/11/01 15759 netstat -nt | awk '{print $6}' | sort | uniq -c | sort -n -k 1 -r