Displaying 5 results from an estimated 5 matches for "interfacestats".
Did you mean:
interface_stats
2015 Sep 10
1
Monitoring passthrough(SR-IOV) interfaces
Hi all, is it possible to monitor guest's interface's stat which uses
SR-IOV virtual function?
I don't know how qemu/libvirt implement monitoring, if functions like
interfaceStats are implemented in the host, I think there's little chance
to do this due to SR-IOV's nature, is it right?
If i can't use libvirt to monitor SR-IOV interfaces, is there another way
to do monitoring except putting agent in the guest OS?
thx
2011 Jan 03
1
availability of snapshots functionality via Python bindings
...#39;__doc__',
'__init__', '__module__', '_conn', '_o', 'attachDevice', 'autostart',
'blockPeek', 'blockStats', 'connect', 'coreDump', 'create', 'destroy',
'detachDevice', 'info', 'interfaceStats', 'maxMemory', 'maxVcpus',
'memoryPeek', 'migrate', 'name', 'pinVcpu', 'reboot', 'resume', 'save',
'schedulerParameters', 'schedulerType', 'setAutostart', 'setMaxMemory',
'setMemory',...
2011 Feb 14
1
Use libvirt-python to attach cdrom
Hi all,
I want to attach cdrom by libvirt.py .But can't find a func in
libvirt.py can finish this work.
Who can help me ?
Regard
--
Seven Ling
E-mail: jiejie.ling at qq.com
2012 Feb 10
1
Unable to collect VM metrics for ESX using libvirt
...h the
connection successfully and obtain VM information such as ids, domain
names, config xml etc. But I am unable to collect statistics.
I am using the python interface and if I do ,
conn=libvirt.openAuth(uri, auth, 0)
dom-conn.lookupByID(id) // Where id is the domain id of the vms
netstats=dom.interfaceStats(interface)
gives an error libvirt.libvirtError: this function is not supported by the
connection driver: virDomainInterfaceStats
The same goes for block stats. For the cpu, I used,
cpu=dom.info()[4]
but, that always returns 0 (I thought it was cumulative and returns a huge
value)
I have used s...
2013 May 04
0
Requested operation is not valid: domain is not running but exactly vm is running
hi,all
requested operation is not valid: domain is not running but exactly vm is running
when call getCPUStats,interfaceStats...
system: centos6.3
libvirt-0.9.10-21.el6_3.7.x86_64
libvirt-python-0.9.10-21.el6_3.7.x86_64
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130504/04d66f68/attachment.htm>
-------------...