diff --git a/cmd/status/metrics.go b/cmd/status/metrics.go index 1ee928d..c5cfcb5 100644 --- a/cmd/status/metrics.go +++ b/cmd/status/metrics.go @@ -83,8 +83,8 @@ type MemoryStatus struct { UsedPercent float64 SwapUsed uint64 SwapTotal uint64 - Cached uint64 // File cache that can be freed if needed - Pressure string // macOS memory pressure: normal/warn/critical + Cached uint64 // File cache that can be freed if needed + Pressure string // macOS memory pressure: normal/warn/critical } type DiskStatus struct {