PDA

View Full Version : hello


rackham
03-08-2009, 08:56
http://java-monitor.com/postedimages/ef5719fc-a917-4b51-93be-2243ec27b12c.png

hello all, could someone please explain this for me, I have had my server running with no action on it for a few days, but this thread graph shows increased waiting threads, what could this be caused by / what does this actually mean?!!

Thanks:confused:

kjkoster
03-08-2009, 09:34
Dear rackham,

The question is: what are those additional threads doing? You could check the thread pools on your connectors. In many cases when there is an increase in the total number of threads in the JVM (as your graph shows), there is also an increase in the pool.

Do you see a similar increase in threads in one of your Tomcat connector pools?

Kees Jan