1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-10 08:01:00 +03:00
Files
apache/docs/man/firehose.1
Graham Leggett 9ad07e7518 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215526 13f79535-47bb-0310-9956-ffa450edef68
2011-12-17 17:06:08 +00:00

64 lines
1.6 KiB
Groff

.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.\" DO NOT EDIT! Generated from XML source.
.\" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "FIREHOSE" 1 "2011-12-17" "Apache HTTP Server" "firehose"
.SH NAME
firehose \- Demultiplex a firehose stream
.SH "SYNOPSIS"
.PP
\fBfirehose\fR [ -\fBf\fR \fIinput\fR ] [ -\fBo\fR \fIoutput-directory\fR ] [ -\fBu\fR \fIuuid\fR ] [ -\fBh\fR ] [ --\fBversion\fR ] [\fIprefix1\fR [\&.\&.\&.]]
.SH "SUMMARY"
.PP
firehose demultiplexes the given stream of multiplexed connections, and writes each connection to an individual file\&.
.PP
When writing to files, each connection is placed into a dedicated file named after the UUID of the connection within the stream\&. Separate files will be created if requests and responses are found in the stream\&.
.PP
If an optional prefix is specified as a parameter, connections that start with the given prefix will be included\&. The prefix needs to fit completely within the first fragment for a successful match to occur\&.
.SH "OPTIONS"
.TP
--file, -f \fIfilename\fR
File to read the firehose from\&. Defaults to stdin\&.
.TP
--output-directory, -o \fIoutput-directory\fR
Directory to write demultiplexed connections to\&.
.TP
--uuid, -u \fIuuid\fR
The UUID of the connection to demultiplex\&. Can be specified more than once\&. If not specified, all UUIDs will be demultiplexed\&.
.TP
--help, -h
This help text\&.
.TP
--version
Display the version of the program\&.