使用 rest API 在 Apache Ignite 中获取内存指标

Getting Memory Metrics in Apache Ignite by using rest API

I am using Apache Ignite 2.8.0. Using following HTTP request i am able to get some metrics, "http://127.0.0.1:8080/ignite?cmd=top&mtr=true&sessionToken=A9F2E44E2E3744D7BD890D133ED8CE92" But when persistence is enabled this request doesn't give memory details about WAL and Disk. i need to get that also, how can i get memory details about WAL and Disk using Http request?

您可以在 Apache Ignite 2.8.0 上使用以下 REST 调用:

http://127.0.0.1:8080/ignite?cmd=datastorage

http://127.0.0.1:8080/ignite?cmd=dataregion

请注意,您必须在数据存储配置和数据区域配置中启用指标。