[Orca-users] Re: Problem graph weekly
Blair Zajac
blair at orcaware.com
Mon Aug 5 12:42:26 PDT 2002
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 orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
More information about the Orca-users
mailing list