Index: openacs-4/packages/monitoring/www/top/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/www/top/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/monitoring/www/top/index.tcl 19 Aug 2002 23:10:29 -0000 1.2 +++ openacs-4/packages/monitoring/www/top/index.tcl 22 Aug 2002 03:36:15 -0000 1.3 @@ -185,9 +185,10 @@ " set top_location [ad_parameter -package_id [monitoring_pkg_id] TopLocation monitoring "/usr/local/bin/top"] +set top_options [ad_parameter -package_id [monitoring_pkg_id] TopOptions monitoring "-bn 1"] if { [string match $showtop "t"] } { - if [catch { set top_output [exec $top_location] } errmsg] { + if [catch { set top_output [exec $top_location $top_options] } errmsg] { # couldn't exec top at TopLocation if { ![file exists $top_location] } { ad_return_error "top not found" "