[Orca-checkins] rev 204 - trunk/orca/data_gatherers/orcallator

sean at seanoneill.info sean at seanoneill.info
Sun Feb 23 20:07:09 PST 2003


Author: sean at seanoneill.info
Date: 2003-02-23 20:06:59 -0800 (Sun, 23 Feb 2003)
New Revision: 204

Modified:
   trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
   trunk/orca/data_gatherers/orcallator/orcallator.se
Log:
Modified:
   trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
   trunk/orca/data_gatherers/orcallator/orcallator.se

Log:
* data_gatherers/orcallator/orcallator.cfg.in:
  Changed Disk Service Time graph to show data as seconds rather then
  milliseconds.  Also, changed the graph title from "Disk Average Service Time"
  to "Disk Service Time".

* data_gatherers/orcallator/orcallator.se:
  Updated comment block for version 1.40 with John Langner info.



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-23 20:07:06.000000000 -0800
@@ -702,12 +702,12 @@
 }
 
 plot {
-title			%g Disk Average Service Time
+title			%g Disk Service Time
 source			orcallator
-data			disk_svct_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+))
+data			disk_svct_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+)) / 1000
 line_type		line2
 legend			$1
-y_legend		milliseconds
+y_legend		Seconds
 data_min		0
 plot_min		0
 }

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-23 20:07:06.000000000 -0800
@@ -8,7 +8,8 @@
 //
 // Portions copied from percollator.se written by Adrian Cockroft.
 //
-// Version 1.40:   Feb 23, 2003 John ???
+// Version 1.40:   Feb 23, 2003 John Langner
+//                              john_langner at ne.3com.com
 //                              Posted to orca-user list on Oct 25, 2000
 //                              with Subject "Re: Interest in more disk based
 //                              statistics"



More information about the Orca-checkins mailing list