Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you're talking about (e)BPF, the (extended) Berkeley Packet Filter, the easiest way to think about it is like a tiny virtual machine running inside the kernel, which can execute "simple" commands that would otherwise be very slow or very complex from within userspace. The traditional example would be counting the number of packets being sent out by a network interface. But it turns out that eBPF is massively more general purpose than that, allowing people to develop all kinds of monitoring applications.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: