Re: Need help

2022-12-21 Thread Daniel P . Berrangé
On Wed, Dec 21, 2022 at 08:14:14PM +0530, Gk Gk wrote: > Hi All, > > I am trying to get guest VM's disk statistics using a libvirt python > library as follows: > --- > raw_xml = domain.XMLDesc(0) > for disk in doc.getElementsByTagName('disk'): > disk_data = disk.getElementsByTagName('target') >

Re: Need help

2022-12-02 Thread Laine Stump
On 12/2/22 7:43 AM, Gk Gk wrote: Hi, We have an openstack platform and we are trying to get the network details of the guest vm on the hypervisors using the python libvirt library (domain.interfaceStats) . But in cases of SR-IOV vms, the interface is not being reported by the above tool.  The