Re: Using snmpd on host to monitor guest bandwidth usage

2009-10-25 Thread Nikolai K. Bochev
@vger.kernel.org Sent: Sunday, October 25, 2009 7:46:15 AM Subject: Re: Using snmpd on host to monitor guest bandwidth usage On 10/25/2009 02:23 AM, Neil Aggarwal wrote: As far as i know, you can fix the vm's interfaces on the host. I'm using libvirt and you can do it there as described in here : http

Re: Using snmpd on host to monitor guest bandwidth usage

2009-10-24 Thread Nikolai K. Bochev
Hello, As far as i know, you can fix the vm's interfaces on the host. I'm using libvirt and you can do it there as described in here : http://libvirt.org/formatdomain.html#elementsNICSBridge ( What you're looking for is target dev='vnet0'/ directive ). If you don't do this, vnet interfaces

RE: Using snmpd on host to monitor guest bandwidth usage

2009-10-24 Thread Neil Aggarwal
As far as i know, you can fix the vm's interfaces on the host. I'm using libvirt and you can do it there as described in here : http://libvirt.org/formatdomain.html#elementsNICSBridge ( What you're looking for is target dev='vnet0'/ directive ). Setting the target device name is not

Re: Using snmpd on host to monitor guest bandwidth usage

2009-10-24 Thread Avi Kivity
On 10/25/2009 02:23 AM, Neil Aggarwal wrote: As far as i know, you can fix the vm's interfaces on the host. I'm using libvirt and you can do it there as described in here : http://libvirt.org/formatdomain.html#elementsNICSBridge ( What you're looking for istarget dev='vnet0'/ directive ).