Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Senart <tsenart@gmail.com>
  • Loading branch information
tsenart committed Jul 16, 2023
1 parent 074c530 commit 5c9d86f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ attack command:
Send body with chunked transfer encoding
-connections int
Max open idle connections per target host (default 10000)
-dns-ttl value
Cache DNS lookups for the given duration [-1 = disabled, 0 = forever] (default 0s)
-duration duration
Duration of the test [0 = forever]
-format string
Expand All @@ -109,7 +111,7 @@ attack command:
-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 connections per target host
-max-workers uint
Maximum number of workers (default 18446744073709551615)
-name string
Expand Down Expand Up @@ -200,6 +202,11 @@ Specifies whether to send request bodies with the chunked transfer encoding.

Specifies the maximum number of idle open connections per target host.

#### `-dns-ttl`

Specifies the duration to cache DNS lookups for. A zero value caches forever.
A negative value disables caching altogether.

#### `-max-connections`

Specifies the maximum number of connections per target host.
Expand Down

0 comments on commit 5c9d86f

Please sign in to comment.