You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #49679, I am investigating an issue with idle wakeups. powermetrics is a built-in macOS command that can display various process-level metrics such as wakeups. It is particularly useful on a gomote where I cannot see the Activity Monitor.
Unfortunately, it must be run as a superuser, and our builders do not allow sudo. It turns out that the darwin-arm64 builders are already configured to allow just powermetrics with passwordless sudo. We should do the same for the amd64 builders (and arm64 when we migrate to the same infra as amd64).
The text was updated successfully, but these errors were encountered:
In #49679, I am investigating an issue with idle wakeups.
powermetrics
is a built-in macOS command that can display various process-level metrics such as wakeups. It is particularly useful on a gomote where I cannot see the Activity Monitor.Unfortunately, it must be run as a superuser, and our builders do not allow sudo. It turns out that the darwin-arm64 builders are already configured to allow just
powermetrics
with passwordless sudo. We should do the same for the amd64 builders (and arm64 when we migrate to the same infra as amd64).The text was updated successfully, but these errors were encountered: