From a9814b712f82612b05155a222426859630433533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Tue, 7 Oct 2014 21:35:19 +0200 Subject: [PATCH] Update README --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4ffb7bfb..ea05384e 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,16 @@ It defaults to the amount of CPUs available in the system. $ vegeta attack -h Usage of vegeta attack: -body="": Requests body file + -cert="": x509 Certificate file -duration=10s: Duration of the test -header=: Request header - -ordering="random": Attack ordering [sequential, random] + -laddr=0.0.0.0: Local IP address + -lazy=false: Read targets lazily -output="stdout": Output file -rate=50: Requests per second -redirects=10: Number of redirects to follow -targets="stdin": Targets file - -timeout=0: Requests timeout + -timeout=30s: Requests timeout ``` #### -body @@ -96,12 +98,6 @@ This allows streaming targets into the attack command and reduces memory footprint. The trade-off is one of added latency in each hit against the targets. -#### -ordering -Specifies the ordering of target attack. The default is `random` and -it will randomly pick one of the targets per request. -The other option is `sequential` and it round-robins through the list of -targets for each request. - #### -output Specifies the output file to which the binary results will be written to. Made to be piped to the report command input. Defaults to stdout. @@ -128,6 +124,7 @@ HEAD http://goku:9090/path/to/success #### -timeout Specifies the timeout for each request. The default is 0 which disables timeouts. + ### report ``` $ vegeta report -h