Displaying 4 results from an estimated 4 matches for "memorypeek".
Did you mean:
memory_peek
2010 Jun 30
0
Are memoryPeek and blockPeek still not supported?
Hi,
I just tried x=dom.blockPeek('disk',5,0,buf,0) and it returns AtrributeError: 'module' object has no attribute 'virDomainBlockPeek'
I found this bug submission from early 09: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=492683
Is that still correct are they not implemented. Or did i screw up the command?
Thanks,
Steve
2012 Aug 31
1
virDomainMemoryPeek: bad behavior under workload
...und and the only way to get the memory in such a way is
using the QEMU monitor command `pmemsave`.
I am using libvirt through its Python bindings and the
virDomainQemuMonitorCommand seems not to be exposed by the API so, as
suggested in some mails I read into the mailig list, I switched to
virDomainMemoryPeek.
Using this function keeps up to 14-16 seconds to read 512Mb of memory
with the 64Kb limitation and 2-3 seconds with the 1Mb one; but the
most annoying thing is that I can't run several environment
concurrently as the function keeps failing.
Here's the typical output:
File "/home/n...
2011 Jan 03
1
availability of snapshots functionality via Python bindings
...onn', '_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', 'setSchedulerParameters', 'setVcpus', 'shu...
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