From 5f4431a0da2075df0d274cfd69bb359ef8e33c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Thu, 12 Sep 2013 05:35:54 +0100 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0118acf..0555c6a 100644 --- a/README.md +++ b/README.md @@ -93,14 +93,16 @@ HEAD http://goku:9090/path/to/success ``` $ vegeta report -h Usage of report: - -input="stdin": Input file + -input="stdin": Input files (comma separated) -output="stdout": Output file -reporter="text": Reporter [text, json, plot:timings] ``` #### -input -Specifies the input file from which the attack command binary results -are saved. Defaults to stdin. +Specifies the input files to generate the report of, defaulting 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 Specifies the output file to which the report will be written to.