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])}
+
+