[rrd-users] Re: NaN

steve rader rader at teak.wiscnet.net
Tue Feb 29 15:36:04 MET 2000


 > From: aalderink at hotmail.com
 > /usr/local/bin/rrdtool create 154.16.1.1_19.rrd \
 >    --start 951814799 --step 300 DS:ifinoctets:COUNTER:300:U:U \ 
 >    DS:ifoutoctets:COUNTER:300:U:U RRA:AVERAGE:0.5:300:24

[I'm dialed up over a slow line so I'll be very terse...]

The RRA def above sez to use 300 "polling values" (primary data points) 
to create a data point (consolidated data point).   Try

 /usr/local/bin/rrdtool create 154.16.1.1_19.rrd \
    --start 951814799 --step 300 DS:ifinoctets:COUNTER:300:U:U \ 
    DS:ifoutoctets:COUNTER:300:U:U RRA:AVERAGE:0.5:1:24

See "man rrdcreate" where it talks about the "steps" attribute
to RRA definitions.

steve 
- - - 
systems & network guy
high energy physics
university of wisconsin

--
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