diff options
author | QiLiang <liangqi1@huawei.com> | 2015-10-15 01:38:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-15 01:38:56 +0000 |
commit | 15e8300a8e85d5907c5ea90da505929b8ca85ca0 (patch) | |
tree | cf1f5ef582565133664ef69d200117927697bdaa /etc | |
parent | 070076aea759b0ee1fff37572e75cba13a7bd714 (diff) | |
parent | cd809cb6b8bd4bd5002538d107aea1fb8adb0584 (diff) |
Merge "Support general configuration file"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/yardstick/yardstick.conf.sample | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample new file mode 100644 index 000000000..82326dd1b --- /dev/null +++ b/etc/yardstick/yardstick.conf.sample @@ -0,0 +1,13 @@ +[DEFAULT] +# verbose = True +# debug = True +# dispatcher = http + +[dispatcher_http] +# timeout = 5 +# target = http://127.0.0.1:8000/results + +[dispatcher_file] +# file_path = /tmp/yardstick.out +# max_bytes = 0 +# backup_count = 0 |