Update TODO
authorGreg Burri <greg.burri@gmail.com>
Fri, 5 Mar 2021 13:11:51 +0000 (14:11 +0100)
committerGreg Burri <greg.burri@gmail.com>
Fri, 5 Mar 2021 13:11:51 +0000 (14:11 +0100)
TODO.md

diff --git a/TODO.md b/TODO.md
index 20d0ff7..8511c3c 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,2 +1,7 @@
 # TODO\r
 \r
+* Print at least the following information:\r
+  * If Valheim running with the following information:\r
+    * Memory usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.memory\r
+    * Cpu usage: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.cpu_usage\r
+    * Uptime: https://docs.rs/sysinfo/0.16.4/sysinfo/trait.ProcessExt.html#tymethod.start_time
\ No newline at end of file