Re: [libvirt] [PATCH RFC 5/7] libxl: implement virConnectGetAllDomainStats

2015-10-13 Thread Joao Martins
On 10/12/2015 11:20 PM, Jim Fehlig wrote: > Joao Martins wrote: >> Introduce support for connectGetAllDomainStats call that >> allow us to _all_ domain(s) statistics including network, block, >> cpus and memory. Changes are rather mechanical and mostly >> take care of the format to export the dat

Re: [libvirt] [PATCH RFC 5/7] libxl: implement virConnectGetAllDomainStats

2015-10-12 Thread Jim Fehlig
Joao Martins wrote: > Introduce support for connectGetAllDomainStats call that > allow us to _all_ domain(s) statistics including network, block, > cpus and memory. Changes are rather mechanical and mostly > take care of the format to export the data. > > Signed-off-by: Joao Martins > --- > src/

[libvirt] [PATCH RFC 5/7] libxl: implement virConnectGetAllDomainStats

2015-09-08 Thread Joao Martins
Introduce support for connectGetAllDomainStats call that allow us to _all_ domain(s) statistics including network, block, cpus and memory. Changes are rather mechanical and mostly take care of the format to export the data. Signed-off-by: Joao Martins --- src/libxl/libxl_driver.c | 267 +