This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / cachestat.yaml
1 ---
2 # Sample benchmark task config file
3 # Reading cache hit/miss ratio and usage statistics
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: CACHEstat
10   options:
11     interval: 1
12
13   host: kratos.demo
14
15   runner:
16     type: Duration
17     duration: 60
18
19 context:
20   name: demo
21   image: yardstick-trusty-server
22   flavor: yardstick-flavor
23   user: ubuntu
24
25   servers:
26     kratos:
27       floating_ip: true
28
29   networks:
30     test:
31       cidr: '10.0.1.0/24'