Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6323896
Votes 0
Synopsis Support aggregation of multiple MBean Servers
Category jmx:classes
Reported Against
Release Fixed
State 11-Closed, Not a Defect, request for enhancement
Priority: 4-Low
Related Bugs 5072476 , 5072268
Submit Date 14-SEP-2005
Description
When JMX technology is being used to manage a large number of agents, for example one per host in a server farm, it would often be useful to be able to obtain aggregate information.  That is, without having to contact each agent directly, or indirectly through cascading (see 5072476), we would like to be able to get aggregate information about an attribute like memory usage, load, request counts, audit event counts, etc.  The aggregate information could include total, average, standard deviation, minimum and maximum, etc.  Importantly, the aggregate could be constructed within a master agent through periodic sampling and therefore made available to clients immediately, without having to contact each individual agent to pick up its current value.  When there are hundreds of agents this leads to much better behavior at the expense of slightly less accurate data.
Posted Date : 2005-09-14 14:14:17.0
Work Around
N/A
Evaluation
Consider for Dolphin (Java SE 7).
Posted Date : 2005-09-14 14:14:18.0

We are not current planning to implement this in the JMX API 2.0 (so in Java SE 7).
Posted Date : 2008-01-24 15:41:49.0

Not planned for the JMX API itself, but could be interesting to consider for other projects.
Posted Date : 2008-09-17 15:31:02.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang