cat nowcoder.txt |awk '/tcp/{print $6}'|sort|uniq -c |awk '{print $2,$1}'|sort -rn -k2