[rrd-users] Re: amount of data rrd files can store

Edgar Humberto Parra ehp at daycohost.com
Tue Oct 3 16:47:12 MEST 2006


Hi guys, I have a question from one of my customers.

I use Report Gateway of Spectrum, which uses rrdtool as the graphic
tool. The client is asking me, if with this tool, he can have reports
with an accumulated of 2 years or more. Because I have in Report
Gateway, the possibility to display reports for a given device, daily,
weekly, monthly and yearly, but if I am capturing data, let's say, for 3
years, and I select the date range with this parameter (data 3 years
ago), the data will display? Or there is a limit for the storage of this
info in rrd files?

Regards, 

Edgar H Parra B
MCSE, Spectrum Solutions Engineer
Systems Architect
DaycoHost - Operaciones
Oficina: + 58 212 999 91 00
Fax: + 58 212 999 91 01
WebSite: www.DaycoHost.com
 
"Experiments should be reproducible. They should all fail in the same
way"
 
...El Primer Data Center de VENEZUELA ...

-----Original Message-----
From: rrd-users-bounce at list.ee.ethz.ch
[mailto:rrd-users-bounce at list.ee.ethz.ch] On Behalf Of Steven Hartland
Sent: Tuesday, October 03, 2006 9:58 AM
To: Randy Ridley; rrd-users at list.ee.ethz.ch
Subject: [rrd-users] Re: forcing partial pull of data for day over a
month

We do the same thing here but with different times 8am -> 12pm and
example of this is:
  DEF:inbytes=$dbfile:ds1:AVERAGE,
  DEF:outbytes=$dbfile:ds0:AVERAGE,
  CDEF:inbits=inbytes,8,*,
  CDEF:outbits=outbytes,8,*,
  CDEF:inpeakbits=TIME,86400,%,28800,LT,UNKN,inbits,IF,
  CDEF:outpeakbits=TIME,86400,%,28800,LT,UNKN,outbits,IF,

Should help point you in the right direction. You'd need to add a GT
check as well to discard 10pm -> 12pm.

    Steve
Randy Ridley wrote:
> Now, however, we've decided to only count bandwidth that occurs 
> between the prime time hours of 8:00am to 10:00pm. Is there an easy 
> way to have the rrdtool do this automatically or am I stuck using the 
> fetch tool and doing the math manually?




================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and
the person or entity to whom it is addressed. In the event of
misdirection, the recipient is prohibited from using, copying, printing
or otherwise disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission
please telephone +44 845 868 1337 or return the E.mail to
postmaster at multiplay.co.uk.

--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list