netstat -anp |grep ":80"|awk '{print $5}'|awk -F: '{print $1}'|grep -v "10"|sort -n |uniq -c |sort -nr |head -20 ide