Skip to content

Commit 3708d82

Browse files
author
David Noble
committed
Documentation update
1 parent 4f13034 commit 3708d82

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/searchcommands_app/bin/simulate.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)