bcc
Kernel analysis toolkit
Tools for analyzing and manipulating Linux kernel performance, networking, and other system activities using extended BPF (Berkeley Packet Filters)
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
21k stars
560 watching
4k forks
Language: C
last commit: about 2 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
bpftrace/bpftrace | A tool for creating high-level tracing scripts for Linux systems | 8,747 |
brendangregg/perf-tools | A collection of in-development performance analysis tools for Linux ftrace and perf_events. | 9,935 |
netflix/bpftop | Provides real-time statistics and graphical views of running eBPF programs on Linux systems. | 2,344 |
pathtofile/bad-bpf | Demonstrates security vulnerabilities in the Linux kernel's eBPF system | 556 |
iovisor/kubectl-trace | Schedules bpftrace programs on Kubernetes clusters using kubectl | 2,061 |
iovisor/bpf-docs | Provides documentation and presentations for the BPF (Berkeley Packet Filter) networking system | 959 |
bufbuild/buf | A toolset for working with Protocol Buffers in the Go programming language | 9,309 |
microsoft/ebpf-for-windows | Provides a platform for running eBPF programs on Windows by adapting existing Linux toolchains and APIs | 2,971 |
cilium/pwru | Tool to debug network packets in Linux kernel | 2,904 |
eunomia-bpf/eunomia-bpf | A toolchain to simplify building and running eBPF programs with CO-RE and WebAssembly support | 687 |
genuinetools/bpfd | A framework for running BPF programs with rules on Linux as a daemon, allowing for flexible and container-aware tracing and filtering of system events. | 476 |
iovisor/ubpf | An eBPF VM that allows userspace execution of eBPF programs in a Linux kernel-independent way. | 841 |
cloudflare/ebpf_exporter | An exporter for collecting custom eBPF metrics and OpenTelemetry traces from Linux kernel programs | 2,226 |
aristocratos/btop | A tool to monitor system resources and display detailed information in a customizable format | 21,529 |
fzakaria/ebpf-mpls-encap-decap | Demonstrates packet encapsulation and decapsulation with MPLS labels using eBPF | 54 |