feat: show VM resource usage in dashboard #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/vm-usage-dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds Incus VM CPU and memory telemetry to the dashboard API and renders per-VM CPU and memory usage in the web UI. Also updates the default/example runner CPU count to 4.\n\nTested with: go test ./...\nLive verification: /api/status now includes cpu_count, cpu_usage_ns, memory_usage_bytes, and memory_total_bytes for VM entries.