Skip to content

eBPF Tutorial for class EECS6891 (eBPF Seminar) - Columbia University Spring 2024

Notifications You must be signed in to change notification settings

yanniszark/EECS6891-eBPF-Tutorial

Repository files navigation

EECS6891: eBPF Tutorial

This repo contains the code and slides for course EECS6891 (eBPF Seminar). The examples were tested on a Debian 12 VM.

Slides

Slides are contained in a PDF file called EECS6891 - eBPF Tutorial.pdf

Dependencies

Install the following packages:

sudo apt-get install \
    clang \
    llvm \
    libelf-dev \
    libpcap-dev \
    build-essential \
    libbpf-dev \
    linux-headers-$(uname -r) \
    bpftool

Running the examples

Each folder contains an example. To run it, first compile:

make

And then run the .out file which is the driver.

About

eBPF Tutorial for class EECS6891 (eBPF Seminar) - Columbia University Spring 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published