Interface CgroupDiscoverer
- All Known Implementing Classes:
ProcCgroupDiscoverer,ProcCgroupV2Discoverer,ProcSelfCgroupDiscoverer
public interface CgroupDiscoverer
-
Method Summary
-
Method Details
-
discover
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.
-