1
0
Fork 0

Adding upstream version 11.74.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 13:01:01 +01:00
parent fb45dd789e
commit 24ecce9d56
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
92 changed files with 43156 additions and 0 deletions

16
tools/man1/qsrespeed.1 Normal file
View file

@ -0,0 +1,16 @@
.TH QSRESPEED 1 "May 2023" "mod_qos utilities 11.74" "qsrespeed man page"
.SH NAME
Tool to compare / estimate the processing time for (Perl\-compatible) regular expressions (PCRE).
.SH SYNOPSIS
qsrespeed <path>
.SH DESCRIPTION
qsrespeed loads regular expressions from the provided file and matches them against a built\-in set of strings measuring the time needed to process them. It's a benchmark too to judge the expressions you have defined regarding the potential CPU consumption.
.SH OPTIONS
.TP
<path>
Defines the input file to process. The file consists a list of (separated by a newline character) regular expressions to test
.SH SEE ALSO
qsdt(1), qsexec(1), qsfilter2(1), qsgeo(1), qsgrep(1), qshead(1), qslog(1), qslogger(1), qspng(1), qsre(1), qsrotate(1), qssign(1), qstail(1)
.SH AUTHOR
Pascal Buchbinder, http://mod-qos.sourceforge.net/