Skip to content

Conversation

siddh34
Copy link
Collaborator

@siddh34 siddh34 commented Aug 6, 2025

Here is the working screenshot

image

metrics considered are along side total drops

Field Offset Meaning
sk_err 284 Last socket error, e.g. ECONNRESET, may include some data loss
sk_err_soft 600 Temporary errors (e.g., buffer full), cleared more frequently
sk_backlog.len 196 Number of packets waiting in backlog (not loss, but congestion insight)
sk_wmem_queued 376 Amount of data queued for write (can indicate TX congestion)
sk_rcvbuf 244 Receive buffer size (for context when evaluating sk_drops)
sk_ack_backlog 604 Current backlog queue length for connections (useful in TCP)

@siddh34 siddh34 force-pushed the feature/ebpf-core branch from 31b9608 to 5ef2949 Compare August 6, 2025 19:52
@siddh34 siddh34 self-assigned this Aug 7, 2025
@siddh34 siddh34 added rust Pull requests that update Rust code ebpf eBPF related tasks enhancement New feature or request labels Aug 7, 2025
@siddh34
Copy link
Collaborator Author

siddh34 commented Aug 7, 2025

Here is the working screenshot

image metrics considered are along side total drops

Field Offset Meaning
sk_err 284 Last socket error, e.g. ECONNRESET, may include some data loss
sk_err_soft 600 Temporary errors (e.g., buffer full), cleared more frequently
sk_backlog.len 196 Number of packets waiting in backlog (not loss, but congestion insight)
sk_wmem_queued 376 Amount of data queued for write (can indicate TX congestion)
sk_rcvbuf 244 Receive buffer size (for context when evaluating sk_drops)
sk_ack_backlog 604 Current backlog queue length for connections (useful in TCP)

@LorenzoTettamanti let me know if anything more has to be added or removed

@LorenzoTettamanti LorenzoTettamanti merged commit c3138d5 into CortexFlow:feature/ebpf-core Aug 7, 2025
1 check passed
@LorenzoTettamanti
Copy link
Member

@siddh34 PR merged!

@siddh34
Copy link
Collaborator Author

siddh34 commented Aug 7, 2025

Thanks mate!

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

Labels

ebpf eBPF related tasks enhancement New feature or request rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants