Linux--统计链接情况?(5)统计各状态链接情况:netstat-ant | awk {print $NF} | grep -v [a-z] | sort
Linux--统计链接情况
?
(5)统计各状态链接情况:netstat-ant | awk '{print $NF}' | grep -v '[a-z]' | sort | uniq -c?
Linux--统计链接情况
?
(5)统计各状态链接情况:netstat-ant | awk '{print $NF}' | grep -v '[a-z]' | sort | uniq -c?