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.17 -r1.18 --- openacs-4/packages/xotcl-request-monitor/www/index.tcl 15 Jun 2010 07:42:01 -0000 1.17 +++ openacs-4/packages/xotcl-request-monitor/www/index.tcl 10 Feb 2011 16:37:22 -0000 1.18 @@ -246,7 +246,7 @@ set current_response [join [currentResponseTime] " "] set current_load [currentSystemLoad] -array set current_threads [ns_server threads] +array set current_threads [throttle server_threads] set running_requests [throttle running] set running [expr {[llength $running_requests]/2}]