Interface CgroupDiscoverer

All Known Implementing Classes:
ProcCgroupDiscoverer, ProcCgroupV2Discoverer, ProcSelfCgroupDiscoverer

public interface CgroupDiscoverer
  • Method Summary

    Modifier and Type
    Method
    Description
    discover(String cgroup)
    Returns a path for a specific cgroup.
  • Method Details

    • discover

      Path discover(String cgroup)
      Returns a path for a specific cgroup. This path should contain the interesting cgroup files without further traversing needed.
      Parameters:
      cgroup - The cgroup
      Returns:
      The path that contains that cgroup's interesting bits.