[Orca-users] update interval of png files
Blair Zajac
blair at orcaware.com
Thu Dec 19 07:53:01 PST 2002
Kumi Kitamura wrote:
>
> Hi,
> I add new entry "halfhourly" Constants.pm and I've resolved my problem. Now
> PNG files are update in "interval" time that I set in configure file.
> I edit Constants.pm file following way.
> ----------------
> line76
> < @CONST_IMAGE_PLOT_TYPES = qw(hourly daily weekly monthly
> quarterlyyearly);
>
> > @CONST_IMAGE_PLOT_TYPES = qw(hourly halfhourly daily weekly monthly
> quarterlyyearly);
>
> line78
> < ('hourly' => [$RRA_PDP_COUNTS[0], 0.5*60*60], # 18 data
> points
> < 'daily' => [$RRA_PDP_COUNTS[0], 1.5*DAY_SECONDS], # 432 data
> points
>
> > ('hourly' => [$RRA_PDP_COUNTS[0], 0.5*60*60], # 18 data
> points
> > 'halfhourly' => [-1, 0.5*60*60],
> > 'daily' => [$RRA_PDP_COUNTS[0], 1.5*DAY_SECONDS], # 432 data
> points
> ----------------
>
> I'm using Orca for monitoring performance of web application in short
> term(about 10-30minutes).
> This is first time to use Orca for me, and I belive Orca is very useful in
> varyous situations.
> Anyway thanks,
>
Your welcome!
Now that you sent this patch along, I recall that modifying Constants.pm
is required to get data measurements below 300 seconds.
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