[Orca-checkins] rev 195 - trunk/orca/lib/Orca

sean at seanoneill.info sean at seanoneill.info
Fri Jan 17 07:29:08 PST 2003


Author: sean at seanoneill.info
Date: 2003-01-17 07:28:51 -0800 (Fri, 17 Jan 2003)
New Revision: 195

Modified:
   trunk/orca/lib/Orca/Constants.pm
Log:
* lib/Orca/Constants.pm: modified so that the hourly graphs now display
  3 hours worth of data rather then the default 1.5 hours.


Modified: trunk/orca/lib/Orca/Constants.pm
==============================================================================
--- trunk/orca/lib/Orca/Constants.pm	(original)
+++ trunk/orca/lib/Orca/Constants.pm	2003-01-17 07:29:07.000000000 -0800
@@ -75,7 +75,7 @@
 BEGIN {
   @CONST_IMAGE_PLOT_TYPES = qw(hourly daily weekly monthly quarterly yearly);
   %CONST_IMAGE_PLOT_INFO   =
-  ('hourly'    => [$RRA_PDP_COUNTS[0],   1.5*60*60],        #  18 data points
+  ('hourly'    => [$RRA_PDP_COUNTS[0],   3*60*60],          #  36 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



More information about the Orca-checkins mailing list