RE: Cadvisor and Mesos: cgroup monitoring

2016-08-01 Thread Aurélien DEHAY
My bad. I forgot to restart the tasks. It works fine. Thanks again. De : haosdent [mailto:haosd...@gmail.com] Envoyé : lundi 1 août 2016 16:10 À : user Objet : Re: Cadvisor and Mesos: cgroup monitoring Hi, which mesos version you used? cgroups/devices is available since 1.0.0 On Mon, Aug 1

Re: Cadvisor and Mesos: cgroup monitoring

2016-08-01 Thread haosdent
nap with the plugin from Roger. > > > Thanks. > -- > *De :* haosdent > *Envoyé :* vendredi 29 juillet 2016 17:30:20 > > *À :* user > *Objet :* Re: Cadvisor and Mesos: cgroup monitoring > > Hi, you could add `cgroups/devices` into your

RE: Cadvisor and Mesos: cgroup monitoring

2016-08-01 Thread Aurélien DEHAY
for the answer. De : haosdent mailto:haosd...@gmail.com>> Envoyé : vendredi 29 juillet 2016 16:21:07 À : user Objet : Re: Cadvisor and Mesos: cgroup monitoring >- is there a way to "link" the cgroup id to the mesos task id? The cgroup id you saw is the Conta

RE: Cadvisor and Mesos: cgroup monitoring

2016-07-29 Thread aurelien.de...@gmail.com
`devices` cgroups to identify the cgroups of a process. In your case, devices cgroup is still set to root `/`. Thanks for the answer. De : haosdent mailto:haosd...@gmail.com>> Envoyé : vendredi 29 juillet 2016 16:21:07 À : user Objet : Re: Cadvisor and Meso

Re: Cadvisor and Mesos: cgroup monitoring

2016-07-29 Thread Roger Ignazio
nto cgroups. `ps` uses `devices` > cgroups to identify the cgroups of a process. In your case, devices cgroup > is still set to root `/`. > > Thanks for the answer. > -------------- > *De :* haosdent > *Envoyé :* vendredi 29 juillet 2016 16:21:07 > *À :* user &

Re: Cadvisor and Mesos: cgroup monitoring

2016-07-29 Thread haosdent
to root `/`. > > Thanks for the answer. > -- > *De :* haosdent > *Envoyé :* vendredi 29 juillet 2016 16:21:07 > *À :* user > *Objet :* Re: Cadvisor and Mesos: cgroup monitoring > > >- is there a way to "link" the cgroup id to the m

RE: Cadvisor and Mesos: cgroup monitoring

2016-07-29 Thread aurelien.de...@gmail.com
to root `/`. Thanks for the answer. De : haosdent Envoyé : vendredi 29 juillet 2016 16:21:07 À : user Objet : Re: Cadvisor and Mesos: cgroup monitoring >- is there a way to "link" the cgroup id to the mesos task id? The cgroup id you saw is the Cont

Re: Cadvisor and Mesos: cgroup monitoring

2016-07-29 Thread haosdent
>- is there a way to "link" the cgroup id to the mesos task id? The cgroup id you saw is the ContainerId actually. You could get the mapping relations from querying the state endpoint of Mesos agent. >In mesos, this information is set to /, so all my process are shown in the / cgroup. May you mind