As mentioned in the office hours notes for today, ...
# ebpf
a
As mentioned in the office hours notes for today, here's the PoC for the new bpf_network_events table. See https://hackmd.io/023_mOVkRi2zv49WMn5PEQ?view#Introducing-the-bpf_network_events-experiment for more information
🚀 3
Hey @Zander Mackie && @Matt Uebel, any chance you can take a look at this PoC? 🙂
Only has network events, but should be a huge performance improvement compared to core (and I will add process events too in the future!)
m
I'll take a look!
a
I have forgot to mention this but bpf needs to 1. be able to call the bpf() syscall 2. access debug symbols defined in /sys/kernel/btf/linux so it will likely not work inside a container out of the box