diff options
Diffstat (limited to 'integration/storperf/README.md')
-rw-r--r-- | integration/storperf/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/integration/storperf/README.md b/integration/storperf/README.md new file mode 100644 index 00000000..137e15be --- /dev/null +++ b/integration/storperf/README.md @@ -0,0 +1,13 @@ +# usage + +Please make sure pip, docker and docker-compose are installer on your environment. + +``` +storperf.sh -t installer_type -i installer_ip -s stack_json_file -j job_json_file + +options: + -t : installer type. For now only supports Apex. + -i : installer ip address. + -s : Stack configuration json file. If not given, default_stack.json will be used. + -j : Storperf job configuration json file. If not given, default_job.json will be used. +```
\ No newline at end of file |