xotcl-request-monitor

  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup of external binaries: always use "util::which" to resolve binaries

  1. … 5 more files in changeset.
Tolerate instances that do not ship with xowiki, as this is not a dependency

protect query-parameters against exceptions with empty values

The page_conract filter require a "notnull", otherwise it lets

values like ...?v=&... through, although {v:boolean} was used.

These empty values will cause exceptions, when it is later

assumed that "v" has a proper boolean value.

bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
improved spelling

  1. … 6 more files in changeset.
added ability to order by time values

Adding one more safety belt for potential DOS attacks

For cases, where request blocking is activated (returning 429 status

code for repeated requests), one more check was added: When such a

block happens more than 15 times in a minute on the same URL from the

same user, more requests for the same URL and user will be blocked

until the minute is over. The user seese the message "This web server

is only open for interactive usage".

Background: While request blocking works well for interactive users,

it might not be sufficient for web clients running wild. Normally,

after a 429, the user can reload the page to receive the content of a

page. This leads to a sequence of requests of interleaved 200 and 429

status codes, which might be ignored by a bot (or ad DOS attack). When

the requested page is slow, this can bring a server to its knees.

When request blocking is deactivated, this change has no effect.

improve strictness of tests

  1. … 5 more files in changeset.
add the daydifference to listing of long calls, when this was more than one day ago

Added support for ordering long-calls by start time or by end time

include request start in long-call listing

minor updates

most significant changes:

- longer lines kept for long-calls

- adapted size of buffer for long-call analysis

check queuing situation for every connection pool

Remember pool settings for the number-of-lines filter

Added pool filtering and improved layout for Bootstrap 5

- added filter option for pools on "long-calls" page

- added support for Bootstrap 5

- added adp:icon for parameter

- Bumped version to 0.65

use the highcharts package if available

  1. … 1 more file in changeset.
added configurability to watchodg

The pool remapping watchdoc con now be configured with

"-maxWaiting" and "-maxRunning"

prevent double-sorting

some more fine-tuning

Make use of extended functionality of OrderedComposite->orderby with -type argument

bumped version number to 0.64

Improve rebustness in error situations.

This change makes sure to always provide initialized aggregated values in case

that "dump read" fails to initialized these.

Make the initial population of the request-monitor counters more robust

switch from xo::db::sql to acs::dc interface

  1. … 11 more files in changeset.
improve description of package parameters

protect against a potential division by zero

use ns_baseunit for time span calculation

  1. … 1 more file in changeset.
improve spelling

  1. … 1 more file in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.