From 161038dbcf792eb5b9c8f5bdc513c1fe38ecf6f2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 21 Jun 2014 21:24:32 +0000 Subject: [PATCH] Merge r1604461 from trunk: Follow-up to r1601076: Provide documentation for -m option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604463 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/ab.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ [ -i ] [ -k ] [ -l ] + [ -m HTTP-method ] [ -n requests ] [ -p POST-file ] [ -P proxy-auth-username:password ] @@ -133,6 +134,10 @@ can be usefull for dynamic pages. +
-m HTTP-method
+
Custom HTTP method for the requests. This option is available in Apache + HTTP Server 2.4.10 and later.
+
-n requests
Number of requests to perform for the benchmarking session. The default is to just perform a single request which usually leads to -- 2.40.0