Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 tomcat 中使用 jolokia 作为 JMX bean 的 REST 接口,这使得查询 CPU 或 RAM 等 JMX 数据变得非常容易。现在,我们的客户希望查询过去的数据,这需要将 JMX 数据存储到某种数据库中。在从头开始实施之前:是否有一些现有的解决方案来持久化 JMX 数据?是否使用 jolokia。
OpenTSDB 高效地持久化时间序列数据。