Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 10 Jan 2009 20:46:06 -0000 1.25 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 10 Jan 2009 21:08:28 -0000 1.26 @@ -829,6 +829,9 @@ # dump all variables of the object ::Users set o ::Users foreach var [$o info vars] { + # last_mkey is just for interal purposes + if {$var eq "last_mkey"} continue + # the remainder are primarily runtime statistics if {[$o array exists $var]} { append cmd [list $o array set $var [$o array get $var]] \n } else {