GatewayWorker icon indicating copy to clipboard operation
GatewayWorker copied to clipboard

Question :- Total number of connections per gateway and business worker

Open abhinavgmfs opened this issue 2 years ago • 5 comments

Hi Walkor,

How can we find out how many clients are connected to each Gateway and Business Worker.

Thanks Abhinav

abhinavgmfs avatar May 17 '22 11:05 abhinavgmfs

I tried Gateway::getAllClientIdCount() but it giving me the all gateways connections count

abhinavgmfs avatar May 17 '22 11:05 abhinavgmfs

Hi Walkor,

I also need the answer.

nskushwah avatar May 17 '22 11:05 nskushwah

There is no such api and business worker not hold any client connections.

walkor avatar May 17 '22 12:05 walkor

Ok. Actually I am working on system monitor to show the number of connection in each gateway. So how can we get the number of connection in each gateway.

abhinavgmfs avatar May 17 '22 12:05 abhinavgmfs

You can refer to Gateway::getAllClientIdCount to implement the interface you need.

walkor avatar May 17 '22 12:05 walkor