[Orca-checkins] r522 - orca/trunk/data_gatherers/orcallator
blair at orcaware.com
blair at orcaware.com
Sat Jan 7 13:32:51 PST 2006
Author: blair at orcaware.com
Date: Sat Jan 7 13:32:22 2006
New Revision: 522
Modified:
orca/trunk/data_gatherers/orcallator/orcallator.cfg.in
Log:
Plot statistics for the iprb Ethernet device driver which works with
the Intel D100 82557, 82558, and 82559 controllers.
Patch by: Alex Kiernan <alex.kiernan at gmail.com>
* data_gatherers/orcallator/orcallator.cfg.in:
Add (?:iprb) to the Interface Bits Per Second data parameter.
Modified: orca/trunk/data_gatherers/orcallator/orcallator.cfg.in
==============================================================================
--- orca/trunk/data_gatherers/orcallator/orcallator.cfg.in (original)
+++ orca/trunk/data_gatherers/orcallator/orcallator.cfg.in Sat Jan 7 13:32:22 2006
@@ -340,7 +340,7 @@
plot {
title %g Interface Bits Per Second: $1
source orcallator
-data 1024 * 8 * ((?:(?:be)|(?:dmfe)|(?:eri)|(?:hme)|(?:qfe)|(?:znb))\d+)InKB/s
+data 1024 * 8 * ((?:(?:be)|(?:dmfe)|(?:eri)|(?:hme)|(?:iprb)|(?:qfe)|(?:znb))\d+)InKB/s
data 1024 * 8 * $1OuKB/s
line_type area
line_type line1
More information about the Orca-checkins
mailing list