Linux time_wait 过多的解决方法 December 24, 2014 今天在查看服务器负载时发现time_wait 非常的高# netstat -nat|awk '{print awk $NF}'|sort|uniq -c|...