Index: openacs-4/packages/monitoring/www/monitor.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/www/monitor.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/monitoring/www/monitor.tcl 19 Aug 2002 23:10:28 -0000 1.2 +++ openacs-4/packages/monitoring/www/monitor.tcl 26 Feb 2005 17:52:22 -0000 1.3 @@ -37,32 +37,6 @@ " -if [util_aolserver_2_p] { - append whole_page " -AOLserver says that the max number of threads spawned since server -startup is [ns_totalstats HWM-threads]. The max threads since the -last interval reset (every 5 minutes or so by default): -[ns_intervalstats HWM-threads]. This final number is probably the -best estimate of current server activity. - -

-" -} - -if [util_aolserver_2_p] { - # run standard Unix uptime command to get load average (crude measure of - # system health) - set uptime_output [exec /usr/bin/uptime] - append whole_page " - -Here's what uptime has to say about the box: - -

-$uptime_output
-
-" -} - append whole_page "