# This is an example workloads definition for the loop2 tool. # workloads: - name: chatter concurrency: 10 dialer: txRequests: 20 txPacing: 20 txMaxJitter: 100 rxTimeout: 5000 payloadMinBytes: 4096 payloadMaxBytes: 40960 listener: txRequests: 20 txPacing: 20 txMaxJitter: 100 rxTimeout: 5000 payloadMinBytes: 4096 payloadMaxBytes: 40960 - name: big concurrency: 2 dialer: txRequests: 1 txPacing: 1000 txMaxJitter: 10000 payloadMinBytes: 51200000 payloadMaxBytes: 102400000 listener: rxTimeout: 30000