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

As a developer I want to add one more table in the debugger to see low-level network events, it will help to debug the debugger itself #16

Open
vlad9486 opened this issue Sep 19, 2022 · 1 comment
Assignees

Comments

@vlad9486
Copy link
Collaborator

vlad9486 commented Sep 19, 2022

The main table message should contain along with connection_id also an offset in the corresponding TCP stream. The low-level table should contain record for each syscall like connect, accept, recv, send. Those records also will contain connection_id and offset, so we can figure out the correspondence between two tables.

@vlad9486 vlad9486 self-assigned this Sep 19, 2022
@vlad9486
Copy link
Collaborator Author

Add /stat method.

Show:

  • how many bytes is buffered in kernel ring buffer
  • how many connections/messages/bytes we have (total and per connection)
  • errors per connections
  • speed of data going in/out (total and per connection)

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

1 participant