netstat -na | grep ESTAB | grep 端口 | wc -l
根据tomcat端口,查看连接数量
netstat -nat|awk '{print $6}'|sort|uniq -c|sort -rn
查看连接数量和状态