Versions in this module Expand all Collapse all v0 v0.11.1 May 8, 2014 v0.11.0 May 7, 2014 Changes in this version + var ErrNotSupportStat = errors.New("stats are not supported for subsystem") + var ErrNotValidFormat = errors.New("line is not a valid key value format") + func Apply(c *cgroups.Cgroup, pid int) (cgroups.ActiveCgroup, error) + func GetStats(c *cgroups.Cgroup, subsystem string, pid int) (map[string]float64, error) + func NewCgroupTestUtil(subsystem string, t *testing.T) *cgroupTestUtil