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