From 0f857ecefd51427f8e4c7d98281f8cca3aff5a2c Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Wed, 12 Jul 2023 15:31:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=89=20Adds=20systemhealth=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/routes/SystemHealth.svelte | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/src/routes/SystemHealth.svelte diff --git a/app/src/routes/SystemHealth.svelte b/app/src/routes/SystemHealth.svelte new file mode 100644 index 0000000..15e4496 --- /dev/null +++ b/app/src/routes/SystemHealth.svelte @@ -0,0 +1,34 @@ + + +
+
+ Heap allocation: +
Total free:{humanFileSize($data[8])}
+
Max free block:{humanFileSize($data[12])}
+
Min:{humanFileSize($data[10])}
+
+ +
+ PSRam allocation: +
Free{humanFileSize($data[9])}
+
Min:{humanFileSize($data[11])}
+
Max block:{humanFileSize($data[13])}
+
+