Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Nov 7, 2014
1 parent 6551f49 commit eeb1dbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ attack command:
-cert="": x509 Certificate file
-duration=10s: Duration of the test
-header=: Request header
-keepalive=true: Use persistent connections
-laddr=0.0.0.0: Local IP address
-lazy=false: Read targets lazily
-ordering="random": Attack ordering [sequential, random]
Expand Down Expand Up @@ -65,6 +66,7 @@ Usage of vegeta attack:
-cert="": x509 Certificate file
-duration=10s: Duration of the test
-header=: Request header
-keepalive=true: Use persistent connections
-laddr=0.0.0.0: Local IP address
-lazy=false: Read targets lazily
-output="stdout": Output file
Expand All @@ -91,6 +93,9 @@ responses delay.
Specifies a request header to be used in all targets defined.
You can specify as many as needed by repeating the flag.

#### -keepalive
Specifies whether to reuse TCP connections between HTTP requests.

#### -laddr
Specifies the local IP address to be used.

Expand Down

0 comments on commit eeb1dbe

Please sign in to comment.