Yardsitck Gambia Release 7.2.0 release notes.
[yardstick.git] / samples / nstat.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4
5 description: >
6     Sample benchmark task config file;
7     Monitor network metrics provided by the kernel in a host and calculate
8     IP datagram error rate, ICMP message error rate, TCP segment error rate and
9     UDP datagram error rate.
10
11 scenarios:
12 -
13   type: Nstat
14   options:
15     duration: 60
16
17   host: poseidon.demo
18
19   runner:
20     type: Iteration
21     iterations: 1
22
23 context:
24   name: demo
25   image: yardstick-image
26   flavor: yardstick-flavor
27   user: ubuntu
28
29   servers:
30     poseidon:
31       floating_ip: true
32
33   networks:
34     test:
35       cidr: '10.0.1.0/24'