[Orca-users] Data Accuracy problem or is it averaging?

Santana Fernando santana.f at mellon.com
Tue Jun 17 14:13:38 PDT 2003


	It gives me the following errors and no rrd files are generated.

 Creating RRD `/opt/orca/var/orca/rrd/orcallator/o_web3/gauge_inod_ref_per_s.rrd'.
/opt/orca/bin/orca: RRDs::create error: `/opt/orca/var/orca/rrd/orcallator/o_web3/gauge_inod_ref_per_s
.rrd' you must define at least one Round Robin Archive

  Creating RRD `/opt/orca/var/orca/rrd/orcallator/o_web3/gauge_dnlc_ref_per_s.rrd'.
/opt/orca/bin/orca: RRDs::create error: `/opt/orca/var/orca/rrd/orcallator/o_web3/gauge_dnlc_ref_per_s
.rrd' you must define at least one Round Robin Archive


-----Original Message-----
From: Blair Zajac [mailto:blair at orcaware.com]
Sent: Tuesday, June 17, 2003 3:56 PM
To: Santana Fernando
Cc: orca-users at orcaware.com
Subject: Re: [Orca-users] Data Accuracy problem or is it averaging?


> Santana Fernando wrote:
> 
> Hi, I edited RRDFile.pm and ImageFile.pm so that Orca
> would not average the data for weekly, monthly and so forth.
> 
> Also, I edited the Constants.pm file and made
> @RRA_PDP_COUNTS =   (    1,     1,     1,   1); so that Orca
> would not average at all for any of the plots.  After that, I
> deleted all rrd files and started Orca.
> 
> The problem now is that I see the minimum idle percentage to be a
> number that doesn't match the graph.  For example, here in the weekly,
> plot I would have had expected to see an idle minimum of 29.2 or a smaller
> number.
> 
> Does someone knows what's going on?  I would like to maintain data
> accuracy on the plots before I present them to
> 
> my supervisor.

Santana,

If you want to remove consolidated data, I would completely remove the
consolidations.  I would modify lib/Orca/Constants.pm to have something
like this;

use vars         qw(@RRA_PLOT_TYPES @RRA_PDP_COUNTS @RRA_ROW_COUNTS);
push(@EXPORT_OK, qw(@RRA_PLOT_TYPES @RRA_PDP_COUNTS @RRA_ROW_COUNTS));
BEGIN {
  @RRA_PLOT_TYPES = qw(yearly);
  @RRA_PDP_COUNTS =   (                1);
  @RRA_ROW_COUNTS =   ( 3*365*24*2400*12);
}

Let me know how this works.

It'll probably be really slow this way though.

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/




More information about the Orca-users mailing list