获取tomcat进程pid 
ps -ef | grep tomcat

统计该tomcat进程内的线程个数 
ps -Lf  558899 | wc -l

05-06 07:36