Re: [libvirt] [PATCH 1/6] lxc: Introduce method lxcConnectGetAllDomainStats().

2019-03-12 Thread Ján Tomko
Please drop the '.' at the end of the commit message. (Possibly the parentheses as well - you alredy called it a method and having a symbol with 'lxc' prefix and 'Get' in its name should be enough of a hint) Jano On Mon, Mar 11, 2019 at 05:56:13PM -0300, Julio Faracco wrote: This is an

Re: [libvirt] [PATCH 1/6] lxc: Introduce method lxcConnectGetAllDomainStats().

2019-03-12 Thread Peter Krempa
On Mon, Mar 11, 2019 at 17:56:13 -0300, Julio Faracco wrote: > This is an implementation of method used by driver to retrieve stats > from all domain. Right now, this is a simple implementation considering > only State, CPU, Disks and Balloon. > > Signed-off-by: Julio Faracco > --- >

[libvirt] [PATCH 1/6] lxc: Introduce method lxcConnectGetAllDomainStats().

2019-03-11 Thread Julio Faracco
This is an implementation of method used by driver to retrieve stats from all domain. Right now, this is a simple implementation considering only State, CPU, Disks and Balloon. Signed-off-by: Julio Faracco --- src/lxc/lxc_driver.c | 83 1 file