Introducing cgroups details
Pre-release
Pre-release
mhausenblas
released this
22 Oct 13:53
·
38 commits
to master
since this release
This release is a big step forward as it introduces two new ways that you can explore namespaces and cgroups:
- a sort of reverse lookup:
cinf --pid 9422
lists all the namespaces the process with PID9422
is in - a cgroups details query:
cinf --cgroup 5:9422
lists consumption details of the cgroup of the hierarchy ID5
(which happens to be mapped tomemory
on my test system) for the process with PID9422
Other things done are a consolidation of the CLI arguments (it used to be --namespace
as the default, implicit argument) and some more docs around cgroups.