File: qsrespeed.1

package info (click to toggle)
libapache2-mod-qos 11.76-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,364 kB
  • sloc: ansic: 16,601; sh: 997; makefile: 34
file content (16 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH QSRESPEED 1 "January 2025" "mod_qos utilities 11.76" "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
qsgeo(1), qslog(1), qsre(1)
.SH AUTHOR
Pascal Buchbinder, http://mod-qos.sourceforge.net/