[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: JBossWeb-based load metrics for mod_cluster
bstansberry@jboss.com
do-not-reply at jboss.com
Mon Aug 18 21:53:15 EDT 2008
The LoadMetric.getBenchmark() method concerns me; seems like it will be hard to configure meaningfully. If you don't get it right, you can't properly apply the weights.
Maybe my goal of having each node return a single load value when asked by the master was a mistake. If each node returned a Map<String, Double> where the values are the individually time-decayed metrics, the master could normalize each value relative to the same value from the other nodes, and then apply the weighting to the normalized values.
On the DynamicLoadBalanceFactorProvider, can the periodic event coming from the JBoss Web listener drive the calculation?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171172#4171172
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171172
More information about the jboss-dev-forums
mailing list