kill -s 9 50713 netstat -n | grep 61616 netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'