# tokio_debug **Repository Path**: endpoint_rust_async/tokio_debug ## Basic Information - **Project Name**: tokio_debug - **Description**: 基于tokio的异步程序调试汇总 包括tokio-console - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-04 - **Last Updated**: 2023-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tokio_debug #### 介绍 基于tokio的异步程序调试总结 ##### 基于tokio_console调试tokio异步程序 [tokio_console源码](https://gitee.com/endpoint_rust_async/tokio_console) tokio console prepare: cargo install --locked tokio-console tokio-console http://ip:port或者 tokio-console 默认http://127.0.0.1:6669 可以用 ↑↓箭头选中关心的task,然后按Enter查看task具体详情。 ##### 基于tokio-metrics调试tokio异步程序