On 06/24/2014 02:24 AM, coperd wrote:
>
> It is supposed that the VM’s disk “rd_bytes" and “wr_bytes" should
never exceed the value of the physical disk respectively, right ?
That's a question for the qemu folks.
> Doesn’t
> libvirt virDomainBlockStats read disk information from “proc” ?
No, li
Hello. I need to do some specific steps to bring up network for domain.
I can't use bridge, nat, and other modes.
I prefer ethernet type networking that bring up by script.
But in case os script i have one big problem - how can i determine and
get some domain data - for example if i get domain id,
On Tue, Jun 24, 2014 at 05:24:01PM +0530, Kashyap Chamarthy wrote:
> [Please keep the list in CC for technical questions.]
Now adding the list for real.
>
> On Mon, Jun 23, 2014 at 04:45:25PM +0530, abhishek jain wrote:
> > Hi
> >
> > I'm trying to run VM from controller node onto compute node
Hi, all.
While monitoring KVM VMs’ disk utilisation using libvirt API
“virDomainBlockStats", I find that the results acquired is not consistent
with the value read from /proc/[vm_pid]/io(i only care about “rd_bytes" and
“wr_bytes” fields). Since libvirt doesn’t support host level monitoring,