查询client的连接数
netstat -na|grep ESTABLISHED|grep :9000 | awk '{print $5}' |awk -F: '{print $1}'| sort|uniq -c |sort -r |head -n 10