From 34198d80b5aa3fa89f9f7bd6ecdbac1807bd9f4b Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Fri, 5 Mar 2021 14:11:51 +0100 Subject: [PATCH] Update TODO --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 20d0ff7..8511c3c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,2 +1,7 @@ # TODO +* Print at least the following information: + * If Valheim running with the following information: + * Memory usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.memory + * Cpu usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.cpu_usage + * Uptime: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.start_time \ No newline at end of file -- 2.43.0