about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rwxr-xr-xsrc/main.rs2
1 files changed, 2 insertions, 0 deletions
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);
 		}
 		_ => (),
 	}