mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-28 19:44:02 -06:00
updated docs for commandline
This commit is contained in:
parent
357f75bf25
commit
9a1180c207
@ -34,10 +34,22 @@ Provide specific help for the named activity type:
|
||||
|
||||
PROG help <activity type>
|
||||
|
||||
List the available activity types
|
||||
List the available drivers:
|
||||
|
||||
--list-drivers
|
||||
|
||||
List the available scenarios:
|
||||
|
||||
--list-scenarios
|
||||
|
||||
List only the available workloads which contain the above scenarios:
|
||||
|
||||
--list-workloads
|
||||
|
||||
Copy a workload to your local directory as a starting point:
|
||||
|
||||
--copy-workload <name>
|
||||
|
||||
Provide the metrics that are available for scripting
|
||||
|
||||
--list-metrics <activity type> [ <activity name> ]
|
||||
|
@ -39,10 +39,22 @@ Provide specific help for the named activity type:
|
||||
|
||||
./nb help <activity type>
|
||||
|
||||
List the available activity types
|
||||
List the available drivers:
|
||||
|
||||
--list-drivers
|
||||
|
||||
List the available scenarios:
|
||||
|
||||
--list-scenarios
|
||||
|
||||
List only the available workloads which contain the above scenarios:
|
||||
|
||||
--list-workloads
|
||||
|
||||
Copy a workload to your local directory as a starting point:
|
||||
|
||||
--copy-workload <name>
|
||||
|
||||
Provide the metrics that are available for scripting
|
||||
|
||||
--list-metrics <activity type> [ <activity name> ]
|
||||
|
Loading…
Reference in New Issue
Block a user