Hi Alex van den Bogaerdt!!!

> >             I do not know where and how I can use DERIVE and I wouldn't
> > like to create a new data base .rrd because it would lose all data of months
> 
> DERIVE is like COUNTER.  The first article you found explains.
> 
> A new database with type DERIVE in stead of COUNTER will help, however:
> 
> I am not entirely sure but I THINK you can alter your existing database
> using rrdtool tune; just change counter into derive and don't forget to
> set the minimum allowed rate to zero.

 Well i have a similar problem and i HAVE type DERIVE an minimum set to
ZERO:

--------------------------------------------------------------------------------
inicio=`date -d '2002-06-01' +"%s"`

  rrdtool create --start $inicio interface.rdd --step 60 \
  DS:in:DERIVE:600:0:U                               \
  DS:out:DERIVE:600:0:U                              \
  RRA:AVERAGE:0.5:1:600                              \
  RRA:AVERAGE:0.5:6:700                              \
  RRA:AVERAGE:0.5:24:775                             \
  RRA:AVERAGE:0.5:288:3725                           \
  RRA:MAX:0.5:1:1:600                                \
  RRA:MAX:0.5:6:700                                  \
  RRA:MAX:0.5:24:775                                 \
  RRA:MAX:0.5:288:3725;
--------------------------------------------------------------------------------

 I update every minute.... and today i have had a peak.......

 How to modify the graph/data??

 or

 Any solution????


 Thanks in advance....


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

Reply via email to