On Wed, Sep 07, 2005 at 04:12:09PM -0400, Jason Lewis wrote:
> I have data that I am capturing every 15 minutes and then dumping the
> four data sets into RRD every hour. I am having difficulty figuring out
> what the best step is when I create the DB and what the heartbeat should
> be for each DS.
Collect every 15 minutes, insert into the database every hour.
Step could be 900 (900 seconds is 15 minutes) and your heartbeat should
allow for at least 3600 seconds (a bit more to be on the safe side).
The update command can be:
rrdtool update your_db.rrd \
1126166400:1 \
1126167300:2 \
1126168200:3 \
1126169100:4
HTH
Alex
--
Unsubscribe mailto:[EMAIL PROTECTED]
Help mailto:[EMAIL PROTECTED]
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi