[rrd-users] Re: traffic peak

Iñaki Martínez sistema at euskal-linux.org
Tue May 27 15:32:34 MEST 2003


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: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
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list