# tokio-rs/console

a debugger for async rust!

Repository: https://github.com/tokio-rs/console
Canonical: https://ross.abutalabs.com/products/tokio-rs-console
Language: Rust
License: MIT
License Family: permissive
Topics: rust, tokio, debugger, async, console, tokio-console
Last push: 2026-08-08T01:38:29+00:00

## Health v2 (maintenance only)
Score: 82/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 54, longevity 100
- inputs: {"age_days": 1951, "days_push": 26, "days_rel": 307, "gap_med": 0, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4592, forks 170 (observed 2026-08-28T04:08:54.716751+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: monitoring, tracing, cli, rpc
- domain: developer-tools
- platform: windows, cli, rust
- tags: tokio, async-rust, grpc, tui, diagnostics, task-monitoring, debugger, debugging, rust, async, linux, macos

## Member repositories
- tokio-rs/console (main) score 82

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:54.716751+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:19:50.165088+00:00, confidence not recorded.
  - readme: https://github.com/tokio-rs/console (fetched 2026-08-28T04:08:54.716751+00:00, sha 31e533a0f66b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
