Skip to content

Commit

Permalink
Add max-connections option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
quiye authored and tsenart committed Jul 14, 2023
1 parent da4c11f commit eedbf47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit eedbf47

Please sign in to comment.