[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Monitor performance metrics
You might want to take a look at using sFlow (http://www.sflow.org) as the monitoring protocol. A Host sFlow agent (http://host-sflow.sourceforge.net/) installed on the hypervisor will use libxenstat to retrieve and periodically export hypervisor and per VM metrics using the sFlow protocol (basically XDR encoded structures sent over UDP): Receiving and decoding this data in Java is straightforward using methods in ByteBuffer (note: XDR is a BIG_ENDIAN encoding). Here are some links to additional resources:
You can go beyond the basic performance counters. sFlow support in the Open vSwitch provides detailed visibility into traffic between VMs:
On Tue, Oct 8, 2013 at 5:28 AM, sse <retron24@xxxxxxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |