Hi,
How I configure hobbit to create the RRD's to each 60 seconds? ] Thanks.
On Wed, May 18, 2005 at 03:49:21PM -0300, Listas Gustavo wrote:
How I configure hobbit to create the RRD's to each 60 seconds?
I'm not quite sure what you mean, but changing the resolution of the RRD's to hold more data is pretty much impossible.
Regards, Henrik
It's not about the resolution of RRD file but about the data
inside it. Now lard makes the graphics with collected data for the last 5 minutes, but I need the same graphic with 1 minute ago.
Where is the file where I can set it!?
On Sat, 21 May 2005 14:43:06 +0200 henrik at hswn.dk (Henrik Stoerner) wrote:
On Wed, May 18, 2005 at 03:49:21PM -0300, Listas Gustavo wrote:
How I configure hobbit to create the RRD's to each 60 seconds?
I'm not quite sure what you mean, but changing the resolution of the RRD's to hold more data is pretty much impossible.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
E-mail classificado pelo Identificador de Spam Inteligente Terra. Para alterar a categoria classificada, visite http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=listas_gusfri&_...
Esta mensagem foi verificada pelo E-mail Protegido Terra. Scan engine: McAfee VirusScan / Atualizado em 20/05/2005 / Versão: 4.4.00 - Dat 4496 Proteja o seu e-mail Terra: http://mail.terra.com.br/
On Mon, May 23, 2005 at 02:12:04PM -0300, GF lists wrote:
It's not about the resolution of RRD file but about the data inside it. Now lard makes the graphics with collected data for the last 5 minutes, but I need the same graphic with 1 minute ago.
Where is the file where I can set it!?
You cannot.
The RRD code in Hobbit assumes that your graphs have 576 data items each (see hobbitd/do_larrd.c - the "RRA" definitions), and it uses the default RRDtool "step" value of 300 seconds. There are no "knobs" defined to tune any of these settings, except that you are free to rewrite the code any way you please - courtesy of the GPL license.
I have no idea how much work it would be to implement a customizable resolution for you RRD's, but my feeling is that it would not be a simple matter. You'll need to look at the hobbitd/do_larrd.c and hobbitd/larrd/*.c files for handling the RRD file creation and updating, and the hobbitd/hobbitgraph.c and web/zoom.js files for the graph generation.
Reading up on the rrdcreate and rrdgraph man-pages (from RRDtool) is probably a good idea.
But before you do, consider this: Most tests in Hobbit (and BB) run only once every 5 minutes - a 1 minute graph doesn't make much sense for something that only changes in 5 minute intervals.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
listas_gusfri@terra.com.br