* Rework Benchmark IA Signed-off-by: Naarcha-AWS <[email protected]> * Add new Benchmark IA. Signed-off-by: Naarcha-AWS <[email protected]> * Add Quickstart steps and Sigv4 guide. Signed-off-by: Naarcha-AWS <[email protected]> * Add tutorial text Signed-off-by: Naarcha-AWS <[email protected]> * Fix links Signed-off-by: Naarcha-AWS <[email protected]> * Add technical feedback Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Moore <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Moore <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Remove section Signed-off-by: Naarcha-AWS <[email protected]> * Update quickstart.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Co-authored-by: Chris Moore <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Update concepts.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Chris Moore <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
1.9 KiB
1.9 KiB
layout, title, nav_order, has_children, nav_exclude, has_toc
| layout | title | nav_order | has_children | nav_exclude | has_toc |
|---|---|---|---|---|---|
| default | OpenSearch Benchmark | 1 | false | true | false |
OpenSearch Benchmark
OpenSearch Benchmark is a macrobenchmark utility provided by the OpenSearch Project. You can use OpenSearch Benchmark to gather performance metrics from an OpenSearch cluster for a variety of purposes, including:
- Tracking the overall performance of an OpenSearch cluster.
- Informing decisions about when to upgrade your cluster to a new version.
- Determining how changes to your workflow---such as modifying mappings or queries---might impact your cluster.
OpenSearch Benchmark can be installed directly on a compatible host running Linux and macOS. You can also run OpenSearch Benchmark in a Docker container. See Installing OpenSearch Benchmark for more information.
The following diagram visualizes how OpenSearch Benchmark works when run against a local host:
The OpenSearch Benchmark documentation is split into five sections:
- Quickstart: Learn how to quickly run and install OpenSearch Benchmark.
- User guide: Dive deep into how OpenSearch Benchmark can help you track the performance of your cluster.
- Tutorials: Use step-by-step guides for more advanced benchmarking configurations and functionality.
- Commands: A detailed reference of commands and command options supported by OpenSearch.
- Workloads: A detailed reference of options available for both default and custom workloads.
