CLOSE_WAIT和TIME_WAIT

來自:http://blog.csdn.net/shootyou/article/details/6622226 在服務器的日常維護過程中,會經常用到下面的命令:   [plain]  view plain  copy     print ? netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'     它會顯示例
相關文章
相關標籤/搜索