Change README
This commit is contained in:
13
README.md
13
README.md
@@ -100,7 +100,7 @@ $ vegeta report -h
|
||||
Usage of report:
|
||||
-input="stdin": Input files (comma separated)
|
||||
-output="stdout": Output file
|
||||
-reporter="text": Reporter [text, json, plot:timings]
|
||||
-reporter="text": Reporter [text, json, plot]
|
||||
```
|
||||
|
||||
#### -input
|
||||
@@ -145,8 +145,15 @@ Page Not Found
|
||||
"errors": []
|
||||
}
|
||||
```
|
||||
##### plot:timings
|
||||

|
||||
##### plot
|
||||
Generates an HTML5 page with an interactive plot based on
|
||||
[Dygraphs](http://dygraphs.com).
|
||||
Click and drag to select a region to zoom into. Double click to zoom
|
||||
out.
|
||||
Input a different number on the bottom left corner input field
|
||||
to change the moving average window size (in data points).
|
||||
|
||||

|
||||
|
||||
|
||||
## Usage (Library)
|
||||
|
||||
Reference in New Issue
Block a user