Skip to content

Netflix-Skunkworks/bpftoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages