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

pawurb/hotpath-rs

Quickly find bottlenecks in Rust - one profiler for CPU, memory, SQL, HTTP, I/O and async code. observed · 2026-08-28

github.com/pawurb/hotpath-rs · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 99
  • Release rhythm 99
  • Longevity 25
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: 4
  • age_days: 362
  • days_rel: 11
  • days_push: 7
  • n_releases_24m: 58

Full methodology

Adoption not part of the score

1695 stars · 50 forks observed · 2026-08-28

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

hotpath-rs is an easy-to-configure Rust performance profiler that pinpoints where code spends time, burns CPU, and allocates memory. It instruments functions, channels, futures, streams, SQL queries, HTTP calls, and I/O, offering one-off reports and a live TUI dashboard, plus MCP support for AI coding agents.

Use cases

  • find cpu bottlenecks in rust code
  • profile memory allocations and leaks in rust
  • measure sql query performance with sqlx or diesel
  • monitor throughput and latency of io streams
  • profile async channels and futures
  • track http client and axum route latency
  • let an ai agent set up profiling in a repo

When to choose

  • you need a low-setup profiler for Rust covering CPU, memory, SQL, HTTP, I/O and async
  • you want to distinguish I/O-bound from CPU-bound slowness
  • you want live TUI monitoring or agent-friendly profiling setup

When to avoid

  • you need profiling for languages other than Rust
  • you need a full-fidelity sampling profiler with flamegraphs rather than instrumentation-based metrics
  • your project cannot tolerate instrumentation overhead in hot paths

Facets

library · maturity active

benchmarking monitoring tracing developer-tools cli performance developer-tools monitoring rust cli cross-platform profiler memory-profiling cpu-profiling async-profiling sql-profiling io-monitoring tui mcp rust command-line

2 sources

Member repositories

RepositoryRoleHealth v2
pawurb/hotpath-rsmain84

For agents

markdown · JSON · MCP: product_card(name="pawurb/hotpath-rs")

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