[rrd-users] Re: Specification of RRA Boundaries

Bush, Andrew G [NY] andrew.bush at lehman.com
Tue Aug 24 22:11:54 MEST 2004


Alex,
Your response is appreciated and indeed I have managed to move this
problem forward somewhat by making the changes suggested. I am however
now observing a problem that the x-axis start and end times of the chart
are not lining up with the specified start and end parameters. 
As you can see (example attached) while the RRA boundaries are now
correctly aligned (thank you!) the chart is not.
As such the first entry is always lost, which I think could be impacting
the ability to show even greater summarised data.    

Any suggestions on where to look would be appreciated.

My environment;
- The specification of the RRD has been modified to have hourly RRAs
only (daily has been removed).
- Data is collected every minute.
- A Perl wrapper is building the arguments to supply to RRD
automatically (via shared pipes RRDs:: etc). The TOP of the perl wrapper
has
	use POSIX qw/tzset/; $ENV{'TZ'} = "EDT"; POSIX::tzset(); 
- I am charting the data for the last 7 days ending at Sunday 22 August
2004 24:00 EDT.
- Sufficient data exists in the RRA to go back past the specified start
time i.e. can chart last 14 days and get same problem.
- The graph command being used is
	RRDs::graph (-imgformat,PNG
		--width,500,
		--height, 300, 
		--step, 86400, 
		--start, 1092628800,
		--end, 1093233600,
		--step 86400,
		DEF:data0=data.rrd:TotalBTELL:AVERAGE
		CDEF:data0s=data0,86400,*
		AREA:data0s#0000FE:'Tell Message Rate')

Where 
	1092628800 = Monday 16 August 2004 00:00 EDT (I think!)
	1093233600 = Monday 23 August 2004 00:00 EDT (I think!)

Once again thank you.
Andy




------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated recipient(s) named above.  If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited.  This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or error-free.  Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such.  All information is subject to change without notice.

-- Attached file removed by Ecartis and put at URL below --
-- Type: image/png
-- Desc: image_7089.png
-- Size: 3k (4028 bytes)
-- URL : http://www.ee.ethz.ch/~slist/p/image_7089.png


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



More information about the rrd-users mailing list