Re: [libvirt] [PATCH 3/3] lxc: implement connectGetAllDomainStats

2018-03-07 Thread John Ferlan
On 03/05/2018 12:21 PM, Cédric Bosdonnat wrote: > LXC containers can also provide some statistics. Allow users to fetch > them using the existing API. I think you're fetching more than "some" ;-)! > --- > src/lxc/lxc_driver.c | 203 > +++ > 1 fi

[libvirt] [PATCH 3/3] lxc: implement connectGetAllDomainStats

2018-03-05 Thread Cédric Bosdonnat
LXC containers can also provide some statistics. Allow users to fetch them using the existing API. --- src/lxc/lxc_driver.c | 203 +++ 1 file changed, 203 insertions(+) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index a16dbcc96..c357df