[Orca-checkins] r489 - in orca/trunk: . data_gatherers/aix

blair at orcaware.com blair at orcaware.com
Thu Sep 8 20:44:55 PDT 2005


Author: blair at orcaware.com
Date: Thu Sep  8 20:44:01 2005
New Revision: 489

Modified:
   orca/trunk/CHANGES
   orca/trunk/data_gatherers/aix/orca-aix-stat.pl.in
   orca/trunk/data_gatherers/hp/orca-hp-stat.pl.in

Log:
Remove some stutters.

* CHANGES,
* data_gatherers/aix/orca-aix-stat.pl.in,
* data_gatherers/hp/orca-hp-stat.pl.in:
  Remove some stutters.


Modified: orca/trunk/CHANGES
==============================================================================
--- orca/trunk/CHANGES	(original)
+++ orca/trunk/CHANGES	Thu Sep  8 20:44:01 2005
@@ -179,10 +179,9 @@
 	      match each regular expression in a global integer array,
 	      count_procs_results.
 	* orcallator/start_orcallator.sh.in:
-	  Set WEB_SERVER to httpd and and WEB_SERVER_SECURE to
-	  httpsd and export them both into the environment for
-	  orcallator.se to use.  Add documentation for these two
-	  variables.
+	  Set WEB_SERVER to httpd and WEB_SERVER_SECURE to httpsd and
+	  export them both into the environment for orcallator.se to
+	  use.  Add documentation for these two variables.
 
 Wed Aug  7 19:57:45 PDT 2002 <blair at orcaware.com> Blair Zajac
 

Modified: orca/trunk/data_gatherers/aix/orca-aix-stat.pl.in
==============================================================================
--- orca/trunk/data_gatherers/aix/orca-aix-stat.pl.in	(original)
+++ orca/trunk/data_gatherers/aix/orca-aix-stat.pl.in	Thu Sep  8 20:44:01 2005
@@ -12,11 +12,11 @@
 # system performance statistics and writes them out to datafile named
 # HOSTNAME/stats.YYYY-MM-DD-HHmm under the OUT_ROOT directory.
 #
-# It runs for the the numbers specified by DURATION collecting data
-# every INTERVAL number of seconds. After DURATION, the script
-# closes and compresses it's datafile via /usr/bin/compress and then
-# exits. If DURATION=24 and INTERVAL=300 (recommended) then the
-# following cron entry would collect continuous stats for a system:
+# It runs for the numbers specified by DURATION collecting data every
+# INTERVAL number of seconds.  After DURATION, the script closes and
+# compresses it's datafile via /usr/bin/compress and then exits.  If
+# DURATION=24 and INTERVAL=300 (recommended) then the following cron
+# entry would collect continuous stats for a system:
 #
 # 0 0 * * * /<PATH_TO_SCRIPT>/orca-aix-stat.pl
 #

Modified: orca/trunk/data_gatherers/hp/orca-hp-stat.pl.in
==============================================================================
--- orca/trunk/data_gatherers/hp/orca-hp-stat.pl.in	(original)
+++ orca/trunk/data_gatherers/hp/orca-hp-stat.pl.in	Thu Sep  8 20:44:01 2005
@@ -12,11 +12,11 @@
 # system performance statistics and writes them out to datafile named
 # HOSTNAME/stats.YYYY-MM-DD-HHmm under the OUT_ROOT directory.
 #
-# It runs for the the numbers specified by DURATION collecting data
-# every INTERVAL number of seconds. After DURATION, the script
-# closes and compresses it's datafile via /usr/bin/compress and then
-# exits. If DURATION=24 and INTERVAL=300 (recommended) then the
-# following cron entry would collect continuous stats for a system:
+# It runs for the numbers specified by DURATION collecting data every
+# INTERVAL number of seconds.  After DURATION, the script closes and
+# compresses it's data file via /usr/bin/compress and then exits.  If
+# DURATION=24 and INTERVAL=300 (recommended) then the following cron
+# entry would collect continuous stats for a system:
 #
 # 0 0 * * * /<PATH_TO_SCRIPT>/orca-hp-stat.pl
 #



More information about the Orca-checkins mailing list