在linux下查看tomcat的链接数
netstat -na | grep ESTAB | grep 80 | wc -lnetstat -na | grep ESTAB | grep 8080 | wc -l