[Orca-users] update interval of png files

Kumi Kitamura kumiogu at jp.ibm.com
Thu Dec 19 03:38:01 PST 2002


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,

Kumi





More information about the Orca-users mailing list