Access and Feeds

Linux: Efficiency and Performance from Kernel Customizations

By Dick Weisinger

Extended Berkeley Packet Filter (eBPF) is a virtual machine running inside the operating system kernel. Using eBPF, you can safely load programs into the kernel to customize kernel behavior. Historically, because the kernel is vital for security and stability, it changed very slowly to maintain integrity. eBPF enables easy kernel customizability which can be useful for a wide range of applications. Often kernel changes can introduce significant efficiency and performance gains.

Alexei Starovoitov, developer at Facebook, said that “eBPF is a revolutionary technology that allows us to modify operating system behavior in real time without risky or expensive kernel code changes. It’s had a remarkable impact on our ability to iterate quickly on everything from networking to security to containerization.”

Brendan Gregg, senior performance engineer at Netflix, said that “eBPF is a new type of software that provides superpower capabilities, birthing an industry of networking, performance, and security technologies. Netflix has pioneered uses of eBPF for observability, providing insight into countless areas that were previously difficult or prohibitively expensive to instrument. eBPF has helped us lower application latency and find cost savings.”

The eBPF project has grown and has become an arm of the Linux Foundation called the eBPF foundation and is supported by companies like Google, FaceBook, Microsoft, and NetFlix.

The eBPF Foundation said that “eBPF is used extensively to drive a wide variety of use cases: Providing high-performance networking and load-balancing in modern data centers and cloud native environments, extracting fine-grained security observability data at low overhead, helping application developers trace applications, providing insights for performance troubleshooting, preventive application and container runtime security enforcement, and much more. The possibilities are endless, and the innovation that eBPF unlocks has only just begun.”

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Leave a Reply

Your email address will not be published. Required fields are marked *

*