awk '$1=="tcp"{print $5}' nowcoder.txt|awk -F: '{print $1}'|sort|uniq -c|sort -rnk 1|awk '{print $2,$1}'