Difference between revisions of "Cgroups"

From UVOO Tech Wiki
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/* ```")
 
 
(One intermediate revision by the same user not shown)
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/*
 +
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