On 13.2.17 6:21 , Francesco Mari wrote:
Is it
appropriate for IOMonitorMBean to perform some kind of aggregation,
like sum and average? Should richer data be returned from the MBean,
like tabular data?

IMO aggregation should in general be left to the monitoring infrastructure. Our MBeans should only provide the raw data. An exception is when querying the raw data would result in to many calls. E.g. for tracking the max. read time.

Michael

Reply via email to