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

Add unix socket command to get a list of connected clients #274

Open
gavin-norman-sociomantic opened this issue Feb 2, 2018 · 3 comments

Comments

@gavin-norman-sociomantic

Outputting the clients' remote address and name (for neo clients) would be useful.

@gavin-norman-sociomantic
Copy link
Author

An extended idea would be to output a list of clients listening to each channel. This is significantly more complicated, though.

@mathias-lang-sociomantic
Copy link
Contributor

An extended idea would be to output a list of clients listening to each channel.

But it's actually what prompted the feature request. Outputing the client's address can currently be done via netstat, and the name is trivial for us to find most of the time. The channels being listened to is the real deal.

@gavin-norman-sociomantic
Copy link
Author

Ok, both ideas noted. The per-channels thing is significantly complicated, though, unfortunately.

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

No branches or pull requests

4 participants