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 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|