summaryrefslogtreecommitdiff
path: root/docs/man/firehose.1
blob: fd0b249b4652b15900643d0639323f64cd88ebd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.\" 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 "2018-09-27" "Apache HTTP Server" "firehose"

.SH NAME
firehose \- Demultiplex a firehose stream

.SH "SYNOPSIS"
 
.PP
\fB\fBfirehose\fR [ -\fBf\fR \fIinput\fR ] [ -\fBo\fR \fIoutput-directory\fR ] [ -\fBu\fR \fIuuid\fR ] [ -\fBh\fR ] [ --\fBversion\fR ] [\fIprefix1\fR [\&.\&.\&.]]\fR
 

.SH "SUMMARY"
 
.PP
\fBfirehose\fR 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
\fB--file, -f \fIfilename\fR\fR
File to read the firehose from\&. Defaults to stdin\&.  
.TP
\fB--output-directory, -o \fR \fIoutput-directory\fR
Directory to write demultiplexed connections to\&.  
.TP
\fB--uuid, -u\fR \fIuuid\fR
The UUID of the connection to demultiplex\&. Can be specified more than once\&. If not specified, all UUIDs will be demultiplexed\&.  
.TP
\fB--help, -h\fR
This help text\&.  
.TP
\fB--version\fR
Display the version of the program\&.