h2load: Update doc
This commit is contained in:
parent
3e53cd189c
commit
846da5fb3f
|
@ -1081,7 +1081,7 @@ Options:
|
||||||
Post FILE to server. The request method is changed to
|
Post FILE to server. The request method is changed to
|
||||||
POST.
|
POST.
|
||||||
-r, --rate=<N>
|
-r, --rate=<N>
|
||||||
Specified the fixed rate at which connections are
|
Specifies the fixed rate at which connections are
|
||||||
created. The rate must be a positive integer,
|
created. The rate must be a positive integer,
|
||||||
representing the number of connections to be made per
|
representing the number of connections to be made per
|
||||||
second. When the rate is 0, the program will run as it
|
second. When the rate is 0, the program will run as it
|
||||||
|
@ -1091,13 +1091,13 @@ Options:
|
||||||
Specifies the total number of connections to create.
|
Specifies the total number of connections to create.
|
||||||
The total number of connections must be a positive
|
The total number of connections must be a positive
|
||||||
integer. On each connection, -m requests are made. The
|
integer. On each connection, -m requests are made. The
|
||||||
test stops once as soon as the N connections have either
|
test stops once as soon as the <N> connections have
|
||||||
completed or failed. When the number of connections is
|
either completed or failed. When the number of
|
||||||
0, the program will run as it normally does, creating as
|
connections is 0, the program will run as it normally
|
||||||
many connections as it needs in order to make the -n
|
does, creating as many connections as it needs in order
|
||||||
requests specified. The default value for this option
|
to make the -n requests specified. The default value
|
||||||
is 0. The -n option is not required if the -C option is
|
for this option is 0. The -n option is not required if
|
||||||
being used.
|
the -C option is being used.
|
||||||
-v, --verbose
|
-v, --verbose
|
||||||
Output debug information.
|
Output debug information.
|
||||||
--version Display version information and exit.
|
--version Display version information and exit.
|
||||||
|
|
Loading…
Reference in New Issue