Hello,

You can't get server-side JMX metrics by thin client, but you can query
views by SQL.
Here [1] is an example of querying system views using thin client
(currently system schema was renamed, so you should use setSchema("SYS")
instead of setSchema("IGNITE"))
The full list of system views implemented in Apache Ignite 2.8 can be found
here: [2].

[1]: https://apacheignite-sql.readme.io/docs/system-views#examples
<https://apacheignite-sql.readme.io/docs/system-views>
[2]: https://apacheignite.readme.io/docs/system-views

пн, 25 мая 2020 г. в 10:55, kay <goek...@gmail.com>:

> Hello, I have 4 remote nodes and I use java thin client for put/get data.
>
> I should get Node, Data Region, Cache information(Name, Size, Cache Mode
> Data Eviction Mode and so on..)
>  cause have to make Ignite admin pages.
> I figured out JMX beans and System Views.
> But I don't know how to use JmxSystemViewExporterSpi?? and New metrics
> subsystem?? in my application.
> Is there any way to get Node, Data Region Cache information by those things
> with java thin client??
> if it is, please share a url.
>
> Thank you so much
>
>
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to