views:

381

answers:

2

We've added performance measures to our application and are exposing them using JMX. Now we would like to gather and store performance data for analysis, in files or in a database.

Does anyone know of a JMX client, open source or commercial, that can persist gathered information?

A: 

you can attach logging functionality to jconsole itself and log mbean output etc.

adam
+1  A: 

JRockit Mission Control can persist JMX data to log-rotated XML-files that you can open up and view in the gui.

Kire Haglin