使用 http 请求在 Apache Ignite 中获取内存指标

Getting memory metrics in Apache Ignite using http request

I am using apache ignite 2.8.0. i need to get following information about ignite cache by using http request, 1. reads per second 2. writes per seconds 3. hit per seconds 4. miss per seconds 5. average read time 6. average write time

how can i get all the info by using http request (using http rest API)

您可以使用 cmd=cache(如果需要 "per second" 测量值,还可以做一些数学运算)得到其中的一部分。

剩下的你可能希望最终通过 IEP-35 获得,我还没有看到对它的任何 REST 支持,你可以提交反对 Apache Ignite JIRA 的票或在开发者列表上开始讨论。