执行以下命令,其中80换成需要查看的具体端口号。 netstat -nat | grep ":80" | awk '{print $5}' | awk -F: '{print $1}' | sort | uniq -c | sort -n