Index: openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info,v
diff -u -r1.15.2.13 -r1.15.2.14
--- openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info 5 Jan 2022 14:10:22 -0000 1.15.2.13
+++ openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info 20 Jan 2022 10:11:48 -0000 1.15.2.14
@@ -8,23 +8,23 @@
t
request-monitor
-
+
Gustaf Neumann
WU Vienna
Request Monitor with user tracking functionality
2021-09-15
<pre>
This package provides a Request Monitor for OpenACS applications. It computes performance
-summary information such as requests/views per seconds, average response time, number
+summary information such as requests/views per second, average response time, number
of users connected, lists currently active threads, etc. Furthermore, it can block
overactive users (e.g. automated web-bots mirroring the site, users repeating running
queries, etc.). It provides as well some user tracking (such as whos-online) with
activity measures, it blocks repeated requests (impatient reloads), tracks switching
-of IP-addresses from users and provides request tracking per user for the monitored
-time window. It contains as well overall url statistics with performance measures.
+of IP addresses from users, and provides request tracking per user for the monitored
+time window. It contains as well overall URL statistics with performance measures.
Updated for circumventing handler calls OpenACS 5.2 for /resources/*.
0.28 provides calls for listing active communities and users active in these communities.
-0.30 provides a nice graphical chats (many thanks to Nima) and a new interface to the
+0.30 provides nice graphical charts (many thanks to Nima) and a new interface to the
background thread. In addition, ns_returnfile_background is included;
0.38 using context form xotcl-core
0.39 brings parameterized counter values
@@ -33,7 +33,7 @@
BSD-Style
2
-
+
@@ -43,13 +43,18 @@
-
+
+ default="off" description="Turn activity monitoring on or off (default off)"/>
+ default="off" description="Slowdown overactive users (default off)"/>
@@ -58,10 +63,10 @@
+ description="Switch double-click-prevention on/off"/>
+ description="Monitor performance of the provided URLs (in munin responsetime)"/>