sFlow XenServer

Download iso

http://sourceforge.net/projects/host-sflow/files/REL-1_22/

HERE!

mount and install.

service hsflowd start
service sflowovsd start

chkconfig hsflowd on
chkconfig sflowovsd on

edit conf file

nano /etc/hsflowd.conf

agent = xenbr0

DNSSD = off
polling = 20
sampling = 512

collector {
ip = 10.1.1.x
udpport = 6343
}

service hsflowd restart

Comments are closed.