#!/bin/bash
awk '$6 ~ /LISTEN|ESTABLISHED|TIME_WAIT/{print $6}' nowcoder.txt|sort|uniq -c|sort -rnk 1|awk '{print $2,$1}'