Skip to content

Commit

Permalink
Fix analysis switches in README (#225)
Browse files Browse the repository at this point in the history
The switch name is "analyze" and not "analysis".
  • Loading branch information
bluikko authored Sep 12, 2022
1 parent d2d8621 commit df8f2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Throughput, split into 59 x 1s:

### Analysis Parameters

Beside the important `--analysis.dur` which specifies the time segment size for
Beside the important `--analyze.dur` which specifies the time segment size for
aggregated data there are some additional parameters that can be used.

Specifying `--analyze.v` will output time aggregated data per host instead of just averages.
Expand Down Expand Up @@ -510,7 +510,7 @@ since the start time will still be aligned with requests starting.

### Per Request Statistics

By adding the `--analysis.v` parameter it is possible to display per request statistics.
By adding the `--analyze.v` parameter it is possible to display per request statistics.

This is not enabled by default, since it is assumed the benchmarks are throughput limited,
but in certain scenarios it can be useful to determine problems with individual hosts for instance.
Expand Down

0 comments on commit df8f2cd

Please sign in to comment.