File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
examples/searchcommands_app/bin Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,16 @@ class SimulateCommand(GeneratingCommand):
3030
3131 ##Syntax
3232
33- simulate csv=<path> rate=<average -event-count> interval=<time-interval >
34- duration=<run-time -period>
33+ simulate csv=<path> rate=<expected -event-count> interval=<sampling-period >
34+ duration=<execution -period>
3535
3636 ##Description
3737
3838 The `simulate` command uses repeated random samples of the event records
39- in `csv` for the duration of `run_time`. Samples sizes are determined for
40- each time `interval` in `runtime` using a Poisson distribution with an
41- average `rate` specifying the expected event count during `interval`.
39+ in `csv` for the execution period of `duration`. Samples sizes are
40+ determined for each time `interval` in `duration` using a Poisson
41+ distribution with an average `rate` specifying the expected event count
42+ during `interval`.
4243
4344 ##Example
4445
You can’t perform that action at this time.
0 commit comments