Debuggers and eBPF - Bringing Debugging to Production
Offered By: CNCF [Cloud Native Computing Foundation] via YouTube
Course Description
Overview
Explore the intersection of debuggers and eBPF in production environments through this insightful conference talk. Discover how to overcome the challenges of traditional debugging methods in production systems and learn about a hybrid approach that combines source-level debugging with low-overhead tracing. Gain a deeper understanding of debuggers, eBPF, and their practical applications in resolving production issues. Delve into topics such as pTrace, eBPF benchmarks, implementation details, ring buffers, maps, and probes. Examine the upsides and downsides of eBPF programs, including verifier challenges and limited control flow. Walk away with valuable knowledge to enhance your development workflow and improve software telemetry with minimal performance impact.
Syllabus
Introduction
Overview
Derek Parker
Why
PTrace
Testing
Why is ptrace so slow
Solution eBPF
Benchmarks
Why is eBPF so fast
eBPF requirements
Embedded eBPF
Lowlevel implementation details
Ring buffers and maps
eBPF information
eBPF probes
Updating eBPF map
Getting data back from eBPF
Upsides and downsides
eBPF programs
Fighting the verifier
Small stack requirements
Limited control flow
Rep probes
Taught by
CNCF [Cloud Native Computing Foundation]
Related Courses
Analyzing Postgres Performance Problems Using Perf and eBPFMicrosoft via YouTube Citus Con - An Event for Postgres - Americas Livestream
Microsoft via YouTube EBPF - The Next Power Tool of SREs
USENIX via YouTube Kernel Tracing With EBPF
media.ccc.de via YouTube Building Observability for 99% Developers
Docker via YouTube