diff options
Diffstat (limited to 'docs/manual/programs/ab.html.en')
| -rw-r--r-- | docs/manual/programs/ab.html.en | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en index e798e3b9..5866e9d0 100644 --- a/docs/manual/programs/ab.html.en +++ b/docs/manual/programs/ab.html.en @@ -5,7 +5,7 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> -<title>ab - Apache HTTP server benchmarking tool - Apache HTTP Server</title> +<title>ab - Apache HTTP server benchmarking tool - Apache HTTP Server Version 2.4</title> <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> @@ -56,6 +56,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> ] @@ -111,7 +112,8 @@ 'gnuplot' file; as the results are already 'binned'.</dd> <dt><code>-f <var>protocol</var></code></dt> - <dd>Specify SSL/TLS protocol (SSL2, SSL3, TLS1, or ALL).</dd> + <dd>Specify SSL/TLS protocol (SSL2, SSL3, TLS1, TLS1.1, TLS1.2, or ALL). + TLS1.1 and TLS1.2 support available in 2.4.4 and later.</dd> <dt><code>-g <var>gnuplot-file</var></code></dt> <dd>Write all measured values out as a 'gnuplot' or TSV (Tab separate @@ -137,8 +139,13 @@ <dt><code>-l</code></dt> <dd>Do not report errors if the length of the responses is not constant. This can be usefull for dynamic pages. + Available in 2.4.7 and later. </dd> + <dt><code>-m <var>HTTP-method</var></code></dt> + <dd>Custom HTTP method for the requests. + Available in 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 @@ -164,7 +171,8 @@ <dt><code>-s <var>timeout</var></code></dt> <dd>Maximum number of seconds to wait before the socket times out. - Default is 30 seconds.</dd> + Default is 30 seconds. + Available in 2.4.4 and later.</dd> <dt><code>-S</code></dt> <dd>Do not display the median and standard deviation values, nor display |
