Difference between revisions of "Cgroups"
Jump to navigation
Jump to search
(Created page with "using top and you see a high cpu with 5467 outside of container then do ``` grep -rn 5467 /sys/fs/cgroup/pids/* ```") |
|||
Line 1: | Line 1: | ||
using top and you see a high cpu with 5467 outside of container then do | 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/* | grep -rn 5467 /sys/fs/cgroup/pids/* | ||
``` | ``` |
Revision as of 15:36, 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/*