From: Greg Burri <greg.burri@gmail.com>
Date: Fri, 5 Mar 2021 13:11:51 +0000 (+0100)
Subject: Update TODO
X-Git-Url: https://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=34198d80b5aa3fa89f9f7bd6ecdbac1807bd9f4b;p=valheim_web.git

Update TODO
---

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