[rrd-users] Re: Urgent help requested with rrdtool

Michael Boman michael.boman at securecirt.com
Tue Jan 13 18:01:36 MET 2004


On Tue, 2004-01-13 at 23:24, Michael Boman wrote:
> Anyway, my "rrdtool create" is apparently wrong and stores the wrong
> amount of data, and I wonder if anyone can give me an example how to
> create a rrd database that stores:
> 
> 48 hours / 5 minute averages
> 14 days / 30 minute averages
> 30 days / 1 hour averages
> 90 days / 3 hour averages
> 365 days / 1 day averages
I think I've solved it myself. The rrdtool create looks like this:

rrdtool create bandwidth.rrd \
        --start 1041350400 \
        --step 1 \
        DS:http:ABSOLUTE:1:0:U \
        DS:https:ABSOLUTE:1:0:U \
	[etc, snipped to save bandwidth]
        RRA:AVERAGE:0.5:300:576 \
        RRA:AVERAGE:0.5:6:672 \
        RRA:AVERAGE:0.5:2:720 \
        RRA:AVERAGE:0.5:3:720 \
        RRA:AVERAGE:0.5:8:365

If this is not correct, please let me know ASAP ;)

Best regards
 Michael Boman

-- 
Michael Boman
Security Architect, SecureCiRT Pte Ltd
http://www.securecirt.com

-- Attached file removed by Ecartis and put at URL below --
-- Type: application/pgp-signature
-- Desc: This is a digitally signed message part
-- Size: 190 bytes
-- URL : http://www.ee.ethz.ch/~slist/p/62-signature.asc


--
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
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list