Re: [rrd-users] Conception problem on a rrd database

2008-02-18 Thread Gwenael Lahay
moment, the program takes around 6 minutes to write the data. I need to write the data in less than 2 minutes :( A collegue had told me that MySql Merge tables could be a solution for my problem. Thanks 2008/2/18, Fabien Wernli <[EMAIL PROTECTED]>: > > On Mon, Feb 18, 2008 at 01:53:30PM +0

Re: [rrd-users] Conception problem on a rrd database

2008-02-18 Thread Gwenael Lahay
ferent source ip (thousands). My hard drive could no manipulate so much files at the same time. Consequently, i have performance problems to write and read data. 2008/2/18, Carsten Aulbert <[EMAIL PROTECTED]>: > > Hi, I'm new here so please bear with me. > > Gwenael Lahay wro

[rrd-users] Conception problem on a rrd database

2008-02-18 Thread Gwenael Lahay
Hello, I would like to expose you a conception problem on a program that i wrote. I am not sure that it is the purpose of this forum but i really need some help ? ^^ I need to detect and store informations on the net flow on a subnet. I store all the caracterics (bytes/s and packets/s) of the fl

Re: [rrd-users] Optimize RRD update

2008-02-05 Thread Gwenael Lahay
normal and is there a solution ? Sam had talk about a solution to "collect and batch several RRD updates to run at once" but i do not find the information in the archive list. Could you indicate me the method. Thanks 2008/2/4, Gwenael Lahay <[EMAIL PROTECTED]>: > >

Re: [rrd-users] Optimize RRD update

2008-02-04 Thread Gwenael Lahay
parameters ? 2008/2/4, Fabien Wernli <[EMAIL PROTECTED]>: > > On Sun, Feb 03, 2008 at 06:48:06PM +0100, Gwenael Lahay wrote: > > I update my rrd file to put zero values because my rrd file stores 3 > > frequency of the same data. > > and only one of the 3 gets updated at any

Re: [rrd-users] Optimize RRD update

2008-02-03 Thread Gwenael Lahay
Hi, I update my rrd file to put zero values because my rrd file stores 3 frequency of the same data. I store a data every one minute in the rdd file. Then the rrd tool calculates the average value for 5 minutes and half and hour. But, if i did not put zero value in the rdd, the rrd tool never c

[rrd-users] Optimize RRD update

2008-02-01 Thread Gwenael Lahay
Hello, I have two simple questions. Is it possible to initialize a rrd file with zero values instead of NaN values ? More over, is it possible to replace (by default) NaN values with zero for the period you don't update a rrd. In fact, i need to optimize a perl script which take a lot of time to

Re: [rrd-users] Average problem

2007-11-19 Thread Gwenael Lahay
Yes, i clearly need that the tool returns a value in this case. Thank you for your help. 2007/11/19, Simon Hobson <[EMAIL PROTECTED]>: > > Gwenael Lahay wrote: > > >Indeed, i put a wrong command in my previous mail. The frequency is > >not correct but the other parame

Re: [rrd-users] Average problem

2007-11-19 Thread Gwenael Lahay
TED]>: > > At 11:22 +0100 19/11/07, Gwenael Lahay wrote: > >Hello, > > > >I store network flows in various rrd file. > > > >I use this options to create rrd files : > >rrdtool create test.rrd --step 60 DS:bytes:ABSOLUTE:400:0:U > DS:packets:ABSOLUTE:400

Re: [rrd-users] Average problem

2007-11-19 Thread Gwenael Lahay
TED]>: > > At 11:22 +0100 19/11/07, Gwenael Lahay wrote: > >Hello, > > > >I store network flows in various rrd file. > > > >I use this options to create rrd files : > >rrdtool create test.rrd --step 60 DS:bytes:ABSOLUTE:400:0:U > DS:packets:ABSOLUTE:400

[rrd-users] Average problem

2007-11-19 Thread Gwenael Lahay
Hello, I store network flows in various rrd file. I use this options to create rrd files : rrdtool create test.rrd --step 60 DS:bytes:ABSOLUTE:400:0:U DS:packets:ABSOLUTE:400:0:U DS:flows:ABSOLUTE:400:0:U RRA:AVERAGE:1:0:4320 RRA:AVERAGE:0:5:2016 RRA:AVERAGE:0:15:2976 I create a rrd when i found