# oracle/bpftune

bpftune uses BPF to auto-tune Linux systems

Repository: https://github.com/oracle/bpftune
Canonical: https://ross.abutalabs.com/products/bpftune
Language: C
License: NOASSERTION
License Family: other
Topics: auto-tuning, bpf, ebpf, linux
Last push: 2026-08-04T22:35:47+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 29, longevity 86
- inputs: {"age_days": 1212, "days_push": 29, "days_rel": 261, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1881, forks 111 (observed 2026-08-28T04:05:48.638915+00:00)

## What it is
bpftune is a daemon that uses eBPF observability to continuously monitor Linux system behavior and automatically adjust kernel tunables such as sysctl parameters. It tunes at a fine grain (per-socket, per-device), logs what it changed and why, and steps aside when administrators set values manually.

## Use cases
- automatically tune Linux kernel sysctl parameters without manual configuration
- optimize TCP network performance on servers with no human admin access
- continuously adapt system tunables to changing workloads using eBPF observability
- replace static 'magic number' sysctl configs on cloud instances
- log and explain every tuning change made to the system

## When to choose
- you run many unattended Linux servers ('cattle not pets') that need ongoing performance tuning
- you want zero-configuration auto-tuning with explicit logging of changes
- you need fine-grained tuning (per-socket, per-device) rather than system-wide static settings

## When to avoid
- you need strict, deterministic kernel configurations that must never change automatically
- your kernel or environment lacks eBPF support
- you run non-Linux systems, as bpftune is Linux-only

## Facets
- artifact type: service
- maturity: active
- function: monitoring, configuration-management, developer-tools
- domain: operating-systems, performance, self-hosted
- platform: cli
- tags: ebpf, auto-tuning, sysctl, kernel-tunables, observability, c, system-daemon, devops, linux

## Member repositories
- oracle/bpftune (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:48.638915+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-30T03:13:58.823508+00:00, confidence not recorded.
  - readme: https://github.com/oracle/bpftune (fetched 2026-08-28T04:05:48.638915+00:00, sha 4d52ae75e88b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
