[Orca-checkins] rev 202 - trunk/orca/data_gatherers/orcallator
sean at seanoneill.info
sean at seanoneill.info
Fri Feb 21 06:57:15 PST 2003
Author: sean at seanoneill.info
Date: 2003-02-21 06:57:02 -0800 (Fri, 21 Feb 2003)
New Revision: 202
Modified:
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
trunk/orca/data_gatherers/orcallator/orcallator.se
Log:
Modifications made from a update request submitted to the orca-users mailing
list by Burkhardt Schopp, B.Schopp at gmx.de, for resolving issue with Orca not
handling T3 disk names correctly.
Modified:
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
trunk/orca/data_gatherers/orcallator/orcallator.se
Log:
* data_gatherers/orcallator/orcallator.cfg.in:
Updated disk_runp to handle T3 disk name correctly.
* data_gatherers/orcallator/orcallator.se:
Increased RawDisk long_name length to 48 characters.
Modified: trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/orcallator.cfg.in (original)
+++ trunk/orca/data_gatherers/orcallator/orcallator.cfg.in 2003-02-21 06:57:13.000000000 -0800
@@ -691,7 +691,7 @@
plot {
title %g Disk Run Percent
source orcallator
-data disk_runp_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+))
+data disk_runp_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+))
line_type line2
legend $1
y_legend Run Percent
Modified: trunk/orca/data_gatherers/orcallator/orcallator.se
==============================================================================
--- trunk/orca/data_gatherers/orcallator/orcallator.se (original)
+++ trunk/orca/data_gatherers/orcallator/orcallator.se 2003-02-21 06:57:14.000000000 -0800
@@ -8,6 +8,11 @@
//
// Portions copied from percollator.se written by Adrian Cockroft.
//
+// Version 1.39: Feb 18, 2003 Burkhardt Schopp
+// B.Schopp at gmx.de
+// Modified struct RawDisk long_name object to
+// 48 characters to handle T3 disks names.
+//
// Version 1.38: Jan 14, 2003 Additions by Sean O'Neill
// Added several new variables for Orca to collect
// and graph including:
@@ -612,7 +617,7 @@
// kstat$disk interface. Global data shared between function calls.
struct RawDisk {
// Exposed interface that matches kstat.
- char long_name[16];
+ char long_name[48];
char short_name[8];
double reads;
double kreads;
More information about the Orca-checkins
mailing list