Index: openacs-4/packages/xotcl-request-monitor/www/long-calls.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/long-calls.adp,v diff -u -r1.3.2.3 -r1.3.2.4 --- openacs-4/packages/xotcl-request-monitor/www/long-calls.adp 30 Oct 2022 12:13:52 -0000 1.3.2.3 +++ openacs-4/packages/xotcl-request-monitor/www/long-calls.adp 31 Oct 2022 07:14:03 -0000 1.3.2.4 @@ -18,15 +18,16 @@
- Lines: 20, -50, -100, -200, -500, -1000, -2000, -5000, -10000 + Lines: +20, +50, +100, +200, +500, +1000, +2000, +5000, +10000  
@@ -35,11 +36,11 @@ Queuetime Filtertime - Runtime - Totaltime + Runtime + Totaltime Date User ID - IP + IP Pool URL Index: openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl,v diff -u -r1.4.2.9 -r1.4.2.10 --- openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl 30 Oct 2022 12:13:52 -0000 1.4.2.9 +++ openacs-4/packages/xotcl-request-monitor/www/long-calls.tcl 31 Oct 2022 07:14:03 -0000 1.4.2.10 @@ -73,6 +73,10 @@ dict set foundPoolsDict [lindex $line 12] 1 } # +# Remember pool settings for the number-of-lines filter +# +set filterQuery &[export_vars {pool:multiple}] +# # Map in the found pools empty to "default" # set foundPools [lmap p [lsort [dict keys $foundPoolsDict]] { @@ -84,6 +88,7 @@ # if {$pool eq ""} { set pool $foundPools + set filterQuery "" } set inputPools $pool