Re: [libvirt] [PATCH 2/6] lxc: Introduce method lxcDomainGetStats().

2019-03-12 Thread Peter Krempa
On Mon, Mar 11, 2019 at 17:56:14 -0300, Julio Faracco wrote: > This method is responsible to fetch data like State, CPU, Disk and > Balloon info (all single domain info) from each domain 'virDomainObjPtr'. > > Signed-off-by: Julio Faracco > --- > src/lxc/lxc_driver.c | 42 +++

[libvirt] [PATCH 2/6] lxc: Introduce method lxcDomainGetStats().

2019-03-11 Thread Julio Faracco
This method is responsible to fetch data like State, CPU, Disk and Balloon info (all single domain info) from each domain 'virDomainObjPtr'. Signed-off-by: Julio Faracco --- src/lxc/lxc_driver.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/src/l