From ac317321fc29d0377c273e9cc2f22bebd92133fe Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 10 Oct 2015 11:16:36 +0900 Subject: [PATCH] h2load: Format doc --- src/h2load.cc | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/h2load.cc b/src/h2load.cc index 924e8c20..944a409a 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -1401,22 +1401,23 @@ Options: inactive), h2load will keep a connection open indefinitely, waiting for a response. --timing-script-file= - Path of a file containing one or more lines separated by - EOLs. Each script line is composed of two tab-separated - fields. The first field represents the time offset from - the start of execution, expressed as a positive value of - milliseconds with microsecond resolution. The second - field represents the URI. This option will disable URIs - getting from command-line. If '-' is given as , - script lines will be read from stdin. Script lines are - used in order for each client. If -n is given, it must be - less than or equal to the number of script lines, larger - values are clamped to the number of script lines. If -n - is not given, the number of requests will default to the - number of script lines. The scheme, host and port defined - in the first URI are used solely. Values contained in - other URIs, if present, are ignored. Definition of a - base URI overrides all scheme, host or port values. + Path of a file containing one or more lines separated by + EOLs. Each script line is composed of two tab-separated + fields. The first field represents the time offset from + the start of execution, expressed as a positive value of + milliseconds with microsecond resolution. The second + field represents the URI. This option will disable URIs + getting from command-line. If '-' is given as , + script lines will be read from stdin. Script lines are + used in order for each client. If -n is given, it must + be less than or equal to the number of script lines, + larger values are clamped to the number of script lines. + If -n is not given, the number of requests will default + to the number of script lines. The scheme, host and + port defined in the first URI are used solely. Values + contained in other URIs, if present, are ignored. + Definition of a base URI overrides all scheme, host or + port values. -B, --base-uri= Specify URI from which the scheme, host and port will be used for all requests. The base URI overrides all