forked from nghttp2/nghttp2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously to create manual page for bundled programs, we use help2man to create man page from program's help output. Then our man2rst.py script converts man page to rst document. Sphinx generates html from rst documents. Now help2rst.py produces rst document from programs output. We use Sphinx solely to produce both man pages and html files.
- Loading branch information
1 parent
b2411d9
commit a3dcf1e
Showing
24 changed files
with
1,311 additions
and
754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,146 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. | ||
.TH H2LOAD "1" "January 2015" "h2load nghttp2/0.7.0" "User Commands" | ||
.\" Man page generated from reStructuredText. | ||
. | ||
.TH "H2LOAD" "1" "January 10, 2015" "0.7.1-DEV" "nghttp2" | ||
.SH NAME | ||
h2load \- HTTP/2 benchmarking tool | ||
. | ||
.nr rst2man-indent-level 0 | ||
. | ||
.de1 rstReportMargin | ||
\\$1 \\n[an-margin] | ||
level \\n[rst2man-indent-level] | ||
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
- | ||
\\n[rst2man-indent0] | ||
\\n[rst2man-indent1] | ||
\\n[rst2man-indent2] | ||
.. | ||
.de1 INDENT | ||
.\" .rstReportMargin pre: | ||
. RS \\$1 | ||
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] | ||
. nr rst2man-indent-level +1 | ||
.\" .rstReportMargin post: | ||
.. | ||
.de UNINDENT | ||
. RE | ||
.\" indent \\n[an-margin] | ||
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.nr rst2man-indent-level -1 | ||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.SH SYNOPSIS | ||
.B h2load | ||
[\fI\,OPTIONS\/\fR]... [\fI\,URI\/\fR]... | ||
.sp | ||
\fBh2load\fP [OPTIONS]... [URI]... | ||
.SH DESCRIPTION | ||
.sp | ||
benchmarking tool for HTTP/2 and SPDY server | ||
.INDENT 0.0 | ||
.TP | ||
<URI> | ||
.B <URI> | ||
Specify URI to access. Multiple URIs can be | ||
specified. URIs are used in this order for each | ||
client. All URIs are used, then first URI is | ||
used and then 2nd URI, and so on. The scheme, | ||
host and port in the subsequent URIs, if present, | ||
are ignored. Those in the first URI are used | ||
solely. | ||
.SH OPTIONS | ||
.HP | ||
\fB\-n\fR, \fB\-\-requests=\fR<N> Number of requests. Default: 1 | ||
.UNINDENT | ||
.SH OPTIONS: | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-c\fR, \fB\-\-clients=\fR<N> | ||
Number of concurrent clients. Default: 1 | ||
.B \-n, \-\-requests=<N> | ||
Number of requests. | ||
.sp | ||
Default: \fB1\fP | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-t\fR, \fB\-\-threads=\fR<N> | ||
Number of native threads. Default: 1 | ||
.B \-c, \-\-clients=<N> | ||
Number of concurrent clients. | ||
.sp | ||
Default: \fB1\fP | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-i\fR, \fB\-\-input\-file=\fR<FILE> | ||
.B \-t, \-\-threads=<N> | ||
Number of native threads. | ||
.sp | ||
Default: \fB1\fP | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-i, \-\-input\-file=<FILE> | ||
Path of a file with multiple URIs are seperated | ||
by EOLs. This option will disable URIs getting | ||
from command\-line. If '\-' is given as <FILE>, | ||
from command\-line. If \(aq\-\(aq is given as <FILE>, | ||
URIs will be read from stdin. URIs are used in | ||
this order for each client. All URIs are used, | ||
then first URI is used and then 2nd URI, and so | ||
on. The scheme, host and port in the subsequent | ||
URIs, if present, are ignored. Those in the | ||
first URI are used solely. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-m\fR, \fB\-\-max\-concurrent\-streams=\fR(auto|<N>) | ||
.B \-m, \-\-max\-concurrent\-streams=(auto|<N>) | ||
Max concurrent streams to issue per session. If | ||
"auto" is given, the number of given URIs is | ||
used. Default: auto | ||
used. | ||
.sp | ||
Default: \fBauto\fP | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-w\fR, \fB\-\-window\-bits=\fR<N> | ||
.B \-w, \-\-window\-bits=<N> | ||
Sets the stream level initial window size to | ||
(2**<N>)\-1. For SPDY, 2**<N> is used instead. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-W\fR, \fB\-\-connection\-window\-bits=\fR<N> | ||
.B \-W, \-\-connection\-window\-bits=<N> | ||
Sets the connection level initial window size to | ||
(2**<N>)\-1. For SPDY, if <N> is strictly less | ||
than 16, this option is ignored. Otherwise | ||
2**<N> is used for SPDY. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-H\fR, \fB\-\-header=\fR<HEADER> | ||
.B \-H, \-\-header=<HEADER> | ||
Add/Override a header to the requests. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-p\fR, \fB\-\-no\-tls\-proto=\fR<PROTOID> | ||
.B \-p, \-\-no\-tls\-proto=<PROTOID> | ||
Specify ALPN identifier of the protocol to be | ||
used when accessing http URI without SSL/TLS. | ||
Available protocols: spdy/2, spdy/3, spdy/3.1 and | ||
h2c\-14 | ||
Default: h2c\-14 | ||
.sp | ||
Default: \fBh2c\-14\fP | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-v\fR, \fB\-\-verbose\fR | ||
.B \-v, \-\-verbose | ||
Output debug information. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-\-version\fR | ||
.B \-\-version | ||
Display version information and exit. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
\fB\-h\fR, \fB\-\-help\fR | ||
.B \-h, \-\-help | ||
Display this help and exit. | ||
.SH "SEE ALSO" | ||
|
||
nghttp(1), nghttpd(1), nghttpx(1) | ||
.UNINDENT | ||
.SH SEE ALSO | ||
.sp | ||
\fInghttp(1)\fP, \fInghttpd(1)\fP, \fInghttpx(1)\fP | ||
.SH AUTHOR | ||
Tatsuhiro Tsujikawa | ||
.SH COPYRIGHT | ||
2012, 2014, Tatsuhiro Tsujikawa | ||
.\" Generated by docutils manpage writer. | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SEE ALSO | ||
-------- | ||
|
||
:manpage:`nghttp(1)`, :manpage:`nghttpd(1)`, :manpage:`nghttpx(1)` |
Oops, something went wrong.