Repost (was: Re: Q: about status gathering per Request/Connector)

2006-09-05 Thread Alexander Lazic
Hi, please can anybody say if I'am on the right way. Thanks Alex On Mon 21.08.2006 19:04, Alexander Lazic wrote: Hi, a colleague have add a new thread in the Ajp13Connector && Ajp13Processor to gather some stats: (Runtime.getRuntime().freeMemory() >> 10) + " VMfree " + (Runtime.getRuntime(

Q: about status gathering per Request/Connector

2006-08-21 Thread Alexander Lazic
Hi, a colleague have add a new thread in the Ajp13Connector && Ajp13Processor to gather some stats: ---Ajp13Connector (Runtime.getRuntime().freeMemory() >> 10) + " VMfree " + (Runtime.getRuntime().totalMemory() >> 10) + " VMalloc " + threadGroup.activeCount() + " curthreads " + processors.siz