Did you read these? http://www.usenix.org/events/lisa00/full_papers/brutlag/brutlag_html/ http://cricket.sourceforge.net/aberrant/rrd_hw.htm
Pretty much tells you what you need, you can always tweak it the settings also. -C --- On Tue, 2/9/10, Vinod Sharma <[email protected]> wrote: > From: Vinod Sharma <[email protected]> > Subject: [rrd-users] Aberrant Behavior Detection Settings > To: [email protected] > Date: Tuesday, February 9, 2010, 5:29 AM > I am using below settings to create rrd > > Assumes step of 5. Following RRA's are created > # Every 5 seconds for 2 days. Step = 5/5 = 1. > Count = 86400/5*2 = 34560 > # Every Minute for 14 days. Step = 60/5 = 12. > x= 86400/5/12*14 = 20160 > > # Every Day for 1 year. Step = 86400/5 = 17280 > > > RRA:MAX:0.99:1:34560 > RRA:MAX:0.99:12:20160 > RRA:MAX:0.99:17280:365 > > DS:data:GAUGE:25:U:U > > RRA:AVERAGE:0.99:1:34560 > > RRA:AVERAGE:0.99:12:20160 > RRA:AVERAGE:0.99:17280:365 > > Can anyone please help to configure Aberrant behavior > detection settings. > > > > > > -----Inline Attachment Follows----- > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
