[Orca-users] Re: Problem graph weekly
bebanho
bebanho at yahoo.com
Mon Aug 5 12:46:00 PDT 2002
Hi Blair,
I try to change the value of weekly but not good.
[$RRA_PDP_COUNTS[1], 10 *DAY_SECONDS] => [$RRA_PDP_COUNTS[1], 7
*DAY_SECONDS],
Can you help me what value can i change.
Thanks.
--- In orca-users at y..., Blair Zajac <blair at o...> wrote:
> bebanho wrote:
> >
> > Hi,
> >
> > How to configure a graph weekly with 7 days and not 10 days.
> >
> > Thanks
>
> Edit lib/Orca/Constants.pl around these lines. Read the comments
> above it for a description of what's going on.
>
> ('hourly' => [$RRA_PDP_COUNTS[0], 1.5*60*60], # 18
data points
> 'daily' => [$RRA_PDP_COUNTS[0], 1.5*DAY_SECONDS], # 432
data points
> 'weekly' => [$RRA_PDP_COUNTS[1], 10 *DAY_SECONDS], # 480
data points
> 'monthly' => [$RRA_PDP_COUNTS[2], 40 *DAY_SECONDS], # 480
data points
> 'quarterly' => [$RRA_PDP_COUNTS[3], 100 *DAY_SECONDS], # 100
data points
> 'yearly' => [$RRA_PDP_COUNTS[3], 428 *DAY_SECONDS]); # 428
data points
>
> Best,
> Blair
>
> --
> Blair Zajac <blair at o...>
> Web and OS performance plots - http://www.orcaware.com/orca/
More information about the Orca-users
mailing list