Re: [libvirt] [PATCH RFC 3/7] libxl: implement virDomainInterfaceStats

2015-09-24 Thread Joao Martins
On 09/23/2015 08:18 PM, Jim Fehlig wrote: > Joao Martins wrote: >> Introduce support for domainInterfaceStats API call for querying >> network interface statistics. Consequently it also enables the >> use of `virsh domifstat ` command. >> >> For getting statistics we resort to

Re: [libvirt] [PATCH RFC 3/7] libxl: implement virDomainInterfaceStats

2015-09-24 Thread Jim Fehlig
Joao Martins wrote: > On 09/23/2015 08:18 PM, Jim Fehlig wrote: > >> Joao Martins wrote: >> >>> Introduce support for domainInterfaceStats API call for querying >>> network interface statistics. Consequently it also enables the >>> use of `virsh domifstat ` command. >>> >>> For getting

Re: [libvirt] [PATCH RFC 3/7] libxl: implement virDomainInterfaceStats

2015-09-23 Thread Jim Fehlig
Joao Martins wrote: > Introduce support for domainInterfaceStats API call for querying > network interface statistics. Consequently it also enables the > use of `virsh domifstat ` command. > > For getting statistics we resort to virNetInterfaceStats and let > libvirt handle the platform specific

[libvirt] [PATCH RFC 3/7] libxl: implement virDomainInterfaceStats

2015-09-08 Thread Joao Martins
Introduce support for domainInterfaceStats API call for querying network interface statistics. Consequently it also enables the use of `virsh domifstat ` command. For getting statistics we resort to virNetInterfaceStats and let libvirt handle the platform specific nits. Note that the latter is