On Mon, Mar 11, 2019 at 17:56:12 -0300, Julio Faracco wrote:
This series has a collection of new methods to enable support for
virConnectGetAllDomainStats() to LXC driver. The only difference is Disk
Stats. It needs to consider only the host file system operations or any
other block device as a external disk or partition.
Julio Faracco (6):
lxc: Introduce method lxcConnectGetAllDomainStats().
lxc: Introduce method lxcDomainGetStats().
lxc: Introduce method lxcDomainGetStatsCpu().
lxc: Introduce method lxcDomainGetStatsState().
lxc: Introduce method lxcDomainGetBlockStats().
lxc: Introduce method lxcDomainGetBalloonStats().
I've looked through and this series will not compile between commits,
which is a requirement for pushing it. You'll need to fix the function
calls so that they don't reference code which does not exist at given
time.
Other comments will be inline.