Re: [lxc-devel] issue with inotify and cgroups

2011-07-28 Thread Daniel Lezcano
On 07/28/2011 12:03 PM, Lou-adrien Fabre wrote: > Hi, > > I'm currently trying to monitor my container's stats from my host, using the > cgroup file (especialy cpuacct.usage_percpu), but the problem is that the > refresh rate of the cgroup file seems to be quit unstable. So i need to > watch for fi

[lxc-devel] issue with inotify and cgroups

2011-07-28 Thread Lou-adrien Fabre
Hi, I'm currently trying to monitor my container's stats from my host, using the cgroup file (especialy cpuacct.usage_percpu), but the problem is that the refresh rate of the cgroup file seems to be quit unstable. So i need to watch for file modification and make my calculation then. I was thinkin