Ross ROSS = Recommend OSS · open-source software intelligence for agents

brendangregg/perf-tools

Performance analysis tools based on Linux perf_events (aka perf) and ftrace observed · 2026-08-28

github.com/brendangregg/perf-tools · Shell · GPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4437
  • days_rel: n/a
  • days_push: 1015
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10460 stars · 1668 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A collection of shell-based Linux performance analysis tools built on ftrace and perf_events, created by Brendan Gregg. Each tool does one thing well, such as tracing disk I/O, syscalls, kernel functions, and TCP retransmits, with minimal dependencies.

Use cases

  • trace disk I/O latency on a Linux server
  • find which processes are calling exec or open syscalls
  • summarize disk I/O latency as a histogram
  • count or trace kernel function calls
  • show TCP retransmits with address details
  • profile page cache hit and miss statistics
  • trace slow kernel functions above a threshold

When to choose

  • you need lightweight, dependency-free tracing on Linux 3.2+ kernels
  • you want quick one-off performance diagnostics without installing BPF tooling
  • you are on older kernels where modern BCC/bpftrace is unavailable

When to avoid

  • you need actively developed tooling with modern kernel feature support
  • you want BPF-based observability with richer programmatic tracing
  • you need supported, production-grade tooling rather than in-development scripts with caveats

Facets

cli-tool · maturity maintenance

monitoring tracing developer-tools performance operating-systems developer-tools cli perf-events ftrace system-tracing observability shell-scripts kernel-tracing command-line linux

1 source

Member repositories

RepositoryRoleHealth v2
brendangregg/perf-toolsmain23

For agents

markdown · JSON · MCP: product_card(name="brendangregg/perf-tools")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem