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

Using snmpd on host to monitor guest bandwidth usage

2009-10-24 Thread Neil Aggarwal
Hello: I am using Cacti to monitor traffic usage on my network. According to what I am reading, snmpd can report traffic stats to Cacti. Running netstat -in on the host, I see this output: Kernel Interface table Iface MTU MetRX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP TX-OVR

Re: Using snmpd on host to monitor guest bandwidth usage

2009-10-24 Thread Nikolai K. Bochev
will be assigned to vm's in the order they start - the first one getting vnet0, the second one vnet1 etc. - Original Message - From: Neil Aggarwal n...@jammconsulting.com To: kvm@vger.kernel.org Sent: Saturday, October 24, 2009 4:52:59 PM Subject: Using snmpd on host to monitor guest

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 ).