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

EPIC: analyze unix domain sockets #80

Open
fhilgers opened this issue Nov 13, 2024 · 2 comments
Open

EPIC: analyze unix domain sockets #80

fhilgers opened this issue Nov 13, 2024 · 2 comments
Assignees
Labels

Comments

@fhilgers
Copy link
Collaborator

Implement a POC of #22 (comment).

User Story

  1. As a User
  2. I want to find out about unusual events on the system
  3. So that I can diagnose them better

Acceptance Criteria

  • Set Tracepoints for sending and receiving on a socket (changed kprobe to tracepoint)
  • Send counter per file descriptor to userspace (timeseries will be created in client)
  • Send events for data size and blocking length per process.

This ticket can be split into smaller ones after discussing with the team. Aspects like filtering per process and configuring the ebpf side is work for future tickets.

@der-whity
Copy link
Contributor

Am I assuming correctly that by "blocking process" the duration of the syscall is meant?

Send events for [...] blocking length per process.

@ffranzgitHub ffranzgitHub unpinned this issue Nov 25, 2024
@tamemo99 tamemo99 added the Epic label Nov 26, 2024
@tamemo99 tamemo99 changed the title POC: analyze unix domain sockets EPIC: analyze unix domain sockets Nov 26, 2024
@tamemo99
Copy link
Contributor

tamemo99 commented Nov 26, 2024

This issue was split in multiple issues:

@github-project-automation github-project-automation bot moved this from Awaiting Review to Feature Archive in amos2024ws03-feature-board Nov 26, 2024
@fhilgers fhilgers reopened this Nov 26, 2024
@alinawlo alinawlo moved this from Awaiting Review to Feature Archive in amos2024ws03-feature-board Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Feature Archive
Development

No branches or pull requests

7 participants