linux 查看tcp 端口连接IP

netstat -nat|grep ":80"|awk '{print $5}' |awk -F: '{print $1}' | sort| uniq -c|sort -n

 

你可能感兴趣的:(Linux,linux,netstat)