Type signature: (*->*)
Usage:
mock-event-source [OPTION]...
Allowed options:
| Option | Description |
|---|---|
| --help | produce help message |
| --name arg (=mock_event_source) | created event stream name |
| --stream-packet-period arg (=1/8) | period of generated EventPackets (units: sec) |
| --stream-packet-latency arg (=0.125) | latency of generated EventPackets (units: sec) |
| --input-period arg (=0.01) | mean period of simulated captured events (units: sec) |
| --input-phase arg | phase of first event (units: sec) (default: random) |
| --input-brown-stddev arg (=3e-9) | magnitude of error accumulated per-event (units: sec) |
| --input-white-stddev arg (=1e-9) | magnitude of independent noise on each event capture (units: sec) |
| --drop-probability arg (=0.1) | probability any given event is dropped |
| --verbose | print emitted events |