diff options
author | Jeff Trawick <trawick@apache.org> | 2014-06-21 23:21:08 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2014-06-21 23:21:08 +0200 |
commit | 62121b1ba743960a25296438515ac2b6469e87a8 (patch) | |
tree | ef2d7bde36b0b10eff622f385aa5d4842f1471df /docs/manual/programs | |
parent | event: follow up to r1604347. (diff) | |
download | apache2-62121b1ba743960a25296438515ac2b6469e87a8.tar.xz apache2-62121b1ba743960a25296438515ac2b6469e87a8.zip |
Follow-up to r1601076:
Provide documentation for -m option.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604461 13f79535-47bb-0310-9956-ffa450edef68
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 |