search for: xen_traffic

Displaying 1 result from an estimated 1 matches for "xen_traffic".

2007 Apr 27
0
Network Traffic Monitoring
Hi all, I''ve modified a network traffic monitoring tool to monitor for each virtual machine instead of the physical interface. Here I attach the script. You only have to add this perl script to cron: */5 * * * * root /usr/local/bin/xen_traffic.pl >/dev/null It allows some customization by modifyng the source code: # define location of rrdtool databases my $rrd = ''/var/lib/xenrrd''; # define location of web page my $img = ''/var/www/html/xenrrdtool''; regards, Jordi _____________________________...