[Libvir] [PATCH] Block device and network stats

Richard W.M. Jones rjones at redhat.com
Fri Aug 10 14:52:27 UTC 2007


Daniel P. Berrange wrote:
> On Fri, Aug 10, 2007 at 03:35:08PM +0100, Richard W.M. Jones wrote:
>> This is the implementation (currently Xen, local only).
>>
>> It includes a couple of virsh commands if you want to play with looking 
>> at the stats.
> 
> The network interface stuff isn't quiet correct
> 
> +/* Paths have the form "virbr\d+" or "xenbr\d+".  On Linux we open
> + * /proc/net/dev and look for the device called vif<domid>.<n>.
> + */
> +int
> +xenHypervisorDomainInterfaceStats (virDomainPtr dom,
> +                                   const char *path,
> +                                   struct _virDomainInterfaceStats *stats)
> 
> 
> The virbrN  / xenbrN devices are bridges so see all traffic from any guest
> attached.  We need to look at ths individual  vifN.N or vnetN devices which
> are per-guest.  This info isn't included in the XML though. If we can figure
> out a efficient way to export vif name in the XML we could use that, otherwie
> the API should probably take the MAC address on the device and use that to
> resolve the underlying VIF. The former is nicer though if we can do it.

Yuk, but yes I'll take a look.

> That all said, it could be nice to also have a getStats method for the
> virNetworkPtr objects to get cummulative bridge data - the backend impl
> would be near identical.

Yup.

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20070810/be42a3e2/attachment-0001.bin>


More information about the libvir-list mailing list