diff options
Diffstat (limited to 'docs/manual/programs')
-rw-r--r-- | docs/manual/programs/ab.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml index 640b132193..845a587fc1 100644 --- a/docs/manual/programs/ab.xml +++ b/docs/manual/programs/ab.xml @@ -50,6 +50,7 @@ [ -<strong>i</strong> ] [ -<strong>k</strong> ] [ -<strong>l</strong> ] + [ -<strong>m</strong> <var>HTTP-method</var> ] [ -<strong>n</strong> <var>requests</var> ] [ -<strong>p</strong> <var>POST-file</var> ] [ -<strong>P</strong> <var>proxy-auth-username</var>:<var>password</var> ] @@ -133,6 +134,10 @@ can be usefull for dynamic pages. </dd> + <dt><code>-m <var>HTTP-method</var></code></dt> + <dd>Custom HTTP method for the requests. This option is available in Apache + HTTP Server 2.4.10 and later.</dd> + <dt><code>-n <var>requests</var></code></dt> <dd>Number of requests to perform for the benchmarking session. The default is to just perform a single request which usually leads to |