From 68a045dd365f2fc91299d4cc717912f61473c9fe Mon Sep 17 00:00:00 2001 From: gennyble Date: Tue, 14 Oct 2025 15:41:24 -0500 Subject: add cpu and net graph to subcommand --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 99ab22f..e381e55 100755 --- a/src/main.rs +++ b/src/main.rs @@ -105,6 +105,8 @@ async fn main() { match std::env::args().nth(1).as_deref() { Some("graph") => { gatherer::make_mem_graph(&state); + gatherer::make_cpu_graph(&state); + gatherer::make_net_graph(&state); } _ => (), } -- cgit 1.4.1-3-g733a5