cat nowcoder.txt | grep "tcp" | awk '{res[$NF]++}END{for(i in res) print i" "res[i]}' | sort -rn -k2