[Orca-checkins] r557 - orca/trunk/data_gatherers/procallator

blair at orcaware.com blair at orcaware.com
Mon May 17 20:32:22 PDT 2010


Author: blair at orcaware.com
Date: Mon May 17 20:31:55 2010
New Revision: 557

Log:
Increase the maximum value for the Interface Input/Output Bits Per
Second from 100 Mbit/sec to 1 Gbit/sec.

* data_gatherers/procallator/procallator.cfg.in
  (%g Interface Input Bits Per Second),
  (%g Interface Output Bits Per Second):
    Increase from 100 Mbit/sec to 1 Gbit/sec.

Modified:
   orca/trunk/data_gatherers/procallator/procallator.cfg.in

Modified: orca/trunk/data_gatherers/procallator/procallator.cfg.in
==============================================================================
--- orca/trunk/data_gatherers/procallator/procallator.cfg.in	Fri Nov 20 07:54:11 2009	(r556)
+++ orca/trunk/data_gatherers/procallator/procallator.cfg.in	Mon May 17 20:31:55 2010	(r557)
@@ -298,7 +298,7 @@
 legend                  $1
 y_legend                Bits/s
 data_min                0
-data_max                100000000
+data_max                1000000000
 flush_regexps		1
 href                    http://www.orcaware.com/orca/docs/procallator.html#interface_bits_per_second
 }
@@ -311,7 +311,7 @@
 legend                  $1
 y_legend                Bits/s
 data_min                0
-data_max                100000000
+data_max                1000000000
 flush_regexps		1
 href                    http://www.orcaware.com/orca/docs/procallator.html#interface_bits_per_second
 }


More information about the Orca-checkins mailing list