diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-07-29 14:42:45 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-08-01 09:11:40 +0800 |
commit | 9c19dbcc1dc0739fef6b6678528cbcc66a60c37f (patch) | |
tree | d9d5df0e3ff42eda19a705b285ec6e7abcec2728 /samples | |
parent | a2ba9d0d6d2e44dcfeb7693bd0e4f728d5076f13 (diff) |
StorPerf Integration
Change-Id: I34a44111078efe50b1dbbaddda72474d25aafe43
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/storperf.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/samples/storperf.yaml b/samples/storperf.yaml new file mode 100644 index 000000000..815ef0d97 --- /dev/null +++ b/samples/storperf.yaml @@ -0,0 +1,31 @@ +--- +# Sample StorPerf benchmark task config file +# StorPerf is a tool to measure block and object storage performance in an NFVI + +schema: "yardstick:task:0.1" + +scenarios: +- + type: StorPerf + options: + agent_count: 1 + agent_image: "Ubuntu 14.04" + public_network: "ext-net" + volume_size: 2 + # target: + # deadline: + # nossd: + # nowarm: + block_sizes: "4096" + queue_depths: "4" + workload: "ws" + StorPerf_ip: "192.168.23.2" + query_interval: 10 + timeout: 600 + + runner: + type: Iteration + iterations: 1 + +context: + type: Dummy |