跳转至

dev

用于开发或者压测场景下,自动生成数据。

Example

sources:
- type: dev
  name: benchmark
  qps: 100
  byteSize: 1024
  eventsTotal: 10000

qps

字段 类型 是否必填 默认值 含义
qps int 非必填 1000 生成event的QPS

byteSize

字段 类型 是否必填 默认值 含义
byteSize int 非必填 1024 单条event的字节数

eventsTotal

字段 类型 是否必填 默认值 含义
eventsTotal int 非必填 -1,无限个 发送的所有event总数,之后会停止发送