Index: openacs-4/packages/xotcl-request-monitor/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/index.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/xotcl-request-monitor/www/index.tcl 28 Sep 2006 08:55:29 -0000 1.3 +++ openacs-4/packages/xotcl-request-monitor/www/index.tcl 19 Oct 2006 10:47:07 -0000 1.4 @@ -34,9 +34,10 @@ # collect current system statistics proc currentSystemLoad {} { - if {[catch {return [exec "/usr/bin/uptime"]}]} { - return "" - } +# if {[catch {return [exec "/usr/bin/uptime"]}]} { +# return "" +# } +return [exec "/usr/bin/uptime"] } # collect current response time (per minute and hour)