Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiskStatsCopy ¶
func DiskStatsCopy(blkio_stats []cgroups.BlkioStatEntry) (stat []info.PerDiskStats)
func GetStats ¶
func GetStats(cgroupPaths map[string]string, state *libcontainer.State) (*info.ContainerStats, error)
Get stats of the specified container
Types ¶
type CgroupSubsystems ¶
type CgroupSubsystems struct { // Cgroup subsystem mounts. // e.g.: "/sys/fs/cgroup/cpu" -> ["cpu", "cpuacct"] Mounts []cgroups.Mount // Cgroup subsystem to their mount location. // e.g.: "cpu" -> "/sys/fs/cgroup/cpu" MountPoints map[string]string }
func GetCgroupSubsystems ¶
func GetCgroupSubsystems() (CgroupSubsystems, error)
Get information about the cgroup subsystems.
Click to show internal directories.
Click to hide internal directories.