[rrd-users] rrdtool 1.2.19 (solaris build fix)

2007-01-31 Thread Tobias Oetiker
Hi Users, there were some bad LDFLAG options in the python bindings Makefile.am. This prevented RRDtool from being built successfully on Solaris with the Forte compiler suite. rrdtool 1.2.19 resolves this problem. http://oss.oetiker.ch/rrdtool/pub cheers tobi -- Tobi Oetiker, OETIKER+PARTNER

Re: [rrd-users] Correct CDEF to get the spam count right?

2007-01-31 Thread Erik de Mare
hi Vincent, VDEF's aren't meant to make graphs, the are for aditional info in the legenda. VDEF's only return 1 value, like maximum value of the period graphed, of the total of that period. so for the graph you still need the CDEF's. mvg, Erik de Mare rrd-users@lists.oetiker.ch wrote: > On W

Re: [rrd-users] No graphs

2007-01-31 Thread Dan Cech
Alegria, Luis wrote: > Hi, > > I'm trying to generate my own graphs using php, but I get nothing. can anyone > shed a light. Here goe the code. > $command="c:\\rrdtool\\rrdtool.exe graph graphs/test.png -s -6h -a PNG -A -M > -L 4 -z -E -N -F --base=1000 You're instructing rrdtool to write the

Re: [rrd-users] counter problem

2007-01-31 Thread Alex van den Bogaerdt
On Wed, Jan 31, 2007 at 11:47:14AM +0200, Sterpu Victor wrote: > I'm doing some tests with this rrd database: > /usr/local/bin/rrdtool create /var/www/rrd/test.rrd --step 60 --start > 1862431200 DS:test:DERIVE:600:0:13107200 RRA:AVERAGE:0.5:1:505440 > > This database will store taffic in bytes. >

Re: [rrd-users] rate per day graph from rate per hour DS

2007-01-31 Thread Alex van den Bogaerdt
On Tue, Jan 30, 2007 at 04:32:27PM -0500, Ben Griffith wrote: > In fact, it isn't. It shows 15/3600. Ack. After thinking some more, this is logical. You have 15 times a counter increment. > >I'm not sure what it does for "absolute". For "counter" it saves > >the value multiplied by time, and

[rrd-users] counter problem

2007-01-31 Thread Sterpu Victor
I'm doing some tests with this rrd database: /usr/local/bin/rrdtool create /var/www/rrd/test.rrd --step 60 --start 1862431200 DS:test:DERIVE:600:0:13107200 RRA:AVERAGE:0.5:1:505440 This database will store taffic in bytes. Problem is that from time to time the counter *will go up a lot*. I can't