diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-07-15 14:54:41 +0800 |
---|---|---|
committer | liang gao <jean.gaoliang@huawei.com> | 2016-08-11 15:31:03 +0000 |
commit | eca794ce3fc0dbdb6bbf0a2f7bae9803589cca1c (patch) | |
tree | 744b874a7fc4d34a45aa238bfb92bf8a3fb8851d /samples | |
parent | 2ccc014f0ee366a0abc78df4e7e501006f3a56cd (diff) |
Support Network Capacity Testing
two metrics:Number of Connection, Number of Frame
JIRA:YARDSTICK-283
Change-Id: I71f1de25667437bbeac7c06749ff8fb38f41a791
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/networkcapacity.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/samples/networkcapacity.yaml b/samples/networkcapacity.yaml new file mode 100644 index 000000000..7c62cc2b5 --- /dev/null +++ b/samples/networkcapacity.yaml @@ -0,0 +1,21 @@ +--- +# Sample benchmark task config file +# Measure compute capacity and scale. +# Including number of cores, number of threads, available memory size and +# cache size. + +schema: "yardstick:task:0.1" + +scenarios: +- + type: NetworkCapacity + host: node1.LF + + runner: + type: Iteration + iterations: 1 + +context: + type: Node + name: LF + file: etc/yardstick/nodes/compass_sclab_virtual/pod.yaml |