|
You are here |
blogs.igalia.com | ||
| | | | |
blog.yadutaf.fr
|
|
| | | | | [AI summary] The article discusses the use of eBPF and bcc to create a packet tracer tool that can deeply trace and analyze network traffic, including ICMP echo requests and replies, network namespaces, and Docker containers. It demonstrates how to extract detailed information such as IP addresses, ICMP IDs, and sequence numbers, and provides examples of monitoring network traffic in various scenarios like pinging localhost, a WiFi gateway, and a Docker container. | |
| | | | |
lwn.net
|
|
| | | | | In his linux.conf.au 2017 talk [YouTube] on the eBPF in-kernel virtual machine, Brendan Gregg p [...] | |
| | | | |
sookocheff.com
|
|
| | | | | A short tagline from the book Learning eBPF describes eBPF as a revolutionary kernel technology that allows developers to write custom code that can be loaded into the kernel dynamically, changing the way the kernel behaves. The key word in this phrase is dynamically. eBPF allows you to write custom code that changes the way the kernel behaves without having to implement a kernel module or integrate your code directly into the kernel. | |
| | | | |
www.koyeb.com
|
|
| | | A service mesh is a dedicated layer of infrastructure that simplifies network management and increases visibility into typically complex microservice architectures. We explore this emerging technology by reviewing its history, purpose-built design, and implementations. | ||