28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
---
|
|
layout: default
|
|
title: Command reference
|
|
nav_order: 50
|
|
has_children: true
|
|
parent: OpenSearch Benchmark Reference
|
|
redirect_from: /benchmark/commands/index/
|
|
---
|
|
|
|
# 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/)
|
|
- [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`.
|
|
|