--- layout: default title: Command reference nav_order: 50 has_children: true --- # OpenSearch Benchmark command reference This section provides a list of commands supported by OpenSearch Benchmark, including commonly used commands such as `execute-test` and `list`. - [compare]({{site.url}}{{site.baseurl}}/benchmark/commands/compare/) - [download]({{site.url}}{{site.baseurl}}/benchmark/commands/download/) - [execute-test]({{site.url}}{{site.baseurl}}/benchmark/commands/execute-test/) - [generate]({{site.url}}{{site.baseurl}}/benchmark/commands/generate/) - [info]({{site.url}}{{site.baseurl}}/benchmark/commands/info/) - [list]({{site.url}}{{site.baseurl}}/benchmark/commands/list/) ## List of common options All OpenSearch Benchmark commands support the following options: - `--h` or `--help`: Provides options and other useful information about each command. - `--quiet`: Hides as much of the results output as possible. Default is `false`. - `--offline`: Indicates whether OpenSearch Benchmark has a connection to the internet. Default is `false`.