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

Show network sockets #8

Open
dimaqq opened this issue Sep 13, 2019 · 0 comments
Open

Show network sockets #8

dimaqq opened this issue Sep 13, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@dimaqq
Copy link
Owner

dimaqq commented Sep 13, 2019

Event loop maintains a set of sockets that are being waited for with callbacks.
It should be possible to figure out which task is waiting for which socket.
Sockets could be reported with their type, state, direction (e.g. TCP, connected to 1.2.3.4:8080, read).

@dimaqq dimaqq mentioned this issue Sep 13, 2019
12 tasks
@dimaqq dimaqq added the help wanted Extra attention is needed label Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant