-
Greetings! Any way to get some stats from |
Beta Was this translation helpful? Give feedback.
Answered by
hds
Oct 5, 2022
Replies: 2 comments 4 replies
-
You probably want to have a look at tokio console (https://github.com/tokio-rs/console) and/or tokio-metrics (https://github.com/tokio-rs/tokio-metrics). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BratSinot
-
@BratSinot there is an unstable API for this: https://docs.rs/tokio/latest/tokio/runtime/struct.RuntimeMetrics.html |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably want to have a look at tokio console (https://github.com/tokio-rs/console) and/or tokio-metrics (https://github.com/tokio-rs/tokio-metrics).