> i ran the command: > # date +%s > and got: > 1098820015 > > and received the same type of graph (no data), only now the > x-axis shows the > correct time. Is there any way to "browse" the rrd files to > ensure the data exists? > > ~Zach
Of course. That should've been your first approach. $ rrdtool fetch protocol_tcp.rrd --start [...] [CF] Were [...] is the start time, and [CF] the consolidation function you specified. For --start use some interval YOU KNOW to have updated the db. Gabriel -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
