Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abhinavgmfs opened this issue May 17, 2022 · 5 comments

Comments

@abhinavgmfs
Copy link

Hi Walkor,

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

Thanks
Abhinav

@abhinavgmfs
Copy link
Author

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

@nskushwah
Copy link

Hi Walkor,

I also need the answer.

@walkor
Copy link
Owner

walkor commented May 17, 2022

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

@abhinavgmfs
Copy link
Author

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.

@walkor
Copy link
Owner

walkor commented May 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants