Frage

I want to expose dynamic hierarchical data in jmx Is there a simple way to expose such dynamic mbeans?

I was looking at: how to create dynamic mbeans

but i don't like all this boilerplated code, I prefer not to invent the wheel, i'm using spring, is there a simple way to do this with spring? any other utility library which will ease the case?

Sample structure (note account / features may come and go and thus jmx structure would be dynamically updated accordingly)

accountA    
   --> FeatureA
       --> metric1: 1
       --> metric2: 5.5    
   --> FeatureB
       --> metric3: 1.1 
accountB 
. 
. 
.
War es hilfreich?

Lösung

Here are some starting points. GMBAL is used in GlassFish.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top