Debugging async Rust apps (Tokio)

Some cool Tokio Rust debugging support that I didn’t know about:

Tokio Console

Performance monitoring a local async Rust app.

Tokio Metrics

A crate for getting a Tokio application’s runtime and task level metrics.

1 Like