Netflix-Skunkworks / bpftoolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bpftoolkit

An aggregation of useful BPF-related tooling programs

Build

Much of the code resides in bcc, bpftrace or Brendan Gregg's BPF Performance Tools repositories.

To ensure you've checked out the repository submodules in full, you can use:

git submodule update --init

Or clone the entire repository with submodules:

git clone --recurse-submodules <url>

To place the scripts into their directory, simply run the provided build script:

./scripts/setup.bash

No requirements are needed from a system other than a bash shell.

About

License:Apache License 2.0


Languages

Language:Shell 100.0%