Re: "Busy" in jkmanager

2006-07-27 Thread Mladen Turk
Gianto Wijaya wrote: unsubscribe Each mail you receive has a line saying: To unsubscribe, e-mail: [EMAIL PROTECTED] Now, is there something you do not understand in that statement? I suppose you know how to send an email cause we have received this one. Regards, Mladen.

Re: "Busy" in jkmanager

2006-07-27 Thread Gianto Wijaya
unsubscribe - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: "Busy" in jkmanager

2006-07-05 Thread Mohan2005
This is a good Idea. We already use Jmeter to test GC performance. thanks for the tip. but we have a variation of classes and customer behavious which is difficult to simulate with jmeter. we run load tests with one heavy class. -- View this message in context: http://www.nabble.com/%22Busy%22-

Re: "Busy" in jkmanager

2006-07-05 Thread Mohan Wickramasinghe
Thank you sir, for helping us again. > Mohan2005 wrote: >> Specifies what method load balancer is using for electing best worker. >> If >> method is set to R[equest] balancer will use number of requests to find >> the >> best worker. If set to T[raffic] balancer will use the network traffic >> betw

Re: "Busy" in jkmanager

2006-07-05 Thread Rainer Jung
Mohan2005 wrote: Specifies what method load balancer is using for electing best worker. If method is set to R[equest] balancer will use number of requests to find the best worker. If set to T[raffic] balancer will use the network traffic between JK and Tomcat to find the best worker. If set to B[

RE: "Busy" in jkmanager

2006-07-05 Thread Tim Lucia
the least time. Tim > -Original Message- > From: Mohan2005 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 04, 2006 11:02 PM > To: users@tomcat.apache.org > Subject: Re: "Busy" in jkmanager > > > Hello again, > > According to the workers.propert

Re: "Busy" in jkmanager

2006-07-04 Thread Mohan2005
Hello again, According to the workers.properties document (http://tomcat.apache.org/connectors-doc/config/workers.html), Definition of 'method' says the following... Specifies what method load balancer is using for electing best worker. If method is set to R[equest] balancer will use number of

Re: "Busy" in jkmanager

2006-07-04 Thread Mohan Wickramasinghe
Thank you very much for your clarifications. Much appreciated. > Request = HTTP Request in progress > > Load balancing only uses Busy counter when the "method" attribute of the > lb worker is set to "B" in workers.properties. In this case the lb > worker always routes a request to the worker with

Re: "Busy" in jkmanager

2006-07-04 Thread Rainer Jung
Request = HTTP Request in progress Load balancing only uses Busy counter when the "method" attribute of the lb worker is set to "B" in workers.properties. In this case the lb worker always routes a request to the worker with smallest Busy counter at the times the request has been received. If the

Re: "Busy" in jkmanager

2006-07-04 Thread Mohan2005
Thank you very much for that answer. When you say 'Requests' does that mean the number of objects rendered through that particular tomcat node ? And how does the load balancing mechanism use the 'Busy' factor ? Thanks Mohan -- View this message in context: http://www.nabble.com/%22Busy%22-in

Re: "Busy" in jkmanager

2006-07-03 Thread Rainer Jung
Busy=number of parallel requests being processed for a worker at that point of time. If worker.yourloadbalanceworker.method=B, this loadbalancer will send a request always to its balanced worker with the lowest busy count. A bug in mod_jk 1.2.15 leads to the wrong display of very high busy counte

"Busy" in jkmanager

2006-07-03 Thread Mohan2005
Dear All: Please explain what this "Busy" number is in jkmanager and its significance to the load balancer. Thanks in advance. Mohan -- View this message in context: http://www.nabble.com/%22Busy%22-in-jkmanager-tf1888108.html#a5162174 Sent from the Tomcat - User forum at Nabble.com.

Observation on Acc and Busy in jkmanager

2006-05-03 Thread Mohan2005
) thanks -- View this message in context: http://www.nabble.com/Observation-on-Acc-and-Busy-in-jkmanager-t1548684.html#a4206875 Sent from the Tomcat - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For