-2

We are using jolokia inside tomcat as a REST interface for JMX beans, which makes querying JMX data like CPU or RAM very easy. Now, our customer wishes to query data in the past, which would require to store the JMX data to a kind of database. Before implementing from scratch: Is there some existing solution to persist JMX data? Either using jolokia or not.

Andreas
  • 2,211
  • 1
  • 18
  • 36

1 Answers1

0

OpenTSDB persists time series data efficiently.

Jan Nielsen
  • 10,892
  • 14
  • 65
  • 119