Displaying 9 results from an estimated 9 matches for "num_cgroup".
Did you mean:
num_cgroups
2013 Aug 21
2
virsh "cpu-stats" not working !!!
...XX.2.x86_64
>
> Problem :
>
> # virsh cpu-stats CLA-0
> error: Failed to retrieve CPU statistics for domain 'CLA-0'
> *error: internal error error accessing cgroup cpuacct for vcpu*
>
> Related info :
>
> # cat /proc/cgroups
> #subsys_name hierarchy num_cgroups enabled
> cpuset 3 4 1
> ns 0 1 1
> cpu 1 6 1
> cpuacct 7 3...
2013 Aug 21
2
Information needed regarding the libvirt version libvirt-1.0.6-1
...grade "virsh cpu-stats <domain>" command
is not working on our HardWare.
*virsh # cpu-stats test
error: Failed to retrieve CPU statistics for domain 'test'
error: internal error error accessing cgroup cpuacct for vcpu*
**
*# cat /proc/cgroups
#subsys_name hierarchy num_cgroups enabled
cpuset 3 4 1
ns 0 1 1
cpu 1 6 1
cpuacct 7 3 1
memory 2 3 1
freezer 0 1 1
net_cls 0 1 1
blkio 0 1 1
*
*# chkconfig --list | grep cg
cgroups_mount 0:off 1:on 2:on 3:on...
2013 Aug 23
2
Re: virsh "cpu-stats" not working !!!
...A-0'
> >> *error: internal error error accessing cgroup cpuacct for vcpu*
>
> Are you sure cpuacct was mounted prior to libvirtd starting?
>
> >>
> >> Related info :
> >>
> >> # cat /proc/cgroups
> >> #subsys_name hierarchy num_cgroups enabled
> >> cpuset 3 4 1
> >> ns 0 1 1
> >> cpu 1 6 1
> >> cpuacct...
2013 May 29
0
Help needed regarding "virsh cpu-stats test_vm"
...it is trying to find to where
that cgroups is mounted in a system (default in ubuntu is
/sys/fs/cgroup/cpuset/libvirt/, but in our platform uses /dev/cgroup_xxx).
Find /proc/cgroups and /proc/mounts log below:
==================================
# cat /proc/cgroups
#subsys_name hierarchy num_cgroups enabled
cpuset 0 1 1
ns 0 1 1
cpu 1 3 1
cpuacct 0 1 1
memory 2 1 1
freezer 0 1 1
net_cls 0 1 1
blkio 0 1 1
# cat /proc/mounts
cpu /dev/cgroup_cpu cgroup rw,relatime,cpu 0 0
memory /dev...
2013 Aug 21
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
...t;" command
> is not working on our HardWare.
>
> *virsh # cpu-stats test
> error: Failed to retrieve CPU statistics for domain 'test'
> error: internal error error accessing cgroup cpuacct for vcpu*
> **
> *# cat /proc/cgroups
> #subsys_name hierarchy num_cgroups enabled
> cpuset 3 4 1
> ns 0 1 1
> cpu 1 6 1
> cpuacct 7 3 1
> memory 2 3 1
> freezer 0 1 1
> net_cls 0 1 1
> blkio 0 1 1
> *
> *# chkconfig --list | grep...
2013 Aug 21
0
Re: virsh "cpu-stats" not working !!!
...retrieve CPU statistics for domain 'CLA-0'
>> *error: internal error error accessing cgroup cpuacct for vcpu*
Are you sure cpuacct was mounted prior to libvirtd starting?
>>
>> Related info :
>>
>> # cat /proc/cgroups
>> #subsys_name hierarchy num_cgroups enabled
>> cpuset 3 4 1
>> ns 0 1 1
>> cpu 1 6 1
>> cpuacct 7...
2014 Feb 15
2
lxc and cgroups
...te this group in the controllers
cpu { }
cpuset { }
memory { }
devices { }
freezer { }
net_cls { }
blkio { }
}
- /etc/cgrules is deafult one, so everything is commented. Maybe shall
I edit a line ??
- gabx@hortensia ➤➤ ~ # cat /proc/cgroups
#subsys_name hierarchy num_cgroups enabled
cpuset 3 5 1
cpu 4 4 1
cpuacct 4 4 1
memory 5 5 1
devices 6 4 1
freezer 7 5 1
net_cls 8 5 1
blkio 9 4 1
Something puzzles me. In /sys/fs/cgroup/blkio, I see two dirs: dahlia
and machine.slice. Inside machine.slice...
2017 Feb 27
2
Redhat 7: cgroup CPUACCT controller is not mounted
...0 cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0 cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
$ cat /proc/cgroups
#subsys_name hierarchy num_cgroups enabled
cpuset 6 1 1
cpu 7 1 1
cpuacct 7 1 1
memory 11 1 1
devices 2 1 1
freezer 5 1 1
net_cls 8 1 1
blkio 10 1 1
perf_event 9 1 1
hugetlb 3 1 1
pids 4 1...
2013 Aug 22
2
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
...ng on our HardWare.
> >
> > *virsh # cpu-stats test
> > error: Failed to retrieve CPU statistics for domain 'test'
> > error: internal error error accessing cgroup cpuacct for vcpu*
> > **
> > *# cat /proc/cgroups
> > #subsys_name hierarchy num_cgroups enabled
> > cpuset 3 4 1
> > ns 0 1 1
> > cpu 1 6 1
> > cpuacct 7 3 1
> > memory 2 3 1
> > freezer 0 1 1
> > net_cls 0 1 1
> > blkio 0 1...