>> Hi, >> >> I'm testing performance of our Java application in Tomcat (6.0.30) and we >> have maxThreads set to 750. I noticed that when i did a netstat -an | grep >> my_ajp_port, i saw around 860 connections.
That does not necessarily mean that you have 860 threads running. What are you trying to determine by running this command? If you want to see the number of threads, use jconsole, jvisualvm or jstack. Also, if you include the output of "netstat -an | grep my_ajp_port" and what OS you are running, someone on the list might be able to better explain the output from the command. >> I was expecting to see > 750 Worker Threads in my stack since some extra >> worker threads are needed by Tomcat. What i saw was around 60 worker >> threads in the trace. This would be the correct number of threads in use. Dan >> >> Any suggestions/ideas on why that would be? >> >> Cheers, >> Charles >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org