feat/shim-and-cgroups #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/shim-and-cgroups"
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?
Vendor cgroup v2 stats-reading code from youki/libcgroups (Apache-2.0) to provide comprehensive per-service observability: CPU usage/throttling/PSI, memory current/peak/swap/cache/OOM events/PSI, block IO per-device bytes/ops/PSI, and PID counts — all without pulling in youki's heavy dependency chain. - Add cgroup_stats.rs: ~450 lines of pure parsing, 14 unit tests - Add service.stats_detailed RPC method and GET /api/services/{name}/stats endpoint - Add DetailedServiceStats SDK response types with PSI support - Add stats_detailed() to both sync and async client libraries - Refactor read_usage() to delegate to cgroup_stats::read_all_stats()done in
f30b1c3d94Pull request closed