Re: [libvirt-users] data monitored by "virDomainBlockStats" API not consistent with ones reading from /proc/[pid]/io, and corrugated with /proc/diskstats

2014-06-24 Thread Eric Blake
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

[libvirt-users] get domain id or something else that can help determine domain in network ethernet

2014-06-24 Thread Vasiliy Tolstov
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,

Re: [libvirt-users] bridge could not be initialized

2014-06-24 Thread Kashyap Chamarthy
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

[libvirt-users] data monitored by "virDomainBlockStats" API not consistent with ones reading from /proc/[pid]/io, and corrugated with /proc/diskstats

2014-06-24 Thread coperd
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,