diff --git a/README.md b/README.md index 9ad51a12..ff0b1715 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ attack command: Read targets lazily -max-body value Maximum number of bytes to capture from response bodies. [-1 = no limit] (default -1) + -max-connections int + Max connections per target host -max-workers uint Maximum number of workers (default 18446744073709551615) -name string @@ -178,6 +180,10 @@ Specifies whether to send request bodies with the chunked transfer encoding. Specifies the maximum number of idle open connections per target host. +#### `-max-connections` + +Specifies the maximum number of connections per target host. + #### `-duration` Specifies the amount of time to issue request to the targets.