From 9ad07e75189301740ac788cbebe4ec8845a92aa7 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 17 Dec 2011 17:06:08 +0000 Subject: Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1215526 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/firehose.html | 5 +++ docs/manual/programs/firehose.html.en | 77 ++++++++++++++++++++++++++++++++++ docs/manual/programs/firehose.xml | 75 +++++++++++++++++++++++++++++++++ docs/manual/programs/firehose.xml.meta | 12 ++++++ docs/manual/programs/index.html.en | 4 ++ 5 files changed, 173 insertions(+) create mode 100644 docs/manual/programs/firehose.html create mode 100644 docs/manual/programs/firehose.html.en create mode 100644 docs/manual/programs/firehose.xml create mode 100644 docs/manual/programs/firehose.xml.meta (limited to 'docs/manual/programs') diff --git a/docs/manual/programs/firehose.html b/docs/manual/programs/firehose.html new file mode 100644 index 0000000000..be4e77d886 --- /dev/null +++ b/docs/manual/programs/firehose.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: firehose.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/firehose.html.en b/docs/manual/programs/firehose.html.en new file mode 100644 index 0000000000..475b7685ac --- /dev/null +++ b/docs/manual/programs/firehose.html.en @@ -0,0 +1,77 @@ + + + +firehose - Demultiplex a firehose stream - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.5 > Programs

firehose - Demultiplex a firehose stream

+
+

Available Languages:  en 

+
+ +

firehose demultiplexes the given stream of multiplexed + connections, and writes each connection to an individual file.

+ +

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.

+ +

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.

+ +
+ +
top
+
+

Synopsis

+

firehose + [ -f input ] + [ -o output-directory ] + [ -u uuid ] + [ -h ] + [ --version ] + [prefix1 [...]]

+ +
top
+
+

Options

+
+
--file, -f filename
+
File to read the firehose from. Defaults to stdin.
+ +
--output-directory, -o output-directory
+
Directory to write demultiplexed connections to.
+ +
--uuid, -u uuid
+
The UUID of the connection to demultiplex. Can be specified more + than once. If not specified, all UUIDs will be demultiplexed.
+ +
--help, -h
+
This help text.
+ +
--version
+
Display the version of the program.
+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/programs/firehose.xml b/docs/manual/programs/firehose.xml new file mode 100644 index 0000000000..27cbf22a1e --- /dev/null +++ b/docs/manual/programs/firehose.xml @@ -0,0 +1,75 @@ + + + + + + + + +Programs + +firehose - Demultiplex a firehose stream + + +

firehose demultiplexes the given stream of multiplexed + connections, and writes each connection to an individual file.

+ +

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.

+ +

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.

+ +
+mod_firehose + +
Synopsis +

firehose + [ -f input ] + [ -o output-directory ] + [ -u uuid ] + [ -h ] + [ --version ] + [prefix1 [...]]

+ +
+ +
Options +
+
--file, -f filename
+
File to read the firehose from. Defaults to stdin.
+ +
--output-directory, -o output-directory
+
Directory to write demultiplexed connections to.
+ +
--uuid, -u uuid
+
The UUID of the connection to demultiplex. Can be specified more + than once. If not specified, all UUIDs will be demultiplexed.
+ +
--help, -h
+
This help text.
+ +
--version
+
Display the version of the program.
+
+ +
+ +
diff --git a/docs/manual/programs/firehose.xml.meta b/docs/manual/programs/firehose.xml.meta new file mode 100644 index 0000000000..7567aca9f4 --- /dev/null +++ b/docs/manual/programs/firehose.xml.meta @@ -0,0 +1,12 @@ + + + + + firehose + /programs/ + .. + + + en + + diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en index 21cbce353b..041e4e5658 100644 --- a/docs/manual/programs/index.html.en +++ b/docs/manual/programs/index.html.en @@ -62,6 +62,10 @@
Start a FastCGI program
+
firehose
+ +
Demultiplex a firehose from mod_firehose
+
htcacheclean
Clean up the disk cache
-- cgit v1.2.3