blob: 137e15be2039a23a9457ae8d1b98cfbe69112ebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
```
|