[rrd-users] Re: Multiple targets in one RRD, and wrapping counters.

Tobias Oetiker oetiker at ee.ethz.ch
Tue Jan 25 22:40:51 MET 2000


Today you sent me mail regarding [rrd-users] Multiple targets in one RRD,...:

*> Currently, I'm monitoring about 500+ hosts with MRTG2.8.9 and slowly but
*> surely I'm moving my way towards building yet another RRDTool frontend
*> that will take over the job.
*> 
*> One particular target we have is an aggregate of all of our core routers.
*> We've been playing around with it recently because we activated a couple
*> of OC3 circuits in the past week.
*> 
*> I'm not expecting very accurate data due to counter wraps on some hosts.
*> But I'm wondering how I could correct this with RRDTool.
*> 
*> One idea I had was to avoid saving aggregated data altogether.  Instead, I
*> would just create a RRD graph that would be built from the values in
*> individual RRDs.
*> 
*> For example:
*> 
*> rrdtool graph total.png \
*> 	DEF:r1in=router1.rrd:inoctets:AVERAGE   \
*> 	DEF:r2in=router2.rrd:inoctets:AVERAGE   \
*> 	DEF:r1out=router1.rrd:outoctets:AVERAGE \
*> 	DEF:r2out=router2.rrd:outoctets:AVERAGE \
*> 	"CDEF:inoctets=r1in,r2in,+"             \
*> 	"CDEF:outoctets=r1out,r2out,+"          \
*> 	LINE2:inoctets#ff0000                   \
*> 	AREA:outoctets#00ff00                   \
*> 
*> 
this will work fine ... you can agregate many more if you want ...

cheer
tobi
*> Has anyone else dealt with this issue?
*> 
*> --                      _______________
*>  Chris Josephes      __/ MRNet/Onvoy   \
*>  chrisj at mr.net    __/   www.onvoy.com  /
*> \________________/
*> 
*> 
*> --
*> Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
*> Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
*> Archive     http://www.ee.ethz.ch/~slist/rrd-users
*> 

-- 
 ______    __   _
/_  __/_  / /  (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich
 / // _ \/ _ \/ / TEL: +41(0)1-6325286  FAX:...1517  ICQ: 10419518 
/_/ \.__/_.__/_/ oetiker at ee.ethz.ch http://ee-staff.ethz.ch/~oetiker

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users



More information about the rrd-users mailing list