how to resize RRD to contain more DS

5 messages Options
Embed this post
Permalink
Trevor Bowen

how to resize RRD to contain more DS

Reply Threaded More More options
Print post
Permalink
Hi,

I have several RRD files with 51 data sources.  I need to resize each
RRD file to contain 53 data sources (DS).

I have googled the subject with no success, and I have investigated
rrdresize, but it does not seem to be applicable.

Any suggestions?

Thanks!

Trevor

_______________________________________________
rrd-users mailing list
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
Trevor Bowen

Re: how to resize RRD to contain more DS

Reply Threaded More More options
Print post
Permalink
I am guessing by the lack of response that this question is too
difficult to even consider.  If it is too trivial to answer, please
point me in the right direction.

Thanks!

Trevor

Trevor Bowen wrote:

> Hi,
>
> I have several RRD files with 51 data sources.  I need to resize each
> RRD file to contain 53 data sources (DS).
>
> I have googled the subject with no success, and I have investigated
> rrdresize, but it does not seem to be applicable.
>
> Any suggestions?
>
> Thanks!
>
> Trevor
>

_______________________________________________
rrd-users mailing list
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
Marc Powell

Re: how to resize RRD to contain more DS

Reply Threaded More More options
Print post
Permalink

On Oct 14, 2009, at 2:30 PM, Trevor Bowen wrote:

> I am guessing by the lack of response that this question is too
> difficult to even consider.  If it is too trivial to answer, please
> point me in the right direction.

google for add_ds.pl. I think it might be part of the distribution.

--
Marc


_______________________________________________
rrd-users mailing list
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
Kevin P. Foote

Re: how to resize RRD to contain more DS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Trevor Bowen

You can add additional DS to an existing rrd file.. example: you can do
this with RRD::Simple

http://search.cpan.org/~nicolaw/RRD-Simple/lib/RRD/Simple.pm#add_source

If you want to grow a specific rra within the rrd use rrdresize example:
growing the rows from 600 to 700 (this grows the stuff you are keeping
around)


------
thanks
  kevin.foote

On Wed, 14 Oct 2009, Trevor Bowen wrote:

-> I am guessing by the lack of response that this question is too
-> difficult to even consider.  If it is too trivial to answer, please
-> point me in the right direction.
->
-> Thanks!
->
-> Trevor
->
-> Trevor Bowen wrote:
-> > Hi,
-> >
-> > I have several RRD files with 51 data sources.  I need to resize each
-> > RRD file to contain 53 data sources (DS).
-> >
-> > I have googled the subject with no success, and I have investigated
-> > rrdresize, but it does not seem to be applicable.
-> >
-> > Any suggestions?
-> >
-> > Thanks!
-> >
-> > Trevor
-> >
->
-> _______________________________________________
-> rrd-users mailing list
-> [hidden email]
-> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
->

_______________________________________________
rrd-users mailing list
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
Trevor Bowen

Re: how to resize RRD to contain more DS

Reply Threaded More More options
Print post
Permalink
In reply to this post by Trevor Bowen
Some javascript/style in this post has been disabled (why?)
Thanks to all those who helped by responding. I will examine these good solutions and report back, if I have any trouble.

Thanks!

Trevor

David OBrien wrote:
http://www.gnac.com/techinfo/cricket_contrib/

about 10 up from the bottom

  

Marc Powell wrote:
google for add_ds.pl. I think it might be part of the distribution.

--
Marc


Kevin P. Foote wrote:
You can add additional DS to an existing rrd file.. example: you can do
this with RRD::Simple 

http://search.cpan.org/~nicolaw/RRD-Simple/lib/RRD/Simple.pm#add_source

If you want to grow a specific rra within the rrd use rrdresize example:
growing the rows from 600 to 700 (this grows the stuff you are keeping
around)


------
thanks
  kevin.foote


_______________________________________________
rrd-users mailing list
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users