[Orca-checkins] rev 234 - trunk/orca/data_gatherers/procallator
sean at seanoneill.info
sean at seanoneill.info
Thu May 1 16:27:14 PDT 2003
Author: sean at seanoneill.info
Date: Thu May 1 16:27:12 2003
New Revision: 234
Modified:
trunk/orca/data_gatherers/procallator/procallator.cfg
Log:
Modified:
trunk/orca/data_gathers/procallator/procallator.cfg
Log:
* trunk/orca/data_gathers/procallator/procallator.cfg
Made two changes to this file:
- Added a uptime graph block matching what is now in orcallator.cfg.in. This
graph displays uptime in Days, Weeks, and Months.
- Removed a blank line showing up in the Run Queue graph block
Modified: trunk/orca/data_gatherers/procallator/procallator.cfg
==============================================================================
--- trunk/orca/data_gatherers/procallator/procallator.cfg (original)
+++ trunk/orca/data_gatherers/procallator/procallator.cfg Thu May 1 16:27:12 2003
@@ -81,6 +81,22 @@
</html>
plot {
+title %g Uptime
+source orcallator
+data uptime / 86400
+data uptime / ( 86400 * 7 )
+data uptime / ( 86400 * 30 )
+line_type area
+legend Uptime in Days
+legend Uptime in Weeks
+legend Uptime in Months
+y_legend Total Time
+data_min 0
+plot_min 0
+href http://www.orcaware.com/orca/docs/orcallator.html#system_uptime
+}
+
+plot {
title %g Average # Processes in Run Queue (Load Average) & number pf CPUs
source orcallator
data 1runq
@@ -100,7 +116,6 @@
legend 15 minute average
legend CPUs (load threshold)
y_legend Number of processes and CPUs
-
data_min 0
data_max 100
href http://www.orcaware.com/orca/docs/orcallator.html#processes_in_run_queue
More information about the Orca-checkins
mailing list