Update README
This commit is contained in:
@@ -93,14 +93,16 @@ HEAD http://goku:9090/path/to/success
|
|||||||
```
|
```
|
||||||
$ vegeta report -h
|
$ vegeta report -h
|
||||||
Usage of report:
|
Usage of report:
|
||||||
-input="stdin": Input file
|
-input="stdin": Input files (comma separated)
|
||||||
-output="stdout": Output file
|
-output="stdout": Output file
|
||||||
-reporter="text": Reporter [text, json, plot:timings]
|
-reporter="text": Reporter [text, json, plot:timings]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### -input
|
#### -input
|
||||||
Specifies the input file from which the attack command binary results
|
Specifies the input files to generate the report of, defaulting to stdin.
|
||||||
are saved. Defaults to stdin.
|
These are the output of vegeta attack. You can specify more than one (comma
|
||||||
|
separated) and they will be merged and sorted before being used by the
|
||||||
|
reports.
|
||||||
|
|
||||||
#### -output
|
#### -output
|
||||||
Specifies the output file to which the report will be written to.
|
Specifies the output file to which the report will be written to.
|
||||||
|
|||||||
Reference in New Issue
Block a user