Add TaskMonitor interval metrics w/ admin command.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -197,6 +197,13 @@ pub(super) enum DebugCommand {
|
||||
/// invocation.
|
||||
RuntimeInterval,
|
||||
|
||||
/// - Print detailed tokio task metrics accumulated in total.
|
||||
TaskMetrics,
|
||||
|
||||
/// - Print detailed tokio task metrics accumulated since last command
|
||||
/// invocation.
|
||||
TaskInterval,
|
||||
|
||||
/// - Print the current time
|
||||
Time,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user