Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 943 Bytes

File metadata and controls

24 lines (13 loc) · 943 Bytes

eBPF

Enhanced Berkley Packet Filter or eBPF is a bytecode virtual machine in Linux Kernel used to trace kernel functions.

It's not just packet filtering, it's for insight into varying kind of system layer activities.


source/references/detailed-reads