diff --git a/README.md b/README.md index fa6859a..0b7e5a4 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ The **NaxOS Management Daemon** serves as the core orchestration brain of the Na | Overview & Telemetry | OpenZFS Storage Engine | | :---: | :---: | | ![Dashboard Overview](docs/images/dashboard-overview.png) | ![Storage Management](docs/images/storage-management.png) | -| **CNCF Perses Analytics** | **App Store & Runtimes** | -| ![Perses Analytics](docs/images/perses-analytics.png) | ![App Store](docs/images/app-store.png) | +| **Live System & Storage Telemetry** | **App Store & Runtimes** | +| ![Live System & Storage Telemetry](docs/images/system-telemetry.png) | ![App Store](docs/images/app-store.png) | ## Core Capabilities @@ -35,7 +35,7 @@ The **NaxOS Management Daemon** serves as the core orchestration brain of the Na - **Native OpenZFS Management**: Full REST API for pools, vdevs, datasets, quotas, snapshots, scrubs, and TRIM. - **Foreign Pool Migration**: Zero-data-loss safe discovery and import of foreign ZFS pools from TrueNAS or raw NixOS setups like `nixos-lukas`. - **Tri-Tier Workload Engine**: Manages native NixOS systemd services (e.g., Immich with Intel QuickSync / OpenCL hardware acceleration), rootless Docker Compose, and lightweight K3s clusters. -- **Native Perses Analytics & SSE Logs**: Serves embedded Perses dashboard configurations and streams real-time journald logs. +- **Seamless Real-time Telemetry & SSE Logs**: Delivers live ZFS ARC metrics, pool I/O stats, CPU/memory distributions, and streams real-time journald logs. ## REST API Overview diff --git a/docs/images/app-store.png b/docs/images/app-store.png index b5dccc4..8f9ac61 100644 Binary files a/docs/images/app-store.png and b/docs/images/app-store.png differ diff --git a/docs/images/dashboard-overview.png b/docs/images/dashboard-overview.png index 3df57f0..cb0c6fa 100644 Binary files a/docs/images/dashboard-overview.png and b/docs/images/dashboard-overview.png differ diff --git a/docs/images/gitops-sync.png b/docs/images/gitops-sync.png index b71dc4e..13ab350 100644 Binary files a/docs/images/gitops-sync.png and b/docs/images/gitops-sync.png differ diff --git a/docs/images/migration-wizard.png b/docs/images/migration-wizard.png index fc96472..da43874 100644 Binary files a/docs/images/migration-wizard.png and b/docs/images/migration-wizard.png differ diff --git a/docs/images/perses-analytics.png b/docs/images/perses-analytics.png index 7c8963d..5fe3edd 100644 Binary files a/docs/images/perses-analytics.png and b/docs/images/perses-analytics.png differ diff --git a/docs/images/shares-management.png b/docs/images/shares-management.png index 1bebfb1..496e0cd 100644 Binary files a/docs/images/shares-management.png and b/docs/images/shares-management.png differ diff --git a/docs/images/storage-management.png b/docs/images/storage-management.png index 6fbc729..d5b5f97 100644 Binary files a/docs/images/storage-management.png and b/docs/images/storage-management.png differ diff --git a/docs/images/system-logs.png b/docs/images/system-logs.png index 850e05d..9a8f568 100644 Binary files a/docs/images/system-logs.png and b/docs/images/system-logs.png differ diff --git a/docs/images/system-telemetry.png b/docs/images/system-telemetry.png new file mode 100644 index 0000000..5eadf70 Binary files /dev/null and b/docs/images/system-telemetry.png differ