Stat returns the stats for all subsystems in the cgroup
(...ErrorHandler)
| 77 | MoveTo(Cgroup) error |
| 78 | // Stat returns the stats for all subsystems in the cgroup |
| 79 | Stat(...ErrorHandler) (*v1.Metrics, error) |
| 80 | // Update updates all the subsystems with the provided resource changes |
| 81 | Update(resources *specs.LinuxResources) error |
| 82 | // Processes returns all the processes in a select subsystem for the cgroup |
no outgoing calls