This is a discussion on [rrd-users] Re: RRDtool and NaN data within the RRD Users forums, part of the Networking and Network Related category; > I've just today started using RRDtool with Cacti to try and > log some traffic data. > > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> I've just today started using RRDtool with Cacti to try and
> log some traffic data. > > The RRA files are created with: > > rrdtool create data.rrd --step 300 > DS:ifInOctets:COUNTER:6000:0:4294967296 > DS:ifOutOctets:COUNTER:6000:0:4294967296 > DS:ifRequests:COUNTER:6000:0:4294967296 > > 2. The heartbeat is significantly larger than the step Perhaps a bit too significant. From the rrdtool create page: "A long heartbeat can span multiple ``steps'', which means it is acceptable to have multiple PDPs calculated from a single sample. An extreme example of this might be a ``step'' of 5 minutes and a ``heartbeat'' of one day, in which case a single sample every day will result in all the PDPs for that entire day period being set to the same average rate." So you should probably wait 6000 seconds to see the database getting filled. Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi |