function netdetail(){ netstat -na |awk '/^tcp/ {print $6}'| sort |uniq -c |sort -nr;}
1081 $ netdetail
8358 CLOSE_WAIT
279 TIME_WAIT
53 ESTABLISHED
11 LISTEN
持續(xù)了十個(gè)小時(shí)了欠痴,還是如此迄靠!
function netdetail(){ netstat -na |awk '/^tcp/ {print $6}'| sort |uniq -c |sort -nr;}
1081 $ netdetail
8358 CLOSE_WAIT
279 TIME_WAIT
53 ESTABLISHED
11 LISTEN
持續(xù)了十個(gè)小時(shí)了欠痴,還是如此迄靠!