Blog page

Monitoring Inter-Pod Traffic at the AZ Level with Retina (an eBPF based tool)
Learn what eBPF is, explore the tools available for using it, and implement monitoring for inter-pod traffic using Retina, Kube State Metrics, Prometheus, and Grafana
Read more
filetop – eBPF Command Line Tools
Monitor disk I/O in real-time with filetop in BCC. Learn how to effectively track and analyze your system's disk I/O activity
Read more
runqlat and runqslower – eBPF command line tools
Learn about the runqlat and runqslower commands available in both BCC and bpftrace tool collections
Read more
eBPF for Anything!
Learn about how eBPF is Turing Complete by implementing Conway’s Game of Life entirely in eBPF
Read more
Want to Stop Kernel Panics? Use eBPF
Learn how how eBPF can be used to prevent kernel panics by allowing developers to write kernel-level code that is safer and more controlled
Read more
How the CrowdStrike Tech Outage Reignited a Battle Over the Heart of Microsoft Systems
Learn how eBPF might have prevented the recent CrowdStrike outage in Windows systems
Read more
eBPF for Security
Learn how organizations are using eBPF for security, as a new ubiquitous technology to protect their workloads
Read more
eBPF TLS tracing: The Past, Present and Future
Explore the TLS tracing tactics used by open source projects, how they've evolved to address these unstable user space library interfaces and where the future is headed
Read more
Challenges and Strategies in eBPF Uprobe Development
Learn where and how to discover and attach uprobes in the application stack
Read more
Re-implementing my Linux Rust scheduler in eBPF
Learn how a rust-based Linux scheduler was re-implemented with BPF
Read more