0
votes

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?

1
Are you sure that you have activated the persistent cluster? If not, please do that first.alamar
Yes my cluster is in active state only , where i found disk usage and WAL usage?Balaji G

1 Answers

0
votes

You can use the following REST calls on Apache Ignite 2.8.0:

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

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

Please note that you have to enable metrics in data storage configuration & data region configuration.