19 lines
757 B
YAML
19 lines
757 B
YAML
client:
|
|
nodelay: # bool, whether or not to set tcp_nodelay option
|
|
server:
|
|
nodelay: # bool, whether or not to set tcp_nodelay option
|
|
jobs:
|
|
- name: # any parseable string
|
|
type: rpc
|
|
verb: # string, one of: echo, vecho, write
|
|
parallelism: # number of verbs to send simultaneously
|
|
shares: # sched group shares (100 by default)
|
|
payload: # number of bytes in the payload for write verb, accepts kB suffix
|
|
sleep_time: # optional inactivity pause between sending messages
|
|
timeout: # optional rpc send timeout duration
|
|
- name:
|
|
type: cpu
|
|
execution_time: # time in [0-9]+[mun]?s format
|
|
sleep_time: # optional inactivity pause between burning cpu
|
|
side: # optional, 'client' or 'server' to specify which side to run on
|