diff options
author | houjingwen <houjingwen@huawei.com> | 2015-10-14 02:08:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-14 02:08:00 +0000 |
commit | 3bca848a141ba2728d036a1423b514027b0e4b98 (patch) | |
tree | 61dac40ebb5580120b840472807add5bedbba847 /samples/fio.yaml | |
parent | 976b99c1c8ed80210d37e418f630f9c64879cd63 (diff) | |
parent | c7a3775d447e29850463893495c08328960cd3d5 (diff) |
Merge "Fio scenario support sla"
Diffstat (limited to 'samples/fio.yaml')
-rw-r--r-- | samples/fio.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/fio.yaml b/samples/fio.yaml index 083c57549..6e77f681a 100644 --- a/samples/fio.yaml +++ b/samples/fio.yaml @@ -26,6 +26,14 @@ scenarios: type: Duration duration: 60 interval: 1 + sla: + read_bw: 6000 + read_iops: 1500 + read_lat: 500.1 + write_bw: 6000 + write_iops: 1500 + write_lat: 500.1 + action: monitor context: name: demo |