Build your expertise in the BPF virtual machine in the Linux kernel with this practical guide for systems engineers. Youโll not only dive into the BPF program lifecycle but also learn to write applications that observe and modify the kernelโs behavior; inject code to monitor, trace, and securely obs
Linux Observability with BPF: Advanced Programming for Performance Analysis and Networking
โ Scribed by David Calavera, Lorenzo Fontana
- Publisher
- OโReilly Media
- Year
- 2019
- Tongue
- English
- Leaves
- 180
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Build your expertise in the BPF virtual machine in the Linux kernel with this practical guide for systems engineers. Youโll not only dive into the BPF program lifecycle but also learn to write applications that observe and modify the kernelโs behavior; inject code to monitor, trace, and securely observe events in the kernel; and more.
Authors David Calavera and Lorenzo Fontana help you harness the power of BPF to make any computing system more observable. Familiarize yourself with the essential concepts youโll use on a day-to-day basis and augment your knowledge about performance optimization, networking, and security. Then see how it all comes together with code examples in C, Go, and Python.
โข Write applications that use BPF to observe and modify the Linux kernelโs behavior on demand
โข Inject code to monitor, trace, and observe events in the kernel in a secure wayโno need to recompile the kernel or reboot the system
โข Explore code examples in C, Go, and Python
โข Gain a more thorough understanding of the BPF program lifecycle
โฆ Subjects
Linux; Security; Linux Kernel; Networking; Packet Filtering; Performance Analysis; Berkeley Packet Filter; Express Data Path
๐ SIMILAR VOLUMES
Build your expertise in the BPF virtual machine in the Linux kernel with this practical guide for systems engineers. Youโll not only dive into the BPF program lifecycle but also learn to write applications that observe and modify the kernelโs behavior; inject code to monitor, trace, and securely obs
Build your expertise in the BPF virtual machine in the Linux kernel with this practical guide for systems engineers. Youโll not only dive into the BPF program lifecycle but also learn to write applications that observe and modify the kernelโs behavior; inject code to monitor, trace, and securely obs
1 online resource (1 volume) :
<p><span>What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves. It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. </span></p><p><span> This practical book is i
<p>What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves. It's an extraordinary platform for building a whole new generation of security, observability, and networking tools.</p><p>This practical book is ideal for developers,