[rrd-users] Aggerate graph from multiple file rrd

This is a discussion on [rrd-users] Aggerate graph from multiple file rrd within the RRD Users forums, part of the Networking and Network Related category; Hi guys, I need to aggregate 500 or more rrd file to display unique cumulative bandwidth graph report . ( on a ...


Go Back   Usenet Forums > Networking and Network Related > RRD Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-04-2006
Paolo-Fastweb
 
Posts: n/a
Default [rrd-users] Aggerate graph from multiple file rrd

Hi guys,


I need to aggregate 500 or more rrd file to display unique cumulative
bandwidth graph report . ( on a Solaris SunO 5.8 Generic_108528-13 sun4u
sparc SUNW,Sun-Fire-280R)

I try in this way, but seems to be some errors (overflow on cdeout and
cdein variables?)

foreach $file (@files)
{

push @DEF,
join(':','DEF','a'.$count.'='.$dir."/$ip",'otot_bytes','AVERAGE');
push @DEF,
join(':','DEF','b'.$count.'='.$dir."/$ip",'itot_bytes','AVERAGE');

if ($count == 0 )
{
$cdefout="a0,UN,0,a0,IF";
$cdefin="b0,UN,0,b0,IF";
}
else
{
$cdefout.=",a".$count.","."UN,0".",a".$count.",IF, +";
$cdefin.=",b".$count.","."UN,0".",b".$count.",IF,+ ";
}
$count++;

}


Can someone help me?


Best Regards

Paolo

--
Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:30 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0