[Orca-checkins] rev 149 - trunk/orca/orcallator
blair at orcaware.com
blair at orcaware.com
Thu Aug 22 21:35:02 PDT 2002
Author: blair
Date: 2002-08-22 21:34:29 -0700 (Thu, 22 Aug 2002)
New Revision: 149
Modified:
trunk/orca/orcallator/orcallator.cfg.in
Log:
* orcallator/orcallator.cfg.in:
Add a match on ce\d+ for the Sun GigaSwift Gigabit Ethernet card.
Remove the extra data line for the "Disk Run Percent" plot that I
inadvertently added.
Modified: trunk/orca/orcallator/orcallator.cfg.in
==============================================================================
--- trunk/orca/orcallator/orcallator.cfg.in (original)
+++ trunk/orca/orcallator/orcallator.cfg.in Thu Aug 22 21:34:34 2002
@@ -330,7 +330,7 @@
plot {
title %g Interface Bits Per Second: $1
source orcallator
-data 1024 * 8 * ((?:(?:v?ge)|(?:skge))\d+)InKB/s
+data 1024 * 8 * ((?:(?:ce)|(?:v?ge)|(?:skge))\d+)InKB/s
data 1024 * 8 * $1OuKB/s
line_type area
line_type line1
@@ -628,7 +628,6 @@
plot {
title %g Disk Run Percent
source orcallator
-data disk_runp_((?:c\d+t\d+d\d+)|(?:[ms]d\d+))
data disk_runp_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+))
line_type line2
legend $1
More information about the Orca-checkins
mailing list