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
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
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
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