如何辨别服务器是否正在受cc攻击啊,linux netstat -na|grep ESTABLISHED|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -k1 -n