File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ The plugin supports the following configuration parameters:
13
13
| Start\_ time\_ sec | Dummy base timestamp in seconds. Default: 0 |
14
14
| Start\_ time\_ nsec | Dummy base timestamp in nanoseconds. Default: 0 |
15
15
| Rate | Rate at which messages are generated expressed in how many times per second. Default: 1 |
16
+ | Interval\_ sec | Set seconds of time interval at which every message is generated. If set, ` Rate ` configuration will be ignored. Default: 0 |
17
+ | Interval\_ nsec | Set nanoseconds of time interval at which every message is generated. If set, ` Rate ` configuration will be ignored. Default: 0 |
16
18
| Samples | If set, the events number will be limited. e.g. If Samples=3, the plugin only generates three events and stops. |
17
19
| Copies | Number of messages to generate each time they are generated. Defaults to 1. |
18
20
You can’t perform that action at this time.
0 commit comments