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

tmm1/rbtrace

like strace, but for ruby code observed · 2026-08-28

github.com/tmm1/rbtrace · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 96
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 5683
  • days_rel: n/a
  • days_push: 26
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1726 stars · 73 forks observed · 2026-08-28

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

rbtrace is a Ruby gem and CLI tool that lets you trace method calls inside another running Ruby process in real time, similar to strace but for Ruby code. It supports multiple tracing modes (firehose, slow calls, specific methods, GC, memory, backtraces) with minimal overhead, making it safe for production use.

Use cases

  • trace method calls in a running ruby process
  • find slow methods in production ruby code
  • debug a hung ruby process by dumping backtraces
  • trace garbage collections and memory stats of a ruby app
  • trace activerecord and io calls in a rails process
  • watch what a ruby process is doing in real time

When to choose

  • you need to inspect a live Ruby MRI process without restarting it
  • you want low-overhead method-level tracing safe for production
  • you need to diagnose slow methods or hangs in a running Ruby app

When to avoid

  • you use JRuby or another non-MRI Ruby implementation
  • you need sampling-based CPU profiling with flamegraphs rather than targeted tracing
  • you need tracing for languages other than Ruby

Facets

cli-tool · maturity maintenance

tracing monitoring developer-tools benchmarking developer-tools performance cli ruby ruby strace method-tracing production-debugging profiling command-line debugging linux macos

1 source

Member repositories

RepositoryRoleHealth v2
tmm1/rbtracemain75

For agents

markdown · JSON · MCP: product_card(name="tmm1/rbtrace")

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