Data may be lost during transfer in eBpf #291
Answered
by
cfc4n
WhatDaniel
asked this question in
Q&A
-
HI, i know ebpf a little, and i used to make some test about ebpf. If there are much more data in kernel space, and the receive process in user space is slower than ebpf, so some data which need to be transferred to user space tend to be lost. I wanna know how to solve the case. |
Beta Was this translation helpful? Give feedback.
Answered by
cfc4n
Jan 10, 2023
Replies: 2 comments
-
same question 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cfc4n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rd, err := perf.NewReader(em, os.Getpagesize()*64)
viaecapture/user/module/imodule.go
Line 193 in bf9dee6