Replies: 2 comments 1 reply
-
Total is the sum of Busy, Scheduled, and Idle.
I wrote a bit more about it here: https://hegdenu.net/posts/task-scheduled-time-in-console/ Let me know if that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Then why on the screenshot at the top of chatmail/core#4418 there are tasks which have 38s Total, 38s Busy and 38s Sched time? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have looked at the https://docs.rs/tokio-console/latest/tokio_console/ documentation, but did not find the answer. How Busy, Sched and Idle columns are measured? Does "Total" column equal the sum of Busy, Sched and Idle? Why some tasks have Total = Sched = Busy and zero idle time like in the screenshot at chatmail/core#4418?
Beta Was this translation helpful? Give feedback.
All reactions