[Orca-checkins] r483 - orca/trunk/data_gatherers/procallator
blair at orcaware.com
blair at orcaware.com
Fri Sep 2 19:16:01 PDT 2005
Author: blair at orcaware.com
Date: Fri Sep 2 19:15:08 2005
New Revision: 483
Modified:
orca/trunk/data_gatherers/procallator/procallator.pl.in
Log:
Minor formatting cleanup.
* data_gatherers/procallator/procallator.pl.in:
Reformat some lines to fit in 80 characters.
Modified: orca/trunk/data_gatherers/procallator/procallator.pl.in
==============================================================================
--- orca/trunk/data_gatherers/procallator/procallator.pl.in (original)
+++ orca/trunk/data_gatherers/procallator/procallator.pl.in Fri Sep 2 19:15:08 2005
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
-# Performance statistics collector for /proc statistics for use
-# with Linux 2.2, 2.4 & 2.6 kernels.
+# Performance statistics collector for /proc statistics for use with
+# Linux 2.2, 2.4 & 2.6 kernels.
#
# Copyright (C) 2001 Guilherme Carvalho Chehab.
#
@@ -10,22 +10,22 @@
# $LastChangedDate$
# $LastChangedBy$
#
-#This program is free software; you can redistribute it and/or
-#modify it under the terms of the GNU General Public License
-#as published by the Free Software Foundation; either version 2
-#of the License, or (at your option) any later version.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
#
-#This program is distributed in the hope that it will be useful,
-#but WITHOUT ANY WARRANTY; without even the implied warranty of
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-#GNU General Public License for more details.
-#
-#You should have received a copy of the GNU General Public License
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
-# Config variables
+# Config variables.
$PROC = "@PROC_DIR@"; # Proc directory, usually /proc
$INTERVAL = 300; # Interval between each measure, in seconds
More information about the Orca-checkins
mailing list