# BCC

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

Repository: https://github.com/iovisor/bcc
Canonical: https://ross.abutalabs.com/products/bcc
Language: C
License: Apache-2.0
License Family: permissive
Last push: 2026-08-20T11:41:12+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 79, longevity 100
- inputs: {"age_days": 4142, "days_push": 13, "days_rel": 62, "gap_med": 68.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 22637, forks 4072 (observed 2026-08-28T04:11:33.862442+00:00)

## What it is
BPF Compiler Collection (BCC) is a toolkit for writing efficient eBPF-based kernel tracing and manipulation programs, with instrumentation in C and front-ends in Python and Lua. It ships with a large collection of ready-made tools for Linux I/O, networking, and performance analysis.

## Use cases
- trace disk I/O latency on Linux
- profile kernel function performance with eBPF
- monitor network traffic at the kernel level
- write custom BPF tracing tools in Python
- debug slow syscalls on a production server
- histogram block device I/O sizes

## When to choose
- you need low-overhead kernel instrumentation on Linux 4.1+
- you want ready-made tracing tools plus a framework for custom eBPF programs
- you're doing performance analysis or network traffic control on Linux

## When to avoid
- you're on a non-Linux platform
- you need a higher-level observability product rather than a tracing toolkit
- your kernel is older than 4.1 and can't be upgraded

## Facets
- artifact type: library
- maturity: active
- function: monitoring, tracing, developer-tools
- domain: developer-tools, performance, operating-systems, networking
- platform: python, cpp, cli
- tags: ebpf, bpf, kernel-tracing, observability, performance-analysis, kprobes, system-instrumentation, linux

## Member repositories
- iovisor/bcc (main) score 92
- iovisor/gobpf (sdk) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:33.862442+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:56:57.067417+00:00, confidence not recorded.
  - readme: https://github.com/iovisor/bcc (fetched 2026-08-28T04:11:33.862442+00:00, sha 7f8fab849394)
- Data as of 2026-08-30T08:39:29.467469+00:00.
