igniteapacheignite

Is there any way to see the number of thin clients connected to a server?


I have developed an Apache Ignite thin client application. It successfully connects to the server and retrieves data without issues. However, on the server side, it shows the number of client connections as 0.

I want to monitor the number of thin clients connected to this server without using the Control Center of GridGain, as it is licensed.

Log: Topology snapshot [ver=1, locNode=99dd7f2b, servers=1, clients=0, state=INACTIVE, CPUs=12, offheap=1.4GB, heap=1.5GB].


Solution

  • Yes, there are thin client metrics and you are looking for ActiveSessionsCount. You need to register it as described here.