Difference between revisions of "Cgroups"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
``` | ``` | ||
grep -rn 5467 /sys/fs/cgroup/pids/* | grep -rn 5467 /sys/fs/cgroup/pids/* | ||
+ | lxc exec myhost -- ps -eaf | ||
``` | ``` |
Latest revision as of 15:37, 19 April 2020
using top and you see a high cpu with 5467 outside of container then do
LXD 4.0.0
grep -rn 5467 /sys/fs/cgroup/pids/* lxc exec myhost -- ps -eaf