Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
66f20976
Commit
66f20976
authored
Aug 09, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update man pages
parent
a67d15be
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
26 deletions
+28
-26
doc/h2load.1
doc/h2load.1
+9
-9
doc/h2load.1.rst
doc/h2load.1.rst
+8
-8
doc/nghttp.1
doc/nghttp.1
+1
-1
doc/nghttpd.1
doc/nghttpd.1
+1
-1
doc/nghttpx.1
doc/nghttpx.1
+5
-4
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+4
-3
No files found.
doc/h2load.1
View file @
66f20976
.\" Man page generated from reStructuredText.
.
.TH "H2LOAD" "1" "
July 28, 2015" "1.1.3-DEV
" "nghttp2"
.TH "H2LOAD" "1" "
August 09, 2015" "1.2.0
" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.
...
...
@@ -135,7 +135,7 @@ POST.
.INDENT 0.0
.TP
.B \-r, \-\-rate=<N>
Specifie
d
the fixed rate at which connections are
Specifie
s
the fixed rate at which connections are
created. The rate must be a positive integer,
representing the number of connections to be made per
second. When the rate is 0, the program will run as it
...
...
@@ -148,13 +148,13 @@ rate it wants. The default value for this option is 0.
Specifies the total number of connections to create.
The total number of connections must be a positive
integer. On each connection, \fI\%\-m\fP requests are made. The
test
stops once as soon as the N connections have either
completed or failed. When the number of connections is
0, the program will run as it normally does, creating as
many connections as it needs in order to make the \fI\%\-n\fP
requests specified. The default value for this option
is 0. The \fI\%\-n\fP option is not required if the \fI\%\-C\fP option is
being used.
test
stops once as soon as the <N> connections have
either completed or failed. When the number of
connections is 0, the program will run as it normally
does, creating as many connections as it needs in order
to make the \fI\%\-n\fP requests specified. The default value
for this option is 0. The \fI\%\-n\fP option is not required if
the \fI\%\-C\fP option is
being used.
.UNINDENT
.INDENT 0.0
.TP
...
...
doc/h2load.1.rst
View file @
66f20976
...
...
@@ -104,7 +104,7 @@ OPTIONS
.. option:: -r, --rate=<N>
Specifie
d
the fixed rate at which connections are
Specifie
s
the fixed rate at which connections are
created. The rate must be a positive integer,
representing the number of connections to be made per
second. When the rate is 0, the program will run as it
...
...
@@ -116,13 +116,13 @@ OPTIONS
Specifies the total number of connections to create.
The total number of connections must be a positive
integer. On each connection, :option:`-m` requests are made. The
test
stops once as soon as the N connections have either
completed or failed. When the number of connections is
0, the program will run as it normally does, creating as
many connections as it needs in order to make the :option:`-n`
requests specified. The default value for this option
is 0. The :option:`-n` option is not required if the :option:`\-C` option is
being used.
test
stops once as soon as the <N> connections have
either completed or failed. When the number of
connections is 0, the program will run as it normally
does, creating as many connections as it needs in order
to make the :option:`-n` requests specified. The default value
for this option is 0. The :option:`-n` option is not required if
the :option:`-C` option is
being used.
.. option:: -v, --verbose
...
...
doc/nghttp.1
View file @
66f20976
.\" Man page generated from reStructuredText.
.
.TH "NGHTTP" "1" "
July 28, 2015" "1.1.3-DEV
" "nghttp2"
.TH "NGHTTP" "1" "
August 09, 2015" "1.2.0
" "nghttp2"
.SH NAME
nghttp \- HTTP/2 experimental client
.
...
...
doc/nghttpd.1
View file @
66f20976
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPD" "1" "
July 28, 2015" "1.1.3-DEV
" "nghttp2"
.TH "NGHTTPD" "1" "
August 09, 2015" "1.2.0
" "nghttp2"
.SH NAME
nghttpd \- HTTP/2 experimental server
.
...
...
doc/nghttpx.1
View file @
66f20976
.\
" Man page generated from reStructuredText.
.
.TH "
NGHTTPX
" "
1
" "
July
28
,
2015
" "
1.1.3
-
DEV
" "
nghttp2
"
.TH "
NGHTTPX
" "
1
" "
August
09
,
2015
" "
1.2.0
" "
nghttp2
"
.SH NAME
nghttpx \- HTTP/2 experimental proxy
.
...
...
@@ -1061,9 +1061,10 @@ keep at most 12 keys.
If
\f
I\%\-\-tls\-ticket\-key\-memcached
\f
P is given, encryption keys are
retrieved from memcached. nghttpx just reads keys from memcached; one
has to deploy key generator program to update keys frequently (e.g.,
every 1 hour). The memcached entry key is
\f
Bnghttpx:tls\-ticket\-key
\f
P\&.
The data format stored in memcached is the binary format described
below:
every 1 hour). The example key generator tlsticketupdate.go is
available under contrib directory in nghttp2 archive. The memcached
entry key is
\f
Bnghttpx:tls\-ticket\-key
\f
P\&. The data format stored in
memcached is the binary format described below:
.INDENT 0.0
.INDENT 3.5
.sp
...
...
doc/nghttpx.1.rst
View file @
66f20976
...
...
@@ -972,9 +972,10 @@ keep at most 12 keys.
If :option:`--tls-ticket-key-memcached` is given, encryption keys are
retrieved from memcached. nghttpx just reads keys from memcached; one
has to deploy key generator program to update keys frequently (e.g.,
every 1 hour). The memcached entry key is ``nghttpx:tls-ticket-key``.
The data format stored in memcached is the binary format described
below::
every 1 hour). The example key generator tlsticketupdate.go is
available under contrib directory in nghttp2 archive. The memcached
entry key is ``nghttpx:tls-ticket-key``. The data format stored in
memcached is the binary format described below::
+--------------+-------+----------------+
| VERSION (4) |LEN (2)|KEY(48 or 80) ...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment