Class ProcSelfCgroupDiscoverer

    • Constructor Detail

      • ProcSelfCgroupDiscoverer

        public ProcSelfCgroupDiscoverer()
    • Method Detail

      • discover

        public Path discover​(String cgroup)
        Description copied from interface: CgroupDiscoverer
        Returns a path for a specific cgroup. This path should contain the interesting cgroup files without further traversing needed.
        Specified by:
        discover in interface CgroupDiscoverer
        Parameters:
        cgroup - The cgroup
        Returns:
        The path that contains that cgroup's interesting bits.