[jboss-user] [Clustering/JBoss] - Sync remote EJB call at all nodes within the cluster

2007-10-11 Thread wingkwan
Would like to have a session facade api and call the same stateless session bean at all nodes within the same cluster. E.g. for gathering statistic data. Any handy way to do that. Questions: 1) How do I know the ipaddress of each member node 2) Should I define remote interface and do lookup i

[jboss-user] [Performance Tuning] - Re: Monitoring and managing clustered servers

2007-09-26 Thread wingkwan
Thinking to use AOP to store info in MBeans. Or provide inline code to collect counters. But the key question is how to aggregate counters across server nodes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088862#4088862 Reply to the post : http://www.jbo

[jboss-user] [Management, JMX/JBoss] - Monitoring and managing clustered servers

2007-09-22 Thread wingkwan
Looking for a way to monitor a clusterable enterprise server product. Each individual server (node) is collecting individual counters and statistics. Need to provide a aggregation view across the cluster. Some of the counters could be the sum of all individual value. In the case of throughput th

[jboss-user] [Performance Tuning] - Monitoring and managing clustered servers

2007-09-22 Thread wingkwan
Looking for a way to monitor a clusterable enterprise server product. Each individual server (node) is collecting individual counters and statistics. Need to provide a aggregation view across the cluster. Some of the counters could be the sum of all individual value. In the case of throughput th