Articles by Tag #ebpf

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Let's introduce eBPF and Aya

I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...

Learn More 13 0Feb 10

Troubleshoot Container OOM Kills with eBPF

So I had a little time on my hands a couple weeks ago and decided to explore how to use eBPF to...

Learn More 12 4Jun 16

What’s Happening Inside Your Linux Kernel?

Have you ever wondered how exactly your Linux system knows when a program is running, a file system...

Learn More 6 0May 17

Tracing your syscalls with Aya

I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...

Learn More 4 0Apr 11

Enhancing your Aya program with eBPF maps

I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...

Learn More 3 0Mar 12

eBPF Tutorial: Energy Monitoring for Process-Level Power Analysis

Have you ever wondered how much energy your applications are consuming? As energy efficiency becomes...

Learn More 2 0Oct 14

# Intro into eBPF and Rust

In this post, we’ll explore how to build high-performance Linux tracing tools using eBPF and Rust....

Learn More 1 0Jul 7

04 – eBPF Uprobes: Tracing gRPC Headers by Unpacking Go Function Internals

Introduction to Uprobes In the previous post, we explored kprobes and demonstrated a...

Learn More 1 0Aug 3

# 02 - Understanding eBPF Core Building Blocks

In our previous post, we built a syscall tracer with Rust + eBPF. Today, we’ll unpack the core...

Learn More 1 0Jul 13

Modularizing your Aya program with tail calls

I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...

Learn More 1 0Mar 24

My first Aya program

I'm getting started with eBPF programming with Aya. The idea behind this series of articles is to get...

Learn More 1 0Feb 18

Unlocking Cloud-Native Security with Cilium and eBPF

Introduction 🌐🔒🚀 As cloud-native applications scale, securing workloads while maintaining...

Learn More 1 0Dec 19 '24

# 03- Lets understand Kprobes & Kretprobes

When it comes to tracing the Linux kernel, kprobes and kretprobes are some of the oldest and most...

Learn More 0 0Jul 20

Kyanos: Your Network's New Best Friend

Quick Summary: 📝 Kyanos is an eBPF-based network analysis tool designed to efficiently...

Learn More 0 0Mar 20

bpftrace username and the openat system call

Once again I am playing with eBPF and bpftrace. This time I am trying to trace all file access....

Learn More 0 0Mar 14

AgentSight: Keeping Your AI Agents Under Control with eBPF-Powered System Observability

Picture this: your AI agent is autonomously writing code and executing commands, but you have no idea...

Learn More 0 0Oct 6

awesome eBPF maps via aya

Enhancing your Aya program with eBPF maps Joseph Ligier ・...

Learn More 0 0Mar 14

Understanding eBPF: A Game-Changer for Linux Kernel Extensions

eBPF enables safe and efficient kernel extensions without altering the kernel’s source code. It...

Learn More 0 0Feb 24

Demystifying Automatic Instrumentation: How the Magic Actually Works

Despite the rise of OpenTelemetry and eBPF, most developers don't know what automatic instrumentation...

Learn More 0 0Aug 7

uProbe: Observability for All Developers

When I finished my introduction to eBPF with Aya, I was already happy to have started to understand...

Learn More 0 0Sep 8

Let’s Get Into the Weeds: The OSI Model and Why it Still Matters

Welcome back to OpsSecurely! Today, we’re kicking off our eBPF series , but before we dive into that...

Learn More 0 0Oct 23 '24

XDP: The Ultra-Fast Firewall Inside Linux

In the previous episode, we took a detailed look at uProbes with eBPF. In hindsight, it was more of...

Learn More 0 0Oct 16

Very interesting subject about the eBPF structure via Aya-rs.

Modularizing your Aya program with tail calls Joseph...

Learn More 0 0Apr 5

What is eBPF? And how Cilium makes use of it?

eBPF (Extended Berkeley Packet Filter) is a powerful and flexible technology that allows programs to...

Learn More 0 0Feb 26