rbspy/rbspy
Sampling CPU profiler for Ruby observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 98
- Release rhythm 94
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 15
- age_days: 3765
- days_rel: 41
- days_push: 13
- n_releases_24m: 32
Adoption not part of the score
2573 stars · 106 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rbspy is a sampling CPU profiler for Ruby that can profile already-running processes by PID or launch new ones, with low overhead safe for production. It records profiling data, saves raw data to disk, and generates flamegraphs for analysis.
Use cases
- profile a running Ruby process without restarting it
- generate flamegraphs for Ruby programs
- profile Ruby code in production with low overhead
- find which functions a Ruby program is calling
- record and analyze Ruby CPU usage over time
- profile a Ruby script run with bundle exec
When to choose
- you need to profile a Ruby process that is already running
- you want a low-overhead profiler safe for production use
- you want flamegraphs and saved raw profiling data
- you need cross-platform support (Linux, macOS, Windows, FreeBSD)
When to avoid
- you need to profile languages other than Ruby
- you need an instrumenting profiler with exact call counts rather than sampling
- you need a stable Rust library API (the crate API is not yet stable)
Facets
cli-tool · maturity active
benchmarking monitoring cli developer-tools performance windows bsd rust cli profiler sampling-profiler ruby flamegraph production-profiling command-line linux macos
3 sources
- readme: https://github.com/rbspy/rbspy · fetched 2026-08-28 · efd80fe8f170
- homepage: https://rbspy.github.io · fetched 2026-08-29 · 7235b9b581eb
- registry_crates: https://crates.io/api/v1/crates/rbspy · fetched 2026-08-29 · c59c3a5e499b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rbspy/rbspy | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem