-
Last Heartbeat:
-
- {$events_sess.launcher.heartbeat_info.last_timestamp || 'Pending...'}
-
+
+
-
Room Sync Status:
-
- {$events_sess.launcher.sync_stats.cached} / {$events_sess.launcher.sync_stats.total} Files
-
+
+
+
+ CPU Architecture: {$ae_loc.native_device?.meta_json?.arch || '...'}
+ Load: Healthy
+
+
+
+
+
+
+
+ Memory (RAM)
+ {ram_usage_pct}% Used
+
+
+
+ Free: {$ae_loc.native_device?.meta_json?.free_mem || '...'} / {$ae_loc.native_device?.meta_json?.total_mem || '...'}
+
+
+
+
+
+
+
+ Last Heartbeat
+
+ {$events_sess.launcher.heartbeat_info.last_timestamp || 'Pending...'}
+
+
+
+
+ Local File Cache
+
+ {$events_sess.launcher.sync_stats.cached} / {$events_sess.launcher.sync_stats.total}
+
+
{#if $events_sess.launcher.sync_stats.currently_syncing}
-
-
- Syncing: {$events_sess.launcher.sync_stats.currently_syncing}
-
+
+
+
+
+ Syncing File...
+ {$events_sess.launcher.sync_stats.currently_syncing}
+
+
+
{/if}
-
- {#if $ae_loc.is_native && $ae_loc.native_device}
-
-
Host: {$ae_loc.native_device.info_hostname || 'Loading...'}
-
IPs: {$ae_loc.native_device.info_ip_list || '...'}
+
+
+
+ Hostname:
+ {$ae_loc.native_device.info_hostname || '...'}
- {/if}
+
+ IP Addresses:
+ {$ae_loc.native_device.info_ip_list || '...'}
+
+
{/if}