Adding up a larger number of DEFs

5 messages Options
Embed this post
Permalink
Ulf Zimmermann-2

Adding up a larger number of DEFs

Reply Threaded More More options
Print post
Permalink
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
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
oetiker

Re: Adding up a larger number of DEFs

Reply Threaded More More options
Print post
Permalink
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
> [hidden email]
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
>
>

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

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

Re: Adding up a larger number of DEFs

Reply Threaded More More options
Print post
Permalink
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
> > [hidden email]
> > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
> >
> >
>
>

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

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

Re: Adding up a larger number of DEFs

Reply Threaded More More options
Print post
Permalink
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
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
Ulf Zimmermann-2

Re: Adding up a larger number of DEFs

Reply Threaded More More options
Print post
Permalink
> -----Original Message-----
> From: [hidden email] [mailto:rrd-users-
> [hidden email]] On Behalf Of Simon Hobson
> Sent: Tuesday, October 27, 2009 2:43 PM
> To: [hidden email]
> 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
[hidden email]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users