Adding up a larger number of DEFs

View: New views
5 Messages — Rating Filter:   Alert me  

Adding up a larger number of DEFs

by Ulf Zimmermann-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I got 66 DEFs I want to add up, so something like:

a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+

Now is there an easier way to add them all up plus set unknown value to 0?

_______________________________________________
rrd-users mailing list
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: Adding up a larger number of DEFs

by Tobias Oetiker-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ulf,

Today Ulf Zimmermann wrote:

> I got 66 DEFs I want to add up, so something like:
>
> a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+

rrdtool 1.4.0 will have the new ADDNAN command

cheers
tobi

>
> Now is there an easier way to add them all up plus set unknown value to 0?
>
> _______________________________________________
> rrd-users mailing list
> rrd-users@...
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
>
>

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi@... ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-users mailing list
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: Adding up a larger number of DEFs

by Tobias Oetiker-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Today Tobias Oetiker wrote:

> Hi Ulf,
>
> Today Ulf Zimmermann wrote:
>
> > I got 66 DEFs I want to add up, so something like:
> >
> > a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+,+
>
> rrdtool 1.4.0 will have the new ADDNAN command

aehm ... 1.3 got this ... sorry ... thinking too much about 1.4 at
the moment

cheers
tobi

>
> cheers
> tobi
>
> >
> > Now is there an easier way to add them all up plus set unknown value to 0?
> >
> > _______________________________________________
> > rrd-users mailing list
> > rrd-users@...
> > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
> >
> >
>
>

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi@... ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-users mailing list
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: Adding up a larger number of DEFs

by Simon Hobson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tobias Oetiker wrote:

>  > rrdtool 1.4.0 will have the new ADDNAN command
>
>aehm ... 1.3 got this ... sorry ... thinking too much about 1.4 at
>the moment

Cool ! Just what I've been looking for as well. A not too far off
upgrade to my traffic graphing could do with being able to add the
traffic from two routers (main and backup) - possibly up to 510
elements (250 in, 250 out) in a stacked graph. I wasn't looking
forward to doing it the long way :-/

<scuttles off to check the docs>

--
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.

_______________________________________________
rrd-users mailing list
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: Adding up a larger number of DEFs

by Ulf Zimmermann-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> -----Original Message-----
> From: rrd-users-bounces@... [mailto:rrd-users-
> bounces@...] On Behalf Of Simon Hobson
> Sent: Tuesday, October 27, 2009 2:43 PM
> To: rrd-users@...
> Subject: Re: [rrd-users] Adding up a larger number of DEFs
>
> Tobias Oetiker wrote:
>
> >  > rrdtool 1.4.0 will have the new ADDNAN command
> >
> >aehm ... 1.3 got this ... sorry ... thinking too much about 1.4 at
> >the moment
>
> Cool ! Just what I've been looking for as well. A not too far off
> upgrade to my traffic graphing could do with being able to add the
> traffic from two routers (main and backup) - possibly up to 510
> elements (250 in, 250 out) in a stacked graph. I wasn't looking
> forward to doing it the long way :-/
>
> <scuttles off to check the docs>

Doh! And I got 1.2.x on this particular machine.

_______________________________________________
rrd-users mailing list
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users