[Orca-checkins] rev 200 - trunk/orca/data_gatherers/orcallator
blair at orcaware.com
blair at orcaware.com
Tue Feb 4 12:04:55 PST 2003
Author: blair
Date: 2003-02-04 12:04:21 -0800 (Tue, 04 Feb 2003)
New Revision: 200
Modified:
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
Log:
* data_gatherers/orcallator/orcallator.cfg.in:
Add a new plot, the system uptime, showing the number of days that
the system has been up.
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-04 12:04:45.000000000 -0800
@@ -131,6 +131,18 @@
}
plot {
+title %g Uptime
+source orcallator
+data uptime / 86400
+line_type area
+legend Uptime
+y_legend Days
+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)
source orcallator
data 1runq
More information about the Orca-checkins
mailing list