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
gVisor approximates CPU usage because it doesn't have full control over
task scheduling. Scheduling is handled by the Golang's scheduler and the
host kernel. This can cause gVisor to overeatimate CPU usage, especially
in cases where there are multiple processes executing or cgroups restricts
usage to fractions of a CPU.
In order to report CPU usage more accurately, we use the sandbox's cgroup
CPU usage to estimate how much CPU each container is using.
PiperOrigin-RevId: 829002053
0 commit comments