netstat awk命令查看 ip并发数
LInux常见问题 2024-04-10 17:23 305

netstat -tn | awk '{print $4}' | cut -d: -f1 | sort | uniq -c | sort -nr | head -10