diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 03:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 03:51:28 +0000 |
commit | 2b07c041cb218eca6e548bac9c4347f8a90c474c (patch) | |
tree | 679142f3916fa927903c6f245896f5c0325a3254 /tools/man1/qstail.1 | |
parent | Initial commit. (diff) | |
download | libapache2-mod-qos-2b07c041cb218eca6e548bac9c4347f8a90c474c.tar.xz libapache2-mod-qos-2b07c041cb218eca6e548bac9c4347f8a90c474c.zip |
Adding upstream version 11.74.upstream/11.74upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/man1/qstail.1')
-rw-r--r-- | tools/man1/qstail.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/man1/qstail.1 b/tools/man1/qstail.1 new file mode 100644 index 0000000..0755c0e --- /dev/null +++ b/tools/man1/qstail.1 @@ -0,0 +1,19 @@ +.TH QSTAIL 1 "May 2023" "mod_qos utilities 11.74" "qstail man page" + +.SH NAME +qstail \- an utility printing the end of a log file starting at the specified pattern. +.SH SYNOPSIS +qstail \-i <path> \-p <pattern> +.SH DESCRIPTION +qstail shows the end of a log file beginning with the line containing the specified pattern. This may be used to show all lines which has been written after a certain event (e.g., server restart) or time stamp. +.SH OPTIONS +.TP +\-i <path> +Input file to read the data from. +.TP +\-p <pattern> +Search pattern (literal string). +.SH SEE ALSO +qsdt(1), qsexec(1), qsfilter2(1), qsgeo(1), qsgrep(1), qshead(1), qslog(1), qslogger(1), qspng(1), qsre(1), qsrespeed(1), qsrotate(1), qssign(1) +.SH AUTHOR +Pascal Buchbinder, http://mod-qos.sourceforge.net/ |