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

tokio-rs/console

a debugger for async rust! observed · 2026-08-28

github.com/tokio-rs/console · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 96
  • Release rhythm 54
  • 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: 0
  • age_days: 1951
  • days_rel: 307
  • days_push: 26
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

4592 stars · 170 forks observed · 2026-08-28

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

tokio-console is a diagnostics and debugging tool for asynchronous Rust programs built on Tokio and tracing. It streams task-level diagnostic data over a gRPC wire protocol and displays it in an interactive terminal UI, like top(1) for async tasks.

Use cases

  • debug why my tokio task is blocked or hanging
  • monitor async tasks in a rust application like top
  • find tasks that are stuck awaiting in tokio
  • inspect long-running async tasks in a rust service
  • view task waker and poll statistics for tokio
  • troubleshoot slow async rust programs

When to choose

  • you build applications with Tokio and tracing and need visibility into async task behavior
  • you want a live, interactive terminal view of task states, durations, and wakers
  • you want to build custom diagnostic tooling on an open gRPC wire protocol

When to avoid

  • your application does not use Tokio or the tracing ecosystem
  • you need heap profiling or CPU flamegraphs rather than task-level diagnostics
  • you need a GUI or web-based dashboard out of the box

Facets

cli-tool · maturity active

monitoring tracing cli rpc developer-tools windows cli rust tokio async-rust grpc tui diagnostics task-monitoring debugger debugging rust async linux macos

1 source

Member repositories

RepositoryRoleHealth v2
tokio-rs/consolemain82

For agents

markdown · JSON · MCP: product_card(name="tokio-rs/console")

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